The Vegas Creative Software Support Community – Find help here
Forum
Tutorials
Support
New
Sign in / register
Search ...
Help
Sign in
All
Forum
1k
Tutorials
User
All
Forum
Tutorials
User
Options
Last year
Any time
Last 24 hours
Last week
Last month
Last six month
Last year
Video
5 answers, most recent on 1/10/2025
track FX, and all the other things I am used to in version 13
Updated to 22 from 13, its a leap I know. 22 is messing with my work flow. Gone are the usual things for tracks, FX, motion tracking, in audio compression, normalization are gone. Is there a way to customize the tracks with the way I am used to?
Video
6 answers, most recent on 5/22/2025
RE: Boris FX Sapphire is not visible on the main timeline
@NST I added S-Shake to the timeline Track FX with a Legacy Text on it, no problem, I also added an Adjustment event, again no problem. In your image the text is on track 29 with tracks above that also have effects on them, there's no way I/we can
Audio
4 answers, most recent on 4/9/2025
Move tracks in the Mixing Console to right of the Preview and Master?
Is it possible to move the track strips to right of the Preview and Master strips in the Mixing Console?
Audio
2 answers, most recent on 3/22/2025
RE: 2 track volume envelopes
I suspect that you mean that you have two audio tracks, one derived from the video source and the other being the music track. You haven't identified your Vegas Pro version, but if you have Vegas Pro 22, try using the 'Auto Ducking Controls'
Video
9 answers, most recent on 12/12/2024
RE: Viewing keyframes in the timeline
@3POINT is correct RE: Track level fX. Unfortunately, Pan/Crop can't be applied at the Project Media or track level. It also helps to know where Track Motion is hidden.
Audio
20 answers, most recent on 10/30/2024
RE: How to you calibrate the sound?
I am trying to master a 10 song collection I have produced on Vegas 21, and trying to balance the loudness from track to track. Using the loudness meter with conjunction with the master volume seems to have no effect. How can I use a reference
Video
13 answers, most recent on 5/4/2025
RE: Track Motion Problem
@melory-f said: "I haven't changed any Pan/Crop settings" That's why you're getting unexpected results with Track Motion. Follow my previous post. For best results, use Pan/Crop to set the size and shape of the event(s). Use Track Motion to locate
Video
13 answers, most recent on 5/28/2025
RE: Close gaps leaves envelope points behind?
@Gid Hello, the script below does the job with the envelope points moving together. using System; using System.Collections.Generic; using ScriptPortal.Vegas; namespace Test_Script { public class Class1 { public Vegas
Video
One answer, on 6/12/2025
Changing Preferences for Track Composite level auto fade in and out
When I do the track composite level it automatically inserts a fade at the beginning and end. I want to change the preference so that it is a cut and not a fade. Where can I do that?
Scripting
8 answers, most recent on 8/22/2024
RE: Merge Track & Delete Empty Tracks Script USEFUL
@iEmby why are you handling audio tracks separate from video tracks for removal? Both can be handled just fine in DeleteEmptyTracks. In fact, just scanning the video checking part, it appears that audio tracks may already be being removed before
Video
10 answers, most recent on 1/26/2025
RE: Issues with rendering multi-track project as MP3
I would start with muting the (video) tracks you don't need or soloing just the (audio) tracks you need to render.
Audio
3 answers, most recent on 1/6/2025
RE: Not hearing audio
Another track, sub-master, FX return, ect., could be solo'd as well, which would mute the other audio elements. This happens to me frequently on projects with a large many track-count, sub-masters and FX returns, typical of multi-track music
Video
2 answers, most recent on 4/23/2025
RE: Change color of multiple text events simultaneously?
@MikeLV Hi, there's a button top right that will change all after changing just one, this also changes the font which may not be desired. Or you could add Colour Corrector (Secondary) to the track, use the 'Select effect range' & pick the
Video
6 answers, most recent on 2/12/2025
RE: rendered video is inserted to the project and I don't want that
Indeed only the render to new track options produces a new video/audio track, not the regular file render option. Maybe you should check your workflow.
Audio
7 answers, most recent on 6/30/2025
RE: HELP Requested: Why is my Track AudioFX getting PRE-fade levels?
Try enabling the Track Compressor's 'Auto gain' and lowering the threshold.You could also process the "taps" event directly in Sound Forge (or another audio editor) to surgically reduce the high peaks so Vegas event 'normalize' function is more
Video
One answer, on 5/19/2025
Splitting a track and overlapping it creates Stutters in the preview
After the last Update of May 2025 i have a serious Problem,Splitting a track and overlapping it creates Stutters in the preview....on the contrary this not happens when i overlap two different videos
Video
20 answers, most recent on 8/14/2024
RE: [Solved] Drop shadow on image overlay
.My past (and current) issues (that I have seen others express same problem with) is that Pan & Crop tends to cut off image/video depending where you move it (similar to what is shown in screenshot). I had been told by others to avoid this
Video
3 answers, most recent on 6/13/2025
RE: How to remove A B cross over thing
Many thanks to both.Not selected in options, so must have done it some other way when editing, I'm doing a lot of track motion, so prob caught it by accident. Lots of tracks, so I want all the horizontal space I can get. Cheers
Audio
8 answers, most recent on 4/24/2025
RE: correct "pin setup" for Surround Pan 5.1
Not using FLAC thus far, I downloaded a sample 5.1 FLAC file that I found on an audio website and imported it into Vegas Pro 22 ... and it did import as 6 separate tracks just like you got: BTW, I suspect that the sample track was a 2.0 track
Video
7 answers, most recent on 9/8/2024
[Solved] Vegas Pro 21 not responding.
I have a lot of issues while editing videos in Vegas Pro 21, it does not crash, but takes too much time to do some actions, especially when I've been working a lot in a project (raw files are like over 30-40 hours) whenever I try to drag a track or
Video
7 answers, most recent on 11/16/2024
RE: Help, AI Speech to Text VP 22
When I have used this feature, a new track with the subtitles is created above the others. I'm not sure how the software determines where to create the track. Do you initially have other tracks below the one with the audio events? What track is
Video
12 answers, most recent on 2/26/2025
RE: Add Media Across Tracks feature New Bug(VEGAS Pro 22 build 239)
@Dexcon Why have you changed your comment, you've omitted the image that shows the events under the track header when R click Across tracks?
Scripting
5 answers, most recent on 11/28/2024
RE: NEED HELP !! Add or Remove Crossfade On User Value...
I think your issue is probably here: foreach (Track track in vegas.Project.Tracks) { foreach (TrackEvent trackEvent in track.Events) { if (trackEvent != selectedEvent
Scripting
4 answers, most recent on 9/15/2024
RE: Issues with a script that Swap Events.
Drop some message boxes in there to: Follow the path of the process and make sure it's not actually going through some routines you don't think it's going through See the value of any variables that could affect which routine it's going
Previous page
1
…
7
8
9
…
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
8