Created
August 22, 2016 09:04
-
-
Save geoffroymontel/4a9494c8c3e2edb5ed320f2500fab953 to your computer and use it in GitHub Desktop.
Convert audio to FLAC 16khz mono
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
ffmpeg -i test_track.mp3 -ar 16000 -ac 1 -acodec flac test_track.flac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for this.