The Vegas Creative Software Support Community – Find help here
Forum
Tutorials
Support
New
Sign in / register
Search ...
Help
Sign in
All
Support
Forum
66k
Tutorials
User
All
Support
Forum
Tutorials
User
Options
Any time
Any time
Last 24 hours
Last week
Last month
Last six month
Last year
Scripting
One answer, on 9/3/2024
RE: Scripting help: I want to paste an object but bypassing its dialog
@oherman I think what you want is this script of mine: https://www.vegascreativesoftware.info/us/forum/copying-generated-media-without-creating-a-reference--145825/#ca915011 2. When triggered, it will copy to the cursor position Based on
Audio
2 answers, most recent on 12/1/2023
vegas pro 21 (187) audio fx window problem
hi, two annoying problems with audio fx windows. 1. Track FX does not change to selected track's fx chain. windows stays on the firstly selected / opened track fx chain until i close the windows and reopen it with another track. 2. fx windows (track
Audio
9 answers, most recent on 3/27/2025
RE: is there any way i can turn down the preview volume?
If you just need to lower the volume of one audio event, just lower the event's 'Gain' as @Hokinar previously stated.You can also use a track volume automation envelope (Tip: highlight the segment on the timeline and drag the envelope line downward.
Scripting
3 answers, most recent on 12/4/2023
RE: Track order mystery!
So if I want a track below a certain track, I have to get the index of that track and + 1 it, I guess. If I want it above a certain track, I just use the same index that I have to get first (not store it locally). @VegaMega, yes. If it has to be
Video
15 answers, most recent on 7/27/2024
RE: Changing playback rate separates the audio
Video Playback Rate Audio Playback Rate (you have to set the "new length") Or, you can do it via a script: VideoEvent vEvent = (VideoEvent)myVegas.Project.Tracks[0].Events[0]; vEvent.PlaybackRate = 2;
Video
49 answers, most recent on 3/21/2024
RE: Moving multiple tracks from one group of tracks to another
I made a comment early on in this thread about how to highlight video and audio events and then move (drag) those events down to lower tracks - that event has inexplicably disappeared from this thread. Has a moderator removed my totally
Video
12 answers, most recent on 12/1/2024
RE: Many crashes that require a restart of Vegas Pro 22
Why is there any need, to cut out moments where there is no speech? Is there noise? Such operations like to mute parts in the timeline in audio tracks can be done in Vegas. With different tools.
Audio
7 answers, most recent on 5/20/2024
RE: Speech-to-text
Of course, I do have an event (several tracks) on my timeline.
Vegas Movie Studio (up to ver. 17)
9 answers, most recent on 4/17/2022
RE: [Solved] Add object over vide
Add a solid colour event (black) onto the track above your video. Extend it as required.Add a Bezier Masking effect to the colour event. Move the mask to where you want. You can choose different shaped masks. Providing you don't want to move the
Video
16 answers, most recent on 9/6/2024
RE: One video out of 3, enlarged for a portion in preview window
OK, I did make the Fx button visible . When I click on that Fx button for the track, it still just shows the window for Fx selections.
Video
4 answers, most recent on 11/11/2024
RE: motion tracking issues
Vegas native motion tracking doesn't use AI, and is a relatively basic motion tracker. Mocha Vegas (and Mocha Pro) is better - but still doesn't use AI, and also doesn't fair well with pong
Video
13 answers, most recent on 5/4/2025
RE: Track Motion Problem
@melory-f Probably, the most direct way to achieve your goal is to recognize that you are trying to vertically stack parts of two 1920x1080 images into a 1080x1920 frame. The symmetrical dimensions available for each vertical half is 1080x960
Video
48 answers, most recent on 5/6/2024
RE: GoPro timecode/timestamp access?
Interesting, where in the script is this specified? The only explicit reference to a track I see is toward the end & v:0 is the first video track: string ffprobeParameter = " -v error -select_streams v:0 -show_entries stream_tags=timecode
Video
37 answers, most recent on 8/17/2024
RE: Neat Video - will it work in VP22? if no, alternatives?
@jonnymomovies Try to test it for yourself. Editing capabilities may be reduced dramatically for those events/tracks, that you may wish to switch it off for editing, but on for rendering only. A possibility would be, to put it on a seperate track,
Scripting
5 answers, most recent on 10/21/2024
RE: Deep copy of TrackEvent
Just a matter of habit from c++/Qt, at() vs [] and there the difference is that former returns const T& (read only object with range checks, and exception out-of-range) second is modifiable reference. And there are also copy (deep copy) gotcha
Video
6 answers, most recent on 9/4/2024
RE: put yourself into a film
Shoot yourself in front of a green screen and chroma key everything except you. Place that video on the track above the video you want to replace.
Video
5 answers, most recent on 6/24/2022
[Solved] Anyone, to Help with video reversing, why does reversing not work?
Anyone, to Help with video reversing, why does reversing not work? I try with reverse, I try with add new video track and add reverse there, I try after reverse using reverse video created at project media, nothing work seems that is some Vegas
Scripting
11 answers, most recent on 8/17/2024
RE: Velocity Envelope and Points
Version 02 - It will add the Velocity Envelope and automatically adds 4 points from 10 frames of the start of the selected event, and you can set the gaps between the points manually in the code. using System; using ScriptPortal.Vegas; using
Video
27 answers, most recent on 6/20/2024
RE: Color grading in 21 Vegas Pro
Probably, the inconvenience of using track motion concerns only me. Thanks to the participants for the discussion.
Video
14 answers, most recent on 1/26/2025
RE: can certain default settings be changed?
You can go through all keyframes after the fact and change them to whatever type you want them to be using a script. I'll work up a tutorial that shows changing: Envelopes (velocity, volume, mute, etc... These are "smooth" by default but the script
Video
9 answers, most recent on 12/4/2021
[Solved] How to setup initial set of tracks in VEGAS PRO 18 new project
Hi, does anybody know how to force VEGAS PRO 18 to create new projects with the default set of tracks e.g. 3 video and 2 audio tracks existing initially in the timeline window when new project starts? In an older version of Vegas Movie Studio, every
Video
617 answers, most recent on 4/26/2025
RE: VEGAS Pro Feature Requests
@LaurenR, I've in the past suggested adding a colored "dot" to any thumbnail that is used in the timeline for quick reference. Still hoping... Also, adding a "padlock" in the track header to lock and unlock a track. Quick and easy.
Audio
4 answers, most recent on 11/14/2024
RE: Faders Have Disappeared in Vegas 21
Thank you! This worked. I thought I should be able to click and drag the track window to the right, because the highlight looked right. However, it didn't work. As I said, your suggestion did though.
Video
5 answers, most recent on 9/28/2024
RE: AFF & OMF export for Audio Post
As an audio person, I do not export much and had trouble importing AAF from other apps, so I abandoned using AAF altogether. Vegas never did support OMF, I use a third-party converter like AATranslator and convert OMF and other formats to
Previous page
1
…
39
40
41
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
41