Log in

View Full Version : ConvertToYV12 bug?


fberreth
3rd May 2003, 06:08
Hi,

I did a search on doom9 but couldn't find the answer to my problem. I basically see the same green screen like in this thread:

http://forum.doom9.org/showthread.php?threadid=49549&highlight=converttoyv12+green

However my source is YUY2 and the resolution is 768x576 (PAL). Can somebody please help me? AVISynth used is 2.51. YV12 FOURCC decoder is DivX. Program to view the output is virtualdub.

Thanks,
Frank.

fberreth
3rd May 2003, 06:13
I should add that I stripped the avisynth script to just

avisource("file")
ConvertToYV12()

and it shows the problem.

fberreth
3rd May 2003, 06:49
Doh! :stupid:
I just figured that my source which is huffy decodes to rgb instead of yuy2 :rolleyes: which was the original color format.
So I hit exactly the bug mf hit before and the cvs (april 30 release) fixes this.

sh0dan
3rd May 2003, 15:07
Try the lastest CVS binary (see my sig). Most conversions have been updated.