Skip to content

Instantly share code, notes, and snippets.

@ivamluz
Created July 11, 2015 12:18
Show Gist options
  • Save ivamluz/fbe2ed5eeff3d229d7c0 to your computer and use it in GitHub Desktop.
Save ivamluz/fbe2ed5eeff3d229d7c0 to your computer and use it in GitHub Desktop.
# 1/0.25 reduces video velocity by 4. 1/2 would double the velocity.
avconv -i <video-in> -vf "setpts=(1/0.25)*PTS" <video-out>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment