VLC HowTo/Extract audio from a file
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.)
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
- article Extract audio