Hello,
Any One please tell me why am not able to generate video from images for framerate below then 20.
1. MPG
a. I want to generate Video with frame rate 12 but it support till 20
b. My Command : D:ffmpeg.exe -y -f image2 -r 20 -i D:Study1%d.jpg -s 512×512 -b 2400k D:Videoson_3_Sep_2012_add_framerate_20.mpg
On Other hand for MP4, I can go low frame rate as I required. For this I use below command
C:ffmpeg.exe -y -f image2 -r 12 -i D:Study1%d.jpg D:Videoson_3_Sep_2012_add_framerate_12.mp4
From many days I am trying form same, please stuck me out
Thanks in Advance