I have an anime series which was ripped from a DVD source (by someone else). It has really severe aliasing/distortion in the lines whenever there is any movement, even if very slight... I have uploaded an image to show what I mean and also a short ~30s clip which will be a better demonstration.
I'm willing to re-encode and even sacrifice quality in other areas if I can fix the lines breaking up like this, are there any filters I can use to address it? Hybrid is what I use when encoding, which has vapoursynth support.
+ Reply to Thread
Results 1 to 5 of 5
-
-
QTGMC(InputType=2) in AviSynth works pretty well. Following up with an antialiaser like Santiag() cleans it up a little more. I'd look into fixing the frame rate too.
Code:LWLibavVideoSource("clip 1.mkv", cache=false, prefer_hw=2) QTGMC(InputType=2) Santiag() TDecimate(Cycle=5, CycleR=1)
Last edited by jagabo; 8th Dec 2024 at 09:33.
-
As a small addition, in Hybrid, when using Vapoursyntjh, to do what jagabo suggest, enable:
- "Filtering->Vapoursynth->Denoise->QTGMC" set InputType to 2
- "Filtering->Vapoursynth->Line->AntiAliasing->Santiag"
- "Filtering->Vapoursynth->Reduction->TDecimate"
users currently on my ignore list: deadrats, Stears555, marcorocchini -
Thank you both, QTMGC input type 2 produces the exact results I was looking for. I did try QTMGC before but I left it on default setting which didn't seem to do anything, so I thought the issue was something else.
I am pretty new to encoding beyond using defaults and presets so I don't know what certain settings actually do yet. -
Note: InputType=2 is for fixing video that was poorly deinterlaced in the previously. You source looks as if it was deinterlaced with Yadif before.
Similar Threads
-
S-Video Horizontal Distortion
By jeby1980 in forum Capturing and VCRReplies: 9Last Post: 19th Oct 2024, 14:27 -
Horizontal random distortion Problem...
By dg3duy in forum RestorationReplies: 33Last Post: 9th Apr 2024, 10:52 -
Detelecine / Deinterlace / Fix Frame Rate - Trying to fix a really bad DVD
By Bjomesphat in forum RestorationReplies: 16Last Post: 15th Nov 2023, 12:42 -
FFMPEG distortion correction
By Livexperience in forum Video ConversionReplies: 1Last Post: 6th Apr 2022, 17:15 -
Can you help me identify this distortion?
By 999chris in forum Capturing and VCRReplies: 6Last Post: 11th Jan 2022, 18:56