Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save geoffroymontel/4a9494c8c3e2edb5ed320f2500fab953 to your computer and use it in GitHub Desktop.

Select an option

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

fahnub commented Feb 13, 2023

Copy link
Copy Markdown

Thanks for this.

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