|
|||||||||
![]() |
|
Thread Tools | Search this Thread |
![]() |
#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
|
![]() |
![]() |
![]() |
#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 |
![]() |
![]() |
![]() |
| ||||||
|
|