The Vegas Creative Software Support Community – Find help here
Forum
Tutorials
Support
New
Sign in / register
Search ...
Help
Sign in
All
Forum
67k
Tutorials
User
All
Forum
Tutorials
User
Options
Any time
Any time
Last 24 hours
Last week
Last month
Last six month
Last year
Video
4 answers, most recent on 6/17/2024
RE: [Solved] Vegas Pro 21.0 Build 315 UI Bug
@QuanAndMichelle Hi, if you're asking about the Master track at the bottom click B on the keyboard.
Scripting
One answer, on 10/4/2023
RE: [Solved] How can I make this script delete video and audio parts similarly?
First of all, on this line: public void Main(Vegas vegas, Track videoTrack) remove ", Track videoTrack" And at the bottom, get rid of everything in bold. Get back to the original code in those places: // Assuming videoTrackIndex is the index
Video
19 answers, most recent on 11/27/2024
RE: [Solved] Alpha channel color
The alpha channel "color" is 0-0-0, or "nothing." Alpha "adopts" the color of the bottom most layer. "If" there is no bottom nonalpha layer, the "color" obviously is 0-0-0, or "nothing." The common name for that is called "black." Therefore, if you
Video
9 answers, most recent on 4/24/2024
[Solved] Bug while using new update of Title & Text (attribute paste) function.
When i use the copy attribute option on single track with text & titles which i created new. it works wellbut when i move some of text event to new track above it or somewhere else and again try this on first text event of that moved text events
Video
3 answers, most recent on 2/21/2024
[Solved] Vegas Pro 17 - track number indicator won't expand horizontally
In Vegas Pro 17 the track number indicator (see red arrow in screenshot) is just showing track numbers and not showing the controls for mute and solo and volume and other controls. When I try to expand it horizontally there is no response... it
Video
22 answers, most recent on 12/2/2023
RE: [Solved] I can't render my project
@k15Storm Here is a strategy that I use to find a problem when it only shows at render time. Mute half the tracks and render. If the render fails, mute the remaining tracks and unmute the first half of the tracks. If this render is successful,
Scripting
4 answers, most recent on 5/28/2024
[Solved] help with adding envelope points using script
I need a script that adds opacity keyframes to a track using the composite level, where the track already has composite level activated with an initial opacity of 100%. Throughout the project, there are specific regions where the script should add
Video
3 answers, most recent on 2/15/2024
RE: [Solved] Vegas Pro short overlay effect
type "transition" into VEGAS Content search, add a new video track to put the overlay on that is above the tracks you want to do the transition on, then use the "screen" compositing mode in the track settings for the overlay track. There's a bunch
Video
One answer, on 3/12/2025
[Solved] PluralEyes error "Failed to open... Check the PluralEyes 4 log file.."
Trying to pluraleyes a Vegas22 project, I'm getting this error: Deleted the P4P file and recreated -- no difference. Renamed my tracks to remove any slashes and ampersands i case that was causing issue (after searching online) -- no
Video
2 answers, most recent on 2/11/2024
[Solved] 2D Shadow/Glow boxes missing from Track Motion window - Vegas Pro 17
Hi, I've used Track Motion to create a split screen (one video above the other) and I want to place a (white) line between the two clips, for clearer separation. The tutorials I've watched to insert such a line begin by checking a '2D Shadow' box
Scripting
2 answers, most recent on 10/7/2024
[Solved] Learning how to convert a script to Custom Command
@jetdv Hello, Sir, please, if possible, could you help me? I'm watching your tutorials' series of Build a Custom Command, and I'm trying to convert my scripts to a custom command. But, I'm always getting the same error; "An error occured:
Scripting
7 answers, most recent on 5/1/2025
RE: [Solved] How to change Audio Effect Parameter?
@jetdv Sir, I found a solution. I just saved the value that I needed as preset, and then I inserted in the code. public void AddVolume(Vegas vegas) { try { PlugInNode effects =
Audio
15 answers, most recent on 2/20/2024
[Solved] Selecting and lifting audio in Vegas 21
How do I select a portion of an audio track and lift it off of the timeline without moving the rest of the audio ? I do not want to remove the portion before the cursor, or after the cursor. I want the area of the track which I highlight only,
Scripting
2 answers, most recent on 7/21/2024
[Solved] Apply an Audio effect to Event
@jetdv Hello Sir, please, how can i add in the code bellow the possibility when the audio fx effect is applied, the Audio Event FX pop-up window opens automatically? using System; using System.IO; using System.Text; using
Video
One answer, on 4/29/2025
[Solved] Missing video track - VEGAS 21 (Build 315)
I recently imported a project from my computer to my laptop, and when I opened the project, all of the video was just a black screen. I still had audio, and sometimes, the video would flicker here and there, but for the most part all my media was
Video
3 answers, most recent on 6/13/2025
RE: [Solved] How to remove A B cross over thing
@Bria On the track header there is an option you can turn off. There's also an option in Preferences. Double clicking the end of an event makes this happen, personally I have this on as i find it a useful tool but I can see how it can be annoying.
Scripting
No answers, created on 5/31/2025
Lock Track Script ! Until VEGAS Team Not Creating Lock Track Function
Use this script until lock track function not coming in VEGAS. Lock Track (Toggle) using ScriptPortal.Vegas; public class EntryPoint { public void FromVegas(Vegas vegas) { foreach (Track track in
Video
3 answers, most recent on 5/9/2025
RE: [Solved] copy "frame size" from one video event to some video events
@Qbrick Just use a script like the following one: using ScriptPortal.Vegas; namespace Test_Script { public class Class1 { public Vegas myVegas; public void Main(Vegas vegas) { myVegas =
Video
One answer, on 3/12/2025
RE: [Solved] PluralEyes error "Failed to open... Check the PluralEyes 4 log file.."
NOTE: in this particular case, I found that un-muting a track-group that had two wave files in it -- solved the problem?! I haven't compared the .P4P files to see what changed inside of them, but that made it work, and I could repeatedly just turn
Scripting
10 answers, most recent on 1/8/2024
RE: [Solved] Insert Empty Event
@Jack S, it's even easier. Just create a video event, add it to the video track, and don't assign any media to it: VideoEvent newEvent = new VideoEvent(Timecode.FromSeconds(1), Timecode.FromSeconds(10));
Scripting
3 answers, most recent on 8/22/2023
RE: [Solved] Move an event from one track to another
See if this gets you going on the right track... It will move all selected events to the "next track down". Of course, you'll need to modify this to suit your needs plus, it "assumes" there is a track below it where the new event can be placed - in
Scripting
12 answers, most recent on 1/14/2025
[Solved] help me complete a very useful script on frames and their length
I have two scripts, the first script automatically assigns all frames to 100 frames per second and slows them down by 4 times the main thing is that it automatically determines these frames on the timeline, and they do not need to be selected minus
Scripting
2 answers, most recent on 6/14/2024
RE: [Solved] Render Selected Audio as New Take
First of all, I'm not sure why you're doing this: // Check if there are selected audio events on the timeline if (!HasSelectedAudioEvents(vegas.Project)) {
Video
20 answers, most recent on 8/14/2024
[Solved] Drop shadow on image overlay
Why can't a simple drop shadow effect be added to image in Vegas. I tried this in Vegas 19 and 22 and adding the stock Vegas Drop Shadow (or BorisFX) effect doesn't work. Doing this in Davinci Resolves works fines (with Resolve and Boris versions)
Previous page
1
…
4
5
6
…
42
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
of 42
Next page
5