Skip to content

Instantly share code, notes, and snippets.

@jonasbg
Forked from max-mapper/index.sh
Created June 26, 2020 18:02
Show Gist options
  • Save jonasbg/c812de3985ae371b4221b81bdf82b41c to your computer and use it in GitHub Desktop.
Save jonasbg/c812de3985ae371b4221b81bdf82b41c to your computer and use it in GitHub Desktop.
4k timelapse ffmpeg
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