Thread: MVTools
View Single Post
Old 1st February 2005, 13:43   #55  |  Link
krieger2005
Registered User
 
krieger2005's Avatar
 
Join Date: Oct 2003
Location: Germany
Posts: 377
I guess you mean this script:
Code:
source=last
vectors = source.MVAnalyse(isb = false, pel=2, blksize=4)
return source.MVShow(vectors)
well this is the hole script. Above is something like "mpeg2source...". You are right, this is only one type of the script. I used following different usage of MVAnalyse (one every time):
Code:
vectors = source.MVAnalyse(isb = false, pel=2, blksize=4)
vectors = source.MVAnalyse(isb = true, pel=2, blksize=4)
vectors = source.MVAnalyse(isb = false, pel=2, blksize=16)
vectors = source.MVAnalyse(isb = false, pel=2, blksize=4, lambda=1000)
vectors = source.MVAnalyse(isb = false, pel=2, blksize=4, lambda=40000)
vectors = source.MVAnalyse(isb = false, pel=2, blksize=4, lambda=1000, delta=2)
vectors = source.MVAnalyse(isb = false, pel=2, blksize=4, lambda=1000, delta=4)
and some other combinations, but every time with the same result: MVTools give me this "bombed" result, where the vectors go though the people...

The problem of this movie is, that it has "part-flickering". This means, that there are parts in every frame, which go in every frame. I you look at the frame 8002 above you can see that dark area. And so it goes the hole movie... This is, i gues the problem. I put in 2 hours a sample-movie for testing... I must away
krieger2005 is offline   Reply With Quote