Last active
August 29, 2015 14:17
-
-
Save Manuel-S/d9a27d640a86c3344b2f to your computer and use it in GitHub Desktop.
Convert videos to mp3 using VLC
This file contains 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
REM usage: convert2mp3.bat path\to\video.mp4 | |
start "%ProgramFiles(x86)%\VideoLAN\vlc\vlc.exe -I dummy --sout '#std{access=file,mux=raw,dst=%~n1.mp3}' %1 vlc://quit" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment