Create a Sub-Clip or Insert Partial Video From the Original Clip in Premiere Pro

In this tutorial, we look at a couple of ways to get a partial clip onto the timeline in Premiere Pro. Both are very useful and have their place so it is nice to learn both methods. To insert a sub-clip, you first have to create the sub-clip from the original clip. This sub-clip will Read More …

Building a Custom Command in VEGAS – Part 9 – Passing Parameters and Locating the Config file

In this tutorial, we see how parameters can be passed to a script by looking at the four methods VEGAS can use to call the script. public void FromVegas(Vegas vegas) public void FromVegas(Vegas vegas, String scriptFile) public void FromVegas(Vegas vegas, String scriptFile, XmlDocument scriptSettings) public void FromVegas(Vegas vegas, String scriptFile, XmlDocument scriptSettings, ScriptArgs args) We Read More …