Skip to content

Instantly share code, notes, and snippets.

@OperationDarkside
Created August 9, 2017 22:29
Show Gist options
  • Save OperationDarkside/b31e7d9aa112563a7f4f6bc95c399338 to your computer and use it in GitHub Desktop.
Save OperationDarkside/b31e7d9aa112563a7f4f6bc95c399338 to your computer and use it in GitHub Desktop.
Reverse the audio stream of a video using ffmpeg
ffmpeg -i video_with_rev_audio.mp4 -map 0 -c:v copy -af "areverse" reversed_audio.mp4
@salivity
Copy link

I created an online tool using this code it creates a really clear reversed audio stream, FFMpeg Audio Reverse Tool

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