VEGAS Creative Software Community
The Vegas Creative Software Support Community – Find help here
  • Forum
  • Tutorials
  • Support New
  • Sign in / register
  • Search ...
  • Help
All Forum 67k Tutorials User
Options
Any time
  • Any time
  • Last 24 hours
  • Last week
  • Last month
  • Last six month
  • Last year
  • Video
    8 answers, most recent on 7/12/2023
    [Solved] Shift B renders the preview correctly, but Shift M fails
    When I use the temporary prerender (Shift B), it renders the video correctly.But when I use the more permanent prerender (Shift M), it doesn't render it correctly. The layers are in the wrong order. The module does not track properly, and other
  • Scripting
    8 answers, most recent on 8/22/2024
    RE: Merge Track & Delete Empty Tracks Script USEFUL
    First of all, simplify things. You don't need (and it's multiple places in your script): if (track.GetType() == typeof(VideoTrack)) Just use: if (track.IsVideo()) I'm not sure what the IsChildTrack routine is supposed to be doing. If you want to
  • Video
    One answer, on 5/29/2023
    [Solved] Picture In Picture modification
    I modified the positioning of the first frame of a Picture In Picture FX, which is tied to a motion FX. But it only changes the positioning of the first frame of the motion FX.How do I change the positioning of the image for the entire motion FX
  • Video
    One answer, on 7/26/2022
    RE: [Solved] Video not showing in timeline
    Make the track height higher. Also, you're in "A/B" mode. If you don't want to be in that mode, you can right-click the track header and turn off "Expand Track Layers".
  • Scripting
    4 answers, most recent on 8/21/2023
    [Solved] Toggle audio-plugin window (shortcut needed)
    Is there any possibility to show / hide the infamous "audio plugin window" (docked, or not)? It's the window in this screenshot and it contains all audio related plug-ins (master fx / audio track / bus fx). I can't find it under "preferences >
  • Video
    6 answers, most recent on 4/8/2025
    RE: Sony Vegas 13: can't understand mask logic
    @david-j1054 You can save some work by inserting a Track Compositing Level to your mask track to negate the effect of your mask where it's not needed.
  • Video
    2 answers, most recent on 2/26/2025
    RE: How do I remove timecode from stuffs?
    Looks like you've maybe added Video FX Timecode at track or output level?
  • Video
    6 answers, most recent on 5/22/2025
    RE: Boris FX Sapphire is not visible on the main timeline
    But if I place tracks on the main timeline on the side What do you mean by this? Please elaborate.
  • Video
    15 answers, most recent on 8/3/2024
    RE: color correction
    It is plausible that you have a Track Compositing Effect on the parent track.
  • Video
    7 answers, most recent on 11/16/2024
    RE: Help, AI Speech to Text VP 22
    That's odd, usually it appears above the tracks. Are the audio and video grouped? Here, even upgrouped the subtitles in VP 22 were added above all other tracks and are visible without me doing anything extra.
  • Video
    5 answers, most recent on 1/12/2025
    RE: track ball not working well in 22 Logitech M570
    well, I am trying to think what it was called. Essentially my track ball is intermittent. It jerks and doesn't grab where it supposed to grab. for example the end of a section to make it longer. Try to make a track wider doesn't work either. Thax
  • Video
    One answer, on 8/29/2024
    RE: Clicking "S" and "M" makes every track solo or muted
    Pressing "S" or "M" work work on SELECTED tracks. If you do a CTRL-A and then click on "S", it will solo all tracks. You might do a CTRL-SHIFT-A which will deselect everything and then "S" or "M" will work on a single track again.
  • Vegas Movie Studio (up to ver. 17)
    4 answers, most recent on 7/22/2024
    RE: Matching output on all tracks
    @marcus-dotinga, I just tested it and it worked fine. Made changes to event 1 on track 1. Right-click and choose copy. Selected event 2 on track 1. Shift-click on event 7 on track 1. Right-click (any) event on track 1 that is currently selected and
  • Scripting
    8 answers, most recent on 7/22/2024
    RE: Move Event to the track bellow?
    The Final Code; using System; using ScriptPortal.Vegas; namespace Test_Script {     public class Class1     {         public Vegas myVegas;         public void Main(Vegas vegas)         {             myVegas =
  • 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
  • Scripting
    2 answers, most recent on 11/28/2024
    RE: TrackEvent' does not contain a definition for 'Media'?
    First of all, if you're looking at track events, the first event WILL be a TrackEvent so that "IF" is not needed. But how are you getting "firstEvent"? To get the media of a track event, look at "ActiveTake.Media". Here's an example that will get
  • Video
    15 answers, most recent on 8/3/2024
    RE: color correction
    @Roger Bansemer Sorry, im not seeing that here. Double check to make sure that the above track is not an adjustment track etc, or you are using the color correction incorrectly at the track level instead of directly on the event.
  • Video
    7 answers, most recent on 5/28/2025
    Vegas Pro 21 - Smart split not splitting all the tracks but are all gp
    I am having trouble with smart split. I have grouped all the tracks I want to split. I then select the section that I want to split the tracks at. It splits 3 out of the 4 rows. I have reselected the rows and grouped them again but same results. The
  • Video
    3 answers, most recent on 7/18/2024
    RE: Must Needed Feature In Future Related To Adjustment Events
    It reverse colors but it also inverted that below image. SO HERE IS THE CATCH. If we can skip a track or multiple tracks from ADJUSTMENT EVENTS. @iEmby It seems you don't know that Vegas Pro has a feature called Parent Track. With it, you can
  • Audio
    6 answers, most recent on 5/18/2025
    RE: Audio cuts out 45 minutes into rendering of 1hr long video
    Maybe not ideal, but as a test, you could split the audio where it cuts out and place that part on a second audio track.
  • Video
    9 answers, most recent on 7/4/2025
    RE: Select entire track without going to beginning
    OK, I see what it's doing now. It's setting the "event selected" property to be the same as the "track selected" property. I did not notice that before.
  • Scripting
    4 answers, most recent on 6/19/2025
    RE: Audio Channels both
    Just to be clear, I said tracks when i meant events, that script changes selected audio events to Combine which I think is the opposite to what you want.
  • Audio
    9 answers, most recent on 12/9/2024
    RE: How do you create a PQ list in Vegas Pro 22?
    @Sheryl-DeMott your image is showing "Selected events". John's last image is showing "Audio CD Track List". Here's how I do it: Put the audio events to be written to the CD on the timeline. Put the cursor at the beginning of the first one and press
  • Video
    13 answers, most recent on 5/4/2025
    RE: Track Motion Problem
    @melory-f Hi, I made a long post about how the Track motion settings relate to Media/Project, size, aspect ratio etc.. but to be honest after a couple of hrs trying to work it all out the sizes in Track Motion didn't seem to corelate to anything.
Previous page
1 … 21 22 23 … 42
of 42
Next page
Follow us on
  • Community rules
  • Imprint
  • Privacy policy
  • Terms and conditions
United States
  • Additional offers
  • VEGAS Forum
  • MAGIX Magazine
(C) 2007 - 2025 MAGIX Software GmbH