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
Scripting
8 answers, most recent on 7/22/2024
RE: Move Event to the track bellow?
@Thiago_Sase Here's what's happening: Starting a loop looking at all tracks Look on track 1. Is there an event selected? Yes Find the next track an move that event to track 2. Look on track 2. Is there an event selected? Yes (the SAME event that
Scripting
9 answers, most recent on 8/27/2024
RE: Searching If start or end boundaries were overtaken.
using System; using System.Windows.Forms; using ScriptPortal.Vegas; namespace Test_Script { public class Class1 { public Vegas myVegas; public void Main(Vegas vegas) { myVegas =
Audio
5 answers, most recent on 12/10/2024
[Solved] Missing audio in m2ts, Vegas 22
Audio tracks in .m2ts video files rendered in earlier versions of Vegas didn't work. These files are not loaded with sound or the sound is quiet/blank. I rendered a new test file with the same preset on another
Scripting
8 answers, most recent on 7/22/2024
RE: Move Event to the track bellow?
@jetdv @zzzzzz9125 Going through the tracks on a traverse backward way it worked! I changed this line of code; foreach (Track myTrack in vegas.Project.Tracks) { for this line of code, for (int trackIndex = vegas.Project.Tracks.Count - 1;
Video
9 answers, most recent on 1/24/2025
Motion Tracking broken in Vegas 22
I first noticed it on the Vegas 22 release, but now the latest patch also has completely broken Motion Tracking for me. After tracking something, just slightly moving the event on the timeline breaks the tracking. The only way you will notice it is
Scripting
24 answers, most recent on 9/5/2024
RE: [Solved] Please, a script for unifying FPS events
I have updated your script now. Now the same thing happens for both 60fps and 30fps - some events don't convert and both look like this: Final version: using System.Collections.Generic; using ScriptPortal.Vegas; // "ScriptPortal.Vegas" for
Video
6 answers, most recent on 10/16/2024
RE: Removing dust spot
Another pan/crop suggestion - copy the video on to the next lower track and then in pan/crop on the video on the upper track, zoom right in so that you can clearly see the dust spot and create a small mask around it and then change the path mode to
Scripting
8 answers, most recent on 7/15/2024
RE: Need help creating a simple script
Yes, you are specifically looking for a "Video" track. Audio tracks are also "valid" which is why it was picking an audio track for your video track. I'd add the { } brackets around this, though, just for clarity: foreach (Track myTrack in
Video
6 answers, most recent on 9/25/2024
RE: Split screen
I'm guessing... Right-click the track header and uncheck "Expanded Track Layers"?
Vegas Movie Studio (up to ver. 17)
18 answers, most recent on 7/19/2025
RE: Need to stretch out the sides of a video
The snapshot still is on the lower track. In pan/crop of the upper track event, a mask has been placed inside the edges of the frame and feathering applied. In this example, the LH mask edge has been moved in quite a bit to help avoid a pedestal on
Audio
9 answers, most recent on 3/20/2025
RE: Buggy audio when trimming clips (Vegas Pro 22 build 239)
Hi @Jake-B, if the automation 'mute' process may be switching it. It could have been enabled inadvertently. I did this once and took me a while to find the cause.The automation track volume envelope tool cause it as well and could be visually
Video
21 answers, most recent on 6/1/2023
[Solved] A simple solid frame around a smaller-than-full-frame image
In Vegas Pro 20, can I add an outline (a few pixels, solid color, even width) outside a scaled-down video? By "scaled-down" I mean: Pan/Crop makes the video look smaller (both horiz. and vert) than the full frame. My 3 attempts: 1) "Border" (placed
Video
4 answers, most recent on 6/23/2023
[Solved] General question about performance/workflow/playback
I have built up a lot of motion tracking and Mocha Pro tracking along with several video layers and effects in one particular place in my project.I want to see how it all looks when played back in real-time, but I can't because the performance bogs
Video
16 answers, most recent on 9/12/2024
RE: VP 21/22 - mouse bug with Close Gaps function ?
In all these videos above & my tests Close gaps is only available when that track is in focus with the track header highlighted grey, the track is auto highlighted when an event is clicked on to make the selection but the track doesn't get
Scripting
8 answers, most recent on 7/22/2024
RE: Move Event to the track bellow?
@Thiago_Sase The reason is that you change the track of the event as you traverse. For example, when event A is on track 1, you move it to track 2; When it's on track 2, you move it to track 3... Until the last track. There are several ways to solve
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
Video
9 answers, most recent on 1/24/2025
RE: Motion Tracking broken in Vegas 22
@Marco-Vinc I can confirm that the green motion track line appears broken if you close the Motion Tracking UI then re-open it. This has been reported. In my test it had no adverse effect on the tracking. See video below. I tracked the lady's right
Scripting
9 answers, most recent on 3/9/2024
RE: [Solved] batch render mp3's
You should just use Windows Media Player to rip your CDs to WMA Lossless or FLAC. It will gather all the title information and save it in the files. WAV doesn't save enough information in the file to make it worth the trouble. WMP will save it in
Audio
18 answers, most recent on 7/4/2024
RE: 5.1 audio importing as all mono instead of normal duel stereo duel mon
I don't know what the sources you normally use, but this is a fully usable scenario. Move the stereo track to its own audio track, then pan left and right the matched stereo tracks. So track 1 might be the left and track 2 the right, etc. Track 3
Scripting
9 answers, most recent on 8/27/2024
RE: Searching If start or end boundaries were overtaken.
@jetdv I watched this tutorial to be a guidance as reference; And I tried this; using System; using System.Windows.Forms; using ScriptPortal.Vegas; namespace Test_Script { public class Class1 { public Vegas
Video
43 answers, most recent on 8/19/2024
RE: VEGAS Feature Wishlist - August 2024
Lock TrackWe can lock individual events (and by locking all the events on a track achieve the equivalent of a Lock Track button (or menu option), but it would be nice to have a dedicated Lock Track feature
Audio
2 answers, most recent on 10/4/2023
[Solved] Audio of speaking man using computer mic sounds like he's in shower
Greetings ! I'm trying to figure out how to de-echo this audio track. I didn't include the video because it's immaterial to the problem at hand. I appreciate your input. There are lots of options to add echo in VP19, now I need to get rid of this
Video
17 answers, most recent on 11/13/2024
RE: Vegas Pro Rendering Issues
Regardless, I still need to fix the problem. Can you tell me which video source is causing issues? Difficult to say. It seems that every camera uses it's own track in your project. You could mute/unmute different tracks and render to find out which
Video
112 answers, most recent on 3/29/2025
RE: VP22 & AI Assistant experience
For subtitle, you have to put all Media Generated Titles & Texts to one same track, and then choose one of the title event, modify the look and texts, then use the button "Transfer attributes of this event to other Titles & Text events on
Previous page
1
…
17
18
19
…
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
18