Created
April 1, 2014 16:18
-
-
Save ookami-kb/9917523 to your computer and use it in GitHub Desktop.
Converting to .mp3 and .ogg from .wav
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
lame -h -b 192 from.wav to.mp3 | |
oggenc -b 192 from.wav -o to.ogg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment