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
Video
4 answers, most recent on 11/11/2024
motion tracking issues
I am experimenting with a free trial of vegas 22 and specifically the motion tracking feature. I have 2 video and neither one is working very well when it comes to using the motion tracking. The videos track for a while but then move off of the
Audio
4 answers, most recent on 11/14/2024
RE: Faders Have Disappeared in Vegas 21
if there are no track headers at all, they may have unintentionally been collapsed. Use the mouse to drag the LH edge of the timeline to the right - that should reveal the track headers.
Video
2 answers, most recent on 12/1/2024
RE: What color are yours project notes?
But I want to have EVERY track in the same colour. And I DON'T WANT to have "color notes" in the same colour. Why "color of tracks" changes color of "notes"? Thy 1st affects 2nd?
Scripting
38 answers, most recent on 2/13/2025
RE: Psd Layer Splitter Script
@zzzzzz9125 Is it possible to add an logic to the script so that, before creating video tracks, it checks whether or not there are already video tracks in the timeline? If there are video tracks, the created events will be added to these tracks and
Video
8 answers, most recent on 11/26/2024
RE: Help for transition et transparent text
I made this transparent text using Vegas text generator and setting composite mode to Multiply Mask. Also possible, but with one disadvantage Everything below the composite mode track becomes invisible (black) just the part with the transparent
Video
14 answers, most recent on 4/17/2025
RE: Trying to render 13 Particle Illusion instances
There's more to this post than immediately evident. The screengrab above shows - Mocha tracking - World & PixelChooser/Mocha on, whether that is using a preset or Mocha isn't shown but I suspect a tracked Mocha mask of some sort as a preset is
Scripting
7 answers, most recent on 3/29/2025
RE: 3D Motion Setup Script
hi @ansonmccosh I managed to make a simple version by following some jetdv videos and also using a script that does something "similar" created by zzzzzz9125 I'm not sure if it will work very well for your purpose but here is my contribution to
Audio
12 answers, most recent on 11/11/2024
[BUG] VP22 Audio Ducking NOK when output meters view is disabled
I found a another bug with the new audio ducking feature. This was something which was plaguing me the last two days, I first thought that Audio ducking was acting weirdly, not really working as I would expect, in fact, rather boosting instead of
Audio
17 answers, most recent on 11/27/2024
RE: Double Waveform on Audio Tracks (I think I clicked something)
This is an old movie with single mono track and it shows in VP21 as a single audio track.
Video
17 answers, most recent on 2/11/2025
RE: Is there easy way to cut overlapping clips from different tracks
@MarkAnthony121 - Try this: 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
Video
7 answers, most recent on 11/16/2024
RE: Help, AI Speech to Text VP 22
It must be something specific to this project structure. I added three videos with a bottom one partially blocked by the middle one and all subtitles went to a new track above all VEGAS created titled "subtitles from speech". If there are two events
Video
5 answers, most recent on 4/28/2025
RE: Compare two .veg files?
... or you could set the composite mode of the top track to difference. The differences should jump out at you.
Audio
4 answers, most recent on 10/4/2024
RE: How to cut a Song and end it with a reverb?
I do it so that on the first track I have music without an effect and on the second track I apply reverb. I cut the end of the song from the first track and move it to the second track with reverb. I lightly finish and that's it. Better way: if
Scripting
5 answers, most recent on 10/21/2024
RE: Deep copy of TrackEvent
event.Copy(NewTrack, NewStartTime); Copy the event and place it in the given track at the given start time. Parameters: destination: destination track of duplicate event. startTime: start time of duplicate event. @nonam3 is that what you mean?
Scripting
8 answers, most recent on 8/22/2024
RE: Merge Track & Delete Empty Tracks Script USEFUL
First of all, simplify things. You don't need (and it's multiple places in your script): if (track.GetType() == typeof(VideoTrack)) Just use: if (track.IsVideo()) I'm not sure what the IsChildTrack routine is supposed to be doing. If you want to
Video
6 answers, most recent on 4/8/2025
RE: Sony Vegas 13: can't understand mask logic
@david-j1054 You can save some work by inserting a Track Compositing Level to your mask track to negate the effect of your mask where it's not needed.
Video
2 answers, most recent on 2/26/2025
RE: How do I remove timecode from stuffs?
Looks like you've maybe added Video FX Timecode at track or output level?
Video
6 answers, most recent on 5/22/2025
RE: Boris FX Sapphire is not visible on the main timeline
But if I place tracks on the main timeline on the side What do you mean by this? Please elaborate.
Video
15 answers, most recent on 8/3/2024
RE: color correction
It is plausible that you have a Track Compositing Effect on the parent track.
Video
7 answers, most recent on 11/16/2024
RE: Help, AI Speech to Text VP 22
That's odd, usually it appears above the tracks. Are the audio and video grouped? Here, even upgrouped the subtitles in VP 22 were added above all other tracks and are visible without me doing anything extra.
Video
5 answers, most recent on 1/12/2025
RE: track ball not working well in 22 Logitech M570
well, I am trying to think what it was called. Essentially my track ball is intermittent. It jerks and doesn't grab where it supposed to grab. for example the end of a section to make it longer. Try to make a track wider doesn't work either. Thax
Video
One answer, on 8/29/2024
RE: Clicking "S" and "M" makes every track solo or muted
Pressing "S" or "M" work work on SELECTED tracks. If you do a CTRL-A and then click on "S", it will solo all tracks. You might do a CTRL-SHIFT-A which will deselect everything and then "S" or "M" will work on a single track again.
Vegas Movie Studio (up to ver. 17)
4 answers, most recent on 7/22/2024
RE: Matching output on all tracks
@marcus-dotinga, I just tested it and it worked fine. Made changes to event 1 on track 1. Right-click and choose copy. Selected event 2 on track 1. Shift-click on event 7 on track 1. Right-click (any) event on track 1 that is currently selected and
Scripting
8 answers, most recent on 7/22/2024
RE: Move Event to the track bellow?
The Final Code; using System; using ScriptPortal.Vegas; namespace Test_Script { public class Class1 { public Vegas myVegas; public void Main(Vegas vegas) { myVegas =
Previous page
1
…
12
13
14
…
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
13