Hello there!
I am trying to restore a scene that has some kind of aliasing I would describe as 'upscaling with Nearest-neighbor gone bad' type of aliasing.
Please take a look at this still:
and the very next frame:
the little steppy-steps sort of move through the frame.
It is present within the while video, which has 640x480 to begin with.
I've tried anti-aliasing with a bunch of tools, also including avisynth santiag() but had no luck.
Any Idea on how to revert this?
Thanks!
+ Reply to Thread
Results 1 to 9 of 9
-
-
It looks like the video was poorly deinterlaced. And maybe poorly scaled too. You should upload a short unprocessed, not re-encoded, sample for proper analysis.
-
Ah, interesting! That never crossed my mind
I have attached an unprocessed sample for you good Sir/Madam.
You can notice the aliasing in the hair of the blonde lady as well in this short excerpt
I've also noticed the file has 29.976 fps while running TFM(), tdecimate() will return it to 23,976 frames. -
qtgmc mode=2 or mode=3 and incresing TR0-2 should help
users currently on my ignore list: deadrats, Stears555, marcorocchini -
Thank you! I am currently experimenting with
Code:video=QTGMC(video,Preset="Slow",FPSDivisor=2,ShutterBlur=3, TR2=3, EdiThreads=8)
Which mode-setting do you mean? I was unable to find a paramater "mode" in the documentation. -
Sorry, mode => InputType
(completely removing the effect might not be possible)users currently on my ignore list: deadrats, Stears555, marcorocchini -
You won't find any perfect fix. Try something like:
Code:LWLibavVideoSource("aliasing.mkv") TDecimate(Cycle=5, CycleR=1) QTGMC(InputType=2)
-
Adding Santiag(strh=2, strv=2, nns=4) between TDecimate and QTGMC reduces the twitter a bit more but blurs a bit.
-
Ah, I see! Thanks!
Vielen Dank, der Herr! Das war sehr hilfreich!
Code:video=QTGMC(video,Preset="placebo",InputType=3, ProgSADMask=0.0,TR2=3
THANK YOU ALL for your valuable Input!Last edited by DReffects; 28th Oct 2023 at 09:13.
Similar Threads
-
[SubtitleEdit] Can you expand/contract nearest subtitle with waveform line?
By oscdat in forum Newbie / General discussionsReplies: 0Last Post: 31st Jan 2022, 04:31 -
How to add Aliasing/Jaggies to my footage
By sOgUn in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 7Last Post: 21st Apr 2021, 18:50 -
Aliasing when capturing VHS
By tugatomsk in forum Capturing and VCRReplies: 33Last Post: 14th Dec 2020, 16:42 -
Best anti-aliasing filter in Staxrip?
By SomeoneNeutral in forum RestorationReplies: 1Last Post: 27th Aug 2019, 15:52 -
Need help with Anti-Aliasing in Potplayer
By ceo54 in forum Software PlayingReplies: 1Last Post: 23rd Aug 2019, 12:50