Skip to content

Instantly share code, notes, and snippets.

@atxryan
Created June 23, 2020 20:16
Show Gist options
  • Save atxryan/392fcfc0003579fa8d93ac7ebcff991c to your computer and use it in GitHub Desktop.
Save atxryan/392fcfc0003579fa8d93ac7ebcff991c to your computer and use it in GitHub Desktop.
FFmpeg GoPro timelapse
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