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
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
Scripting
27 answers, most recent on 2/9/2024
RE: [Solved] 📝⚙️(Script) Duplicate an event to a new track.
using System; using System.Collections.Generic; using System.Collections; using System.IO; using System.Text; using System.Windows.Forms; using System.Globalization; using System.Drawing; using System.Runtime; using System.Xml; using
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
Audio
9 answers, most recent on 3/27/2025
[Solved] is there any way i can turn down the preview volume?
so i recorded a video with my microphone but when i jump into vegas pro, it's too loud. i want to turn down the volume without it effecting my audio tracks. i could just turn the volume down via windows volume but that's just really annoying if i
Video
3 answers, most recent on 1/13/2024
RE: [Solved] Editing YouTube and Tiktok videos in the same project
Does anyone know of way to do this within Vegas? Yes, but it involves having 2 separate .veg projects: one for YT and the other for TikTok. ... and then changing the project size before rendering to 1020x1980 for TikTok. But you'll also need to
Scripting
19 answers, most recent on 9/7/2024
RE: [Solved] Create a script that lauch video stabilization plugin?
@Thiago_Sase, Give this a try... using System; using System.Collections.Generic; using System.Collections; using System.IO; using System.Text; using System.Windows.Forms; using System.Globalization; using System.Drawing; using
Scripting
7 answers, most recent on 7/29/2024
[Solved] Reverse Pan/Crop Keyframes Script
I am attempting to create a script for Vegas Pro that reverses the sequence of keyframes in the Event Pan/Crop. However, I am encountering errors in my script. Specifically, I am receiving the error "Object reference is required for the non-static
Video
3 answers, most recent on 7/18/2024
[Solved] Must Needed Feature In Future Related To Adjustment Events
I am recently working on a subtitle project on a short video. i notice and get and idea of a new feature which if come can give so much flexibility to users. Look at this image my subtitles are BLACK and my BG is WHITE. Now i want to reverse these
Video
One answer, on 11/17/2024
RE: [Solved] Issue with Timeline behavior while adding events.
That's because you're in full timeline view, just zoom in one step and that full timeline view behaviour is gone (one step with the mouse wheel). One extra tip: instead of dragging events into the timeline, disable in preferences the option "double
Audio
3 answers, most recent on 6/8/2023
[Solved] Import multiple audio files to timeline (each one to different track)
How to lay out (import) audio tracks on the timeline so that each file goes on a different track?
Audio
18 answers, most recent on 7/4/2024
[Solved] 5.1 audio importing as all mono instead of normal duel stereo duel mon
So normally when I import a 5.1 video it has two stereo tracks and two mono. But for some reason ALL of the tracks are coming out as mono. Normally this happens when in the preferences I have it set to "import stereo as duel mono". But I don't. You
Video
9 answers, most recent on 3/9/2024
[Solved] How do I fill the masked area to fullscreen?
Hello,Bear in mind, I'm a real newbie when it comes to video editing and Vegas Pro.I have just created a motion tracked area and masked it with a Bézier mask.This is what the preview looks like.Now the mask follows the motion tracked area and I want
Video
2 answers, most recent on 1/25/2024
[Solved] Basic "pull out", "edit", and "put back in" operation (export/import?)
I want to take a portion of my video clip, save/render it to some format. Import into Sytheyes to obtain tracking data, and then edit the clip from there.Basically, "pull a part out" and then "bring the edited part back in".I normally use the Mocha
Video
31 answers, most recent on 4/13/2024
[Solved] Vegas Pro 20 (Build 411) - Issue With Track Motion
Hi guys, So, as per the title, I’m having a problem with Vegas Pro 20 (Build 411 - I don’t believe my issue is related to the build number of VP). The situation is that I used to be able, with previous versions of Vegas Pro, use Track Motion to
Video
2 answers, most recent on 4/30/2024
[Solved] Deleting media without deleting the envelope markers?
Hey there, I am very familiar with Vegas Pro 21.0, but I ran into a little problem, which is quite annoying. I wasn't able to find a solution online, so sorry if this has already been answered somewhere... I have the following envelope markers not
Video
8 answers, most recent on 3/23/2024
[Solved] [SOLVED] 3 hour video, only 1ms of video
Hi all, I used OBS to record 1080p 60fps gameplay (3 hours long) Settings as: 2500 Kbps 1080p 60fps Fragmented MP4 (.mp4) 3 audio tracks for myself, discord and game. I have the 3.72GB file, windows media player won't let me scroll throughout the
Video
One answer, on 2/21/2025
Using Track Motion with Motion Tracking PIP - problems (VP 21)
Vegas Pro 21 I am trying to get a small image to track another object in video. I get motion tracking to work fine on one track and then i drag and drop the motion tracking onto another track that contains a small image(and this adds PIP FX). This
Audio
5 answers, most recent on 6/17/2024
RE: [Solved] Help ! Need dynamic range expander ???
@Thomas-Monks The Vegas Graphic Dynamics FX can do either compression or expansion... there's no supplied preset for expansion but it can be achieved manually by inserting break-points along the neutral transfer function line... upward slopes are
Scripting
7 answers, most recent on 5/1/2025
[Solved] How to change Audio Effect Parameter?
@jetdv Hi Sir, please, could you guide me in this task; This is the way I add the Volume audio effect to the audio event; public void AddVolume() { try { PlugInNode effects =
Scripting
3 answers, most recent on 8/19/2024
RE: [Solved] Events moved leave audio parts behind
@Jack S Hello, maybe this script can be a reference to help. For sure @jetdv has a complete solution. using System; using System.Collections.Generic; // Add this for List<T> using System.Drawing; // Add this for color and font using
Scripting
9 answers, most recent on 5/26/2025
[Solved] How to Add tracks to an empty project?
I'm a script beginner. I want to implement a function, which can nest selected events into a new project, without opening the new project. I tried the following code, but it reported an error. using System; using System.IO; using
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
8 answers, most recent on 3/22/2024
[Solved] Video track: cycle on/off every 1 sec
Is there an effect / plugin to cyclically toggle a video event on/off, say every 1 sec, for its whole length? E.g. if I want to fake a camcorder look with a "REC" text flashing, without manual keyframes?
Scripting
18 answers, most recent on 8/21/2024
RE: [Solved] Left direction uses wrong logic.
In your video, you had TWO events selected going "left". What if you only have ONE event selected? When you're going left, your "start" position is not changing so when it does the second one, it's starting to the left of the second one which is
Previous page
1
…
6
7
8
…
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
7