Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 141 Bytes

increase-video-speed.md

File metadata and controls

5 lines (3 loc) · 141 Bytes

How to increase video speed using FFMPEG

ffmpeg -i input -filter:v "setpts=0.5*PTS" output

You can adjust speed by changing 0.5