User Tools

Site Tools


ffmpeg:speeding_video_up

This is an old revision of the document!


ffmpeg - Speeding video 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/speeding_video_up.1735858515.txt.gz · Last modified: 2025/01/02 22:55 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki