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
  • Scripting
    25 answers, most recent on 11/3/2024
    RE: [Solved] Create a script that removes transitions?
    @Thiago_Sase Basically, take the script that I wrote to FIND transitions and modify it to look at only selected events and then remove them. This is a quick update to that script but I have not tested it. using ScriptPortal.Vegas; namespace
  • Video
    4 answers, most recent on 4/24/2025
    [Solved] PIP & Masking are doing something weird together
    Hi guys how are you all?? PIP is not working when i applied it after a PAN & CROP mask in an event. I have to apply PIP on track FX. Didn't try it yet on Adjustment Events. please try to reproduce these steps. please guide me if i am doing
  • Video
    2 answers, most recent on 6/3/2024
    [Solved] How can I prevent Vegas from automatically activating Color Grade?
    Hi, I have an odd problem: in Vegas 21, every time I insert a new video track, the track has Color Grade added and activated, and the Color Grade's default setting makes the footage I add to the track look bad. Since I don't need to use Color Grade
  • Video
    9 answers, most recent on 3/23/2025
    [Solved] video and audio "ungrouped" then moving video on track
    I don't know what to search to find a solution for this strange behaivour that I'm experiencing and I really don't want. Audio and video seems ungrouped when I move, ALL videos on timeline. See video. What can I do to restore the normality? Thanks.
  • Video
    8 answers, most recent on 3/23/2024
    RE: [Solved] [SOLVED] 3 hour video, only 1ms of video
    https://www.vegascreativesoftware.info/us/forum/when-i-put-my-clips-on-the-video-track-the-video-is-messed-up--144953/#ca908103 Does this help?
  • Scripting
    9 answers, most recent on 8/18/2024
    [Solved] NEED HELP | Freeze - Unfreeze Script
    @jetdv @zzzzzz9125 hi guys.... need a little guidance from your genius mind here. its very easy for you. but i couldn't make it even with the help of ChatGPT so here what i need. there will be a selected event. when i will run this script it should
  • Video
    10 answers, most recent on 6/21/2023
    RE: [Solved] Vegas PRO - Confused with Overlay Compositing Mode
    What you are trying to do is possible with Vegas but not straight forward. 3 tracks: 1/track 1 your overlay (i used a white media generator). 2/ Track 2, your footage, track must be child of track 1 3/ Track 3, duplicate your footage. Use cookie
  • Video
    6 answers, most recent on 4/19/2025
    [Solved] Envelope points no longer being added
    When a region is selected and the envelope is dragged (up/down) the four transition points are no longer being added in the current build (248) of VP-22. This behavior occurs with all projects, video and audio file types, tracks, buses and Fx
  • Video
    9 answers, most recent on 7/4/2025
    RE: Select entire track without going to beginning
    That script will select all events on all tracks. If you want only the selected tracks, make this modification: foreach (Track myTrack in myVegas.Project.Tracks) { if (myTrack.Selected) {
  • Scripting
    3 answers, most recent on 8/22/2023
    [Solved] Move an event from one track to another
    I'd like to write a script that lines up some clips that are on multiple tracks. But I am stuck on moving a clip (event) from one track to another. Does anyone have an example of how this is done?
  • Audio
    2 answers, most recent on 7/17/2023
    RE: [Solved] Volume Slider and 2 audio tracks
    Have you got multiple tracks highlighted? If you have, any volume change that you make in the audio track header will also occur on all the other highlighted audio tracks.
  • Video
    9 answers, most recent on 7/4/2025
    RE: [Solved] Select entire track without going to beginning
    This I didn't understand "When you click with the mouse, left click & hold, then right click will give you different lasso options". I wan't clear where to click. @JanVanBekkum If you click & hold the left mouse button you get the regular
  • Video
    9 answers, most recent on 9/16/2024
    RE: [Solved] Is there an in-timeline visual cue for slow motion clips?
    @jetdv @davebo You don't need to rename the file, just rename the active take name, unless that's what you meant. After experimenting, I was able to add a suffix to the active take name consisting of the string such as "fps:59.940_". A more exact
  • Vegas Movie Studio (up to ver. 17)
    5 answers, most recent on 7/22/2023
    RE: [Solved] Turning video 90 degrees and back gradually in certain areas of video
    Use track motion (can be found in the track menu on the left side of each track), and keyframe the areas where the video needs to rotate.
  • Audio
    2 answers, most recent on 7/17/2023
    [Solved] Volume Slider and 2 audio tracks
    Hi, Guys! I have an issue: when I decrease or increase a volume of a track by manipulating track's bar for some reason another audio track dec/inc its volume as well. The first one uses none FX and the second one has FX EQ and Compressor effects.
  • Video
    6 answers, most recent on 3/20/2025
    [Solved] adding text to video timeline
    Hi. Another quick question on V22. Adding text has always been the same format for me since forever. Would add extra video track above first one and add Media Generator Text there but on V22 doesn't show. Thought maybe behind video but not the case.
  • Audio
    2 answers, most recent on 7/12/2023
    [Solved] Track FX vs. Clips Fx
    Hi guys! I have a problem: I added some FX effects to my audio tracks (Noise Gate and Compressor) but I noticed that some clips already have had the same effects (looks like I had made them before). Is there a way to delete all clips effects and
  • Video
    7 answers, most recent on 8/1/2024
    [Solved] Automatic script
    For more efficient editing, I've created several scripts to have a "shortcut" to the effects.(example:This example is the one that doesn't
  • Scripting
    5 answers, most recent on 9/1/2024
    RE: [Solved] SCRIPT HELP PLEASE !! Close Gaps but keep Grouped Events in Groups.
    @iEmby See if this script works on that case;  using System; using System.Collections.Generic; using ScriptPortal.Vegas; namespace Test_Script {     public class Class1     {         public Vegas myVegas;         public void Main(Vegas
  • Video
    12 answers, most recent on 5/23/2025
    RE: Unable to get FSD in preview or External monitor setting
    @wilco-n when you move the clip to another track is solving the issue than probably the track motion setting of the issue track is not default. BTW the settings you showed are from the audio track.
  • Video
    3 answers, most recent on 8/7/2024
    RE: [Solved] trying to make a clip cut another clip that is overlapping
    @target Hi,try turning off this feature at the bottom of the timeline PS. there's a setting in Preferences that allows you to double click the ends to Expand the track, when you create a crossfade/transition or overlap something like this the event
  • Video
    8 answers, most recent on 10/13/2024
    [Solved] MP4 files- no audio imported
    I have a bunch of MP4 files that were purchased to incorporate into a Halloween project. Most import into Vegas (Sony Vegas Pro 13) just fine, but a few import without audio. I used Handbrake to convert them to MP4 files and that fixed the project.
  • Video
    3 answers, most recent on 2/4/2024
    [Solved] Where are minimize/maximize track buttons?
    I like this feature visible as a header on a track. But in Vegas 21 we don't have this. We don't have and event can't add. I mean that things: https://imgur.com/BYPlQy8 You can also see it here: https://imgur.com/x1rVL8r In "add custom buttons..."
  • Scripting
    23 answers, most recent on 12/13/2024
    [Solved] Is this a Bug? Script that launches adjustment event on Vegas Pro 22.
    Is this a Bug? The script bellow works on Vegas Pro 21 and does not work on Vegas Pro 22. But, if i add manually, menu, insert, then the adjustment event works properly on Vegas Pro 22. using ScriptPortal.Vegas; namespace
Previous page
1 … 5 6 7 … 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