VideoHelp Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. Member
    Join Date
    Jan 2004
    Location
    United States
    Search Comp PM
    I would like to blur just a small area of my video, say 30 by 30 pixels in the middle of the video. My source file is mpg, but I could always convert. I am thinking of using avisynth or vdub, but I am fairly new to both. I like vdub because it has an easy way to preview. Most filters I see are made to affect the entire video, not just a portion. How do I make them work over just part of the video?
    Zakkkkkman
    Quote Quote  
  2. Member
    Join Date
    Nov 2008
    Location
    Jamaica
    Search Comp PM
    google "logoaway"
    Quote Quote  
  3. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    The VirtualDub LogoAway filter can do this.
    See https://forum.videohelp.com/topic320220.html

    In Avisynth you can do this using Overlays
    Get the AvsP editor for previews.
    Quote Quote  
  4. Yeah, I do it using Overlay in AviSynth. A sample script might go:

    A=MPEG2Source("C:\Path\To\Movie.d2v")
    B=A.Crop(52,36,-488,-412)#crop down to the place you want to blur
    B=B.MedianBlur(6)#or your favorite blur filter
    Overlay(A,B,X=52,Y=36)
    Quote Quote  
  5. Member
    Join Date
    Jan 2004
    Location
    United States
    Search Comp PM
    Thank you! The "overlay" was exactly what I was looking for.
    Zakkkkkman
    Quote Quote  



Similar Threads

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