How do you apply a filter in VDub to only parts of the captured file? Here's my problem. For captured B&W movies, I use the grayscale filter to remove any traces of color--works well. However, I've just captured a movie that has a short part that is in color during the middle of the film. Is there a way that I can apply the filter only to selected parts of the file? Thanks.
+ Reply to Thread
Results 1 to 3 of 3
-
-
I don't know if this helps, but why don' t you capture your movies using editing warez (like premier, pinnacle, or something) then contrast your whole movies into black and white. So, you won't have to worry about the color part in VirtualDub.
tony -
I think, the only way to do that with VirtualDub is to cut the movie, convert the selected part and join afterwards.
If you want to apply a greyscale filter to a part of the movie, you may try Avisynth.
#example:
clip = AviSource("c:\cap.avi")
Return Trim(clip,0,100)+Trim(clip,101,130).Greyscale+Trim (clip,131,0)
Similar Threads
-
applying different filters to different sections in a clip (via avisynth)
By unclescoob in forum RestorationReplies: 28Last Post: 30th Jan 2012, 13:50 -
Importing AVI vids into iMovie after applying Vdub filters: is it possible?
By quantice in forum MacReplies: 17Last Post: 4th Sep 2011, 12:48 -
Applying multiple filters at once with FFMPEG
By asterixvader in forum Video ConversionReplies: 3Last Post: 1st Jun 2011, 14:53 -
Applying filters to regions of interest (ROIs)
By johnnys5 in forum Newbie / General discussionsReplies: 1Last Post: 6th Dec 2010, 16:29 -
Applying a filter without recompressing in VDub
By chrisr34000 in forum EditingReplies: 5Last Post: 25th Jan 2008, 17:42