User Tools

Site Tools


ffmpeg:video:speed_up

This is an old revision of the document!


ffmpeg - Video - Speed Up

ffmpeg -i input.mp4 -an -filter:v "setpts=0.1*PTS" output.mp4

NOTE:

  • 0.1 accelerates x10 by dropping frames, 0.01 would accelerate x100 and so on.
  • -an removes audio.
ffmpeg/video/speed_up.1736689121.txt.gz · Last modified: 2025/01/12 13:38 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki