Last active
December 10, 2017 18:46
-
-
Save trustedtomato/b62b352a9dbb2085a8c98cef944aaf48 to your computer and use it in GitHub Desktop.
Covert all mp3 to opus
This file contains 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
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