Duration of out.mp4 is messed up
icookycom opened this issue · 1 comments
icookycom commented
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 commented
Hi,
Thank you for raising this issue, not sure how I missed it 😅
I'll fix it soon