VideoHelp.com Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. Member
    Join Date: Jan 2004
    Location: United States
    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
    google "logoaway"
    Quote Quote  

  3. Member AlanHK's Avatar
    Join Date: Apr 2006
    Location: Hong Kong
    The VirtualDub LogoAway filter can do this.
    See http://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
    Thank you! The "overlay" was exactly what I was looking for.
    Zakkkkkman
    Quote Quote  




Similar Threads

  1. Remove Small Section of Center Channel from Stereo Track
    By EmpireStrikesBack198 in forum Audio
    Replies: 14
    Last Post: 31st Jul 2011, 12:48
  2. Replies: 7
    Last Post: 24th Mar 2010, 06:14
  3. how can I blur a small spot in videostudio X2?
    By briansayler in forum Editing
    Replies: 1
    Last Post: 27th Oct 2009, 03:52
  4. how to blur a small spot in VideoStudio X2
    By briansayler in forum Newbie / General discussions
    Replies: 0
    Last Post: 26th Oct 2009, 13:50
  5. Replies: 3
    Last Post: 15th Sep 2007, 04:22
Search   Contact us   About   Advertise   Forum   RSS Feeds   Statistics   Tools