Chainmax
10th June 2006, 17:57
I'm trying to make a DVD out of some 15fps digicam clips and since MVFlowFPS yields some artifacting in zoom intensive scenes (like [link removed]), I'll try stabilizing the video prior to framerate conversion as per Fizick's recommendation. These are the scripts to be used:
Up to DeShaker:
ConvertToYV12()
FFT3DFilter(sigma=3,plane=3,bw=32,bh=32,bt=3,ow=16,oh=16)
FFT3DFilter(sigma=1,bw=32,bh=32,bt=3,ow=16,oh=16,sharpen=0.7)
HDRAGC(max_gain=16,min_gain=1.5,coef_gain=0.8,coef_sat=0.6,shift_u=5,shift_v=-18,reducer=1.0)
Crop(0,2,320,238,align=true)
DeHalo_Alpha()
EEDI2().TurnRight().EEDI2().TurnLeft()
Lanczos4Resize(656,448)
LimitedSharpenFaster(SMode=4)
ConvertToRGB()
After DeShaker:
vf=last.mvanalyse(isb=false,blksize=4,pel=2,search=3,truemotion=true)
vb=last.mvanalyse(isb=true,blksize=4,pel=2,search=3,truemotion=true)
MVFlowFPS(last,vb,vf,num=30000,den=1001)
AddGrain(10,0,0)
AddBorders(24,16,24,16)
And here are the DeShaker settings I chose:
http://img129.imageshack.us/img129/5781/deshakerconfig3rp.png (http://imageshack.us)
Are they ok or should I change something?
Up to DeShaker:
ConvertToYV12()
FFT3DFilter(sigma=3,plane=3,bw=32,bh=32,bt=3,ow=16,oh=16)
FFT3DFilter(sigma=1,bw=32,bh=32,bt=3,ow=16,oh=16,sharpen=0.7)
HDRAGC(max_gain=16,min_gain=1.5,coef_gain=0.8,coef_sat=0.6,shift_u=5,shift_v=-18,reducer=1.0)
Crop(0,2,320,238,align=true)
DeHalo_Alpha()
EEDI2().TurnRight().EEDI2().TurnLeft()
Lanczos4Resize(656,448)
LimitedSharpenFaster(SMode=4)
ConvertToRGB()
After DeShaker:
vf=last.mvanalyse(isb=false,blksize=4,pel=2,search=3,truemotion=true)
vb=last.mvanalyse(isb=true,blksize=4,pel=2,search=3,truemotion=true)
MVFlowFPS(last,vb,vf,num=30000,den=1001)
AddGrain(10,0,0)
AddBorders(24,16,24,16)
And here are the DeShaker settings I chose:
http://img129.imageshack.us/img129/5781/deshakerconfig3rp.png (http://imageshack.us)
Are they ok or should I change something?