Skip to content

Instantly share code, notes, and snippets.

@stuaxo
Created November 15, 2014 23:48
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 stuaxo/9dc915e6a1831e936d50 to your computer and use it in GitHub Desktop.
Save stuaxo/9dc915e6a1831e936d50 to your computer and use it in GitHub Desktop.
VLC - transcode .rec to mp3.
vlc -I dummy -vvv %1 --sout=#transcode{acodec="mp3",ab="512","channels=2"}:standard{access="file",mux="raw",dst="%~n1.mp3"} vlc://quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment