VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. Member
    Join Date
    May 2016
    Location
    India
    Search Comp PM
    Hey there folks of Videohelp

    I want to remove horizontal/vertical Film Lines, Scratches, Patches, Dots etc. from this video samples that i'm attaching here using Avisynth filters. Please help.
    Image Attached Files
    Quote Quote  
  2. RemoveDirtMC() works for some of the horizontal scratches. Some of them last more than one frame so something like:

    Code:
    even = SelectEven().RemoveDirtMC(80)
    odd = SelectOdd().RemoveDirtMC(80)
    Interleave(even, odd).RemoveDirtMC(80)
    removes even more. Be careful though, real detail that only lasts for one or two frames will get removed too. And a lot of film grain.

    The vertical scratches usually persist in the same place over many frames making them more difficult to remove.
    Last edited by jagabo; 16th Apr 2018 at 12:09.
    Quote Quote  



Similar Threads

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