The Vegas Creative Software Support Community – Find help here
Forum
Tutorials
Support
New
Sign in / register
Search ...
Help
Sign in
All
Forum
67k
Tutorials
User
All
Forum
Tutorials
User
Options
Any time
Any time
Last 24 hours
Last week
Last month
Last six month
Last year
Video
152 answers, most recent on 10/30/2024
RE: VEGAS Pro 22 Build 122 General Discussion
jayhoov wrote on 8/26/2024, 2:55 PM MOTION TRACKING TOOL: After creating a region and tracking, the region can no longer be moved or altered for re-tracking. Can only delete it and add another region. In Vegas 21 the region could be altered and
Video
18 answers, most recent on 5/21/2024
RE: Multicam Workflow Question
You can cut spaces as needed, and with Ripple turned on everything moves together. (just make sure if you want other audio tracks to move, that any cuts affect events on all the tracks, not just the MC video track) @RedRob-CandlelightProdctns, this
Video
9 answers, most recent on 1/4/2023
[Solved] Video not showing in preview - trial version
Hi there, I have started using Sony Vegas trial after many years away. I downloaded the trial and it opens fine. However the video doesn't play in the preview screen, just the audio. I even used just a media generator solid colour block, which
Video
20 answers, most recent on 8/14/2024
RE: Drop shadow on image overlay
@sonicvision It's because you're using Track Motion to reduce your image not Pan/Crop. Try a combination of both, reduce the size of your image using Pan/Crop first, add drop shadow, then enlarge/shrink it using Track Motion.
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
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
Video
10 answers, most recent on 5/16/2022
RE: [Solved] Vegas Pro RIP
Magix support may be able to help you if you provide them that serial number from VEGAS 14, perhaps they can track down which email address that purchase was linked to, and can track down your account info from
Audio
28 answers, most recent on 8/26/2024
RE: Automatically set audio envelop points (audio ducking)
Would Vegasaur work on a bus? I.e. send all the background tracks to the bus, then duck the bus. @bvideo @Hajowo Yes. Vegasaur work on a bus.With this feature you can apply the Audio Ducking effect to an Audio Bus track and then link any audio track
Scripting
4 answers, most recent on 2/20/2024
Trying to collapse tracks without removing previous whitespace
I wrote the following script for one of my editor friends. using System.Collections.Generic; using ScriptPortal.Vegas; using System.Windows.Forms; public class EntryPoint { public void FromVegas(Vegas
Video
No answers, created on 6/11/2024
[Feature Request] Auto-name Subtitle Track to SRT file name
I want to compare the Subtitle tracks from several BatchWhisper AI SRT files during a difficult audio restoration project. Each voice isolation test gets its own .wav file for transcription, so I'm stacking the subtitle tests for coherency like
Video
30 answers, most recent on 8/14/2024
RE: VEGAS Pro New Features Monthly Poll - August 2024
Pin any video track on Top so that whenever user add any track it will add below of it. Can be useful at many situations like adding logo, master color correction or much more. Shared by: iEmby
Audio
28 answers, most recent on 8/26/2024
RE: Automatically set audio envelop points (audio ducking)
Unfortunately, Vegas Pro doesn't have audio sidechaining. My understanding from some years ago is that Vegasaur can only assess the VO track against one other audio track at a time, so if there are 10 audio tracks in addition to the VO track, that
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
5 answers, most recent on 2/29/2024
RE: text effect - how to apply effect only on text an not a whole frame
You need to set the text track as a Child-track of MP4 track, and set the composite mode of the MP4 track to Multiply (Mask).
Scripting
11 answers, most recent on 8/17/2024
RE: Velocity Envelope and Points
@jetdv Thank you very much.This solution failed by adding 4 points, only adds 2 points by the end of the event. foreach (Track track in myVegas.Project.Tracks) { foreach (TrackEvent trackEvent in track.Events)
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.
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
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
Video
60 answers, most recent Yesterday
RE: VEGAS Pro 23 build 278 General Discussion
Hi, I'm having a problem with the cursor. With VP22, when I clicked on it, playback would freeze and allow me to perform the necessary actions (typically cutting). Now, if I click on the cursor, the track annoyingly skips forward. I tried looking at
Video
49 answers, most recent on 3/21/2024
RE: Moving multiple tracks from one group of tracks to another
If you want to move the tracks with all the events that are on those tracks, select the track headers by ctrl-clicking each one, then drag those to a new position. You can also group tracks, and drag the group by the track group header to another
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.
Video
49 answers, most recent on 3/21/2024
RE: Moving multiple tracks from one group of tracks to another
Hi @Douglas-McCarron I too am a new user to Vegas Pro and my first post to this forum was the same as yours. Please read my post, it may help clarify things for
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
Audio
2 answers, most recent on 7/22/2024
RE: Best Way to Do Reverb For Multiple Scenes With a Reverb Plug-in
Tracks are cheap.
Previous page
1
…
33
34
35
…
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
34