Sagekilla
8th August 2008, 04:12
I was wondering, would it be possible for me to do use the original 1080p frames as the pelclip for MVTools? I always downsize to 720p, but I thought the extra sharpness afforded by the original 1080p frame would help finding MV's a bit easier.
I thought of something along the lines of this:
DirectShowSource("...").ConvertToYV12()
source = last
input = source.Spline16Resize(1280,720)
source = source.Spline16Resize(2560,1440)
bvec = input.MVAnalyse(isb=true, delta=1, idx=1, pelclip=source)
fvec = input.MVAnalyse(isb=false, delta=1, idx=1, pelclip=source)
input.MVDegrain1(bvec, fvec, idx=1, pelclip=source)
I always thought that doing a direct 1080p --> 1440p and using that for MVs would be more useful then 1080p --> 720p --> 1440p.
I thought of something along the lines of this:
DirectShowSource("...").ConvertToYV12()
source = last
input = source.Spline16Resize(1280,720)
source = source.Spline16Resize(2560,1440)
bvec = input.MVAnalyse(isb=true, delta=1, idx=1, pelclip=source)
fvec = input.MVAnalyse(isb=false, delta=1, idx=1, pelclip=source)
input.MVDegrain1(bvec, fvec, idx=1, pelclip=source)
I always thought that doing a direct 1080p --> 1440p and using that for MVs would be more useful then 1080p --> 720p --> 1440p.