Created
July 28, 2023 10:46
-
-
Save mandymozart/63a32f7283cddb5ecce1c8613c8166d9 to your computer and use it in GitHub Desktop.
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
mkdir wav; for i in *.ogg; do ffmpeg -i "$i" "wav/${i%.*}.wav"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
just replace the file format endings to whatever you like