Skip to content

Instantly share code, notes, and snippets.

@davisokoth
Forked from silgon/ffmpeg_firefox_support.sh
Created October 3, 2022 11:53
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 davisokoth/9174e01f2ebb3a3c8f2ac6d69b29e928 to your computer and use it in GitHub Desktop.
Save davisokoth/9174e01f2ebb3a3c8f2ac6d69b29e928 to your computer and use it in GitHub Desktop.
ffmpeg firefox support
ffmpeg -i input.mp4 -vcodec libx264 -acodec mp2 -pix_fmt yuv420p output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment