Skip to content

Instantly share code, notes, and snippets.

@jasperf
Last active October 26, 2023 01:29
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 jasperf/069fb2a094c6ea2a2aa3cb068b127ee5 to your computer and use it in GitHub Desktop.
Save jasperf/069fb2a094c6ea2a2aa3cb068b127ee5 to your computer and use it in GitHub Desktop.
Animated .gif conversion to mp4 that also works on Quicktime . Size chosen here is 500 by 250
ffmpeg -i animated.gif -s 500x250 -pix_fmt yuv420p video-500x250-qt.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment