Convert Scripts from JScript to C# in Vegas

In this tutorial, we take an older script that was written in JScript and convert it to the newer C#. There are definitely advantages to coding in C# such as being able to compile the code into a .dll file, using a “foreach” instead of an Enumerator to go through events and tracks, and the fact that most examples today are written in C#.

Overall the process is very simple – you look at each line of code and determine if it needs to be changed. Honestly, many lines will not need to be changed between JScript and C#. And some will need to use a new technique instead of the older one required by JScript.

Please sign up here and leave comments with suggestions of tasks you would like to see automated. You can help guide the direction of these videos. Also, please subscribe to my YouTube channel.

Leave a Reply