VEGAS Creative Software Community
The Vegas Creative Software Support Community – Find help here
  • Forum
  • Tutorials
  • Support New
  • Sign in / register
  • Search ...
  • Help
All Forum 1k Tutorials User
Options
Last year
  • Any time
  • Last 24 hours
  • Last week
  • Last month
  • Last six month
  • Last year
  • Video
    37 answers, most recent on 10/6/2024
    RE: Title and text media generator doesn't show up in preview
    New project - create new title media on track - close title event windows - open it (the one one the track) again   as shown her:
  • Video
    119 answers, most recent on 6/20/2025
    RE: VEGAS Pro 22 Build 239 General Discussion
    Auto Ducking  1. It seems broken. If the audio is cut into parts, Auto Ducking returns to zero at the beginning and end of the cut. Note that it reacts to the cut. Not to changes in voice. If the track is completely uncut, Auto Ducking returns to
  • Video
    30 answers, most recent on 9/23/2024
    RE: Adjustment Events on Don't Work on Most Blend Modes on Tracks. VP22
    Maybe I can give another perspective on this behavior. When an adjustment event is added to the timeline, everything below the event is essentially flattened and pushed into the adjustment event's place. Everything below the event is then
  • Audio
    One answer, on 3/20/2025
    Audio track no sound but clip work fine in madia player
  • Audio
    7 answers, most recent on 10/2/2024
    [Solved] After editing audio track volume how do you group it with the video
    Is there a way to group the audio edits with the video? Vegas Pro Edit Version 21.0 (Build 315) Problem: Some of the audio has to be muted. I press V and then click on the sound line. Double clicking on the line at the first point of the edit. Then
  • Video
    177 answers, most recent on 1/20/2025
    RE: VEGAS Pro 22 Build 194 General Discussion
    Hi.Thanks for the tip. Hm, that could have been it. But I checked there. What I suspect in retrospect is that this track was previously used by Otter's ducker. It is possible that residual settings were left behind by this tool. After deleting the
  • Video
    9 answers, most recent on 2/14/2025
    RE: What can I do to speed up 4K render?
    Thanks @RogerS. Is there any rendering speed advantage by applying FX at the track level versus event level? I typically copy and paste the same LUT, minor color grading, and sharpening to all the clips in my track, then view each media event and
  • Scripting
    16 answers, most recent on 10/20/2024
    RE: Simple matching event length script is not working properly.
    @iEmby The "ActiveTake.Length" is the length of the event on the timeline... In short, trackEvent.Length will equal trackEvent.ActiveTake.Length If you want to fix this, try this instead: Timecode originalLength =
  • Scripting
    42 answers, most recent on 7/20/2025
    RE: VEGAS Pro Scripts Collections | SHARE YOUR SCRIPT HERE !!
    Script: eliminar el audio de los eventos de video seleccionados using ScriptPortal.Vegas; namespace Test_Script {     public class Class1     {         public void Main(Vegas vegas)         {             foreach (Track myTrack in
  • Video
    43 answers, most recent on 8/19/2024
    RE: VEGAS Feature Wishlist - August 2024
    Pin any video track on Top so that whenever user add any track it will add below of it. Can be useful at many situations like adding logo, master color correction or much more.
  • Video
    10 answers, most recent on 2/23/2025
    RE: Hiding things in the video
    I suppose I should look at the mocha that I got with Vegas 21 because I recall there was a tracking portion and something about masking over it. If you are referring to Mocha VEGAS, unfortunately you won't find Mocha's Remove feature there. The
  • Video
    3 answers, most recent on 6/28/2025
    RE: Moving Face Cam
    The approach I take is similar to above but I find Picture In Picture fx the most convenient. More so than Track Motion. Or pan/crop on the event. Although with a little more work, you might get higher quality with pan/crop.
  • Video
    One answer, on 12/5/2024
    RE: VEGAS 22 - Mask all of a sudden disappears video in preview
    @Allen-Lind When you say When I turn on / create a mask in the pan crop for a particular track, Do you mean Pan/Crop for an event, not a track? If you do, I can't replicate that. Give more information, or better still, do a short screen recording of
  • Audio
    11 answers, most recent on 12/13/2024
    RE: edit audio transfer from Vegas to Sound Forge
    Fx Track cast I am not familiar with the term either.
  • Video
    8 answers, most recent on 5/8/2025
    FX's are ruining the video,causing glitches or fx disable themselves
    I'm trying to edit a some MP4 files but having some big trouble .For example;as you may see on the video I uploaded to youtube by this link I have 8-10 tracks on my project.On of the tracks ,I add "Brightness and Contrast" and after that " Colorize"
  • Video
    7 answers, most recent on 7/30/2024
    RE: VP22 Render to a new track - options missing?
    I wouldn't say that core features are missing, because the render to new track still works. It's just that a few popular codecs for rendering to a new track are not accessible at the moment. When all bugs should be fixed before releasing a new Vegas
  • 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
  • Video
    4 answers, most recent on 10/26/2024
    RE: Templates
    Are we limited to making a blank, dummy project and saving that, as a kind of template? That's what I've been doing for years. All tracks named and with track VFX or audio vst plugins where necessary, Project Properties specific for the
  • Video
    6 answers, most recent on 12/4/2024
    RE: Short Youtube Format (1080X1920) : problem moving an image
    Try using track motion or the picture in picture Fx to move the images where you like.
  • Video
    14 answers, most recent on 12/4/2024
    RE: Alternatives for BRAW Editing?
    Have preview on BEST/QUARTER for 6K braw when using CGP with Vegas 32bit projects. Vegas has a problem with BRAW where it's processing the tracks underneath when it shouldn't be processing them, the top track is at 100% video level. This is playback
  • Video
    26 answers, most recent on 9/26/2024
    RE: Audio gets lost in 2nd half of rendered video
    I made another test. Deleted the video track and rendered the remaining audio track only, again as wave file (see first figure). The result is the same. For comparison see both audio tracks, audio events before rendering vs the rendered audio event.
  • Video
    195 answers, most recent on 9/6/2024
    RE: [Closed] VEGAS Pro 22 Build 93
      Render to a new track has render options missing, AVC, HEVC. @Gid The same happens. Render to a new track is missing the Magix AVC render options.
  • Scripting
    12 answers, most recent on 1/14/2025
    RE: help me complete a very useful script on frames and their length
    @MALIK, try something like this: Timecode oldLength = videoEvent.Length; videoEvent.PlaybackRate = 0.25; videoEvent.Length = Timecode.FromMilliseconds(videoEvent.Length.ToMilliseconds() * 4);
  • Video
    12 answers, most recent on 2/26/2025
    RE: Add Media Across Tracks feature New Bug(VEGAS Pro 22 build 239)
    @Dexcon  The event is not placed at 00:00:00, right? I think there's a slight gap. Also, even when performing the operation while the mouse cursor is over the track header, VEGAS Pro 17–21 correctly places the beginning of the event at 00:00:00
Previous page
1 … 17 18 19 … 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