yup
19th March 2013, 10:58
Hi All!
global MeGUI_darx=4
global MeGUI_dary=3
SetMemoryMax(2048)
SetmtMode(3,8)
AVISource("tape1.avi").Trim(2591,12591)
SetmtMode(2,8)
AssumeTFF()
GetChannel(1)
Crop(16,12,-16,-12).ConvertToYV12(interlaced=true)
Separatefields() #
SetmtMode(5,8)
NLMeansCL(A=10,Ay=10,S=1,Sy=1,B=0,aa=10000,h=2.5, hc=4.0,plane=4)
SetmtMode(2,8)
ColorYUV(autogain=true, autowhite=true)
Weave()
ReduceFlicker(strength=3)
bobnn=nnedi3(field=-2,threads=1)
Edibob=bobnn.unsharp(varY=310,strength=0.25,nthreads=1).nnedi3_rpow2(2,nsize=4,cshift="Spline36Resize",fwidth=720,fheight=576,threads=1)
source=Edibob.SeparateFields().SelectEvery(4,0,3).Weave().AssumeTFF()
source.QTGMC(Tuning= "DV-SD",preset="Slow", Ediext=Edibob, Edithreads=1, EZDenoise=8.0, Denoiser="dfttest", ChromaNoise=true, DenoiseMC=true, NoiseTR=2,chromamotion=false, dct=5)
SeparateFields().SelectEvery(4,0,3).Weave().AssumeTFF()
DelayAudio(-0.04)
This script load to x264 for making mp4 and after mkv file.
I need advice about filter sequence. Source indoor shooting with fluoroscent lighting. Noise with heavy tail ((not normal distribution), also flicker due to power saving lamp.
Current sequence give speed 2000-2300 Mbs at crf=21.
I reamain source interlaced for smooth motion and BD compliance.
Any suggestion please welcome.
100 frames sample https://www.dropbox.com/s/wyc1o6ygvxbuv8a/samplevhs.avi
yup.
global MeGUI_darx=4
global MeGUI_dary=3
SetMemoryMax(2048)
SetmtMode(3,8)
AVISource("tape1.avi").Trim(2591,12591)
SetmtMode(2,8)
AssumeTFF()
GetChannel(1)
Crop(16,12,-16,-12).ConvertToYV12(interlaced=true)
Separatefields() #
SetmtMode(5,8)
NLMeansCL(A=10,Ay=10,S=1,Sy=1,B=0,aa=10000,h=2.5, hc=4.0,plane=4)
SetmtMode(2,8)
ColorYUV(autogain=true, autowhite=true)
Weave()
ReduceFlicker(strength=3)
bobnn=nnedi3(field=-2,threads=1)
Edibob=bobnn.unsharp(varY=310,strength=0.25,nthreads=1).nnedi3_rpow2(2,nsize=4,cshift="Spline36Resize",fwidth=720,fheight=576,threads=1)
source=Edibob.SeparateFields().SelectEvery(4,0,3).Weave().AssumeTFF()
source.QTGMC(Tuning= "DV-SD",preset="Slow", Ediext=Edibob, Edithreads=1, EZDenoise=8.0, Denoiser="dfttest", ChromaNoise=true, DenoiseMC=true, NoiseTR=2,chromamotion=false, dct=5)
SeparateFields().SelectEvery(4,0,3).Weave().AssumeTFF()
DelayAudio(-0.04)
This script load to x264 for making mp4 and after mkv file.
I need advice about filter sequence. Source indoor shooting with fluoroscent lighting. Noise with heavy tail ((not normal distribution), also flicker due to power saving lamp.
Current sequence give speed 2000-2300 Mbs at crf=21.
I reamain source interlaced for smooth motion and BD compliance.
Any suggestion please welcome.
100 frames sample https://www.dropbox.com/s/wyc1o6ygvxbuv8a/samplevhs.avi
yup.