I've included an image and an unfiltered clip from the DVD I'm encoding. The DVD is 25fps PAL. Most of the footage is progressive but it does have some interlaced live action section so I'm currently using the script below. You'll notice the footage has a "wire mesh" artifact. The entire series has these artifacts. IS there anyway to resolve this?
q = QTGMC(TR0=2, TR1=2, TR2=1, Rep0=1, Rep1=0, Rep2=4, DCT=5, ThSCD1=300, ThSCD2=110, SourceMatch=3, Lossless=2, Sharpness=0.3, Sbb=0, MatchPreset="slow", NoiseProcess=2, GrainRestore=0.0, NoiseRestore=0.4, NoisePreset="slow", StabilizeNoise=false, NoiseTR=0, NoiseDeint="bob", EdiThreads=4)#.Subtitle("QTGMC") # for debugging purposes, remove subtitle for production
d = ChangeFPS(50)
ConditionalFilter(d, q, d, "IsCombedTIVTC(cthresh=2)")
+ Reply to Thread
Results 1 to 9 of 9
-
-
you could for example use KNLMeansCL
Code:KNLMeans(d=0,h=10)
Downside is loosing fine details, see clouds,...
Another approach would be using RemoveDirtMV and some Sharpener.
Cu Selur
Ps.: Instead of QTGMC, I would just use TFM for the combed parts.
PPs.: as alternative to KNLMeansCL one could also use HQDN3D with high values (temporal luma should be 0 or at least small).
PPs.: DPIR denoise with a strength of 25 or so will also work. (but also loose lots of small details)Last edited by Selur; 12th Sep 2025 at 12:24.
users currently on my ignore list: deadrats, Stears555, marcorocchini -
-
Would you just use
q = TFM()
in my script above?
Why would you use TFM instead of QTGMC?users currently on my ignore list: deadrats, Stears555, marcorocchini -
If you share a sample that contains the progressive and interlaced content, maybe other settings might be better,...
users currently on my ignore list: deadrats, Stears555, marcorocchini -
-
Argh, the blending is in the western scene is already in the fields. (see attache images)
With the animations it seems like the chroma of some fields is shifted which TFM+KNLMeans do seem to remove rather well.
I guess during the creation of the clip they messed up some pull up/down and de-/reinerlacing.
Alternatively to TFM: QTGMC+KNLMeans+sRestore could be used, but that too will not remove those blends.
Maybe someone else has another suggestion.
I suspect that by looking at the fields one might be able to spot some patterns and fix this somewhat by undoing the patterns, but I don't see a way to get rid of the blends in the western scene.
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini -
Thanks! A majority of the episodes don't have live-action scenes. So removing that residual chroma field blend is the biggest problem. I'll keep tinkering and check back here tomorrow to see if anyone else has suggestions. Thank you!
Similar Threads
-
Weird "+" artifacts and others, interlacing or sync issue maybe?
By ds9redefined in forum RestorationReplies: 4Last Post: 25th Jun 2025, 13:09 -
Repairing heavy compression artifacts and "Interlacing"
By Tairitsu001 in forum Video ConversionReplies: 2Last Post: 14th Feb 2025, 16:47 -
Dealing with a PAL DVD Rip that has "Telecine-like" Artifacts
By expo_ in forum Newbie / General discussionsReplies: 9Last Post: 20th Dec 2023, 07:09 -
getwvkeys.cc code":400,"error":true,"message":"Failed to get license: 405
By Koldunas in forum Newbie / General discussionsReplies: 0Last Post: 27th Sep 2023, 02:44 -
PotPlayer 3 Qs: load exported settings; get rid of "Scenes(...)" tabs; etc
By fabiospark in forum Software PlayingReplies: 0Last Post: 1st Nov 2020, 11:36