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 2 of 2
-
-
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
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