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
8 answers, most recent on 3/28/2025
SCRIPT HELP Envelope Point Creation and Opacity Issues
Could someone help me fix this script? It was working fine until a few days ago, but after a change, it started to exhibit some instabilities. Previously, the script would analyze the audio track using the script to remove silent areas developed
Video
46 answers, most recent on 2/27/2024
RE: rendering multiple video tracks on Vegas 17
ok that's good :-) if I remove the text track everything works as expected. let me see its only when I add the text track that things go floeey
Video
8 answers, most recent on 4/14/2025
RE: beautiful photos presentation plugin
@marcinzm Hi, yes, Vegs has a 3D option for the tracks & using the Parent/Child option + keyframes it can all be animated. In that video it looks like maybe 4 layers. A single background picture that is composed of multiple photos. (they could
Video
15 answers, most recent on 8/3/2024
RE: color correction
Can you do the color grading on the media or event level (if it's track that's causing this issue?)
Video
12 answers, most recent on 12/13/2023
RE: Adjustment event still not right?
@Former user As far as what the user can do, I think that Gid has the solution to his own problem. At least until Magix can repair the code. Or should they repair it? What if I want all tracks to be affected by the parent track without explicitly
Video
One answer, on 8/14/2024
Rendering from the multicam preview window
I edit multicam videos, using the enable multicam editing button. I can see the 3 camera angles and the one active at that moment. I would like to render this exact 3 camera and one selected to a video so my client can review my choices. What I have
Video
13 answers, most recent on 2/20/2025
RE: V22 239 cannot render project, crashes every time
I don't use ACES, although I found it to be the most color accurate transform.. I use the Vegas LUT filter in the track FX with a Phantom LUT. ACES is greyed out. I never use it as I work with LUTS to transform my LOG footage.
Audio
17 answers, most recent on 11/27/2024
RE: Double Waveform on Audio Tracks (I think I clicked something)
Were those other projects edited in Vegas Pro? Because you only get one waveform on Vegas Pro's timeline if the original audio track is recorded as one-track mono. I've never seen Vegas Pro display stereo audio with one waveform on the timeline by
Video
43 answers, most recent on 8/19/2024
RE: VEGAS Feature Wishlist - August 2024
Adjustment Layer Should have a different identity or color from video & audio track's design to get recognized fast.
Audio
4 answers, most recent on 5/5/2024
RE: Mixing Console causing gui to crash
Thank you , I agree with the 'adjusting the volume' thing too many times as that's the part of my process for levelling the each track. It's random and never the same track. I've created 7 different albums and every one has had the same issue . At
Video
200 answers, most recent on 1/24/2025
RE: VEGAS Pro 21 Build 314 and 315 General Thread
@Rony-Alfandary, @Dexcon After selecting one event in a group, press Shift - G to select all the events in the group. Then you can move both Video and Audio when you drag as long as there are tracks paired as video and audio that you are
Video
24 answers, most recent on 3/30/2024
RE: Fade to black over two clips
Is there any way to use a transition in the same way (if it has to go through two clips)? That's very easy to do. Put the two video events on upper and lower tracks with the event on the upper track with the event longer than the event on the lower
Video
12 answers, most recent on 8/14/2022
[Solved] Glitches in mov files
Hi, I have been using Vegas for over a decade, since it was owned by Sony, and have just upgraded to Vegas Pro 20. I was using Vegas 16, and on 16 there was never any problem using mov files filmed on my iphone. Now all of a sudden however, glitched
Video
3 answers, most recent on 11/23/2024
Video Track on import will only play at 30 FPS in Vegas 22
Hopefully someone can help I'm going crazy here 😂 So basically, I have a Vegas 14 project file that I have imported into Vegas 22. Not sure if that in itself is a iffy thing to do, but I have one track that no matter what will only play and render
Video
5 answers, most recent on 3/30/2025
RE: AcePro 2 with Vegas Pro 19
Thank you for giving me a quick education in the real world of high-end editing! That's definitely out of my range for my website and YouTube publishing. I'll go the proxy route for 8K files and any others Vegas Pro can't easily handle. Thanks for
Audio
20 answers, most recent on 10/28/2024
RE: How to make a less than perfect PIANO sound more like a Steinway ?
Hello! I found this post by accident through an online search. I know I'm four years late...lol.Some things to try if you already have the video and want to "clean" the piano sound:1) Go to "Pitch Shift" and tune up the piano. Unless the piano has
Video
3 answers, most recent on 1/8/2023
[Solved] Black Screens within the Video after Rendering
Hello, Issue: After rendering and checking the result, some parts of the video are just black even though there should be video. During the blackscreen you can still hear the correct audio track. These sequences range from a few seconds up to a few
Video
3 answers, most recent on 9/5/2024
RE: Classic Alpha Magic transitions
.jpg and .tif both being media events, they just need to go onto a video track on Vegas Pro's timeline - presumably on a track just above the two video events to which the transition is to apply. If they contain an alpha channel, you'll probably
Scripting
38 answers, most recent on 4/29/2025
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
Video
10 answers, most recent on 5/20/2024
RE: [Solved] Subtitles background?
That's not ALL of the code. That's the code that makes it add the option. You need more code around it which is why I pointed you to the tutorials. Here's the complete code: using System; using System.Collections.Generic; using
Video
4 answers, most recent on 5/14/2022
[Solved] Why is it so hard to move images in veags.
Alright so moving images in Vegas is so hard because pan crop, crops the image when I move it out of the box and if I resize the box, it makes the image smaller and it still doesn't move to the place, I want it to, and track motion can move the
Scripting
3 answers, most recent on 12/4/2023
RE: Track order mystery!
But I was still not sure on the order from that. So I setup my own test code:VideoTrack videotrack0 = new VideoTrack(0, "0"); myVegas.Project.Tracks.Add(videotrack0); videotrack0.Name = "V0-" + videotrack0.Index.ToString(); // Set name to assigned
Scripting
23 answers, most recent on 12/13/2024
RE: Is this a Bug? Script that launches adjustment event on Vegas Pro 22.
@Thiago_Sase Same here. I just tested in VP22-194 and it worked just fine. All I did was start a new project, add a video track, make sure it was selected, and the Adjustment Event was added just fine.
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
40