HI!

After upgrading from 1.1.5 to 1.1.7, my conversion script (avi -> mpeg2)
produces an all green video result.

Complete script:
mkfifo "$1.fifo"
nice transcode -N 0x2000 -b 224 -E 48000 -m "$1.ac3" --write_pid
transcode.pid -i "$1" -M 1 -y yuv4mpeg,tcaud -o "$1.fifo" &
nice cat "$1.fifo" | nice /work/videotools/y4mscaler/y4mscaler -S
option=sinc:8 -v 0 -I sar=16:9 -I active=624x352+0+0 -O size=720x576 -O
active=720x576+0+0 | nice mpeg2enc -v 0 -I 0 -f 8 -b 9000 -n p -a 3 -o
"$1.m2v" -q 4 -K tmpgenc -D 10 -4 2 -2 1 -R 2


Any hints would be greatly appreciated.

Thanks!

Thomas

Reply via email to