Re: transcode won't transcode raw ac3 without video
Mike Urig <[email protected]> Mon, 14 Dec 2009 00:09:23 +0000 (UTC)
| Newsgroups | gmane.comp.video.transcode.user |
|---|---|
| Message-ID | <[email protected]> |
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