Skip to content

Instantly share code, notes, and snippets.

@eentzel
Forked from anonymous/gist:4332676
Created December 18, 2012 22:28
Show Gist options
  • Save eentzel/4332677 to your computer and use it in GitHub Desktop.
Save eentzel/4332677 to your computer and use it in GitHub Desktop.
# more docs: http://ffmpeg.org/ffmpeg.html
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