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
8 answers, most recent on 8/21/2024
RE: png alpha
I use a transparent-background png as a watermark that I made years ago with PhotoShop... it just works in all my Vegas previews and renders without doing a thing other than drop it on a track above all the tracks I want it to affect.
Video
7 answers, most recent on 6/24/2025
RE: 3 Blank frames when splitting a vid to insert another
Project Frame Rate: Custom (1920x1080, 59.940 fps) Turned on Show Unquantized Event Edges and lots of red lines. It's odd that, except for tracks 108 and 109, the audio tracks, I don’t have any red lines after track 88 @ 3:27 in a 20-minute video,
Video
68 answers, most recent on 4/16/2025
RE: Dvd not playing on all TV’s even with same player
Just FYI, yesterday I burned 15 dvd’s with all different combinations of template and render settings to come up with that winning combo. Thanks Eric and all (even 3Point!) for getting me on right track!
Scripting
3 answers, most recent on 10/1/2024
How to improve the built-in "Render Audio Tracks" script?
Hello! 🙌Is it possible to configure the built-in "Render Audio Tracks" script to run "silently", without a pop-up window, with the preset type "FLAC audio (*.flac)" and with the template "48,000 Hz; 16 Bit; Stereo", and without taking into account
Audio
22 answers, most recent on 1/25/2025
RE: CRACK SOUND IN VEGAS PRO!
Yes, it looks same (the camera does not record a classic stereo track, but 4 separate tracks where the first two are assigned to the internal microphone for that demo video). The timeline shows no problem with the sound for me either. Now please try
Video
One answer, on 8/9/2024
RE: oversaturation after rendering? in Vegas pro 17
In Vegas 17, add the Computer->Studio RGB Levels fx filter for still image events, or at the Track level if all events on the track are still images. This will conform your levels for YUV Limited output, required for all modern delivery formats.
Scripting
18 answers, most recent on 5/8/2025
RE: Creating a Script to make 3D Extrusion in a Text
In every event from track 2 down, I see there are TWO takes which means you've still got the original Titles and Text copied on each one as well the sub-clip copied. Why do you need the second take? Tracks 2 down only need to be the subclip. @jetdv
Scripting
5 answers, most recent on 9/8/2024
RE: Acessing Vegas Pro data from exe-file
The way to do this would be to write your application as a "Custom Command" and have the user run your application/custom command from inside VEGAS. A custom command can track changes to the timeline so you will be able to see if two tracks were
Video
4 answers, most recent on 11/5/2024
RE: Problem of importing files across tracks by right-drag in VP22 b194
It's still "across tracks" but then it's also "across time"... Like it's doing both.
Scripting
42 answers, most recent on 7/20/2025
RE: VEGAS Pro Scripts Collections | SHARE YOUR SCRIPT HERE !!
Duplicate Events to Up, Down, Right and Left directions | SCRIPTThis Script Duplicate selected Events to up, down, right and left direction. It was made with the guidance of @jetdv. using System; using System.Drawing; using
Scripting
6 answers, most recent on 9/26/2024
RE: How to move Envelope Points via Script?
Also note: Envelope points are EVENT based, Volume points are TRACK based...
Scripting
4 answers, most recent on 6/19/2025
Audio Channels both
Hello, @jetdv Is it possible to set audio channels of audio track event to both in C# ? Can you help me?Thank you in advance Regards Marcin
Scripting
42 answers, most recent on 7/20/2025
RE: VEGAS Pro Scripts Collections | SHARE YOUR SCRIPT HERE !!
Import latest downloaded media and placed on timeline at cursor position. (No need to explore Computer) Script will show 5 folders you can choose where you download new media. ICON FILE: SCRIPT CODE: using System; using System.IO; using
Scripting
12 answers, most recent on 1/14/2025
RE: help me complete a very useful script on frames and their length
So this: if (frameRate == 100.00m) { //videoEvent.AdjustPlaybackRate(0.25, true); videoEvent.PlaybackRate = 0.25;
Scripting
12 answers, most recent on 1/14/2025
RE: help me complete a very useful script on frames and their length
@MALIK, try something like this: Timecode oldLength = videoEvent.Length; videoEvent.PlaybackRate = 0.25; videoEvent.Length = Timecode.FromMilliseconds(videoEvent.Length.ToMilliseconds() * 4);
Video
11 answers, most recent on 11/6/2024
RE: Auto Duck effect
My music should be in normal volume level when the priest doesn't speak. It should be lower when the priest speaks. Is it possible to do it with this effect? My music volume varies rapidly when the priest doesn't speak. In this part of sound track
Vegas Movie Studio (up to ver. 17)
18 answers, most recent on 7/19/2025
RE: Need to stretch out the sides of a video
Often I'll just take the same image, put it on the track below, and do a Gaussian Blur blurring the outside edges. @jetdv ... but when I tried that with the pixel ratio changed to .75, copying the image to a lower track maintained the ,75 pixel
Video
8 answers, most recent on 3/4/2025
RE: Frames lagging
That could possibly be so. If I overload everything on many tracks, my computer will struggle too. I will oft times render out something to see the results. That's part of editing.
Audio
17 answers, most recent on 11/27/2024
Double Waveform on Audio Tracks (I think I clicked something)
I have an issue where I think I may have clicked something by accident, some sort of setting, and now I get double waveforms on each audio track on every project. How do I undo this? Thank you for your time
Scripting
18 answers, most recent on 5/8/2025
RE: Creating a Script to make 3D Extrusion in a Text
It appears you are correct as there is no "file path" for a media generator. I tested a couple of options here but the sub-clip was not created. There was no error - but there was no sub-clip either. @jetdv Today, I finally found a trick. For media
Video
152 answers, most recent on 10/30/2024
RE: VEGAS Pro 22 Build 122 General Discussion
Not seeing my audio track plugin chain nor my inbuilt Vegas audio effects
Video
9 answers, most recent on 2/14/2025
RE: What can I do to speed up 4K render?
Personally I do general corrections at the media level and then customize at the event level. To answer your question I don't believe there's a track vs event advantage.
Video
2 answers, most recent on 4/23/2025
RE: Change color of multiple text events simultaneously?
For a color fx, I prefer Sepia. Add it to track fx and adjust the parameters as below.
Scripting
25 answers, most recent on 11/3/2024
RE: Create a script that removes transitions?
@marcinzm Yes, this works just fine (with TrackEvent, VideoEvent, or AudioEvent - I just double-checked) in VEGAS Pro 22: public void Main(Vegas vegas) { myVegas = vegas; foreach (Track myTrack in
Previous page
1
…
19
20
21
…
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
20