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).

-- 
Florin Andrei

http://florin.myip.org/

Reply via email to