Skip to content

Instantly share code, notes, and snippets.

@listiani13
Created June 1, 2018 11:48
Show Gist options
  • Save listiani13/5600de6766c4565e8f30a250b6a0ae7f to your computer and use it in GitHub Desktop.
Save listiani13/5600de6766c4565e8f30a250b6a0ae7f to your computer and use it in GitHub Desktop.
ffmpeg -i 'fix chart.mov' -vf scale=600:-1 -r 10 output/ffout%3d.png
convert -delay 8 -loop 0 output/ffout*.png output/animation.gif
ffmpeg -i <<path to mov file>> -vf scale=600:-1 -r 10 <<path to output folder>>
convert -delay 8 -loop 0 <<path to input image file>> <<path to output gif>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment