Skip to content

Instantly share code, notes, and snippets.

@gartenfeld
Created May 31, 2019 10:04
Show Gist options
  • Save gartenfeld/7ea5c590cfb6a2567c1cb1c6eaa46fb2 to your computer and use it in GitHub Desktop.
Save gartenfeld/7ea5c590cfb6a2567c1cb1c6eaa46fb2 to your computer and use it in GitHub Desktop.
Generate time-lapse
# 0.1 makes it 10x as fast
ffmpeg -i input.mp4 -filter:v "setpts=0.1*PTS" output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment