/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

The first picture is correctly shown for 1.5 seconds, followed by a crossfade.
But for all subsequent pictures, when the crossfade ends, the next crossfade 
begins immediately.

Michael

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to