Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
8th September 2005, 09:40 | #11 | Link |
Registered User
Join Date: May 2005
Location: Germany
Posts: 495
|
I just installed the newest avisynth and has no problems to run my script.
I think mg262 is right. You doesnīt set all the clips. My function needs three different clips, the source clip the bobbed clip for the output and the bobbed clip for the analyse. This is my script: Code:
LoadPlugin("C:\program_me\dgmpgdec\DGDecode.dll") LoadPlugin("C:\program_me\filters\leakkerneldeint.dll") LoadPlugin("C:\program_me\filters\TDeint.dll") import("D:\work\C_package.avs") MPEG2Source("D:\dvd.d2v") #ConvertToYUY2(interlaced=true) #crop(16,32,-16,-32) ord = last.getparity() ? 1 : 0 a = last.leakkernelbob(order=ord, sharp=false, twoway=false, threshold=4) b = a.crop(32,32,-32,-32).BilinearResize(640,352) Crestore_film(bob=a, bclip=b, bthreshmin=48) Code:
ord = last.getparity() ? 1 : 0 a = last.tdeint(mode=1) b = last.leakkernelbob(order=ord, sharp=false, twoway=false, threshold=4).crop(32,32,-32,-32).BilinearResize(640,352) Crestore_film(last,a,b) |
Tags |
mrestore, srestore |
Thread Tools | Search this Thread |
Display Modes | |
|
|