Markus Beyer <m.beyer5 <at> gmx.de> writes:

> 
> Hi all,
> 
> I have a problem with transcode.
> I'd like to get the raw AC3 audio from the vobs without the video frames so I
can merge it into the movie later.
> Sadly, transcode always gives me an empty 0 byte file as the result.
> I ripped the vobs to disk from a DVD and they contain all the audio streams.
> 
> 
Do the following:

cat *.vob > movie.vob

tcextract -i movie.vob -a 0 -x ac3 -t vob > movie.ac3

taken from : http://www.lucasmanual.com/mywiki/DVD9toDVD5


Mike

Reply via email to