Skip to content

Instantly share code, notes, and snippets.

@wswld
Created November 17, 2017 03:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wswld/ddee952bce1d8ab345c026d332dcb3b3 to your computer and use it in GitHub Desktop.
Save wswld/ddee952bce1d8ab345c026d332dcb3b3 to your computer and use it in GitHub Desktop.
Create a timelapse from mp4
ffmpeg -i input.mp4 -filter:v "setpts=0.5*PTS" -an output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment