Log in

View Full Version : Avisynth 2.5 and decomb, simpleresize, convolution3d, autocrop ???


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.

Guest
5th January 2003, 22:20
Why are you doing everything twice?

ldivx
5th January 2003, 23:05
SORRY IT IS A MISTAKE WHEN I PAST MY SCRIPT.

Guest
6th January 2003, 06:15
Originally posted by ldivx
Is my script is correct because, it dont work.Perhaps you could tell us what isn't working. Without that it's very hard to help you.

Wilbert
6th January 2003, 10:27
SimpleResize doesn't work in AviSynth v2.5 (unless Tom sent you a test version).

bilu
6th January 2003, 11:20
There is no AutoCrop for Avisynth 2.5 yet, at least I haven't read anything about it.

See this thread (http://forum.doom9.org/showthread.php?s=&threadid=37204)