Created
February 3, 2020 08:33
-
-
Save GodSaveEarth/0037e810d8080044633e4bfc32938048 to your computer and use it in GitHub Desktop.
ffmpeg any to mp3
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 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