Created
September 26, 2011 12:41
-
-
Save davidonet/1242138 to your computer and use it in GitHub Desktop.
Generate a movie from image collection
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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