Skip to content

Instantly share code, notes, and snippets.

@max-mapper
Created November 24, 2016 19:34
Show Gist options
  • Save max-mapper/69028f62b512db315bae93c223265f6a to your computer and use it in GitHub Desktop.
Save max-mapper/69028f62b512db315bae93c223265f6a 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