-
FFmpeg image sequence to MP4 video with slow frame rate
Hi All,
I am trying to convert images to video using FFmpeg.
I am using this command
ffmpeg -i image-%03d.png -vcodec copy -acodec copy out.mp4
And its works fine.But problem is image sequence is very fast I want do this around. 3 second per image.
Thanks