PDA

View Full Version : Avisynth open failure in GordianKnot


zeronegative
11th June 2003, 17:23
After upgrading GordianKnot to 0.28.4 I can't perform IVTC anymore. After I check 'Inverse Telecine' and then 'save & encode' I get the following warning:

VirtualDub Error
Avisynth open failure:
Telecide: YUY2 data only
(C:\...)

In DVD2AVI (1.77.3) I can only choose RGB or YUV, neither of them making the error go away. What now?

len0x
11th June 2003, 18:03
look here:
http://forum.doom9.org/showthread.php?s=&threadid=55125

to sum up: new decomb cannot IVTC in YV12 yet...
(I rushed too much with it, but you can replace decomb.dll with an old one and it will work...)

manono
12th June 2003, 02:32
Or you can add ConvertToYUY2() to the script (preferably just below the Mpeg2Source line) and continue to use the newer Decomb. But you may run into problems later if you use any filters that demand the YV12 colorspace. One version of MipSmooth does, but I don't know about any others.

Wilbert
12th June 2003, 10:38
make that ConvertToYUY2(interlaced=true) ...

zeronegative
13th June 2003, 01:53
Well, right now I'm going for the previous Decomb version and everything's working out fine. Is there any reason for using the newer Decomb with the ConvertToYUY2 trick instead of using the older Decomb?