Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save geoffroymontel/4a9494c8c3e2edb5ed320f2500fab953 to your computer and use it in GitHub Desktop.
Save geoffroymontel/4a9494c8c3e2edb5ed320f2500fab953 to your computer and use it in GitHub Desktop.
Convert audio to FLAC 16khz mono
ffmpeg -i test_track.mp3 -ar 16000 -ac 1 -acodec flac test_track.flac
@fahnub
Copy link

fahnub commented Feb 13, 2023

Thanks for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment