Created
January 10, 2017 01:32
-
-
Save carlosipe/ae551a3e02ad3773c56690927b603d95 to your computer and use it in GitHub Desktop.
convert mkv 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 video.mkv -vn -c:a libmp3lame audio.mp3 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you~! <3