Hi,

0n 06/09/[EMAIL PROTECTED]:35 Florin Andrei told me:

> On Mon, 2006-09-11 at 23:31 -0700, Florin Andrei wrote:
> 
> > ##############################################
> > mkfifo vid.fifo
> > mkfifo aud.fifo
> > if [ $D == "0" ]; then
> >   tcextract -i vid.fifo -t vob -x mpeg2 -a 0xe0 > ${proj}.m2v &
> > else
> >   tcextract -i vid.fifo -t vob -x mpeg2 -a 0xe0 \
> >         -C ${D}-1000000000 > ${proj}.m2v &
> > fi
> > tcextract -i aud.fifo -t vob -x ac3 -a ${aud} > ${proj}.ac3 &
> > cat $proj-big.vob | tee vid.fifo aud.fifo > /dev/null
> > ##############################################
> 
> I forgot to mention that this method used to work very well until a
> while ago, maybe after an upgrade to transcode-1.0.2 (but I'm not
> positive about that).

Sorry, I dunno what is broken with tcextract, but probably it's time
to skip this scripting/fifo magic for such jobs.

Have a look at lxdvdrip. It's more or less a wraper around some nice
tools for the job. If you pick a recent version (IIRC > 1.6) even
the modified vamps (IMHO from k9copy) is included to make 1:1 9to5 
copies while keeping original menus.

-- 
bye maik

Attachment: signature.asc
Description: Digital signature

Reply via email to