Created
September 18, 2017 17:44
-
-
Save wuelcas/077f9914bb51048f9d810e183f9c7914 to your computer and use it in GitHub Desktop.
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
ffmpeg -i audio-input-name.mp3 -ac 2 -codec:a libmp3lame -b:a 48k -ar 16000 audio-output-name.mp3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment