Created
May 15, 2016 09:19
-
-
Save hdsdi3g/409ed2b216331f7afef6e8da7daed769 to your computer and use it in GitHub Desktop.
Create a h264 HD 50 Mbps CBR 8 bits 4:2:0 GOP 12 (avec images B)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -y -i <> -an -codec:v h264 -pix_fmt yuv420p -b:v 50000k -g 12 -bf 3 -maxrate 50000k -minrate 50000k -s 1920x1080 -movflags +faststart -f mov out.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Il ne sera pas capable de remplir de vide le débit si la source n'est pas assez complexe, mais il n'ira pas au dela de 50 Mbps.
J'ai volontairement retiré l'audio.