VEGAS Creative Software Community
The Vegas Creative Software Support Community – Find help here
  • Forum
  • Tutorials
  • Support New
  • Sign in / register
  • Search ...
  • Help
All Support Forum 66k Tutorials User
Options
Any time
  • Any time
  • Last 24 hours
  • Last week
  • Last month
  • Last six month
  • Last year
  • 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 =
  • Audio
    One answer, on 3/20/2025
    Audio track no sound but clip work fine in madia player
  • 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
    4 answers, most recent on 2/20/2024
    Trying to collapse tracks without removing previous whitespace
    I wrote the following script for one of my editor friends.   using System.Collections.Generic; using ScriptPortal.Vegas; using System.Windows.Forms; public class EntryPoint {     public void FromVegas(Vegas
  • Video
    8 answers, most recent on 9/20/2022
    [Solved] Extensions Missing in Vegas Pro
    I'm trying to figure out why the Tools>Extensions bar won't appear. In fact, it won't appear from any dropdown, simply saying 'No Extensions.' I wanted to copy track to pip, but none of the extensions will appear. Scripts will appear, but 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
  • Video
    5 answers, most recent on 2/29/2024
    RE: text effect - how to apply effect only on text an not a whole frame
    You need to set the text track as a Child-track of MP4 track, and set the composite mode of the MP4 track to Multiply (Mask).
  • Video
    41 answers, most recent on 5/3/2024
    RE: Timecode - How to sync audio only tracks? How to limit total tracks?
    If you do a multicam editing, you should have one video track for every camera. And one audio track for the audio recorded with the camera. Additional audio tracks for audio-recorder can be, too. But 50 tracks is not, how that works. I do not see
  • Scripting
    38 answers, most recent on 2/13/2025
    RE: Psd Layer Splitter Script
    Is it possible to add an logic to the script so that, before creating video tracks, it checks whether or not there are already video tracks in the timeline? If there are video tracks, the created events will be added to these tracks and if they do
  • 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
    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
  • 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
    25 answers, most recent on 3/25/2023
    RE: [Solved] 📝⚙️(Script) Add Picture-in-Picture to the event.
    Yes. Note here that we add a new "pipFound" variable after getting the Video Event and defining the UniqueID we're looking for. Then we add a new section to search for that UniqueID: foreach(Effect eff in vEvent.Effects) { if
  • Video
    49 answers, most recent on 3/21/2024
    RE: Moving multiple tracks from one group of tracks to another
    If you want to move the tracks with all the events that are on those tracks, select the track headers by ctrl-clicking each one, then drag those to a new position. You can also group tracks, and drag the group by the track group header to another
  • Video
    16 answers, most recent on 7/23/2024
    RE: Issue when scrolling through video / audio tracks
    @Zyg, @Dexcon In your video, other than the track headers appearing to scroll up when you click on track 6, the tracks are still in the same position, as you will notice on the right side of the video where the events are positioned. The events are
  • 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
  • Audio
    8 answers, most recent on 7/16/2024
    RE: How to convert (real) mono to stereo
    As a work-around, I hard pan the L/R tracks and 'Render to new track' soloing the pertinent tracks on the timeline (or muting the others). btw, this topic was started back in 2016, and much has changed since then, however I am not aware of a script
  • 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
    36 answers, most recent on 5/29/2024
    RE: New tutorial video for Vegas Pro 21
    @lan-mLMC Hi, don't want to go off topic but in that vid with the two people sat on the bench he adds 'Colour Correction' (Looks) to a new top track & it affects all, but that isn't an Adjustment track, it says Video Track fx; Track 1 not
  • Video
    49 answers, most recent on 3/21/2024
    RE: Moving multiple tracks from one group of tracks to another
    Hi @Douglas-McCarron I too am a new user to Vegas Pro and my first post to this forum was the same as yours. Please read my post, it may help clarify things for
  • Video
    3 answers, most recent on 3/11/2023
    RE: [Solved] 💡 (Feature Request) Selectively Delete
    I included the "form" code inside the main code block so it reads odd and there's lots of extra lines but I didn't have to build a DLL file this way...  using System; using System.Collections.Generic; using System.ComponentModel; using
  • Video
    6 answers, most recent on 10/2/2024
    [Solved] Slow or freezing issues when editing a video - English or Spanish
    Good night, I hope you are well. "By the way I'm Latin in case you see the media info in Spanish" These days I have been testing with OBS, recording games with the following configuration: In this case, I did the test with Genshin Impact and the
  • Video
    18 answers, most recent on 5/21/2024
    RE: Multicam Workflow Question
    You can cut spaces as needed, and with Ripple turned on everything moves together. (just make sure if you want other audio tracks to move, that any cuts affect events on all the tracks, not just the MC video track) @RedRob-CandlelightProdctns, this
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