The Vegas Creative Software Support Community – Find help here
Forum
Tutorials
Support
New
Sign in / register
Search ...
Help
Sign in
All
Forum
77
Tutorials
User
All
Forum
Tutorials
User
Options
Last month
Any time
Last 24 hours
Last week
Last month
Last six month
Last year
Video
9 answers, most recent on 7/4/2025
[Solved] Select entire track without going to beginning
How can I select all events of a track in Vegas 22 without going to the first event of the track. I read that double clicking the track header should work, but I don't see anything happening.
Video
8 answers, most recent on 6/30/2025
RE: [Solved] Video Envelope - Velocity - cannot set to 100%
Two ways ... 1/ Substantially increase the track height which should give finer control over node positioning; or 2/ R click on the node and from the context window that opens and select one of the presets (e.g. 'Set to Normal velocity') or 'Set
Video
9 answers, most recent on 7/4/2025
RE: Select entire track without going to beginning
That script will select all events on all tracks. If you want only the selected tracks, make this modification: foreach (Track myTrack in myVegas.Project.Tracks) { if (myTrack.Selected) {
Video
9 answers, most recent on 7/4/2025
RE: [Solved] Select entire track without going to beginning
This I didn't understand "When you click with the mouse, left click & hold, then right click will give you different lasso options". I wan't clear where to click. @JanVanBekkum If you click & hold the left mouse button you get the regular
Audio
7 answers, most recent on 6/30/2025
RE: HELP Requested: Why is my Track AudioFX getting PRE-fade levels?
@RedRob-CandlelightProdctns It certainly appears the track FX take pre fader from the track. 'Help' doesn't offer any way to change that. When wiggling just the track fader, there is no change to the input level seen in the compressor. Volume
Video
3 answers, most recent on 6/28/2025
RE: Moving Face Cam
If you are trying to replicate the vertical 9:16 image as shown in the example image above, you will first need to go to File/Properties in Vegas Pro and in the Templates field select a 9:16 (or code it manually using the other fields. Then in the
Video
9 answers, most recent on 7/4/2025
RE: Select entire track without going to beginning
That script will select all events on all tracks. If you want only the selected tracks, make this modification: @jetdv Your the boss on this so I can't really disagree but .... no, .. In this vid I select just a single video track (I normally use
Video
9 answers, most recent on 7/4/2025
RE: Select entire track without going to beginning
The first script (posted by Gid) works well for me: it selects all events on a single track. @JanVanBekkum Actually, it does two things: Selects all events on the selected track(s) Deselects all events on non-selected track(s)
Video
8 answers, most recent on 6/30/2025
[Solved] Video Envelope - Velocity - cannot set to 100%
VP22 250.I have a fragment on timeline and need to speed up a part of it, then go back to normal speed.I've added Video Envelope - Velocity, added two points and slided the right most part to 300%.Then I've found a position where I need to slow it
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
2 answers, most recent on 7/4/2025
RE: I have the most basic question as a total noob
It does, look for blending modes at the track level. Search help for compositing.
Video
189 answers, most recent 9 hours ago
RE: Post Your VEGAS Creations - 2
Using Vegas a long time. 95% made in Vegas (not the logo reveal). Tracked with Vegas mocha, use Vegasaur to pin events to tracked points. Camera solving as I remember was in Mocha or in Syntheyes. Some 3d texts made with BorisFX inside Vegas. Lens
Video
25 answers, most recent on 7/4/2025
RE: [Solved] Chroma Keyer "pictures of eyes" icons are missing in Vegas Pro 22
@Debbie-Whitmer This is a real shot in the dark but is something you might try. Uncheck "Use Alternate High DPI Settings" in your preferences. Details are
Audio
7 answers, most recent on 6/30/2025
HELP Requested: Why is my Track AudioFX getting PRE-fade levels?
Hi! As part of my audio processing, I typically will put a track compressor on live/Tap mics, and another one on my Music and/or Master outputs. This allows me to push up tap volume without necessarily causing music to duck. If I have L/R tap
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
Scripting
10 answers, most recent on 6/21/2025
RE: What is the default value for "audioEvent.NormalizeGain"
Ok. I missed @jetdvAudioEvent tt = (AudioEvent) track_event; But unfortunately it doesn't satisfy my requirements. I would like to set volume gain of track audio event to 0 dB Now I have -12.0 dB. I can not find this in Vegas Pro Scripting
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
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
Scripting
4 answers, most recent on 6/19/2025
RE: Audio Channels both
@marcinzm Hi, I have a script that sets audio tracks that are by default 'Both' to 'Combine', so I assume this can be reversed.. using System; using System.Collections.Generic; using System.Collections; using System.IO; using System.Text; using
Scripting
4 answers, most recent on 6/19/2025
RE: Audio Channels both
I wanted a script which applies to events, so your script is fine. I don't want a script for tracks.
Video
49 answers, most recent 2 hours ago
RE: VEGAS Pro 22 Build 250 General Discussion
I will NOT upload a private file for everyone to see. I assumed devs lurked here because I found no public issue tracking system.
Audio
6 answers, most recent on 7/3/2025
RE: ways to convert audio from mono to stereo?
iZotope have a plugin named Ozone Imager 2 which has the ability to 'stereoize' a mono audio track giving the mono audio a stereo sound. From the product webpage: Stereoize can turn mono into stereo, with no need for reverb or doubling. Use the new
Video
9 answers, most recent on 7/4/2025
RE: Select entire track without going to beginning
OK, I see what it's doing now. It's setting the "event selected" property to be the same as the "track selected" property. I did not notice that before.
Scripting
4 answers, most recent on 6/19/2025
RE: Audio Channels both
Just to be clear, I said tracks when i meant events, that script changes selected audio events to Combine which I think is the opposite to what you want.
Previous page
1
2
3
4
1
2
3
4
of 4
Next page
1