User Tools

Site Tools


ffmpeg:video:speed_up

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.txt · Last modified: 2025/01/12 13:38 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki