Last active
February 9, 2018 16:43
-
-
Save mshuler/0803429a7c3c27d14733859d972afffa to your computer and use it in GitHub Desktop.
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
This worked out pretty well for high quality 1080p 60fps video from the 4:3 3264x2448 JPG timelapse images, | |
cropping the top and bottom of the original images to 16:9 widescreen: | |
ffmpeg -framerate 60 -pattern_type glob -i '*/*.JPG' -vf crop=in_w:in_w*9/16,scale=1920:1080 -c:v libx264 -r 60 -pix_fmt yuv420p timelapse-60fps.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment