Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/RatinFX/CustomFades
Browse files Browse the repository at this point in the history
  • Loading branch information
RatinFX committed Mar 11, 2023
2 parents 6b954de + d79546b commit c4723ef
Showing 1 changed file with 19 additions and 22 deletions.
41 changes: 19 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,36 @@ Vegas Pro script for adding fade in/out to selected media

![](previewPic.png)

### Info
You can set the Fade In/Out:
1. Length (in either Frames or Seconds)
- If Length stays 0 -> it stays the same
- Use the CheckBox if you want the Fade In/Out length to be 0
2. Curve Type (Fast, Linear, Sharp, Slow, Smooth)
- It doesn't change the Curve Type by default
- Use the CheckBox if you want to change it

Video: https://www.youtube.com/watch?v=eJtW4jLYJ8I
## Video

### Download
Releases: https://github.com/RatinA0/CustomFades/releases
https://www.youtube.com/watch?v=eJtW4jLYJ8I

`CustomFades13.dll` for SONY Vegas Pro 13 and below
## Overview

`CustomFades14.dll` for MAGIX Vegas Pro 14 and above
Quickly **Increase**, **Decrease** or **Set** the length of the **Fade in** or **Fade out** on the **selected Events**

### Run
Place the file in: `...\vegas install folder\Script Menu` or `...\Documents\Vegas Script Menu`
You can select between **Frames** and **Seconds** to calculate the new lengths

Run from Vegas: Tools -> Scripting -> Rescan Script Menu Folder -> Click the script
Enable **Change curve** if you want to change the **Fade type** to:

Add to the toolbar: Options -> Customize Toolbar
- Fast
- Linear
- Sharp
- Slow
- Smooth

### Build
## How to use
1. Download "13 and below" or "14 and above" depending on your VEGAS Pro version
2. Find or create a folder called Vegas Script Menu inside your Documents folder like this:
- `C:\Users\USER_NAME\Documents\Vegas Script Menu`
3. Place the .dll file, or Extract the contents of the .zip file into the folder above
4. Start VEGAS Pro and you can find the Script at `Tools - Scripting`

## Build
Import the correct reference:

Project -> Add reference -> Browse -> Your VEGAS install folder ->

- `ScriptPortal.Vegas.dll` for SONY Vegas Pro 13 and below

- `Sony.Vegas.dll` for MAGIX Vegas Pro 14 and above

### TODO
- [ ] Fix `System.IO.FileLoadException` & `System.NotSupportedExtension`

0 comments on commit c4723ef

Please sign in to comment.