Difference between revisions of "VLC HowTo/Extract audio"

From VideoLAN Wiki
Jump to navigation Jump to search
(New page: 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: vlc --no-sout-video dvdsimple:///dev/s...)
 
Line 1: Line 1:
 
VLC can extract audio from most sources with no loss of quality, because there is no re-encoding of the content.
 
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:
 
The way to do this for DVD video is:
 +
 
vlc --no-sout-video dvdsimple:///dev/scd0@1:1 :sout='#duplicate{dst=std{access=file,mux=raw,dst=./file.ac3}}'
 
vlc --no-sout-video dvdsimple:///dev/scd0@1:1 :sout='#duplicate{dst=std{access=file,mux=raw,dst=./file.ac3}}'

Revision as of 09:58, 21 April 2009

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:

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