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
14 answers, most recent on 2/25/2025
RE: V22 render crashes at 39% BFX error code 25
A crash in the OpenColorIO library is unusual. That usually means a problem with handling of a LUT or some strange with color grading. I only have the vegas LUT filter on an adjustment track, the CG panel isn't used. I'll try putting the LUT filter
Audio
16 answers, most recent on 9/17/2024
RE: Create a button to access the default preferences of the compressor.
@mamomo - fully debugged now. Change out everything from the "foreach" to the "UpdateUI" lines to be this: foreach (var track in myVegas.Project.Tracks) { //check if track is video or not selected
Video
8 answers, most recent on 6/3/2024
RE: How to work with timeline from the text "location" timeline?
If you're just trying to "move" text, I would not be using "motion tracking" as you're not tracking any motion. Instead you're simply wanting to "move" text. Now, you CAN use "Track Motion" to do that (and it would be a good way to do that) but
Video
20 answers, most recent on 3/14/2025
RE: Saving a sub-clip as a separate file.
@James-Snead Hi, no you can't just save individual parts of a video. Either render the clips separately or nest them as suggested - Import your video to the timeline & - Render Make a loop region selection, right click the blue bar loop region
Vegas Movie Studio (up to ver. 17)
One answer, on 3/13/2024
Sony Vegas Movie Studio HD Platinum version 11(build220)
I am creating a slide show with photos ,music, and want to add an MP4 video with a scrtach effect to a third overlay track. when I Open, select the overlay video and either place it in the overlay track or the primary video track to drag it to the
Scripting
18 answers, most recent on 8/21/2024
RE: Left direction uses wrong logic.
Here is the complete code; using System; using System.Drawing; using System.Windows.Forms; using System.Collections.Generic; using ScriptPortal.Vegas; namespace DuplicateEventLeftRightUp { public class Class1 { public
Video
27 answers, most recent on 10/7/2024
RE: Vegas 22 Mocha crashes on launch
In Vegas 21, Mocha would track then end prematurely before tracking was completed. On a Boris message board someone suggested to turn off my GPU acceleration in Mocha's settings. I did that and Mocha then tracked fine. Slower but no crashes. I also
Video
112 answers, most recent on 3/29/2025
RE: VP22 & AI Assistant experience
I spent some playing around and these are some really cool tools. The speech to text is huge especially with the text-based editing. I often have 2+ hours of GoPro footage to sort though and being able to run speech recognition so I can seek to it
Scripting
3 answers, most recent on 10/8/2023
[Solved] Fixing Script: Deleting Video and Audio Parts Together
Hello, I'm trying to create a script that deletes both video and audio parts equally. However, even though I've attempted to use the lines of code from another script that has the same function, it doesn't seem to work and doesn't delete the video
Audio
No answers, created on 4/6/2025
VEGAS Pro 18 (build 527) - Importing WAV 5.1 - what channel is what?
I apologize that my VP version is so old. I'm attempting a fun project of combining my Shout Factory 4K Blu-rays of Halloween (1978) and Halloween II (1981) into one continuous ~3hr movie. I've output a WAV 5.1 from the DTS-HD MA 5.1 of each film,
Audio
12 answers, most recent on 7/7/2025
Applied effects are disabled when changing the playback rate
When I add any effects to the audio track, they work at a speed of 1.00. But when I change the speed using the slider located in the lower left corner, the applied effects are disabled. How can I make them not be disabled?
Video
19 answers, most recent on 1/5/2025
RE: Video Preview Window has a Shaded Grey Hue over video preview
Settings look fine. You are sure there's no Fx at the track level either? Does the footage look this way in a new empty project?
Video
10 answers, most recent on 9/19/2024
RE: How to exit A/B timeline mode
The difference is that you probably don't accidentally "Expand Track Layers".
Audio
4 answers, most recent on 10/31/2022
[Solved] Vegas Pro 18 audio timeline does not start at true zero
In my Vegas Pro audio timeline there appears to be about a 2 tenths of a second lead at the front prior to the actual zero point. Under properties in the ruler I have the ruler time starting at zero, and yet this space is inserted ahead of zero. My
Video
3 answers, most recent on 11/21/2024
RE: Saving a project with effect chains all intact - what am I missing?
Ah thank you! This is what I had been doing all the time under version 15 but it seems that version 22 by default never even showed those icons (or any icons at all) on video track headers and I had been wondering where they were and how to find
Audio
8 answers, most recent on 2/14/2024
Merge (Not Group) Separate Audio Tracks
I have two separate audio tracks that I want to merge into one track. In other words, there are multiple video events with a different audio track associated it. The tracks won't "step on each other". When there's audio content in one track the
Scripting
One answer, on 10/6/2024
Randomizer - A script to randomize all parameters in each track
Hello, i want to share a script, which can be used in YTPs, for randomizing all parameters in every track's effects. It works for OFX effects. Here's the script: https://github.com/ad48hp/VegasEffects/blob/main/Randomizer.cs Todo: Add random
Video
7 answers, most recent on 3/3/2024
RE: Vegas Pro 19: how to move assets to a new track (Newbie question)
If you want to move everything on the tracks then move the tracks?
Scripting
38 answers, most recent on 2/13/2025
RE: Psd Layer Splitter Script
Right-click-drag the PSD file from Windows Explorer, select "across tracks" and it creates a track for every layer. @editeiro, I haven't tried it but try: right-click-drag the PSD file from Windows Explorer, select "across time" and it add each
Video
49 answers, most recent on 3/21/2024
RE: Moving multiple tracks from one group of tracks to another
And now it's not. Grrrr. Didn't click anything @Douglas-McCarron All SELECTED tracks will get the change. To make sure only one track gets it, make sure the other tracks are NOT selected (CTRL-SHIFT-A)
Video
8 answers, most recent on 5/3/2025
RE: Problem Pre-Rendering Causing Splitscreen
@Augustus-Hartigan Does one of your FX's have Compare selected? Also check your track fxs, this button can be shown by looking in the 3 dots on the track header - Edit Visible button set. Why this would only show on the prerender tho.. 🤷♂️ I
Video
177 answers, most recent on 1/20/2025
RE: VEGAS Pro 22 Build 194 General Discussion
@eleven https://www.vegascreativesoftware.info/us/forum/problem-of-importing-files-across-tracks-by-right-drag-in-vp22-b194--147703/
Scripting
15 answers, most recent on 8/14/2024
RE: Script deletes all audio events instead of removing silent areas HELP
@jetdv The only ones I have are the 3 default Vegas Pro audio effects that it always adds to the audio track, none of them have any function, they are always at default values, I almost never use them, so I find the audio track effects can be
Video
3 answers, most recent on 9/12/2024
RE: PIP & Offset Plugin's zoom quality is not same as PAN & CROP did.
@EricLNZ agreed sir..but how can i apply Pan & Crop as track area?
Previous page
1
…
34
35
36
…
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
35