|
|||||||||
|
Thread Tools | Search this Thread |
April 13th, 2008, 11:27 AM | #1 |
Major Player
Join Date: Aug 2005
Posts: 421
|
custom script
how to write a script for vegas so it could automate apply transition/cross effect/mycustomeffect; any good script web site? thanks in advace
|
April 13th, 2008, 12:12 PM | #2 |
Sponsor: JET DV
Join Date: Dec 2001
Location: Southern Illinois
Posts: 7,953
|
There's lot's of good scripting information on my site
Here's some of the basics (MyTrans is a string with the name of the transition, MyPreset is a string with the name of the preset): PlugInNode fx = Vegas.Transitions; PlugInNode plugIn = fx.GetChildByName(MyTrans); Effect effect = new Effect(PlugIn); evnt.FadeIn.Transition = effect; effect.Preset = MyPreset;
__________________
Edward Troxel [SCVU] JETDV Scripts/Scripting Tutorials/Excalibur/Montage Magic/Newsletters |
| ||||||
|
|