Skip to content

Instantly share code, notes, and snippets.

@penafieljlm
Created August 1, 2017 03:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save penafieljlm/d20e2487867133c4871aa97d5c347741 to your computer and use it in GitHub Desktop.
Save penafieljlm/d20e2487867133c4871aa97d5c347741 to your computer and use it in GitHub Desktop.
for %a in ("*.*") do "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" "%a" --sout=#transcode{acodec=mp3,vcodec=dummy}:standard{access=file,mux=raw,dst="%a.mp3"} --intf=dummy --verbose=2 --play-and-exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment