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
3 answers, most recent on 3/14/2023
[Solved] How do I remove compositing mode?
I added the compositing mode to a track, but I don't like it, so I want to remove it. But, there is no option to remove it. How do I do it?
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
Vegas Movie Studio (up to ver. 17)
18 answers, most recent on 7/19/2025
RE: Need to stretch out the sides of a video
The snapshot still is on the lower track. In pan/crop of the upper track event, a mask has been placed inside the edges of the frame and feathering applied. In this example, the LH mask edge has been moved in quite a bit to help avoid a pedestal on
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
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);
Video
21 answers, most recent on 6/1/2023
[Solved] A simple solid frame around a smaller-than-full-frame image
In Vegas Pro 20, can I add an outline (a few pixels, solid color, even width) outside a scaled-down video? By "scaled-down" I mean: Pan/Crop makes the video look smaller (both horiz. and vert) than the full frame. My 3 attempts: 1) "Border" (placed
Video
4 answers, most recent on 6/23/2023
[Solved] General question about performance/workflow/playback
I have built up a lot of motion tracking and Mocha Pro tracking along with several video layers and effects in one particular place in my project.I want to see how it all looks when played back in real-time, but I can't because the performance bogs
Scripting
8 answers, most recent on 8/22/2024
RE: Merge Track & Delete Empty Tracks Script USEFUL
@iEmby, all of those conditions can be checked. Some will work with "Track" and work with both audio and video. Some will require "VideoTrack" and will only work with
Audio
9 answers, most recent on 3/20/2025
RE: Buggy audio when trimming clips (Vegas Pro 22 build 239)
Hi @Jake-B, if the automation 'mute' process may be switching it. It could have been enabled inadvertently. I did this once and took me a while to find the cause.The automation track volume envelope tool cause it as well and could be visually
Video
3 answers, most recent on 6/30/2025
RE: A complete Vegas tutorial and Searching for templates and advanced FX
Take a look at The PIP effect Pan/Crop Track Motion
Audio
2 answers, most recent on 10/4/2023
[Solved] Audio of speaking man using computer mic sounds like he's in shower
Greetings ! I'm trying to figure out how to de-echo this audio track. I didn't include the video because it's immaterial to the problem at hand. I appreciate your input. There are lots of options to add echo in VP19, now I need to get rid of this
Video
3 answers, most recent on 5/9/2024
RE: [Solved] Sapphire Flicker automatically puts a black background
@jason-h Hi, I see that in VP19, I also tried adding the S_Flicker to an Adjustment track & Parent/Child it to isolate the effect to just the video but with no joy, I get a black background when the effect is turned on with either approach. It
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 =
Scripting
8 answers, most recent on 7/22/2024
RE: Move Event to the track bellow?
@Thiago_Sase Here's what's happening: Starting a loop looking at all tracks Look on track 1. Is there an event selected? Yes Find the next track an move that event to track 2. Look on track 2. Is there an event selected? Yes (the SAME event that
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
14 answers, most recent on 7/29/2025
RE: What does mean exact "Huge Content Pack" with buy Vegas Pro Suite?
@Reyfox Copying/pasting from one Version to an earlier version works only for projects with NO trackfx, NO trackmotion and NO parent/child tracks.
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
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
13 answers, most recent on 5/4/2025
RE: Track Motion Problem
Basically I added a 1920x1080 clip to a 1080x1920 project, increased it size with Track Motion, I had to increase the height to 6069 to fill the preview project size/height. (I tried working out why that number but couldn't) @Gid 1920 * (16 / 9)² =
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;
Audio
10 answers, most recent on 4/4/2025
RE: Video and Audio Events screens open until I click on them to close
Thank you for reaching out. First one is from Vegas 21. I click on the audio track fx button and select what desired. The software leaves all the tracks in place and presents this small box with the effect, which I can move around on the screen as
Video
16 answers, most recent on 9/12/2024
RE: VP 21/22 - mouse bug with Close Gaps function ?
In all these videos above & my tests Close gaps is only available when that track is in focus with the track header highlighted grey, the track is auto highlighted when an event is clicked on to make the selection but the track doesn't get
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
Audio
6 answers, most recent on 7/3/2025
RE: ways to convert audio from mono to stereo?
If you have Sound Forge, the stereo file can be converted to mono in a few seconds and overwritten or just created as a new mono 'take'. If file size is a concern, this will also half the size of a stereo PCM.FWIW, I recently mixed a two-hour
Previous page
1
…
19
20
21
…
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
20