Hi,
I'm just writing a script, and have to do all step by step.

Usually I do to recode to DVD:

mkfifo stream.yuv
mplayer -vo yuv4mpeg -ao pcm:file=Film.wav file.avi

And on the other console:

cat stream.yuv | yuvscaler -O DVD | mpeg2enc -b 9000 -f 8 -o Film.m2v

In my Script I hve only one console, so I put the whole yuv on disk:

MPLAYER_VERBOSE=-1 mplayer -vo yuv4mpeg -ao pcm -msglevel all=-1 076.wmv 
>/dev/null 2>&1

When I do now cat stream.yuv | yuvscaler -O DVD 2>/dev/null | 
mpeg2enc -b 9000 -f 8 -o Film.m2v I get **ERROR: [mpeg2enc] Could not 
read YUV4MPEG2 header: system error (failed read/write)!

Why this? Is there something wrong when I redirect stderr?

-- 
MfG usw.

Werner Mahr
registered Linuxuser: 303822

Attachment: pgpMHVDUlilQy.pgp
Description: PGP signature

Reply via email to