View Single Post
Old 11th January 2014, 00:47   #1144  |  Link
aldix
Registered User
 
Join Date: Sep 2012
Posts: 156
Finally got MT.dll working for my set-up. However, for the life of me I can't make it work with MVTools.

Relevant script snip:

Code:
src=last
src_sup=src.MSuper(pel=1,sharp=2,rfilter=2)
shp=src.SeeSaw(nrlimit=0, nrlimit2=99, bias=55, sstr=1.25, Spower=2, Szp=10, Sdamplo=3, SdampHi=16, Slimit=99,  sootheT=0, sootheS=0).mergechroma(src)
shp_sup=shp.MSuper(pel=1,sharp=2)
bv2=MAnalyse(src_sup,isb=true,delta=2,overlap=4,truemotion=false,search=5,sadx264=4,lambda=500,chroma=true)
bv1=MAnalyse(src_sup,isb=true,delta=1,overlap=4,truemotion=false,search=5,sadx264=4,lambda=500,chroma=true)
fv1=MAnalyse(src_sup,isb=false,delta=1,overlap=4,truemotion=false,search=5,sadx264=4,lambda=500,chroma=true)
fv2=MAnalyse(src_sup,isb=false,delta=2,overlap=4,truemotion=false,search=5,sadx264=4,lambda=500,chroma=true)
src.MDegrain2(shp_sup,bv1,fv1,bv2,fv2)
How could wrap this with MT so that it actually works? It gives either 'invalid arguments' error or secondary vectors having incorrect width error.
I can't understand what's going on nor does there seem to be any information on the web.

I'd really appreciate a reply, thanks.
aldix is offline   Reply With Quote