Skip to content

Instantly share code, notes, and snippets.

@robinsloan
Created August 28, 2017 21:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinsloan/cecb77504a23951d7a8565dfa854d207 to your computer and use it in GitHub Desktop.
Save robinsloan/cecb77504a23951d7a8565dfa854d207 to your computer and use it in GitHub Desktop.
FFMPEG command to convert GIF to proper MP4
ffmpeg -i this_here.gif -vcodec h264 -y -pix_fmt yuv420p that_there.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment