Skip to content

Instantly share code, notes, and snippets.

@NHQ
Last active August 29, 2015 14:26
Show Gist options
  • Save NHQ/f9810f70fd17e75597ff to your computer and use it in GitHub Desktop.
Save NHQ/f9810f70fd17e75597ff to your computer and use it in GitHub Desktop.
convert up 1000 pngs named from "frame000.png" to "frame999.png" into a 16fps video. Note the -i flag for file names.
avconv -framerate 16 -f image2 -i frame%03d.png -c:v h264 -crf 1 mov.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment