XadoX
1st October 2012, 07:56
Can someone help me deinterlacing these sample:
https://www.dropbox.com/s/ehiuri8d65owpsk/VideoFile.m2v
Actually I am using:
Yadif(order=-1)
But I am not sure if this is the right way.
Edit:
The series is "Inhumanoids (http://en.wikipedia.org/wiki/Inhumanoids)".
It is the Region 2 version by Metrodome.
The blending is really horrible :scared:
Edit 2:
My Script:
SetMemoryMax(1024)
SetMTMode(3)
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\DGDecodeNV.dll")
DGMultiSource("VideoFile.dgi")
Bob()
SetMTMode(2)
LoadPlugin("Average.dll")
LoadPlugin("Deen.dll")
LoadPlugin("MaskTools.dll")
LoadPlugin("mt_masktools-26.dll")
LoadPlugin("RemoveGrainSSE3.dll")
LoadPlugin("RepairSSE3.dll")
LoadPlugin("RSharpenSSE3.dll")
Import("LimitedSharpenFaster.avs")
Import("FastLineDarken.avs")
Import("Srestore.avsi")
srestore(frate=25)
TemporalSoften(4,4,8,15,2).deen("a2d",3,5,7).FastLineDarken(strength=64,thinning=0).LimitedSharpenFaster(strength=100).crop(12, 10, -20, -6)
https://www.dropbox.com/s/ehiuri8d65owpsk/VideoFile.m2v
Actually I am using:
Yadif(order=-1)
But I am not sure if this is the right way.
Edit:
The series is "Inhumanoids (http://en.wikipedia.org/wiki/Inhumanoids)".
It is the Region 2 version by Metrodome.
The blending is really horrible :scared:
Edit 2:
My Script:
SetMemoryMax(1024)
SetMTMode(3)
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\DGDecodeNV.dll")
DGMultiSource("VideoFile.dgi")
Bob()
SetMTMode(2)
LoadPlugin("Average.dll")
LoadPlugin("Deen.dll")
LoadPlugin("MaskTools.dll")
LoadPlugin("mt_masktools-26.dll")
LoadPlugin("RemoveGrainSSE3.dll")
LoadPlugin("RepairSSE3.dll")
LoadPlugin("RSharpenSSE3.dll")
Import("LimitedSharpenFaster.avs")
Import("FastLineDarken.avs")
Import("Srestore.avsi")
srestore(frate=25)
TemporalSoften(4,4,8,15,2).deen("a2d",3,5,7).FastLineDarken(strength=64,thinning=0).LimitedSharpenFaster(strength=100).crop(12, 10, -20, -6)