D
D
Dmitry2018-04-16 12:09:00
fmpeg
Dmitry, 2018-04-16 12:09:00

How to create mp4 video at 6000kb/s in ffmpeg?

I'm trying to compile a video in mp4 format. I specify the parameters for the bitrate, but this only works on the mpg format.
But when you select the mp4 format, the bitrate is reset to the lowest. How to assemble with a good bitrate?

exec('ffmpeg -f concat -safe 0 -i mylist.txt -c copy -b 6000k -minrate 6000k -maxrate 6000k output.mp4');

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question