Filters on certain parts of the video with Vdub and Avisynth

Locked
User avatar
x_rex30
Joined: Tue Apr 10, 2001 4:30 pm
Org Profile

Filters on certain parts of the video with Vdub and Avisynth

Post by x_rex30 » Tue Oct 11, 2005 8:10 pm

If I only want certain filters to only work on certain parts in a video, how would I go about doing that in Vdub and/or Avisynth? I'm asking this because I'm using multiple anime for an AMV and I would like to use different filters on each anime used. I'm not sure if someone has done this before or if theres a way to render your with each part rendering with different filter methods. Please help.. I don't want to use the same filters on every anime. Thanks. ^^

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Tue Oct 11, 2005 8:17 pm

Corran's <a href="http://www.amvwiki.org/index.php/SceneA ... eAdjust</a> is good for just this kind of thing.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
x_rex30
Joined: Tue Apr 10, 2001 4:30 pm
Org Profile

Post by x_rex30 » Tue Oct 11, 2005 8:20 pm

Scintilla wrote:Corran's <a href="http://www.amvwiki.org/index.php/SceneA ... eAdjust</a> is good for just this kind of thing.
Cool I'll check that out! Any other guide suggestions or general help with this is appreciated.

User avatar
Sir_Lagsalot
Joined: Mon Jun 23, 2003 6:42 pm
Org Profile

Post by Sir_Lagsalot » Tue Oct 11, 2005 8:31 pm

For Virtualdub, there is also a conditional filter that allows you to specify what conditions must be met for it to apply some other Virtualdub filter: http://wwwtcs.inf.tu-dresden.de/~dc1/conditional
Lagarith: Best lossless codec ever in my completely objective opinion.

trythil
is
Joined: Tue Jul 23, 2002 5:54 am
Status: N͋̀͒̆ͣ͋ͤ̍ͮ͌ͭ̔̊͒ͧ̿
Location: N????????????????
Org Profile

Re: Filters on certain parts of the video with Vdub and Avis

Post by trythil » Wed Oct 12, 2005 12:01 am

x_rex30 wrote:If I only want certain filters to only work on certain parts in a video, how would I go about doing that in Vdub and/or Avisynth?

Code: Select all

a = src.Trim(start1, end1)
[apply chain to a]
b = src.Trim(start2, end2)
[apply chain to b]
...

Locked

Return to “Video & Audio Help”