Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duration of out.mp4 is messed up #28

Closed
icookycom opened this issue Apr 20, 2022 · 1 comment
Closed

Duration of out.mp4 is messed up #28

icookycom opened this issue Apr 20, 2022 · 1 comment

Comments

@icookycom
Copy link

Hi

The out.mp4 time duration results to be longer than original video becouse of this line in
imageio.mimwrite(os.path.join(folder_path, 'out.mp4'), frames, fps=18, output_params=['-vf', 'fps=25'])

18 must be changed to 25 to fix this issue

@rotemtzaban
Copy link
Owner

Hi,
Thank you for raising this issue, not sure how I missed it 😅
I'll fix it soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants