VLC HowTo/Extract audio from a file

From VideoLAN Wiki
Revision as of 20:40, 21 October 2009 by J-b (talk | contribs) (Created page with '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}'')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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}'