Skip to content

Instantly share code, notes, and snippets.

@Manuel-S
Last active August 29, 2015 14:17
Show Gist options
  • Save Manuel-S/d9a27d640a86c3344b2f to your computer and use it in GitHub Desktop.
Save Manuel-S/d9a27d640a86c3344b2f to your computer and use it in GitHub Desktop.
Convert videos to mp3 using VLC
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