D
D
Dmitry2018-04-06 13:59:32
PHP
Dmitry, 2018-04-06 13:59:32

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');

video quality is terrible!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
donflash, 2018-04-06
@timon_it

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 your question

Ask a Question

731 491 924 answers to any question