Created
April 22, 2018 07:32
-
-
Save hamargyuri/e0667fa2f58491c5a278920af98d455e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i <source> -filter:v "setpts=<speed>*PTS" -an <output> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
speed = duration compared to original. e.g.: 2x speed needs the 0.5 value