Skip to content

Instantly share code, notes, and snippets.

@GodSaveEarth
Created February 3, 2020 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GodSaveEarth/0037e810d8080044633e4bfc32938048 to your computer and use it in GitHub Desktop.
Save GodSaveEarth/0037e810d8080044633e4bfc32938048 to your computer and use it in GitHub Desktop.
ffmpeg any to mp3
ffmpeg -i input.file -map 0:a:0 -b:a 96k output.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment