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
    9 answers, most recent on 1/24/2025
    RE: Motion Tracking broken in Vegas 22
    @Marco-Vinc I can confirm that the green motion track line appears broken if you close the Motion Tracking UI then re-open it. This has been reported. In my test it had no adverse effect on the tracking. See video below. I tracked the lady's right
  • Video
    5 answers, most recent on 10/22/2025
    RE: Slip multiple events?
    @Gid select the events that need to be adjusted and then try this script: using System; using System.Collections.Generic; using System.Collections; using System.IO; using System.Text; using System.Windows.Forms; using
  • Video
    16 answers, most recent on 9/12/2024
    RE: VP 21/22 - mouse bug with Close Gaps function ?
    In all these videos above & my tests Close gaps is only available when that track is in focus with the track header highlighted grey, the track is auto highlighted when an event is clicked on to make the selection but the track doesn't get
  • Video
    4 answers, most recent on 5/12/2025
    RE: Vegas Titles and Text - Preset
    That is unfortunate since im using specific subtitle colors depending on whos talking. @Emma-Eriksson Then you should put the subtitles on different tracks and use "transfer text properties". If you don't consider the stroke, you can also add Sepia
  • Video
    177 answers, most recent 14 minutes ago
    RE: VEGAS Pro 23 build 302 General Discussion
    When Minimizing a track in the time line the "active Take Information" is no longer displayed in Version 23 as it was in Version 22. Did Vegas decide we did not need that anymore or is there a fix?
  • Scripting
    8 answers, most recent on 7/22/2024
    RE: Move Event to the track bellow?
    @jetdv @zzzzzz9125 Going through the tracks on a traverse backward way it worked! I changed this line of code;  foreach (Track myTrack in vegas.Project.Tracks)         { for this line of code, for (int trackIndex = vegas.Project.Tracks.Count - 1;
  • Audio
    5 answers, most recent on 12/20/2022
    [Solved] All new tracks start at 4.5 db?
    Hi, I recently upgraded to Vegas 20.0, I'm on Build 214.Every time I start a new project, the master volume is up at 4.5 db.The same thing happens in any project whenever I add a new audio track, it defaults to being 4.5 db instead 0 db. Did I
  • Audio
    6 answers, most recent on 7/3/2025
    RE: ways to convert audio from mono to stereo?
    iZotope have a plugin named Ozone Imager 2 which has the ability to 'stereoize' a mono audio track giving the mono audio a stereo sound. From the product webpage: Stereoize can turn mono into stereo, with no need for reverb or doubling. Use the new
  • 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
    13 answers, most recent on 9/15/2025
    RE: No Option to Put Timeline Display at Top in Vegas 23
    @GaryAshorn i tried to make you a little tutorial. i hope this helps! The undocking process is identical to previous versions, the only real change is that you can dock them where ever you want now! Good luck! Never tried Tracks On Top before but
  • Video
    11 answers, most recent on 11/17/2025
    RE: Removing transition removes audio
    @John-Callahan  ... I was able to repro how you are applying a dissolve in Vegas Pro - it requires the length of the video events to be shorter in length at the out and in points of the video events to which a transition is being applied. While this
  • Video
    8 answers, most recent on 11/3/2024
    RE: Request for advice for a sweeping effect between 2 images
    The way how I would do it: 1. Copy the video track to a track above and give that video track the needed calibration. 2. Split that top video track at the places where the wipe transition should occur (start and end). 3. Place the Linear Wipe
  • Video
    327 answers, most recent Yesterday
    RE: VEGAS Pro 23 build 278 General Discussion
    Funny thing: Each and every time I upgrade my Vegas Pro (Have enjoyed Vegas since the very first version 3) - no matter how much I search here or in Help I can not find the "More and ..." to add a "Save as" button after the "Save" - and I always
  • Video
    47 answers, most recent on 11/14/2025
    RE: VEGAS Pro 23 Bug: Timeline Events Lag After Ungrouping Video/Audio
    Same here, tested your .veg and video. No problem as described by you. Then I grouped the video and audio tracks again, moved them several times, then ungrouped them again, but still got the same result as Jack.(4K monitor here)
  • Scripting
    16 answers, most recent on 10/20/2024
    RE: Simple matching event length script is not working properly.
    Are you getting an error? You might change: vegas.DebugOut to MessageBox.Show so that you can see the actual error message if an error is happening. It could also be related to the fact that you're going through everything while going through
  • Scripting
    8 answers, most recent on 7/15/2024
    RE: Need help creating a simple script
    Yes, you are specifically looking for a "Video" track. Audio tracks are also "valid" which is why it was picking an audio track for your video track. I'd add the { } brackets around this, though, just for clarity: foreach (Track myTrack in
  • Scripting
    9 answers, most recent on 8/27/2024
    RE: Searching If start or end boundaries were overtaken.
    @jetdv I watched this tutorial to be a guidance as reference; And I tried this;  using System; using System.Windows.Forms; using ScriptPortal.Vegas; namespace Test_Script {     public class Class1     {         public Vegas
  • Video
    17 answers, most recent on 9/26/2025
    RE: Adding stereo audio files can massively slow down Vegas
    @lukizap Could you share an entire project then for testing? This thread is about audio in particular, not CGP or video tracks.You both have AMD CPUs which could be a common factor.
  • Audio
    12 answers, most recent on 11/11/2024
    RE: [BUG] VP22 Audio Ducking NOK when output meters view is disabled
    @Howard-Vigorita Thanks for pointing out the envelope tool. I learned something new.🙂 This alternative method (copy and paste the ducking nodes from the voice track to the music track) works regardless if the meters are turned on or off. In fact,
  • Video
    17 answers, most recent on 3/24/2025
    RE: Some files missing in saved arrangement Vegas Pro 20.0
    Have you tried a different track? Yes, no luck.
  • Scripting
    One answer, on 10/23/2024
    How to change track colors using script?
    Hello VEGAS Community. I'm trying to write a script that changes the color of all tracks in a project based on what kind of track it is (i.e. video tracks get color 1, audio tracks get color 2), but I've run into a surprising amount of difficulty so
  • Scripting
    25 answers, most recent on 11/3/2024
    RE: Create a script that removes transitions?
    @marcinzm A while ago, I wrote this code to delete fade in / out and CrossFade. It was possible thanks to the amazing lessons from @jetdv YouTube Channel. It is not perfect, but it works good. @jetdv Thanks again, Sir. void RemoveFadeCrossFade(Vegas
  • Video
    9 answers, most recent on 7/27/2024
    [Solved] Supplied audio track is not in sync with video
    Hi All, I am no expert in audio and this might be a user issue. I recorded a concert last night in 45 minute segments. I recorded in 4K at 29.97 FPS. The sound was also recorded thru the camera's internal microphone. Everything is in sync and no
  • Scripting
    8 answers, most recent on 7/22/2024
    RE: Move Event to the track bellow?
    @Thiago_Sase The reason is that you change the track of the event as you traverse. For example, when event A is on track 1, you move it to track 2; When it's on track 2, you move it to track 3... Until the last track. There are several ways to solve
Previous page
1 … 25 26 27 … 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