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
Video
2 answers, most recent on 2/26/2025
RE: Video top cut off
You can do this by using Track Motion in the track header. When you click on Track Motion, a workspace window similar to pan/crop opens, but in Track Motion you will be able to zoom in without the limitations of pan/crop and be able to fill the
Video
31 answers, most recent on 4/13/2024
[Solved] Vegas Pro 20 (Build 411) - Issue With Track Motion
Hi guys, So, as per the title, I’m having a problem with Vegas Pro 20 (Build 411 - I don’t believe my issue is related to the build number of VP). The situation is that I used to be able, with previous versions of Vegas Pro, use Track Motion to
Video
8 answers, most recent on 3/23/2024
[Solved] [SOLVED] 3 hour video, only 1ms of video
Hi all, I used OBS to record 1080p 60fps gameplay (3 hours long) Settings as: 2500 Kbps 1080p 60fps Fragmented MP4 (.mp4) 3 audio tracks for myself, discord and game. I have the 3.72GB file, windows media player won't let me scroll throughout the
Video
2 answers, most recent on 4/30/2024
[Solved] Deleting media without deleting the envelope markers?
Hey there, I am very familiar with Vegas Pro 21.0, but I ran into a little problem, which is quite annoying. I wasn't able to find a solution online, so sorry if this has already been answered somewhere... I have the following envelope markers not
Video
8 answers, most recent on 4/4/2025
RE: Grouping, moving, ungrouping
@Don-Theyken That's what @DMT3 & I wrote. You had all tracks selected not grouped, you can't just click on a track to ungroup it from a group of tracks, but you can select just one track that is in a group of tracks. To ungroup a track from a
Audio
5 answers, most recent on 6/17/2024
RE: [Solved] Help ! Need dynamic range expander ???
@Thomas-Monks The Vegas Graphic Dynamics FX can do either compression or expansion... there's no supplied preset for expansion but it can be achieved manually by inserting break-points along the neutral transfer function line... upward slopes are
Vegas Movie Studio (up to ver. 17)
3 answers, most recent on 7/3/2023
RE: [Solved] I'm truly losing my patience and i don't know the problem
If you right-click and choose "Insert Text media", it will insert a text media on every SELECTED track. Just make sure only the one track you want is selected.
Scripting
8 answers, most recent Yesterday
[Solved] How to Add tracks to an empty project?
I'm a script beginner. I want to implement a function, which can nest selected events into a new project, without opening the new project. I tried the following code, but it reported an error. using System; using System.IO; using
Video
5 answers, most recent on 4/28/2025
RE: Compare two .veg files?
@John-Lenihan Drag the two .veg files onto two stacked tracks in a new Vegas Project. Mute and unmute the top track to expose the bottom track until you see the differences.
Scripting
7 answers, most recent on 5/1/2025
[Solved] How to change Audio Effect Parameter?
@jetdv Hi Sir, please, could you guide me in this task; This is the way I add the Volume audio effect to the audio event; public void AddVolume() { try { PlugInNode effects =
Scripting
3 answers, most recent on 8/19/2024
RE: [Solved] Events moved leave audio parts behind
@Jack S Hello, maybe this script can be a reference to help. For sure @jetdv has a complete solution. using System; using System.Collections.Generic; // Add this for List<T> using System.Drawing; // Add this for color and font using
Video
8 answers, most recent on 3/22/2024
[Solved] Video track: cycle on/off every 1 sec
Is there an effect / plugin to cyclically toggle a video event on/off, say every 1 sec, for its whole length? E.g. if I want to fake a camcorder look with a "REC" text flashing, without manual keyframes?
Video
8 answers, most recent on 4/4/2025
RE: Grouping, moving, ungrouping
I then clicked on the M in the header of the selected track and the M in the other headers also were highlighted @Don-Theyken Edit - Select all or Ctrl+A selects all tracks & events, maybe you did this inadvertently at some point & selected
Video
18 answers, most recent on 1/13/2024
[Solved] Vegas Edit 19 - Question about pan/crop and parent motion
I'm trying to create a filmstrip motion effect using a filmstrip image template on a parent track and the video clips on the child tracks below. The video clips are 1080p and each cell on the filmstrip image is wide enough to contain a full 1080p
Scripting
18 answers, most recent on 8/21/2024
RE: [Solved] Left direction uses wrong logic.
In your video, you had TWO events selected going "left". What if you only have ONE event selected? When you're going left, your "start" position is not changing so when it does the second one, it's starting to the left of the second one which is
Vegas Movie Studio (up to ver. 17)
8 answers, most recent on 7/25/2023
RE: [Solved] timeline issue
no longer opens up the actual tracks @Chris-Royster You need to increase the track heights. Use Ctrl+~ (~ is top left on your keyboard) to restore defaults Or Ctrl+Shift+Up/Down to adjust heights.
Vegas Movie Studio (up to ver. 17)
2 answers, most recent on 2/13/2024
RE: [Solved] Sony Vegas 13 CD Audio Burning: One track Only Problem
I solved. Only Disc-at-once worked correctly, but I should eject the disc and insert in the drive again. When I leave the disc in the drive, only one track is shown and played as it was the full length audio contents.
Scripting
2 answers, most recent on 1/8/2025
[Solved] copying over picture in picture information
im trying to make it easier for myself i have 2 scripts i am working on and i am not good at coding and i am running into error after error i wanted to be able to use a script to take the information from the earliest event on the timeline selected
Video
2 answers, most recent on 1/13/2025
[Solved] I'm experiencing an issue with my 30-hour video project in -- Vegas.
Dear -- Vegas Support Team, I'm experiencing an issue with my 30-hour video project in -- Vegas. The audio track only plays for the first 5 hours, and then it cuts off. Could you please assist me in resolving this problem? Thank you.P.s
Video
2 answers, most recent on 6/30/2023
[Solved] Motion Tracking Out of Bounds
I motion tracked a clip and Vegas seemed to do an excellent job. When I transferred the motion to a piece of text, however, things got complicated. You could say that the text moves with the motion of the subject (which is great), but it doesn't lay
Audio
3 answers, most recent on 1/25/2024
[Solved] Deleting space at front of timeline
How do I delete empty space at the front of audio tracks? Or, move all the events to the beginning or the timeline? I am using Vegas 21. Just a little different than 6.
Scripting
8 answers, most recent on 4/17/2025
RE: [Solved] Best way to create/export subtitles for YouTube?
@Heidi-Hansen here is a script to export subtitles to SRT file made by @jetdv using System; using System.Collections.Generic; using System.Collections; using System.IO; using System.Text; using System.Windows.Forms; using
Video
3 answers, most recent on 11/19/2023
RE: [Solved] Annoying blue line.
@THEDON Hi, right click on the track header - Mute
Video
2 answers, most recent on 6/30/2023
RE: [Solved] Motion Tracking Out of Bounds
@StealthStarSwag Hi, I don't use Vegas tracking but I don't believe it moves the text into position for you, you have to place the text where you want it to be then it'll move/track how you expect.
Previous page
1
…
6
7
8
…
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
7