Skip to content

Instantly share code, notes, and snippets.

@MarceauKa
Created December 4, 2021 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarceauKa/b05e247d4270a97e47410b30396b3f6b to your computer and use it in GitHub Desktop.
Save MarceauKa/b05e247d4270a97e47410b30396b3f6b to your computer and use it in GitHub Desktop.
FFMPEG for Youtube
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