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 2/15/2024
[Solved] Rendering freezes at specific point, what would be the cause?
Hello, I'm working on a 4K video which will be around 2 and a half hour long. It has quite a lot of stuff going on, and it will have quite a lot more as I'm progressing with the process. I've been trying to render out a short clip, under 1 minute in
Video
3 answers, most recent on 4/6/2025
RE: ► Unresolved Rendering vegas rotates video into strange orientation
I'm pleased that you've found the solution. Just as a suggestion in case you're not already using it, if you've got lots of video events that need to be re-oriented/re-sized in the same way, all of those events can be placed on the same track and -
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
Video
11 answers, most recent on 8/2/2024
RE: [Solved] Find and locate all transitions in a project
@PIT Ok, here's a script that will look for all TRANSITIONS in a project and list them, with timecodes, in a dialog box. Regions could easily be added as well as we have the timecodes plus the regions could be named the name of the transition. I
Video
7 answers, most recent on 5/28/2025
RE: Vegas Pro 21 - Smart split not splitting all the tracks but are all gp
@Dexcon Agreed, Smart Split adds Warp Flow to blend two tracks, I'm not sure trying to do this with multiple video tracks is ideal or as intended.
Audio
9 answers, most recent on 3/27/2025
RE: is there any way i can turn down the preview volume?
One way to adjust mic volume - assumming all of those tracks are seperate from one another - is to move the "bar" inside the track itself. Hover ur mouse over the top edge of the mic track, it should show as the hand pointer. Left-click and hold,
Video
17 answers, most recent on 4/21/2025
RE: Vegas Pro 22 (239 Build) Timecode issue
Update: I was able to try the Lay Out Tracks Using Media Time Code." Strange it puts each segment on a different track... no biggie, I guess as I can manually move them to their C1 or C2 tracks. At least they're synched. Agree, comments, suggestions
Scripting
10 answers, most recent on 9/3/2025
RE: Dockable Window that Adds Keyframes - Cannot Access Track Motion
OK thanks I have it working now placing KFs in the adjustment track.However, the KFs are placed in the adjustment track's normal track motion area. I can find no way to access the "Parent Motion" area using the API. I really wanted to place the
Scripting
One answer, on 10/4/2023
[Solved] How can I make this script delete video and audio parts similarly?
I'm trying to make this script delete the video parts in the same way it deletes the audio parts. Instead of deleting only one part of the audio and leaving the video parts as they are, I want it to delete both at the same time. In summary, I'm
Audio
4 answers, most recent on 7/27/2024
[Solved] HEVC file import w/ multiple audio tracks
Hey guys, new to the forums but been around Vegas for a year or so Hoping this will be an easy question.. I am recording my desktop using OBS. I'm using the NVIDIA NVENC HVEC codec, and I have OBS recording two separate audio tracks. One track for
Video
2 answers, most recent on 7/29/2024
[Solved] Vegas Pro 22 Cursor Highlight Change
I just upgraded to Vegas Pro 22, and there's a couple default settings that have changed that I noticed right away. The biggest one is when I try to click and drag to highlight a section on my timeline using the normal edit tool, it simply creates a
Video
3 answers, most recent on 5/2/2025
RE: Older version of Vegas have larger buttons and speed % on clips.
Grab the track bottom and mouse the track height higher. Same for video.
Audio
9 answers, most recent on 3/20/2025
[Solved] Buggy audio when trimming clips (Vegas Pro 22 build 239)
I started a new project recently and am having audio troubles: Seemingly at random parts of the audio will become "muted". I can see the waveform is identical to how it looked before the audio became "muted" and not the entire audio track for that
Audio
5 answers, most recent on 2/23/2023
[Solved] Rendering audio track
Using Vegas Pro 19 when I render a audio wave track it gives extra time that the video is extended to. I just want the audio track to stop at the end of the audio only. I select solo on audio track which is 3:11 sec but it always renders to 3:30
Scripting
10 answers, most recent on 3/10/2025
RE: Reverse (rewind) at Cursor Position Split with one click!
Rewind Event update 2; This script is about to emulate a Rewind effect at cursor position. It's not the traditional Reverse. * Some bugs fixed; * Added some warnings messages for better workflow with the script; * Added the "Un-Rewind" effect if the
Video
One answer, on 5/19/2025
RE: Splitting a track and overlapping it creates Stutters in the preview
Could you share a screenshot of what you mean? Video is on two tracks vs overlapping on a single track? Does it matter what kind of media you are using?
Scripting
9 answers, most recent on 3/10/2023
[Solved] 📝⚙️(Script) Specific selection
I don't like how "CTRL+A" works in VEGAS. It selects all events and tracks. So after I do what I want to do I have to deselect the events as well as the tracks.I would like a script that identifies when I click on the timeline and run it, it selects
Video
No answers, created on 1/7/2025
Mute envelope doesn't *actually* mute nested children
I have a project with 16 tracks in a parent track, and each of those 16 tracks also have three nested tracks in them. For performance reasons, I'm trying to mute the huge set of tracks when they are empty and not being used. If I add a "mute"
Video
8 answers, most recent on 4/4/2025
RE: Grouping, moving, ungrouping
Sounds like you have all of the tracks selected. Click on the header of the track you want to work on.
Video
5 answers, most recent on 8/10/2025
RE: Just started Motion Tracker V22
I completely agree with @Gid ... split the video event into segments isolating where tracking needs to be applied and then apply tracking to those isolated segments of the video event. When doing this at the event level, there is no need to have the
Scripting
4 answers, most recent on 5/28/2024
RE: [Solved] help with adding envelope points using script
Try this version:Before: After: 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
3 answers, most recent on 2/13/2023
RE: [Solved] How to iterate through all tracks from a specific track group
It turned out to be quite simple, in case someone needs it: foreach (TrackGroup grp in vegas.Project.TrackGroups) { foreach (Track track in grp) { if (track.MediaType
Audio
3 answers, most recent on 4/15/2023
[Solved] Recording Track Issue
When I record on a track, the entire track gets taken up, and I can't see the waveforms over the parts that recorded sound (if any) until after I stop recording. It was different before. How do I fix this?
Video
3 answers, most recent on 2/5/2025
RE: Multichannel VST
When Vegas Pro properties is set to 5.1, the only audio FX available in 5.1 are Track FX, Dither and Wave Hammer Surround - but these I understand are DirectX FX not VST. Are there any specific multichannel VST plugins that you are thinking of using
Previous page
1
…
10
11
12
…
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
11