Skip to content

Instantly share code, notes, and snippets.

@mandymozart
Created July 28, 2023 10:46
Show Gist options
  • Save mandymozart/63a32f7283cddb5ecce1c8613c8166d9 to your computer and use it in GitHub Desktop.
Save mandymozart/63a32f7283cddb5ecce1c8613c8166d9 to your computer and use it in GitHub Desktop.
mkdir wav; for i in *.ogg; do ffmpeg -i "$i" "wav/${i%.*}.wav"; done
@mandymozart
Copy link
Author

just replace the file format endings to whatever you like

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