VLC HowTo/Extract audio

From VideoLAN Wiki
Revision as of 12:37, 2 September 2011 by Jcarroll (talk | contribs) (Added link to lengthy HOWTO elsewhere online.)
Jump to navigation Jump to search

VLC can extract audio from most sources with no loss of quality, because there is no re-encoding of the content.

The way to do this for DVD video is (on Linux):

vlc --no-sout-video dvdsimple:///dev/scd0@1:1 :sout='#std{access=file,mux=raw,dst=./file.ac3}'

See Also