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
5 answers, most recent on 10/13/2023
RE: [Solved] Vegas Pro 19 Default layout + Custom layouts gone haywire
@Douglass-Ray, right-click any track header, go to View, and turn Name back on.
Scripting
19 answers, most recent on 8/29/2024
[Solved] A very nice simple Script!
Hi Folks, this script may be useful to someone.It does similar what "Multicamera Editing mode does by holding Ctrl+Click"; but now you just have to select any event, video or audio, grouped or not.It does;1º - It creates a Marker at cursor
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
Video
10 answers, most recent on 2/24/2025
[Solved] Cannot vertically resize A/V master automation buses on timeline.
In VP-22 (see screen-shot below) . I cannot resize the master automation buses and is to tiny to accurately adjust the automation envelope vertically. I also cannot have more than one master bus at a time. if another master bus is added, it hides
Scripting
10 answers, most recent on 9/2/2024
[Solved] Continue to Stretch Playback Rate if it's already stretched
@jetdv Sir, please, when you have free time for this, how I solve this issue in the code below. I did a video trying to explain; using System; using ScriptPortal.Vegas; namespace Test_Script { public class Class1 { public
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
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
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"
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
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 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.
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
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
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
3 answers, most recent on 1/18/2023
[Solved] VP20 Audio Track Group Muting Bug
VP20 current build. Open a blank project, add several audio tracks, select all the tracks, right click, select Track Grouping --> Group Selected Tracks. With the audio tracks now part of a folder/group, if I click the mute button on any
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?
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
Scripting
7 answers, most recent on 5/1/2025
RE: How to change Audio Effect Parameter?
I managed to enhance the sound only on the entire track. I tried to make it like the premiere pro.But Gain at the event doesn't want to. using System; using System.Windows.Forms; using ScriptPortal.Vegas; public class EntryPoint { public
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
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
17 answers, most recent on 4/21/2025
RE: Vegas Pro 22 (239 Build) Timecode issue
Ya, I know nothing about scripts. Ok, I did figure out a work-around... 1) Grab all segments from C1 and C2... IMPORT into a new Vegas .VEG and save as "TC GENERATOR.VEG" 2) Execute "Lay Out Tracks Using Media Time Code." which does line up both
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
Audio
3 answers, most recent on 6/8/2023
RE: [Solved] Import multiple audio files to timeline (each one to different track)
Right-click and drag multiple files to the timeline and choose the "Across Tracks" option?
Video
17 answers, most recent on 3/24/2025
RE: Some files missing in saved arrangement Vegas Pro 20.0
Have you tried clicking on the blue "S" in the track header? Why do you have the tracks "S"olo?
Previous page
1
…
9
10
11
…
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
10