Created
June 23, 2020 20:16
-
-
Save atxryan/392fcfc0003579fa8d93ac7ebcff991c to your computer and use it in GitHub Desktop.
FFmpeg GoPro timelapse
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 -f image2 -framerate 8 -pattern_type glob -i '*.JPG' \ | |
-filter:v "scale='min(3648,iw)':'min(2736,ih)':force_original_aspect_ratio=decrease,pad=3648:2736:(ow-iw)/2:(oh-ih)/2" \ | |
-c:v libx265 -crf 28 -preset medium video-3648-h265-medium.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment