PDA

View Full Version : avisynth bug found


jmac698
1st March 2006, 03:39
YtoUV where supplied Y is rgb format, is allowed, and shows garbage.
2.56 release.

Is this fixed in development version?

IanB
1st March 2006, 08:14
Ta!

Hmm, this logic is a bit broken...
if (!(vi.IsYV12() == vi2.IsYV12() || vi.IsYUY2() == vi2.IsYUY2())) {
env->ThrowError("YToUV: Clips must be the same colorspace!");
}Fixed soonish....