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
42 answers, most recent Yesterday
RE: VEGAS Pro Scripts Collections | SHARE YOUR SCRIPT HERE !!
FREEZE / UNFREEZE Frame at cursor using System; using System.Collections.Generic; using System.Windows.Forms; using ScriptPortal.Vegas; public class EntryPoint { public void FromVegas(Vegas
Scripting
9 answers, most recent on 8/18/2024
RE: NEED HELP | Freeze - Unfreeze Script
using System; using System.Collections.Generic; using System.Windows.Forms; using ScriptPortal.Vegas; public class EntryPoint { public void FromVegas(Vegas vegas) { FreezeLastFrame(vegas); } private void
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
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
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
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
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
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,
Video
8 answers, most recent on 6/30/2025
RE: Video Envelope - Velocity - cannot set to 100%
I was not able to find the "normal" I tried to increase the track height, it was a half of my screen and that did not help. That's odd - it's worked for me for years with both video and audio envelopes.
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
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
Video
15 answers, most recent on 7/2/2025
RE: Please Suggest New Features & Updates You Want in Next Update (VP_22)
A feature I would LOVE to see (assuming it's not already somewhere in V22), is a way to move EVERYTHING from a certain point on the timeline forward, and then bring that entire group you've moved back. Why? Sometimes, you get near to finishing a
Video
4 answers, most recent on 10/26/2024
Templates
Hi all, When I am working in my DAW, I have a number of templates for various tasks. e.g. Composing / Scoring for movies. Voice Over. Songwriting etc. You set up a project how you like it and then save it as a template, which when starting a new
Video
14 answers, most recent on 11/15/2024
RE: Pan/Crop a 360 Still Photo (8000x4000), outputting 1080P resolution
@RedRob-CandlelightProdctns I you just want to crop a 1080p portion from your UHD frame, I recommend using Track Motion, and not Event Pan/Crop. Far more intuitive, and it's nondestructive.
Video
8 answers, most recent on 4/4/2025
RE: Grouping, moving, ungrouping
Make sure that only the event that you want to make a change to is the only event on the timeline that is highlighted (with a yellow frame). If more than one event is highlighted, then changes such as muting or adjusting opacity or audio level will
Video
19 answers, most recent on 11/27/2024
RE: Alpha channel color
>What is the default "transparency color" Er ... it's (various degrees of) transparent in Vegas Pro I normally just slot a contrasting Solid Colour panel on the track below the one with the alpha channel
Video
14 answers, most recent on 11/15/2024
RE: Pan/Crop a 360 Still Photo (8000x4000), outputting 1080P resolution
@RedRob-CandlelightProdctns I you just want to crop a 1080p portion from your UHD frame, I recommend using Track Motion, and not Event Pan/Crop. Far more intuitive, and it's nondestructive. While I appreciate all tips, I think this one misses
Scripting
5 answers, most recent on 9/16/2024
NEED HELP!! Add keyframes between every two keyframes.
Hi guys... I created this script. but it is not working. i just want. if there are 1 2 3 4 keys in PAN. then it should add keys 1 (here) 2 (here) 3 (here) 4 at first run then at every next run it repeat with new keys numbers. using System; using
Video
39 answers, most recent on 1/30/2025
RE: Some curiosity full questions about VEGAS's Future?
@Vdanny I agree 100%. But Foundry tracking was not a part of the Vegas Effects package and neither was Mocha Hitfilm. I can still use VE with VP21 though, or use VE as a standalone. I'm with you on layer based compositing, even though I did try
Audio
6 answers, most recent on 3/5/2025
RE: Randomly Can't move the GAIN Slider on a clip.
Here you can see, the highlighted track in Yellow, is missing the blue GAIN notch and line. to the right of it, I re-pasted the file, to start over, and, you'll see the blue notch and line, is back Screenshot (1170).png
Video
50 answers, most recent on 9/13/2024
RE: Vegas Pro 22 Released!
If vegas 22 actually comes with audio ducking (automatic one that uses a bus or audio track as a driver) then I'm sold on upgrading from 18 to 22.
Video
7 answers, most recent on 5/28/2025
RE: Vegas Pro 21 - Smart split not splitting all the tracks but are all gp
@wilco-n I get the same result I don't know but if you add multiple audio tracks & group them it does work, maybe Smart Split isn't designed to work with multiple grouped video+audio events like inn your example, It's designed for 1 video + 1
Video
30 answers, most recent on 8/14/2024
RE: VEGAS Pro New Features Monthly Poll - August 2024
Timeline event clip level customized coloring. Right now you can only have diffferent color for the whole track. Shared by: Set
Video
26 answers, most recent on 9/26/2024
RE: Audio gets lost in 2nd half of rendered video
Hi JetDV, thank you, that gives hope. Inspired by your posting I have reduced the rendering times step by step. And yes, I have also no issues if the total length is reduced to times lower than 30 minutes. But longer than that the audio track is a
Previous page
1
…
26
27
28
…
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
27