View Single Post
Old 19th January 2005, 03:17   #47  |  Link
Socio
Registered User
 
Join Date: May 2004
Posts: 288
I have tried this script with three versions of MvTools and always get the same error:

Script error" mvanalyse does not have a named argument "compensate"


Edit:
I think I found the problem had to change a couple "compensate" 's to "mvcompensate" in the script.

Nope that did not fix it, now I get

Script error" mvanalyse does not have a named argument "mvcompensate"

if I try MVCompensate I get:

Script error" mvanalyse does not have a named argument "MVCompensate"




Figured it out!

I had to edit out "compensate=false" from these two lines in the script and it worked!

# create motion vectors
mvf=bobd.mvanalyse(blksize=blksize,pel=pel,isb=false,compensate=false,search=3,searchparam=10)
mvb=bobd.mvanalyse(blksize=blksize,pel=pel,isb=true, compensate=false,search=3,searchparam=10)


Ultra freaking slow though, 2936 frames est time 3hrs 55 minutes!

Last edited by Socio; 19th January 2005 at 04:07.
Socio is offline   Reply With Quote