Categories
How to increase data transfer speed in ffmpeg?
How to increase data transfer rate from 988 kbps to 20268 kbps in ffmpeg? While doing
exec('ffmpeg -f image2 -i img/image%d.jpg img/video.mpg');
Answer the question
In order to leave comments, you need to log in
ffmpeg -f image2 -i img/image%d.jpg -b 4000k -minrate 4000k -maxrate 4000k img/video.mpg
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question