Dust Signs
13th April 2012, 14:35
Hi,
I recently bought the Family Guy Season 1-11 collection (UK version) and have some problems encoding seasons 1 and 2. I noticed that there have been discussions on this already, like e.g. http://forum.doom9.org/showthread.php?p=1047962#post1047962 where a solution is proposed. Unfortunately, this solution does not work for me as it seems that it is not designed to work for the UK DVDs too.
Please find a sample of the first episode (original source from the DVD) here: http://temp.dustsigns.de/orig.demuxed.m2v (approx. 13 MB)
What I tried so far is to get rid of the hybrid deinterlacing and some noise. As you can see, there is still an extreme amount of color artifacts at the edges and some of the edges are moving around. Please find a filtered and ancoded version of this sample here: http://temp.dustsigns.de/mod.mp4 (approx. 10 MB)
The AviSynth script that I used was the following:
LoadPlugin("C:\StaxRip\Applications\AviSynth plugins\AutoCrop\AutoCrop.dll")
LoadPlugin("C:\StaxRip\Applications\AviSynth plugins\Decomb\Decomb.dll")
LoadPlugin("C:\StaxRip\Applications\AviSynth plugins\Deen\Deen.dll")
LoadPlugin("C:\StaxRip\Applications\DGMPGDec\DGDecode.dll")
MPEG2Source("H:\1_1\orig.demuxed.d2v")
ConvertToYV12()
Telecide(guide=0,post=2,back=2,vthresh=10)
AutoCrop(mode=0,wMultOf=4,hMultOf=4)
Deen()
I am not at all satisfied with the outcome (see sample). Do you have any suggestions on improving the script so that I get rid of most of the other artifacts too?
Thanks in advance
Best regards
Dust Signs
I recently bought the Family Guy Season 1-11 collection (UK version) and have some problems encoding seasons 1 and 2. I noticed that there have been discussions on this already, like e.g. http://forum.doom9.org/showthread.php?p=1047962#post1047962 where a solution is proposed. Unfortunately, this solution does not work for me as it seems that it is not designed to work for the UK DVDs too.
Please find a sample of the first episode (original source from the DVD) here: http://temp.dustsigns.de/orig.demuxed.m2v (approx. 13 MB)
What I tried so far is to get rid of the hybrid deinterlacing and some noise. As you can see, there is still an extreme amount of color artifacts at the edges and some of the edges are moving around. Please find a filtered and ancoded version of this sample here: http://temp.dustsigns.de/mod.mp4 (approx. 10 MB)
The AviSynth script that I used was the following:
LoadPlugin("C:\StaxRip\Applications\AviSynth plugins\AutoCrop\AutoCrop.dll")
LoadPlugin("C:\StaxRip\Applications\AviSynth plugins\Decomb\Decomb.dll")
LoadPlugin("C:\StaxRip\Applications\AviSynth plugins\Deen\Deen.dll")
LoadPlugin("C:\StaxRip\Applications\DGMPGDec\DGDecode.dll")
MPEG2Source("H:\1_1\orig.demuxed.d2v")
ConvertToYV12()
Telecide(guide=0,post=2,back=2,vthresh=10)
AutoCrop(mode=0,wMultOf=4,hMultOf=4)
Deen()
I am not at all satisfied with the outcome (see sample). Do you have any suggestions on improving the script so that I get rid of most of the other artifacts too?
Thanks in advance
Best regards
Dust Signs