View Single Post
Old 13th March 2014, 18:04   #1  |  Link
Overdrive80
Anime addict
 
Overdrive80's Avatar
 
Join Date: Feb 2009
Location: Spain
Posts: 673
Remove dotcrawl in movement areas

Hi all, I am trying remove dot crawl of video (1.30 min) that is part of my dragon box movies. I am using this script:

Code:
DGDecode_mpeg2source("E:\DB Movies\DSSD10374\Other Stuff\DBZ 07 - Ending\VideoFile.d2v", info=3)

ColorMatrix(hints=true, threads=0)

DeCrow
DeCrawl()
DeDot(luma2d=20, lumaT=20, chromaT1=0, chromaT2=255) 
LUTDeCrawl(ythresh=20,cthresh=20, maxdiff= 60, scnchg=25)

QTGMC( Preset="Slower", SubPel=2, Sourcematch=3, Lossless=2).assumefps(60000,1001)

srestore(24000.0/1001.0)

function DeCrow(clip source)
{
out1=source.checkmate()
out2=source.checkmate(tthr2=0)
return out2.mergechroma(out1)
}
However, I dont can completly remove dotcrawl in movement areas. Someone could help me with this task???

Thanks in advance.
__________________
Intel i7-6700K + Noctua NH-D15 + Z170A XPower G. Titanium + Kingston HyperX Savage DDR4 2x8GB + Radeon RX580 8GB DDR5 + ADATA SX8200 Pro 1 TB + Antec EDG750 80 Plus Gold Mod + Corsair 780T Graphite

Last edited by Overdrive80; 14th March 2014 at 02:14.
Overdrive80 is offline   Reply With Quote