Skip to content

Instantly share code, notes, and snippets.

@csabapalfi
Last active December 5, 2020 18:59
Show Gist options
  • Save csabapalfi/d84783914f2e50786162 to your computer and use it in GitHub Desktop.
Save csabapalfi/d84783914f2e50786162 to your computer and use it in GitHub Desktop.
Convert gif to mp4
ffmpeg -f gif -i infile.gif outfile.mp4
@rrfuli
Copy link

rrfuli commented Apr 27, 2018

Awesome bro!

I use your command and it works great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment