ldivx
5th January 2003, 22:08
Can i use avisynth 2.5 decomb, autocrop.dll, simpleresize, convolution3d and MPEG2Dec3.dll but none in yv12
i use avs2avi in spite of virtualdub.
Is my script is correct because , it dont work.
function ResizeMaintainAspectWidth(clip c,int newwidth,string resizefn) { nh=floor(eval(string(c.height)+". * "+string(newwidth)+". / "+string(c.width)+".")) Return eval(resizefn+"(c,"+string(newwidth)+","+string(nh)+")") }
#les petits Plugins
LoadPlugin("C:\ldivx\filtdll\MPEG2Dec3.dll")
LoadPlugin("c:\ldivx\filtdll\decomb.dll")
LoadPlugin("c:\ldivx\filtdll\Convolution3D.dll")
LoadPlugin("c:\ldivx\filtdll\AutoCrop.dll")
LoadPlugin("c:\ldivx\filtdll\SimpleResize.dll")
# Votre fichier d2v
mpeg2source("d:\billy\billy.d2v",CPU2="xxxxxx",moderate_h=20,moderate_v=40,IDCT=0,iPP=True)
# IVTC
Telecide(post=false,blend=false)
# lumafilter
LumaFilter(-10,0.9)
# On redimmensionne
ResizeMaintainAspectWidth(512,"SimpleResize")
Convolution3d (preset="movieHQ")")
thanks a lot.
i use avs2avi in spite of virtualdub.
Is my script is correct because , it dont work.
function ResizeMaintainAspectWidth(clip c,int newwidth,string resizefn) { nh=floor(eval(string(c.height)+". * "+string(newwidth)+". / "+string(c.width)+".")) Return eval(resizefn+"(c,"+string(newwidth)+","+string(nh)+")") }
#les petits Plugins
LoadPlugin("C:\ldivx\filtdll\MPEG2Dec3.dll")
LoadPlugin("c:\ldivx\filtdll\decomb.dll")
LoadPlugin("c:\ldivx\filtdll\Convolution3D.dll")
LoadPlugin("c:\ldivx\filtdll\AutoCrop.dll")
LoadPlugin("c:\ldivx\filtdll\SimpleResize.dll")
# Votre fichier d2v
mpeg2source("d:\billy\billy.d2v",CPU2="xxxxxx",moderate_h=20,moderate_v=40,IDCT=0,iPP=True)
# IVTC
Telecide(post=false,blend=false)
# lumafilter
LumaFilter(-10,0.9)
# On redimmensionne
ResizeMaintainAspectWidth(512,"SimpleResize")
Convolution3d (preset="movieHQ")")
thanks a lot.