ffmpeg -i input.mp4 -vf "setpts=PTS/2" -af "atempo=2.0" output.mp4

Category: Media & Conversion

ffmpeg -i input.mp4 -vf "setpts=PTS/2" -af "atempo=2.0" output.mp4

Speed video up to double speed

Speeds the video up to 2x: setpts=PTS/2 halves the presentation timestamps, and atempo=2.0 doubles the audio speed without changing pitch. atempo accepts 0.5 to 2.0 per instance, so chain two for 4x.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.