Skip to content

Instantly share code, notes, and snippets.

@tiborsaas
Last active January 19, 2019 13: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 tiborsaas/bc8f94f8e76f2e98a08fdbb5d126b6d0 to your computer and use it in GitHub Desktop.
Save tiborsaas/bc8f94f8e76f2e98a08fdbb5d126b6d0 to your computer and use it in GitHub Desktop.
cross browser video encoding
ffmpeg -i {in}.mov -vcodec libx264 -an -t 54 -s 1280x720 -pix_fmt yuv420p -preset slow {out}.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment