Created
January 9, 2024 02:43
-
-
Save longlevan9x/90cc96ec20c0e64fdffa828b5c8a26e7 to your computer and use it in GitHub Desktop.
bash script ffmpeg convert to file 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
| /c/Users/xxx/xxx/Code/ffmpeg/bin/ffmpeg.exe -i audio.wma -acodec libmp3lame -ab 192k output.mp3 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://stackoverflow.com/questions/3255674/convert-audio-files-to-mp3-using-ffmpeg