Skip to content

Instantly share code, notes, and snippets.

@giannisp
Created April 24, 2017 16:05
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 giannisp/f0f3f45e6ecdfe904f33f334695bd160 to your computer and use it in GitHub Desktop.
Save giannisp/f0f3f45e6ecdfe904f33f334695bd160 to your computer and use it in GitHub Desktop.
Produce a cross-browser compatible video for using on a video tag
ffmpeg -i source.mp4 -vcodec libx264 -pix_fmt yuv420p target.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment