Ru13en
4th July 2012, 23:39
Hi,
I've a DVD of one old animation that i want to rip and store on my harddrive with better quality.
So i've tryed to take off the interlace and other "problems" of the video. But went i use a IVTC, i'm still with a "big" problem that is blend... :(
So to get the video "free" of deblend, i've tryed to use a few filters like srestore, restore24 and cdeblend.
The sample of the DVD is on: https://www.rapidshare.com/files/130...ple.demuxed.7z
And the script that i've created with the best result's are:
Import("C:\Program Files (x86)\AviSynth 2.5\plugins\srestore.avs")
MPEG2Source("VTS_01_PGC_01_1 - 0xE0 - Video - MPEG-2 - 720x480 (NTSC) - 4~3.d2v", cpu=0, info=3)
AssumeTFF()
rainbow_smooth(2) #Removes all the Rainbow
TComb(mode=2,fthreshl=10,fthreshc=20,othreshl=5,othreshc=6,map=false,scthresh=12.0) #Removes DotCrawl of ED
QTGMC( Preset="Slower", EdiMode="EEDI3+NNEDI3",ChromaEdi="NNEDI3")
SelectEven()
AnimeIVTC(mode=2,killcomb=3,bbob=4,degrain=3,cbob=4,ifade=true)
Spline16Resize(698,476,3,2,-21,0)
So i need some advice to get off all the deblend of the sample...
Thanks for attention.
I've a DVD of one old animation that i want to rip and store on my harddrive with better quality.
So i've tryed to take off the interlace and other "problems" of the video. But went i use a IVTC, i'm still with a "big" problem that is blend... :(
So to get the video "free" of deblend, i've tryed to use a few filters like srestore, restore24 and cdeblend.
The sample of the DVD is on: https://www.rapidshare.com/files/130...ple.demuxed.7z
And the script that i've created with the best result's are:
Import("C:\Program Files (x86)\AviSynth 2.5\plugins\srestore.avs")
MPEG2Source("VTS_01_PGC_01_1 - 0xE0 - Video - MPEG-2 - 720x480 (NTSC) - 4~3.d2v", cpu=0, info=3)
AssumeTFF()
rainbow_smooth(2) #Removes all the Rainbow
TComb(mode=2,fthreshl=10,fthreshc=20,othreshl=5,othreshc=6,map=false,scthresh=12.0) #Removes DotCrawl of ED
QTGMC( Preset="Slower", EdiMode="EEDI3+NNEDI3",ChromaEdi="NNEDI3")
SelectEven()
AnimeIVTC(mode=2,killcomb=3,bbob=4,degrain=3,cbob=4,ifade=true)
Spline16Resize(698,476,3,2,-21,0)
So i need some advice to get off all the deblend of the sample...
Thanks for attention.