Skip to content

Instantly share code, notes, and snippets.

@carlynorama
Last active August 29, 2015 14:12
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 carlynorama/8d04bda4a260fbdf7105 to your computer and use it in GitHub Desktop.
Save carlynorama/8d04bda4a260fbdf7105 to your computer and use it in GitHub Desktop.
Making a movie from PNG with FFMPEG
#REQUIRES FFMPEG
mogrify *.png -gravity south -crop 1240x860+0+0 +repage *.png
ffmpeg -framerate 4 -pattern_type glob -i '*.png' -c:v libx264 -pix_fmt yuv420p output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment