boombastic
29th July 2005, 11:42
I'm trying to convert a dvd recorded from a vhs with a DVD recorder into avi with xvid.
I need to
1) deinterlace
2)correct chroma
3)denoise
reading the guide and the forum i think to use:
1)TomsMoComp
2)GuavaComb & ChromaShift
3)PeachSmoother
This is my script:
LoadPlugin("F:\PROGRA~1\ARCALC~1\dgmpgdec\DGDecode.dll")
LoadPlugin("F:\Programmi\AviSynth 2.5\plugins\ChromaShift.dll")
LoadPlugin("F:\Programmi\AviSynth 2.5\plugins\GuavaComb")
LoadPlugin("F:\Programmi\AviSynth 2.5\plugins\TomsMoComp.dll")
LoadPlugin("F:\Programmi\AviSynth 2.5\plugins\PeachSmoother.dll")
Mpeg2Source("D:\temp\Stargate\stargate.d2v")
Crop(8,8,-8,-8)
TomsMoComp (1,5,1)
ConvertToYUY2(interlaced=false)
PeachSmoother()
GuavaComb(Mode = "PAL", Recall = 75, MaxVariation = 25, Activation = 40)
ChromaShift(C=6)
BicubicResize(640,464,0,0.75)
I attached two images taken directly from the unprocessed vob.
What do you think about it?Any advice for the choice of the filters and their settings?
I need to
1) deinterlace
2)correct chroma
3)denoise
reading the guide and the forum i think to use:
1)TomsMoComp
2)GuavaComb & ChromaShift
3)PeachSmoother
This is my script:
LoadPlugin("F:\PROGRA~1\ARCALC~1\dgmpgdec\DGDecode.dll")
LoadPlugin("F:\Programmi\AviSynth 2.5\plugins\ChromaShift.dll")
LoadPlugin("F:\Programmi\AviSynth 2.5\plugins\GuavaComb")
LoadPlugin("F:\Programmi\AviSynth 2.5\plugins\TomsMoComp.dll")
LoadPlugin("F:\Programmi\AviSynth 2.5\plugins\PeachSmoother.dll")
Mpeg2Source("D:\temp\Stargate\stargate.d2v")
Crop(8,8,-8,-8)
TomsMoComp (1,5,1)
ConvertToYUY2(interlaced=false)
PeachSmoother()
GuavaComb(Mode = "PAL", Recall = 75, MaxVariation = 25, Activation = 40)
ChromaShift(C=6)
BicubicResize(640,464,0,0.75)
I attached two images taken directly from the unprocessed vob.
What do you think about it?Any advice for the choice of the filters and their settings?