Created
December 4, 2021 18:59
-
-
Save MarceauKa/b05e247d4270a97e47410b30396b3f6b to your computer and use it in GitHub Desktop.
FFMPEG for Youtube
This file contains 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 -i "original.mp4" -c:v libx264 -preset fast -crf 26 -c:a aac -b:a 192k -pix_fmt yuv420p -movflags +faststart "converted.mp4" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment