VLC HowTo/Extract audio from a file

From VideoLAN Wiki
Revision as of 20:12, 26 October 2011 by Jim DeLaHunt (talk | contribs) (Cross-link to better Extract Audio article, and add to Category:How to.)
Jump to navigation Jump to search

The example under this show how to extract audio from a working video file like file.ts in command line.

   vlc file.ts --no-sout-video --sout '#std{mux=raw,dst=file.mp3}'

See also