Skip to content

Instantly share code, notes, and snippets.

@hector6872
Created January 7, 2018 14:32
Show Gist options
  • Save hector6872/3a25b9e88c5e3d9068bddaf4b5c5c1fe to your computer and use it in GitHub Desktop.
Save hector6872/3a25b9e88c5e3d9068bddaf4b5c5c1fe to your computer and use it in GitHub Desktop.
MP4 to GIF
# change resolution
ffmpeg -i video_1920.mp4 -vf scale=300:534 video_300.mp4
# convert
ffmpeg -i video_300.mp4 final.gif
@hector6872
Copy link
Author

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