Skip to content

Instantly share code, notes, and snippets.

@bertbalcaen
Created November 17, 2012 11:10
Show Gist options
  • Save bertbalcaen/4094984 to your computer and use it in GitHub Desktop.
Save bertbalcaen/4094984 to your computer and use it in GitHub Desktop.
Make video from images output by Processing with saveFrame("screenshot-######.png")
ffmpeg -i screenshot-00%4d.png -vcodec libx264 test.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment