The Vegas Creative Software Support Community – Find help here
Forum
Tutorials
Support
New
Sign in / register
Search ...
Help
Sign in
All
Support
Forum
66k
Tutorials
User
All
Support
Forum
Tutorials
User
Options
Any time
Any time
Last 24 hours
Last week
Last month
Last six month
Last year
Video
9 answers, most recent on 12/12/2024
RE: Viewing keyframes in the timeline
@Richard-Vanner Click on the three lines at the top left on the track header, then choose Edit Visible Button Set and activate Track motion to show the button. Or go to Tools > Video > Track motion. It is possible that the zoom in the first
Video
3 answers, most recent on 6/8/2023
[Solved] Project asset won't refresh
I delete my image object, and try to bring it back into the track, but it appears exactly the same size and shape, as if I had never deleted it.This happens regardless of whether I also delete the track, "refresh" everything I can find to refresh,
Video
177 answers, most recent on 1/20/2025
RE: VEGAS Pro 22 Build 194 General Discussion
@paul-marshall, on the Voice track, go to the track header - you can add these buttons to the track header or just choose the MORE option as shown in this image and make that track the "Controller" track. Then you will be asked what settings to use
Scripting
9 answers, most recent on 8/27/2024
RE: Searching If start or end boundaries were overtaken.
using System; using System.Windows.Forms; using ScriptPortal.Vegas; namespace Test_Script { public class Class1 { public Vegas myVegas; public void Main(Vegas vegas) { myVegas =
Video
29 answers, most recent on 3/5/2025
RE: Neatvideo updated Version 6
/** SlowFX ------------------------------------------ This script will: re-enable a bypassed specific FX in all trackFX and eventFX in this case the slow denoiseFX from Boris: "BCC+Denoise
Video
29 answers, most recent on 3/5/2025
RE: Neatvideo updated Version 6
/** NoSlowFX ------------------------------------------ This script will: bypass a specific FX in all trackFX and eventFX in this case the slow denoiseFX from Boris: "BCC+Denoise
Video
11 answers, most recent on 12/14/2024
RE: How to increase Text size on Timeline Events
I don't believe that there is an option to change font sizing in Vegas Pro, but the display size of Windows can be increased using the scaling setting in Windows (11) Display Settings menu. Another option which I've done to improve legibility of the
Scripting
8 answers, most recent on 7/22/2024
RE: Move Event to the track bellow?
@jetdv @zzzzzz9125 Going through the tracks on a traverse backward way it worked! I changed this line of code; foreach (Track myTrack in vegas.Project.Tracks) { for this line of code, for (int trackIndex = vegas.Project.Tracks.Count - 1;
Video
11 answers, most recent on 8/6/2023
[Solved] Subtitles in Vegas
Can I add subs any other way rather then adding text on screen? If not, now can I apply colours and effects on text for many clips? It's depressive to edit every clip. I tried track effects but they did not work at all. I get it that text inside a
Scripting
2 answers, most recent on 12/12/2024
RE: Adding Solid Black Color to Vegas Pro script help
@andy-0 Hello, this script may help you; using System; using ScriptPortal.Vegas; namespace Test_Script { public class Class1 { public Vegas myVegas; public void Main(Vegas vegas) { myVegas =
Video
3 answers, most recent on 5/9/2025
RE: copy "frame size" from one video event to some video events
Copy/paste using "selectively paste ..." clearly doesn't have a copy/paste frame size option ... and I don't think that there is such an option to copy/paste frame size dimensions from one video event to another. If there is, I'd really like to know
Scripting
8 answers, most recent on 7/15/2024
RE: Need help creating a simple script
Yes, you are specifically looking for a "Video" track. Audio tracks are also "valid" which is why it was picking an audio track for your video track. I'd add the { } brackets around this, though, just for clarity: foreach (Track myTrack in
Video
2 answers, most recent on 1/31/2023
RE: [Solved] Any future updates of VEGAS Pro about importing PSD & AI Files?
@iEmby Not sure exactly what you want, but Vegas can already add PSD files and add each layer to a separate track. Here's a demo. Added: Note that you have to right-click and drag from project media to timeline in order to show the menu enabling
Scripting
3 answers, most recent on 11/13/2024
RE: Can I copy over image keyframes when duplicating image onto new track?
In other words, instead of: // Copy the highlighted event to the new track VideoEvent duplicateEvent = new VideoEvent(highlightedEvent.Start, highlightedEvent.Length); newTrack.Events.Add(duplicateEvent);
Audio
7 answers, most recent on 5/12/2025
RE: Event Heal Question
Only if you render it to another track. Otherwise, they are two events.
Video
30 answers, most recent on 5/7/2025
RE: Sync problem in all builds of Vegas Pro 22
Hello again, Roger. I am providing two screenshots from a recent dance video. The client returned this video to me with complaints about the audio/video sync. Screenshot 1 shows the original audio in the top track along with the rendered audio in
Video
9 answers, most recent on 1/24/2025
Motion Tracking broken in Vegas 22
I first noticed it on the Vegas 22 release, but now the latest patch also has completely broken Motion Tracking for me. After tracking something, just slightly moving the event on the timeline breaks the tracking. The only way you will notice it is
Video
17 answers, most recent on 2/11/2025
RE: Is there easy way to cut overlapping clips from different tracks
Please use this one instead as it will only cut information out of video tracks and ignore audio tracks: using System; using System.Collections.Generic; using System.Collections; using System.IO; using System.Text; using
Scripting
8 answers, most recent on 7/22/2024
RE: Move Event to the track bellow?
@Thiago_Sase The reason is that you change the track of the event as you traverse. For example, when event A is on track 1, you move it to track 2; When it's on track 2, you move it to track 3... Until the last track. There are several ways to solve
DVD Architect
3 answers, most recent on 5/8/2023
[Solved] Noise being added to audio when burning to DVD or writing to folder
Hi, I'm trying to write a DVD project to a folder but experiencing a strange issue with the audio. The project contains 6 short videos rendered out of Premiere Pro. When I write to a folder or burn to disc a white noise/distortion sound is being
Scripting
7 answers, most recent on 3/29/2025
RE: 3D Motion Setup Script
i appreciate this..This is actually very good and it will help. i was actually looking at trying to implement @zzzzzz9125 the depth value and z value and testing if it will work. so far i get errors but i feel like i'm learning more as i
Video
6 answers, most recent on 9/25/2024
RE: Split screen
I'm guessing... Right-click the track header and uncheck "Expanded Track Layers"?
Video
6 answers, most recent on 10/16/2024
RE: Removing dust spot
Another pan/crop suggestion - copy the video on to the next lower track and then in pan/crop on the video on the upper track, zoom right in so that you can clearly see the dust spot and create a small mask around it and then change the path mode to
Audio
18 answers, most recent on 7/4/2024
RE: 5.1 audio importing as all mono instead of normal duel stereo duel mon
I don't know what the sources you normally use, but this is a fully usable scenario. Move the stereo track to its own audio track, then pan left and right the matched stereo tracks. So track 1 might be the left and track 2 the right, etc. Track 3
Previous page
1
…
14
15
16
…
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
15