Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > General > DVD2AVI / DGIndex

Reply
 
Thread Tools Search this Thread Display Modes
Old 20th August 2022, 22:37   #1  |  Link
AOmundson
Registered User
 
Join Date: Dec 2017
Posts: 15
Best de-combing/de-blocking script for NTSC anime

I just got a new Yu-Gi-Oh DVD set I'm trying to rip, and I'm unsure which script to use to best remove these jagged pixelations around the character outlines (see below screenshots). I've seen from other encodes that these artifacts don't always exist, so I'm mainly stuck on how to modify the script.

Top: My Rip - Bottom: Alternate Rip













This is my current script for IVTCing them, but it still leaves those blocky artifacts post-processing.

Code:
LoadPlugin("D:\DGDecNV\DGDecodeNV.dll")
LoadPlugin("D:\DGDecNV\TDeint-v1.8\x64\TDeint.dll")
LoadPlugin("D:\DGDecNV\TIVTC-v1.0.26\x64\TIVTC.dll")
dgsource("__vid__")
TFM()
TDecimate()

Last edited by AOmundson; 20th August 2022 at 22:41.
AOmundson is offline   Reply With Quote
Old 21st August 2022, 13:29   #2  |  Link
mastrboy
Registered User
 
Join Date: Sep 2008
Posts: 365
Looks like the usual dotcrawl/rainbow issue commonly seen on anime dvds, tcomb usually does a nice job with those:
PHP Code:
dgsource("__vid__")
Tcomb(mode=2)
TFM()
TDecimate() 
Though most decrawl/derainbow filters only work on static scenes there are some more "brute-force" ways to deal with dotcrawl in motion:
https://forum.doom9.org/showthread.p...81#post1583181
https://forum.doom9.org/showthread.p...86#post1584186
__________________
(i have a tendency to drunk post)
mastrboy is offline   Reply With Quote
Old 22nd August 2022, 00:14   #3  |  Link
hello_hello
Registered User
 
Join Date: Mar 2011
Posts: 4,821
I feel kinda silly posting this, as the script below really has nothing to do with dot crawl removal, and the definition of dot crawl means it's not a static thing, yet I'm only playing with a single frame, but I was working with a similar source recently and didn't have much luck with dot-crawl filters, so I started doing silly stuff. The source was HD so I wondered if downscaling before applying filters that aren't designed to fix dot crawl could fix it anyway, although this is SD which means there's not much downscaling wiggle room before picture detail is lost.
I wasn't doing anything else so I thought I'd give it a spin. It does need a de-rainbow filter added to the mix, but anyway, if nothing else works.....

Code:
ImageSource("D:\Btk0rsq.png").ConvertToYV24()
#ImageSource("D:\vbrNbih.png").ConvertToYV24()

Original = CropResize(704,528, 14,0,-4,0, InDAR=15.0/11.0)\
.ConvertToYV12()\
.subtitle("Original")

Output = BilinearResize(440,360)\
.QTGMC(InputType=1)\
.FineDehalo()\
.nnedi3_rpow2(2)\
.CropResize(704,528, 20,0,-6,0, InDAR=15.0/11.0)\
.FineDehalo()\
.FastLineDarkenMod4(Thinning=0)\
.MergeChroma(AwarpSharp2(Depth=8), AwarpSharp2(Depth=15))\
.CSMod(Strength=200)\
.ConvertToYV12()\
.GradFun3()\
.subtitle("Output")

#return Original
return Output







Last edited by hello_hello; 22nd August 2022 at 08:48.
hello_hello is offline   Reply With Quote
Old 3rd September 2022, 13:02   #4  |  Link
AOmundson
Registered User
 
Join Date: Dec 2017
Posts: 15
Quote:
Originally Posted by mastrboy View Post
Looks like the usual dotcrawl/rainbow issue commonly seen on anime dvds, tcomb usually does a nice job with those:
PHP Code:
dgsource("__vid__")
Tcomb(mode=2)
TFM()
TDecimate() 
Though most decrawl/derainbow filters only work on static scenes there are some more "brute-force" ways to deal with dotcrawl in motion:
https://forum.doom9.org/showthread.p...81#post1583181
https://forum.doom9.org/showthread.p...86#post1584186
Just coming back to this thread to confirm that TComb did the trick. I also threw in DeDot for good measure, but I'm not sure if it actually helps any noticeable amount.
AOmundson is offline   Reply With Quote
Reply

Tags
anime, decomb, deinterlace

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:54.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.