VideoHelp Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. Member
    Join Date
    Jun 2011
    Location
    Brazil
    Search PM
    How can I automatic remove those white spots from a VHS captured movie? I tried after effects film fix and virtual dub spots remover but they can't see those as scratches. Then I tried the filter pops.vdf and it can see those as scratches in debug mode but it doesn't have a fine tune action like after effects has and it can't remove all the spots.
    Click image for larger version

Name:	whiteva.jpg
Views:	1874
Size:	185.9 KB
ID:	9656
    Click image for larger version

Name:	debugmodec.jpg
Views:	662
Size:	308.0 KB
ID:	9659
    Last edited by jwbrasil2; 16th Nov 2011 at 18:38.
    Quote Quote  
  2. You need depulse, for use with avisynth. Do you know how to use avisynth? It's easy; go to www.avisynth.org and download it (version 2.6a3 is fine), then write a text file like this (call it fixcomets.avs):
    Code:
    avisource("youfile.avi")
    converttoyuy2(interlaced=true)
    DePulse(h=74, l=12, d=255, debug=true)
    This is just to start - it won't fix your video immediately, but it shows you where it *would* remove problems. You adjust the parameters until most streaks are marked, then remove the debug=true;
    DePulse(h=xx, l=xx, d=xx)
    And now you can see the cleaned video.

    For more information please visit:
    http://forum.doom9.org/showthread.php?p=1355414#post1355414
    Quote Quote  
  3. Video Restorer lordsmurf's Avatar
    Join Date
    Jun 2003
    Location
    dFAQ.us/lordsmurf
    Search Comp PM
    That capture is fubar.
    Want my help? Ask here! (not via PM!)
    FAQs: Best Blank DiscsBest TBCsBest VCRs for captureRestore VHS
    Quote Quote  
  4. Member
    Join Date
    Jun 2011
    Location
    Brazil
    Search PM
    Originally Posted by jmac698 View Post
    You need depulse, for use with avisynth. Do you know how to use avisynth? It's easy; go to www.avisynth.org and download it (version 2.6a3 is fine), then write a text file like this (call it fixcomets.avs):
    Code:
    avisource("youfile.avi")
    converttoyuy2(interlaced=true)
    DePulse(h=74, l=12, d=255, debug=true)
    This is just to start - it won't fix your video immediately, but it shows you where it *would* remove problems. You adjust the parameters until most streaks are marked, then remove the debug=true;
    DePulse(h=xx, l=xx, d=xx)
    And now you can see the cleaned video.

    For more information please visit:
    http://forum.doom9.org/showthread.php?p=1355414#post1355414
    Is there a blend=off option? I want to copy the pixels from the nearest good neighbors without any interpolation.
    Something like what's shown here:
    Quote Quote  



Similar Threads

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