Created
November 24, 2016 19:34
-
-
Save max-mapper/69028f62b512db315bae93c223265f6a to your computer and use it in GitHub Desktop.
4k timelapse ffmpeg
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 -pattern_type glob -i '*.jpg' -vf scale=3840:-1 -vcodec libx264 -crf 25 OUTPUT.MP4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment