Changed "Sony Vegas" to "Magix Vegas"
This commit is contained in:
parent
2a1692c270
commit
d0c2174404
|
@ -13,8 +13,8 @@ using System.Windows.Forms;
|
|||
using System.Windows.Forms.Design;
|
||||
using System.Xml;
|
||||
using System.Xml.Serialization;
|
||||
using Sony.Vegas;
|
||||
using Region = Sony.Vegas.Region;
|
||||
using ScriptPortal.Vegas; // For older versions, this should say Sony.Vegas
|
||||
using Region = ScriptPortal.Vegas.Region; // For older versions, this should say Sony.Vegas.Region
|
||||
|
||||
public class EntryPoint {
|
||||
public void FromVegas(Vegas vegas) {
|
|
@ -11,7 +11,7 @@ using System.Windows.Forms;
|
|||
using System.Windows.Forms.Design;
|
||||
using System.Xml;
|
||||
using System.Xml.Serialization;
|
||||
using Sony.Vegas;
|
||||
using ScriptPortal.Vegas; // For older versions, this should say Sony.Vegas
|
||||
|
||||
public class EntryPoint {
|
||||
public void FromVegas(Vegas vegas) {
|
|
@ -1,6 +1,6 @@
|
|||
# Scripts for Sony Vegas
|
||||
# Scripts for Magix Vegas
|
||||
|
||||
If you own a copy of [Sony Vegas](http://www.sonycreativesoftware.com/vegassoftware), you can use this script to visualize Rhubarb Lip Sync's output on the timeline. This can be useful for creating lip-synced videos or for debugging.
|
||||
If you own a copy of [Magix Vegas](http://www.vegascreativesoftware.com/) (previously Sony Vegas), you can use this script to visualize Rhubarb Lip Sync's output on the timeline. This can be useful for creating lip-synced videos or for debugging.
|
||||
|
||||
Copy (or symlink) the files in this directory to `<Vegas installation directory>\Script Menu`. When you restart Vegas, you'll find two new menu items:
|
||||
|
Loading…
Reference in New Issue