VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7


  1. Any help with this? (around the microphone stand, for example).
    Last edited by Dr.Who; 3rd Aug 2013 at 04:43.
    Quote Quote  
  2. That's ghosting, not halos. DeHalo filters won't work. GhostBuster() might help.
    Quote Quote  
  3. AviSynth guide: http://avisynth.nl/index.php/Main_Page#New_to_AviSynth_-_start_here

    I've never used them but there's ghostbuster and exorcist for VirtualDub. If you can find them.
    Quote Quote  
  4. Originally Posted by jagabo View Post
    AviSynth guide: http://avisynth.nl/index.php/Main_Page#New_to_AviSynth_-_start_here

    I've never used them but there's ghostbuster and exorcist for VirtualDub. If you can find them.
    Exorcist is not enough and I don't really understand how to use Ghostbuster. After I use exorcist there are some black lines near the mic stand which I think they are halos.
    Quote Quote  
  5. I tried using DeHalo_Alpha for AviSynth. But I'm not getting away from those marks. Any suggestions?
    Quote Quote  
  6. DeHalo filters won't work since you don't have halos (over sharpening overshoots), you have ghosts (lower brightness copies of the original source overlaid slightly to the right). You can use Overlay() in subtract mode to reduce those. For example, this will reduce one of them:

    Code:
    Overlay(last, last.ColorYUV(gain_y=-245, cont_u=-245, cont_v=-245), 10, 0, mode="subtract") # remove the middle ghost
    ColorYUV(gain_y=10, cont_u=10, cont_v=10) # restore lost brightness and color
    But I see at least three ghosts. So you'll have to repeat that with different values to remove the other two.
    Quote Quote  
  7. Thanks for that! I have to figure out how to use it now, lol.
    Quote Quote  



Similar Threads

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