Skip to content

Instantly share code, notes, and snippets.

@gonsolo
Last active May 3, 2022 09:54
Show Gist options
  • Save gonsolo/1c04c67550f1650c3f303265cf85fbfa to your computer and use it in GitHub Desktop.
Save gonsolo/1c04c67550f1650c3f303265cf85fbfa to your computer and use it in GitHub Desktop.
Convert mp3 to opus with GNU parallel respecting whitespace
find . -name \*.mp3 | parallel -q ffmpeg -i {} -c:a libopus -b:a 20k {.}.opus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment