Serbianboss
16th September 2006, 11:30
All my captures are DV avi interlaced,bottom field(Pal)
Which avisynt color filter to use. And where to put some color filter in these scripts.All this scripts is for making PAL DVD.
LoadPlugin("VagueDenoiser.dll")
LoadPlugin("PeachSmoother.dll")
LoadPlugin("LeakKernelDeint.dll")
avisource("C:\Documents and Settings\Nenad\My Documents\Video 1.avi")
crop(8,4,-8,-12)
AssumeBFF()
ConvertToYuY2(interlaced=true)
LeakKernelBob(Order=0,threshold=3)
PeachSmoother(NoiseReduction = 80, Stability = 25, Spatial = 200)
VagueDenoiser(threshold=4, method=1, nsteps=6)
AssumeBFF()
SeparateFields()
SelectEvery(4,0,3)
Weave()
AddBorders(8,8,8,8)
SetMTMode(2)
LoadPlugin("Convolution3d.dll")
avisource("C:\Documents and Settings\Nenad\Desktop\kaseta 2.avi")
ConvertToYuY2(interlaced=true)
SeparateFields()
odd=SelectOdd.Convolution3D (1, 32, 128, 8, 32, 10, 0)
evn=SelectEven.Convolution3D (1, 32, 128, 8, 32, 10, 0)
Interleave(evn,odd)
Weave()
Which avisynt color filter to use. And where to put some color filter in these scripts.All this scripts is for making PAL DVD.
LoadPlugin("VagueDenoiser.dll")
LoadPlugin("PeachSmoother.dll")
LoadPlugin("LeakKernelDeint.dll")
avisource("C:\Documents and Settings\Nenad\My Documents\Video 1.avi")
crop(8,4,-8,-12)
AssumeBFF()
ConvertToYuY2(interlaced=true)
LeakKernelBob(Order=0,threshold=3)
PeachSmoother(NoiseReduction = 80, Stability = 25, Spatial = 200)
VagueDenoiser(threshold=4, method=1, nsteps=6)
AssumeBFF()
SeparateFields()
SelectEvery(4,0,3)
Weave()
AddBorders(8,8,8,8)
SetMTMode(2)
LoadPlugin("Convolution3d.dll")
avisource("C:\Documents and Settings\Nenad\Desktop\kaseta 2.avi")
ConvertToYuY2(interlaced=true)
SeparateFields()
odd=SelectOdd.Convolution3D (1, 32, 128, 8, 32, 10, 0)
evn=SelectEven.Convolution3D (1, 32, 128, 8, 32, 10, 0)
Interleave(evn,odd)
Weave()