Bluedan
13th January 2003, 20:46
Forgive me if I was too dumb to find something via search button or reading the FAQ here and at avisynth.org.
I'm new to Avisynth v2.5(alpha)and had difficulties to use other resize methods in my script now than Bicubic or Bilinear, both of which are implemented, while the likes of Lanczos~ and SimpleResize must be loaded as external plug-in.
But as Shodan wrote here (http://cultact-server.novi.dk/kpo/avisynth/avisynth_alpha.html) under "Filters that work with YV12:" ALL resize filters should work in YV12 and I cannot remember a thread announcing that someone has finally ported Lanczos to YV12 colorspace. I was little confused yesterday.
The script?
LoadPlugin("C:\Programme\MultiMedia\VIDEO\Editor\Avisynth2.5_filter\MPEG2Dec3_v0.94\mpeg2dec3.dll")
LoadPlugin("C:\Programme\MultiMedia\VIDEO\Editor\Avisynth2.5_filter\decomb4.06b5\decomb.dll")
LoadPlugin("C:\PROGRA~1\MULTIM~1\VIDEO\Editor\GORDIA~1\lanczos3.dll")
LoadPlugin("C:\Programme\MultiMedia\VIDEO\Editor\Avisynth2.5_filter\convolution3d-yv12\Convolution3dYV12.dll")
#
mpeg2source("D:\VIDEO_TS\Indien\Indien.d2v",cpu=2,iPP=true)
Fielddeinterlace()
crop(18,71,694,437)
Convolution3d(0, 0, 0, 3, 4, 2.6, 0)
Lanczos3Resize(640,368)
I'm new to Avisynth v2.5(alpha)and had difficulties to use other resize methods in my script now than Bicubic or Bilinear, both of which are implemented, while the likes of Lanczos~ and SimpleResize must be loaded as external plug-in.
But as Shodan wrote here (http://cultact-server.novi.dk/kpo/avisynth/avisynth_alpha.html) under "Filters that work with YV12:" ALL resize filters should work in YV12 and I cannot remember a thread announcing that someone has finally ported Lanczos to YV12 colorspace. I was little confused yesterday.
The script?
LoadPlugin("C:\Programme\MultiMedia\VIDEO\Editor\Avisynth2.5_filter\MPEG2Dec3_v0.94\mpeg2dec3.dll")
LoadPlugin("C:\Programme\MultiMedia\VIDEO\Editor\Avisynth2.5_filter\decomb4.06b5\decomb.dll")
LoadPlugin("C:\PROGRA~1\MULTIM~1\VIDEO\Editor\GORDIA~1\lanczos3.dll")
LoadPlugin("C:\Programme\MultiMedia\VIDEO\Editor\Avisynth2.5_filter\convolution3d-yv12\Convolution3dYV12.dll")
#
mpeg2source("D:\VIDEO_TS\Indien\Indien.d2v",cpu=2,iPP=true)
Fielddeinterlace()
crop(18,71,694,437)
Convolution3d(0, 0, 0, 3, 4, 2.6, 0)
Lanczos3Resize(640,368)