Skip to content

Instantly share code, notes, and snippets.

@crypto-jeronimo
Created May 28, 2018 10:06
Show Gist options
  • Save crypto-jeronimo/2ab509c5ed5765d7ce346501239684d5 to your computer and use it in GitHub Desktop.
Save crypto-jeronimo/2ab509c5ed5765d7ce346501239684d5 to your computer and use it in GitHub Desktop.
Change audio clip tempo
ffmpeg -i "<original_audio_clip>" -filter:a "atempo=<target_tempo>" "<target_audio_clip>"
# where `<target_tempo>` should be < 1 for slower tempo, and > 1 (e.g., 1.4) for faster tempo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment