Last active
August 29, 2015 14:06
-
-
Save Stichoza/5c79f65251f4d05156ff to your computer and use it in GitHub Desktop.
FMPEG - Convert image sequence to video
This file contains hidden or 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 -r 25 -qscale 2 -i DSCN%04d.JPG output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment