PARSER
Parser is a free (for non commercial use only) plugin for Virtualdub. See also avi2ascii.
Download here
Description
Parser is a (very slow) filter for virtual dub that compute a expression in real-time.
How to use
Download virtual dub (virtualdub.org).
Download parser and put it into the plugins directory
of Virtualdub.
Launch Virtualub and open your .avi, .mpeg...
Go to video...filters...add, and add parser.
Change the parameters (see below), and press "Ok".
Press "Ok" again to go back to the main window of Virtualdub.
Launch the process (the tiny arrow with a "o").
Parameters
- Expression : expression that must be calculated. It is a list of ordered assignations (a=x). Here are some examples :
- "" : black screen
- "rd=rs;gd=gs;bd=bs;" : no change
- "length=10;f=min(fr/length,1);rd=rs*f;gd=gs*f;bd=bs*f;" : fade in
- "rs=rs*2;rd=if(rs>bs,gs,rs);gd=rs&bs|gs>0.5;bs=min(rs,bs,if((gd>0.5)~(bs>0.5),bs,rs));" : no meaning filter that should work
- Verify limits : constrain rd, gd and bd beetween 0 and 1 (if bd<0 then bd=0, if bd>1 then bd = 1)
News
- 03/08/05 : Frame (variable fr) added
- 03/08/03 : beta 1
The parser has been made with parse/eval lite -Parser/Evaluator Version 0.6-
Copyright in May of 2000, by Massago, Sadao in ICMC - Brazil.
Here is a link to avi2ascii.
Here is a major link to Virtualdub plugins.
Askywhale 2003