VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Member
    Join Date
    Jul 2003
    Location
    United Kingdom
    Search Comp PM
    I've used the AVIsynth plugin Logotools to remove a logo. Although it hasn't totally removed the logo it isn't as noticable as before. The only problem is that it looks a little sharp. I've tried blurring the whole video which does make the logo alot better but as you would guess the video looks worse. Is there any AVIsynth or virtualdub filters that can blur or soften only a selected part of a frame and not the whole image?
    Quote Quote  
  2. Член BJ_M's Avatar
    Join Date
    Jul 2002
    Location
    Canada
    Search Comp PM
    logoaway or msu logo remover
    "Each problem that I solved became a rule which served afterwards to solve other problems." - Rene Descartes (1596-1650)
    Quote Quote  
  3. Hi-

    One way is to crop down to just the logo, blur it, and then overlay it on top of the original logo in the video. Here's a sample script I was playing with:

    A=AVISource("C:\Path\To\Video.avi")
    B=A.Crop(38,422,-596,-26)
    B=B.Blur(1.58)
    Overlay(A,B,X=32,Y=420)

    http://avisynth.org/index.php?page=Overlay

    Or, as BJ_M suggested, use a better logo remover to begin with.
    Quote Quote  



Similar Threads

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