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
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 this
Video
17 answers, most recent on 2/11/2025
RE: Is there easy way to cut overlapping clips from different tracks
Please use this one instead as it will only cut information out of video tracks and ignore audio tracks: using System; using System.Collections.Generic; using System.Collections; using System.IO; using System.Text; using
Video
17 answers, most recent on 3/24/2025
RE: Some files missing in saved arrangement Vegas Pro 20.0
Have you tried a different track?
Video
4 answers, most recent on 9/8/2024
RE: Color grading on track level
Have you tried highlighting (Click the selected/desire track) the video track you want to grade after switching to "Track Level" in CGP?
Video
12 answers, most recent on 1/6/2025
RE: Unusual Error During Rendering
Instead of using an adjustment event for applying two fx to your project, try the other options: like adjustment track or just track fx or easiest project output fx.
Video
25 answers, most recent on 7/4/2025
RE: [Solved] Chroma Keyer "pictures of eyes" icons are missing in Vegas Pro 22
@Debbie-Whitmer This is a real shot in the dark but is something you might try. Uncheck "Use Alternate High DPI Settings" in your preferences. Details are
Scripting
28 answers, most recent on 2/12/2025
RE: Revese TrackEvent
I may be wrong on this one but the reason why it goes black after undo is because event that reference that reversed track is gone but script above doesn't have undo block so the newly created event stays on track. "Correct behaviour" of this
Video
17 answers, most recent on 2/11/2025
RE: Is there easy way to cut overlapping clips from different tracks
@MarkAnthony121 Looks like you shot with multiple cameras and split the left-side manually and then deleted the angles you didn't want. If you use multicam edit mode to create a multicam track to do the splits, it'll give you the option to delete
Scripting
10 answers, most recent on 6/21/2025
RE: What is the default value for "audioEvent.NormalizeGain"
Ok. I missed @jetdvAudioEvent tt = (AudioEvent) track_event; But unfortunately it doesn't satisfy my requirements. I would like to set volume gain of track audio event to 0 dB Now I have -12.0 dB. I can not find this in Vegas Pro Scripting
Video
644 answers, most recent on 6/19/2025
RE: VEGAS Pro Feature Requests
Another version of Vegas Effects with roto brush like feature and 3d camera tracking. :)
Video
3 answers, most recent on 5/9/2025
RE: copy "frame size" from one video event to some video events
Copy/paste using "selectively paste ..." clearly doesn't have a copy/paste frame size option ... and I don't think that there is such an option to copy/paste frame size dimensions from one video event to another. If there is, I'd really like to know
Video
29 answers, most recent on 3/5/2025
RE: Neatvideo updated Version 6
/** SlowFX ------------------------------------------ This script will: re-enable a bypassed specific FX in all trackFX and eventFX in this case the slow denoiseFX from Boris: "BCC+Denoise
Video
29 answers, most recent on 3/5/2025
RE: Neatvideo updated Version 6
/** NoSlowFX ------------------------------------------ This script will: bypass a specific FX in all trackFX and eventFX in this case the slow denoiseFX from Boris: "BCC+Denoise
Audio
7 answers, most recent on 5/12/2025
RE: Event Heal Question
Only if you render it to another track. Otherwise, they are two events.
Video
30 answers, most recent on 5/7/2025
RE: Sync problem in all builds of Vegas Pro 22
Hello again, Roger. I am providing two screenshots from a recent dance video. The client returned this video to me with complaints about the audio/video sync. Screenshot 1 shows the original audio in the top track along with the rendered audio in
Vegas Movie Studio (up to ver. 17)
6 answers, most recent 16 minutes ago
RE: Need to stretch out the sides of a video
In recent versions of Vegas Pro, I'd start off with trying Vegas Pro's 'Black Bar Fill' FX which would replace the black sides with an enlarged replica of the existing sides of the image. This is a common approach used for images with an aspect
Video
9 answers, most recent on 12/12/2024
RE: Viewing keyframes in the timeline
@Richard-Vanner Click on the three lines at the top left on the track header, then choose Edit Visible Button Set and activate Track motion to show the button. Or go to Tools > Video > Track motion. It is possible that the zoom in the first
Video
42 answers, most recent on 5/23/2025
[Solved] No Audio and no rendering possible with m2ts files in Win11 24H2
Hello folks, because it's christmas and I have time, I've updated to VP22 pro. I want to edit lots of old video files from Sony/Panasonic camcorders. The files are in AVCHD format *.m2ts with AC-3 5.1 audio. In VP 18, AC-3 was already limited to
Scripting
8 answers, most recent on 8/22/2024
RE: Merge Track & Delete Empty Tracks Script USEFUL
@iEmby, all of those conditions can be checked. Some will work with "Track" and work with both audio and video. Some will require "VideoTrack" and will only work with
Video
177 answers, most recent on 1/20/2025
RE: VEGAS Pro 22 Build 194 General Discussion
@paul-marshall, on the Voice track, go to the track header - you can add these buttons to the track header or just choose the MORE option as shown in this image and make that track the "Controller" track. Then you will be asked what settings to use
Scripting
2 answers, most recent on 12/12/2024
RE: Adding Solid Black Color to Vegas Pro script help
@andy-0 Hello, this script may help you; using System; using ScriptPortal.Vegas; namespace Test_Script { public class Class1 { public Vegas myVegas; public void Main(Vegas vegas) { myVegas =
Video
11 answers, most recent on 12/14/2024
RE: How to increase Text size on Timeline Events
I don't believe that there is an option to change font sizing in Vegas Pro, but the display size of Windows can be increased using the scaling setting in Windows (11) Display Settings menu. Another option which I've done to improve legibility of the
Video
17 answers, most recent on 2/11/2025
RE: Is there easy way to cut overlapping clips from different tracks
Please use this one instead as it will only cut information out of video tracks and ignore audio tracks: using System; using System.Collections.Generic; using System.Collections; using System.IO; using System.Text; using
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
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