I have this cartoon I wanted to upscale, but I need to deinterlace it properly first.
I tried using Hybrid and Handbrake for deinterlacing but in the fast scenes I get this:
[Attachment 83161 - Click to enlarge]
I played with VLC and found out that only Deinterlace mode that gave me good result is Blend mode.
[Attachment 83162 - Click to enlarge]
So how can I deinterlace this video with Blend mode (what program/setting/avisynth script)?
Or can this video be interlaced with some other method properly?
how_to_deinterlace.mp4
Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!
+ Reply to Thread
Results 1 to 4 of 4
Thread
-
-
Blend deinterlace is easy:
Code:Blur(0.0, 1.0).Sharpen(0.0, 0.6)
-
Thank you, I did the code below with a decent result (your code did the trick):
Code:MCTemporalDenoise(Settings="Medium", Stabilize=true) RemoveDirtMC(30, false) Blur(0.0, 1.0).Sharpen(0.0, 0.6) Crop(12,4,612,472)
At least this rip have proper colors. -
You might get better results with the blend before MCTD. I also discovered that adding vinverse() before the Blur/Sharpen is even more effective, though it blurs a tiny bit more.
Similar Threads
-
(Noob) Deinterlacing issue with early 2000s DVD-Rip | AviSynth + QTGMC
By expo_ in forum Newbie / General discussionsReplies: 19Last Post: 18th Dec 2023, 05:13 -
DVD Deinterlacing
By Call me Josh in forum RestorationReplies: 9Last Post: 9th Mar 2023, 05:37 -
need help about deinterlacing.
By paijo in forum Video ConversionReplies: 6Last Post: 25th Aug 2022, 14:08 -
Deinterlacing
By tvviewer in forum RestorationReplies: 15Last Post: 23rd Aug 2022, 15:38 -
Is Deinterlacing the same as Progressive?
By magnu in forum Video ConversionReplies: 2Last Post: 30th May 2021, 23:54