VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. 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:
    Image
    [Attachment 83161 - Click to enlarge]

    I played with VLC and found out that only Deinterlace mode that gave me good result is Blend mode.
    Image
    [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
    Image Attached Thumbnails Click image for larger version

Name:	vlc4_bob.png
Views:	7
Size:	238.3 KB
ID:	83159  

    Click image for larger version

Name:	vlc2_blend.png
Views:	9
Size:	308.0 KB
ID:	83160  

    Quote Quote  
  2. Blend deinterlace is easy:

    Code:
    Blur(0.0, 1.0).Sharpen(0.0, 0.6)
    But that's the least of the problems with that video. Find a better source if you can.
    Quote Quote  
  3. 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)
    Unfortunately there are a lot of old TV shows that will never get a DVD release, and few TV/VHS rips are the best sources we got.
    At least this rip have proper colors.
    Quote Quote  
  4. 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.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!