KoPGaMeR
3rd February 2003, 22:14
I'm encoding metropolis ntsc dvd..
Forced film in dvd2avi didn't work so I did a tmpegenc deinterlace job. Then I make a pseudo avi and encoded with nandub-sbc.
But it has some noise so I want to use Convolution3d filter and use avisynth.
So I make a avs with this avi..
LoadPlugin("G:\RiP\Convolution3DYV12.dll")
avisource("G:\output\metropolis full frame_tpr-vfapi.avi")
ConvertToYV12()
crop(4,14,708,452)
LanczosResize(608,320)
Convolution3d(0,4,4,4,4,2.8,0)
will it work ?
I can't change YV12 to anything else, I changed avisynth to ver 2.07 but didin't work, so I get back to 2.5..
do you have another suggestion with this pseudo avi ?
Forced film in dvd2avi didn't work so I did a tmpegenc deinterlace job. Then I make a pseudo avi and encoded with nandub-sbc.
But it has some noise so I want to use Convolution3d filter and use avisynth.
So I make a avs with this avi..
LoadPlugin("G:\RiP\Convolution3DYV12.dll")
avisource("G:\output\metropolis full frame_tpr-vfapi.avi")
ConvertToYV12()
crop(4,14,708,452)
LanczosResize(608,320)
Convolution3d(0,4,4,4,4,2.8,0)
will it work ?
I can't change YV12 to anything else, I changed avisynth to ver 2.07 but didin't work, so I get back to 2.5..
do you have another suggestion with this pseudo avi ?