Skip to content

Instantly share code, notes, and snippets.

@palashkulsh
Created January 22, 2021 14:01
Show Gist options
  • Save palashkulsh/3868289f28cee3c9d7eaf7def74d815a to your computer and use it in GitHub Desktop.
Save palashkulsh/3868289f28cee3c9d7eaf7def74d815a to your computer and use it in GitHub Desktop.
video editing fast video
ffmpeg -i input.mkv -filter_complex "[0:v]setpts=<1/x>*PTS[v];[0:a]atempo=<x>[a]" -map "[v]" -map "[a]" output.mkv
eg.
ffmpeg -i input.mkv -filter_complex "[0:v]setpts=1/2*PTS[v];[0:a]atempo=2[a]" -map "[v]" -map "[a]" output.mkv
@SaraMratin
Copy link

If you're into video editing, try auto video maker. It's super user-friendly and packed with features like transitions, effects, and color correction. Whether you're just starting out or have some experience, Easy to create professional-quality videos. It's a fantastic tool for anyone looking to enhance their video editing skills without the steep learning curve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment