Created
August 9, 2017 22:29
-
-
Save OperationDarkside/b31e7d9aa112563a7f4f6bc95c399338 to your computer and use it in GitHub Desktop.
Reverse the audio stream of a video using ffmpeg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i video_with_rev_audio.mp4 -map 0 -c:v copy -af "areverse" reversed_audio.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I created an online tool using this code it creates a really clear reversed audio stream, FFMpeg Audio Reverse Tool