[linux-audio-dev] audio from dvd? (fwd)

Miha Tomšič miha.tomsic at guest.arnes.si
Mon Oct 22 22:47:25 CEST 2001


	Hojla!

Če bo kdo slučajno želel zvok z (iz?) DVDjev "rabutat"...

	Miha...

 - Miha Tomšič --- C. na postajo 55 -- SI-1351 Brezovica pri Lj. --- SLOVENIA -

---------- Forwarded message ----------
Date: Fri, 19 Oct 2001 00:14:20 +0200
From: Peter Surda <shurdeek at panorama.sth.ac.at>
Reply-To: linux-audio-dev at music.columbia.edu
To: linux-audio-dev at music.columbia.edu
Subject: Re: [linux-audio-dev] audio from dvd?

On Thu, Oct 18, 2001 at 11:23:30AM -0600, Joe Pfeiffer wrote:
> Speaking of off-topic...  but this list seems to be the likeliest to
> have people who know the answer.
> 
> What's the best way for me to take the audio track from a DVD so I can
> burn it on a CD-ROM?  Yes, the DVD is CSS encoded...
transcode has tools to do this and I believe it also handles CSS (I only have
zone 2 dvds so can't check). I'm extracting it with something like this:

tccat -T 1,-1 -i /dev/dvd -t dvd -d 0 -L | tcdemux -x ac3 -S 0 -M 1 -d 0 | tcextract -t vob -x ac3 -a 0 -d 0 | tcdecode -x ac3 -d 0 | sox -t raw -r 48000 -s -w -c 2 - -t wav output.wav

This expects a stereo ac3. For surround I have no idea how to do this because
sox apparently can't handle 5-channel audio.

If someone knows a ac3->wav converter for linux I'd be very happy to know the
URL. l52dec apparently only handles output to an audiocard.

Bye,

Peter Surda (Shurdeek) <shurdeek at panorama.sth.ac.at>, ICQ 10236103, +436505122023

--
Disclaimer: This E-mail, because of shabby security on the Internet, in no way
            reflects my thoughts or intentions. It may even not be from me!




More information about the lugos-list mailing list