pdottz
5th October 2004, 02:25
I've been using tomsmocomp on ntsc tv caps. the options, (1,5,1) work fine for deinterlacing the video with no left over artifacts for a nice clean xvid encode.
however, i get lots of aliased lines in the final encode.
is there another filter i could use to aa it right after deint without to much fps lose? right now i get 6-10fps with this script. the Tdeint wont accept rgb input so i need to keep that colorspace.
LoadPlugin("C:\PROGRA~1\GORDIA~1\TomsMoComp.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\undot.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\FluxSmooth.dll")
AVISource("D:\captures\maincap\eene.avi")
TomsMoComp(1,5,1)
Crop(0,0,720,480)
LanczosResize(512,384)
Undot()
FluxSmooth(7,7)
ConvertToRGB()
could anyone help me. please?
oh yeah. my box is 2.2ghz with 128megs of ram.
however, i get lots of aliased lines in the final encode.
is there another filter i could use to aa it right after deint without to much fps lose? right now i get 6-10fps with this script. the Tdeint wont accept rgb input so i need to keep that colorspace.
LoadPlugin("C:\PROGRA~1\GORDIA~1\TomsMoComp.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\undot.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\FluxSmooth.dll")
AVISource("D:\captures\maincap\eene.avi")
TomsMoComp(1,5,1)
Crop(0,0,720,480)
LanczosResize(512,384)
Undot()
FluxSmooth(7,7)
ConvertToRGB()
could anyone help me. please?
oh yeah. my box is 2.2ghz with 128megs of ram.