Hi people,
here´s my problem:
i´ve been tryin` to convert some great quality quicktime files to kvcd using avisynth 2.53 without any success!
My question is : is it possible to load quicktime files with avisynth 2.53 scripts or avisynth 2.0x is needed?
It keeps sayin`that "there´s function called LoadVFAPIPlugin" or something like that, related to the first line of the script!
By the way I tried with the following script:
LoadVFAPIPlugin("C:\Program Files\TMPGEnc\QTReader.vfp", "QTReader")
QTReader("C:\Video\Spiderman 2_teaser_640.mov")
ConvertToYUY2()
FlipVertical()
SelectEvery(24,1) #Use (25,1) for NTSC.#
LegalClip()
GripCrop(528, 480, overscan=2, source_anamorphic=false)
GripSize(resizer="BicubicResize")
STMedianFilter(10, 50, 0, 0, 10, 50)
UnFilter(50, 50)
TemporalSmoother(1, 2)
MergeChroma(blur(1.5

)
MergeLuma(blur(0.3))
GripBorders()
LegalClip()
So, what do you say?