See especially the roof of that stage. The video is interlaced and has 4:2:2 chroma subsampling. After deinterlacing with QTGMC those aliasing artifacts are still noticeable. I think it could be a sampling issue. Any ideas how to get the best result besides using an antialiasing filter like Santiag (I tried TurnRight().Santiag().TurnLeft())? On a side note, should I save the video as 4:2:2 or 4:2:0?
+ Reply to Thread
Results 1 to 9 of 9
-
Last edited by elektro; 17th Oct 2024 at 05:47.
-
Did you try 'Very Slow' as QTGMC preset? (iirc one of the parameters that changed between 'Slower' and 'Very Slow' helped with that,...)
Depends on what you are planning to do with it.On a side note, should I save the video as 4:2:2 or 4:2:0?users currently on my ignore list: deadrats, Stears555, marcorocchini -
-
Assuming that means you might want to do something with it at a later on, I would keep the color sampling unless hardware decoding is necessary. (then you might even upconvert it to 4:4:4, since that often has better support than 4:2:2)2. It's a show recording for my personal library.users currently on my ignore list: deadrats, Stears555, marcorocchini
-
The problem is the video is way over sharpened. Try something like:
Still some buzzing though.Code:LWLibavVideoSource("sample.mkv") QTGMC(preset="very slow", Sharpness=0.0) Santiag(3,1) -
Yeah, applying an additional QTGMC with InputType=3 and more aggressive AA can help a bit, some flickering can also be removed with masked denoising,... question is when the effort is not worth the result anymore
users currently on my ignore list: deadrats, Stears555, marcorocchini -
Thanks. But something strange happened: the image became much darker (with or without the Santiag filter). It seems that Very Slow preset triggers that. Do you have any idea why? I'm using the latest Avisynth+ and I installed the latest versions of all required tools for QTGMC.
-
Possibly an old or conflicting version of masktools2 or mvtools2 . Check your plugins directory and clean it out
You can use avsinfotool to help identify versions -
Similar Threads
-
AviSynth QTGMC to fix interlacing artifacts on progressive video.
By Sandfly in forum RestorationReplies: 22Last Post: 9th May 2023, 21:40 -
Help getting rid of jagged/pixelated edge artifacts from DVD rip
By sebastiandm in forum DVD RippingReplies: 4Last Post: 21st Apr 2020, 17:33 -
DV Artifacts/Scan Lines? (Digital8)
By BillyJeanB in forum Capturing and VCRReplies: 9Last Post: 5th Jan 2020, 17:35 -
trouble with jagged lines
By mito0 in forum Video ConversionReplies: 4Last Post: 15th Dec 2019, 23:11 -
Jagged lines and no subtitles on MPC-HC
By jericjan in forum Newbie / General discussionsReplies: 4Last Post: 4th Nov 2019, 05:09


Quote
