The Vegas Creative Software Support Community – Find help here
Forum
Tutorials
Support
New
Sign in / register
Search ...
Help
Sign in
All
Forum
1k
Tutorials
User
All
Forum
Tutorials
User
Options
Last year
Any time
Last 24 hours
Last week
Last month
Last six month
Last year
Scripting
7 answers, most recent on 3/29/2025
RE: 3D Motion Setup Script
i appreciate this..This is actually very good and it will help. i was actually looking at trying to implement @zzzzzz9125 the depth value and z value and testing if it will work. so far i get errors but i feel like i'm learning more as i
Scripting
3 answers, most recent on 11/13/2024
RE: Can I copy over image keyframes when duplicating image onto new track?
In other words, instead of: // Copy the highlighted event to the new track VideoEvent duplicateEvent = new VideoEvent(highlightedEvent.Start, highlightedEvent.Length); newTrack.Events.Add(duplicateEvent);
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 =
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
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
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
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"?
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
Vegas Movie Studio (up to ver. 17)
15 answers, most recent 4 hours ago
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
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
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
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
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
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
Video
13 answers, most recent on 5/4/2025
RE: Track Motion Problem
Basically I added a 1920x1080 clip to a 1080x1920 project, increased it size with Track Motion, I had to increase the height to 6069 to fill the preview project size/height. (I tried working out why that number but couldn't) @Gid 1920 * (16 / 9)² =
Video
4 answers, most recent on 8/27/2024
RE: Problems with Motion Tracking Tool and Mesh Warp
@jayhoov I think I see a pattern in Vegas 22 with motion tracking. The object tracker won't move to a new position if you don't first add the Motion Tracking plugin first before going to the main menu and selecting Tools - Video - Motion Tracking.
Audio
10 answers, most recent on 4/4/2025
RE: Video and Audio Events screens open until I click on them to close
Thank you for reaching out. First one is from Vegas 21. I click on the audio track fx button and select what desired. The software leaves all the tracks in place and presents this small box with the effect, which I can move around on the screen as
Scripting
16 answers, most recent on 10/20/2024
RE: Simple matching event length script is not working properly.
Are you getting an error? You might change: vegas.DebugOut to MessageBox.Show so that you can see the actual error message if an error is happening. It could also be related to the fact that you're going through everything while going through
Video
8 answers, most recent on 11/3/2024
RE: Request for advice for a sweeping effect between 2 images
The way how I would do it: 1. Copy the video track to a track above and give that video track the needed calibration. 2. Split that top video track at the places where the wipe transition should occur (start and end). 3. Place the Linear Wipe
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