Skip to content

Instantly share code, notes, and snippets.

@silgon
Created September 27, 2021 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save silgon/6c0d940389701703a6eb03a63aa94e16 to your computer and use it in GitHub Desktop.
Save silgon/6c0d940389701703a6eb03a63aa94e16 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