Skip to content

Instantly share code, notes, and snippets.

@hamargyuri
Created April 22, 2018 07:32
Show Gist options
  • Save hamargyuri/e0667fa2f58491c5a278920af98d455e to your computer and use it in GitHub Desktop.
Save hamargyuri/e0667fa2f58491c5a278920af98d455e to your computer and use it in GitHub Desktop.
ffmpeg -i <source> -filter:v "setpts=<speed>*PTS" -an <output>
@hamargyuri
Copy link
Author

speed = duration compared to original. e.g.: 2x speed needs the 0.5 value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment