Created
December 3, 2023 02:55
-
-
Save Roman-Port/f0bc984150a75b76031569412d9345f7 to your computer and use it in GitHub Desktop.
FFMPEG create stereo difference
This file contains hidden or 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 input.wav -filter_complex "[0:a]channelsplit=channel_layout=stereo[l][r];[r]volume=volume=-1[ri];[l][ri]amix=inputs=2[diff]" -map "[diff]" diff.wav |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment