Skip to content

Instantly share code, notes, and snippets.

Created December 18, 2012 22:28
Show Gist options
  • Save anonymous/4332676 to your computer and use it in GitHub Desktop.
Save anonymous/4332676 to your computer and use it in GitHub Desktop.
convert PNGs to animation
FRAME_RATE=20
ffmpeg -r $FRAME_RATE -pattern_type glob -i "frame_*.png" anim.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment