2017-11-05 22:08 GMT+01:00 Michael Koch <[email protected]>:
>>> ffmpeg -framerate 0.5 -i IMG_%3d.jpg -r 2 -codec:v mpeg4 temp.mp4
>>> ffmpeg -i temp.mp4 -vf "framerate=fps=25" -codec:v mpeg4 out.mp4 /
>>
>> You should be able to combine the command lines using the fps filter.
>
> I did already try that, but unfortunately it doesn't work. I did try this
> command line:
>
> ffmpeg -framerate 0.5 -i IMG_%3d.jpg -fv fps=2,framerate=25 -c:v mpeg4
> out.mp4

Complete, uncut console output for the working and the failing case
missing.

Carl Eugen
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to