Comments

zzzzzz9125 wrote on 11/17/2025, 10:17 PM

Are you asking what programming languages can be used for VEGAS Script API?

In general, you should use C# based on .NET Framework. Some other programming languages, such as JScript (not JavaScript) and Visual Basic, can also be used, but they're deprecated and only used by old scripts.

If you want to learn more about scripts, see: https://www.vegascreativesoftware.info/us/forum/vegas-pro-scripting-faqs-resources--104563/

and @jetdv's website: http://www.jetdv.com/

Howard-Vigorita wrote on 11/18/2025, 9:23 AM

@Mooreasys Strongly suggest going through all the jetdv tutorials which nicely cover Vegas api programming both with stand-alone scripts and compiling to a DLL using the free Visual Studio development platform. VS is your gateway to using any language it supports from C# down to Assembly Language.