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
Scripting
8 answers, most recent on 7/19/2024
RE: Transcode & replace media file while active project opened. Possible?
hurreeeeeyyyyy 😇😇💯💯💯 i did it again with the help of ChatGPT. check this out private void TranscodeMedia(RenderTemplate renderTemplate, string fileExtension) { List<TrackEvent> selectedEvents =
Video
177 answers, most recent on 1/20/2025
RE: VEGAS Pro 22 Build 194 General Discussion
I previously submitted a black screen .TS that did not play 100% perfectly in other editors but this one does, black screen in Vegas. VP21 invisible video track, no audiio track VP22b194 video track(black screen),
Video
8 answers, most recent on 1/10/2025
RE: installing transition pack transitions
I asked Magix the same question, here is their answer! First, start two instances of VEGAS Open the respective .veg file for the desired transition in this second instance of VEGAS there are previews for the transitions included, which makes it
Video
46 answers, most recent on 2/27/2024
RE: rendering multiple video tracks on Vegas 17
There are three video tracks and two audio tracks in your screenshot. The top video and audio track will not be used because the bottom ones are solo'd. If you're expecting to see the video on the top track, you won't because it's not solo'd too.
Video
18 answers, most recent on 5/21/2024
RE: Multicam Workflow Question
No, I wanted to resize the event for the purpose of trimming it, i.e. editing. And I'm saying the only way that works is if I group all of the events following the split, every time I need to make an edit. I gave a good description that works, so
Video
6 answers, most recent on 1/26/2023
[Solved] Multi camera editing
Hi, I just downloaded Vegas Pro 20, I did use a Vegas program a couple years ago and then switched to adobe but I wanted to go back to the vegas program. I am trying to use the multi camera editing feature. I watched a tutorial on it and followed
Video
9 answers, most recent on 1/24/2025
RE: Motion Tracking broken in Vegas 22
@Marco-Vinc I've just checked using a simple clip from the Hub. See below. Nothing wrong with this example. Does it continue working if you try closing and re-opening the motion tracking window or try applying the motion tracking data to any
Video
3 answers, most recent on 5/6/2023
[Solved] Strange glitch where soundtrack clicks
I'm using vegas pro 20. I have a project with multiple clips and music. On one particular song, the song clicks 3 or 4 times at about the same place every time I play it back, but not always 3 or 4, sometimes 2-3, but similar spots. When I render
Video
13 answers, most recent on 9/3/2024
RE: My support ticket was closed - is upgrade to 21 the full software
The ticket was reopened. I got some info but essentially I think I overwhelmed the software with all the effects and snippets. I was able to render the 11 audio tracks into one, then delete the 11 tracks and reload the one which has the results of
Video
One answer, on 8/21/2025
RE: Black Dot on Pan/Crop Icon Not Active -- Vegas 20
@Sam-Stalos That dot changes colour to grey when the Pan/Crop settings have been changed. Why 'the upper track will not pan out of frame as the lower image' is the main question, you'd have to look in the Pan/Crop window, share a screen capture of
Video
49 answers, most recent on 3/21/2024
RE: Moving multiple tracks from one group of tracks to another
RogerS wrote on 3/5/2024, 11:58 PM The sets of tracks have to match (same # of video and audio). Yes that is what I do. Moving from tracks 4-6 (three tracks) down to three other tracks.
Audio
11 answers, most recent on 8/20/2025
RE: Clip (Event) envelopes feature request
As @DMT3 eluded to, you can attenuate the 'Gain' of individual audio events by dragging the top of the event downward, but it can not be automated like a track envelope and affects the entire event. A work-around may be splitting the event and using
Video
11 answers, most recent on 5/11/2025
RE: Indiana Jones map sequence that goes from Syria to France
MAGIX Travel Maps is really good and I use it myself, but if you are wanting to replicate the travelling map in "Raiders of the Lost Ark" with the route line progressing across a chart map which itself is panning across the globe from point A to
Video
119 answers, most recent on 6/20/2025
RE: VEGAS Pro 22 Build 239 General Discussion
I can't tell you how annoying the issue of "double click on media file loads into Trimmer instead of tracks" change in Vegas Pro 22 is. Wait, yes I can. I've been dbl clicking an audio file (from EXPLORER window) since Vegas was new back in 2002 or
Audio
11 answers, most recent on 8/20/2025
RE: Clip (Event) envelopes feature request
If you want to lower the volume of one event, you can do this. If you want to transition (like fade the level up and down) then you have to use the track envelope.
Scripting
18 answers, most recent on 8/21/2024
RE: Left direction uses wrong logic.
It's basically the same issue you had going left. You're going "up one" but the second event then gets placed on top of the first event. You can try this - I haven't tested it. Timecode beginning = null; int UpTrack
Video
13 answers, most recent on 9/2/2022
RE: [Solved] De-freeze at cursor?
In the meantime, here's the script that will do this but will give a full explanation in the tutorial: using System; using System.Collections.Generic; using System.Collections; using System.IO; using System.Text; using
Scripting
38 answers, most recent on 2/13/2025
RE: Psd Layer Splitter Script
does this script still work? i tried it and i get an error @ansonmccosh I can't reproduce your problem in my VEGAS Pro 22 build 239. However, I can see the error lines in your screenshot. They should be: if
Video
16 answers, most recent on 7/23/2024
Issue when scrolling through video / audio tracks
I'm currently using Vegas Pro Edit 21 (Build 300) and still kind of new to the software. I'm unsure if this is an intended feature or not, but when scrolling to the bottom of my audio / video tracks it automatically moves to the top track when I let
Audio
11 answers, most recent on 12/1/2022
[Solved] BUG?: MPEG-1 Layer 2 audio stream render crash
Vegas 20 (b.214) crashes when video stream is turned off in `MainConcept MPEG-1` > `VCD PAL` template custom settings. Is it just me or it crashes on your system too?Can anyone please confirm? Test project (1.2 MByte)
Scripting
27 answers, most recent on 2/9/2024
RE: 📝⚙️(Script) Duplicate an event to a new track.
Try changing: int trackIndexToAdd = -1; foreach (Track myTrack in myVegas.Project.Tracks) { to foreach (Track myTrack in myVegas.Project.Tracks) { int trackIndexToAdd = -1;
Video
16 answers, most recent on 9/12/2024
RE: VP 21/22 - mouse bug with Close Gaps function ?
1. If you only have one track and no audio events, then Close Gaps is active. If you add an extra track, Close Gaps doesn't work, or only works partially. Yes, it seems to work with one track only. The audio part is moved too if auto ripple is
Scripting
2 answers, most recent on 11/5/2024
NEED HELP !! Scripting || Trim Events At Timecodes.
@jetdv hi sir how r you.. i need your help in this code.. using System; using System.Windows.Forms; using System.Collections.Generic; using ScriptPortal.Vegas; public class EntryPoint { public void FromVegas(Vegas
Video
9 answers, most recent on 9/19/2024
How can I create this effect with motion tracking tools?
Hi guys, I was experimenting on Mocha VEGAS it is working almost good on normal motion tracking. but I needed to create this effect for a prewedding couple name. so, I tried it with mocha, but it makes it mess all. maybe, I was doing something
Previous page
1
…
35
36
37
…
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
36