OrionZodiac
5th July 2008, 04:07
I have a strange problem when using MVDegrain. I uploaded a small 5sec clip to demonstrate this problem.
http://www.megaupload.com/?d=O90SJA7N
In the clip keep an eye on the man's shoulders and you will see what I am talking about. I would like to know the correct name/type of problem and possibly a way to solve it. Below is the script I used.:thanks:
AnimeIVTC(mode=1,aa=0,precision=3)
source = last
bvec2 = source.MVAnalyse(isb = true, delta = 2, pel = 4, overlap = 8, idx = 1, search = 1, truemotion = true, sadx264=7, dct = 6, blksize = 16)
bvec1 = source.MVAnalyse(isb = true, delta = 1, pel = 4, overlap = 8, idx = 1, search = 1, truemotion = true, sadx264=7, dct = 6, blksize = 16)
fvec1 = source.MVAnalyse(isb = false, delta = 1, pel = 4, overlap = 8, idx = 1, search = 1, truemotion = true, sadx264=7, dct = 6, blksize = 16)
fvec2 = source.MVAnalyse(isb = false, delta = 2, pel = 4, overlap = 8, idx = 1, search = 1, truemotion = true, sadx264=7, dct = 6, blksize = 16)
source.MVDegrain2(bvec1, fvec1, bvec2, fvec2, thSAD = 200, idx = 2)
Spline36Resize(768,432)
http://www.megaupload.com/?d=O90SJA7N
In the clip keep an eye on the man's shoulders and you will see what I am talking about. I would like to know the correct name/type of problem and possibly a way to solve it. Below is the script I used.:thanks:
AnimeIVTC(mode=1,aa=0,precision=3)
source = last
bvec2 = source.MVAnalyse(isb = true, delta = 2, pel = 4, overlap = 8, idx = 1, search = 1, truemotion = true, sadx264=7, dct = 6, blksize = 16)
bvec1 = source.MVAnalyse(isb = true, delta = 1, pel = 4, overlap = 8, idx = 1, search = 1, truemotion = true, sadx264=7, dct = 6, blksize = 16)
fvec1 = source.MVAnalyse(isb = false, delta = 1, pel = 4, overlap = 8, idx = 1, search = 1, truemotion = true, sadx264=7, dct = 6, blksize = 16)
fvec2 = source.MVAnalyse(isb = false, delta = 2, pel = 4, overlap = 8, idx = 1, search = 1, truemotion = true, sadx264=7, dct = 6, blksize = 16)
source.MVDegrain2(bvec1, fvec1, bvec2, fvec2, thSAD = 200, idx = 2)
Spline36Resize(768,432)