Skip to content

Instantly share code, notes, and snippets.

@trustedtomato
Last active December 10, 2017 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trustedtomato/b62b352a9dbb2085a8c98cef944aaf48 to your computer and use it in GitHub Desktop.
Save trustedtomato/b62b352a9dbb2085a8c98cef944aaf48 to your computer and use it in GitHub Desktop.
Covert all mp3 to opus
find . -exec ffmpeg -i {} -acodec libopus -b:a 64k -n -vbr on -compression_level 10 ~/Documents/opus/{}.opus \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment