View Full Version : deen beta2 and avisynth 2.5beta


Niņo
19th February 2003, 23:57
Should deen yv12 by MarcFD work with avisynth 2.5beta?
I get an error it is not a yv12 plugin.
I'm using VdubMOD 1.4.13

Thanx

wotef
20th February 2003, 00:35
works for me; perhaps you need a converttoyv12() in your script before calling deen

Niņo
20th February 2003, 10:29
But why do I have to convert, if I'm just working in yv12 colourspace?
I've never had such problem with all the others yv12 filters.
My script was something like this:

LoadPlugin("C:\video\avsfilters\yv12\MPEG2Dec3.dll")
LoadPlugin("C:\video\avsfilters\yv12\deen.dll")
LoadPlugin("C:\video\avsfilters\yv12\unfilter.dll")
mpeg2source("F:\test\vts_01.d2v")
Crop(20,72,680,432)
deen("a3d",3,4,1,4)
Lanczosresize(640,352)
unfilter(6,6)

Thanks :)