EuropeanMan
18th October 2008, 18:20
A buddy of mine passed along a script
clip=last
bvec = clip.MVAnalyse(isb=false, blksize=8, delta=1, pel=2, truemotion=true, idx=1)
fvec = clip.MVAnalyse(isb=true, blksize=8, delta=1, pel=2, truemotion=true, idx=1)
backw = clip.MVFlow(bvec)
forw = clip.MVFlow(fvec)
clp=interleave(backw,clip,forw)
clp=clp.removedirt(10,0,false)
clp=clp.SelectEvery(3,1)
return clp
I have a source that has plenty of dust/spots all over...he had shown me before & after png's and I was impressed...I'd like to use it, but for whatever reason, I get an error: Invalid Arguments. I've downloaded the RemoveGrain package as well as RemoveDirt...please help?
I even have the Load Plugin line as well...
DGDecode_mpeg2source("C:\Users\...\VTS_01_1.d2v",info=3)
Loadplugin("C:\users\farooq\desktop\scripts\filters\warpsharp\WarpSharp.dll")
Loadplugin("C:\users\farooq\desktop\scripts\filters\mvtools\mvtools.dll")
LoadPlugin("C:\program files\avisynth 2.5\plugins\removedirt.dll")
crop( 2, 68, -2, -66)
clip=last
bvec = clip.MVAnalyse(isb=false, blksize=8, delta=1, pel=2, truemotion=true, idx=1)
fvec = clip.MVAnalyse(isb=true, blksize=8, delta=1, pel=2, truemotion=true, idx=1)
backw = clip.MVFlow(bvec)
forw = clip.MVFlow(fvec)
clp=interleave(backw,clip,forw)
clp=clp.removedirt(10,0,false)
clp=clp.SelectEvery(3,1)
return clp
LanczosResize(624,336)
clip=last
bvec = clip.MVAnalyse(isb=false, blksize=8, delta=1, pel=2, truemotion=true, idx=1)
fvec = clip.MVAnalyse(isb=true, blksize=8, delta=1, pel=2, truemotion=true, idx=1)
backw = clip.MVFlow(bvec)
forw = clip.MVFlow(fvec)
clp=interleave(backw,clip,forw)
clp=clp.removedirt(10,0,false)
clp=clp.SelectEvery(3,1)
return clp
I have a source that has plenty of dust/spots all over...he had shown me before & after png's and I was impressed...I'd like to use it, but for whatever reason, I get an error: Invalid Arguments. I've downloaded the RemoveGrain package as well as RemoveDirt...please help?
I even have the Load Plugin line as well...
DGDecode_mpeg2source("C:\Users\...\VTS_01_1.d2v",info=3)
Loadplugin("C:\users\farooq\desktop\scripts\filters\warpsharp\WarpSharp.dll")
Loadplugin("C:\users\farooq\desktop\scripts\filters\mvtools\mvtools.dll")
LoadPlugin("C:\program files\avisynth 2.5\plugins\removedirt.dll")
crop( 2, 68, -2, -66)
clip=last
bvec = clip.MVAnalyse(isb=false, blksize=8, delta=1, pel=2, truemotion=true, idx=1)
fvec = clip.MVAnalyse(isb=true, blksize=8, delta=1, pel=2, truemotion=true, idx=1)
backw = clip.MVFlow(bvec)
forw = clip.MVFlow(fvec)
clp=interleave(backw,clip,forw)
clp=clp.removedirt(10,0,false)
clp=clp.SelectEvery(3,1)
return clp
LanczosResize(624,336)