Skip to content

Instantly share code, notes, and snippets.

@davidonet
Created September 26, 2011 12:41
Show Gist options
  • Save davidonet/1242138 to your computer and use it in GitHub Desktop.
Save davidonet/1242138 to your computer and use it in GitHub Desktop.
Generate a movie from image collection
ffmpeg -i filename-0%3d.jpg -threads 0 -vcodec libx264 -vpre fast -qmin 20 -qmax 25 test.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment