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
    32 answers, most recent on 9/9/2025
    Adjustment Events on Don't Work on Most Blend Modes on Tracks. VP22
    Build 122, as well as previous builds of Vegas 22, and 21, but works on first build of Vegas 21, build 108. Placing an Adjustment Event onto a track with a blend mode (dodge,burn,darken,overlay,cut,multiply mask,subtract) will either do nothing, or
  • Video
    25 answers, most recent on 1/3/2025
    RE: Memory Leak Issues During Rendering in Vegas Pro 22
    Hi @RogerS, Thank you for your response! Unfortunately, this issue is not isolated to a single project. It happens with any project, and all of them are newly created in Vegas Pro 22—none are legacy files from Vegas Pro 17. I’m unable to share the
  • Video
    14 answers, most recent on 11/15/2024
    RE: Generating a loudness log for the timeline (Feature Request)
    @john_dennis It appears that the loudness log does not work like that by design. According to help, if nothing is selected the entire timeline is analysed - meaning all applicable soundtracks in the project, so selecting a range makes sense rather
  • Video
    3 answers, most recent on 10/14/2024
    RE: Rendering Issues
    If you use the built-in multicam feature doesn't it leave blank spaces where the unused camera angles are once you expand the tracks back out?
  • Scripting
    12 answers, most recent on 7/11/2025
    RE: enable Multicamera script
      Is it possible in Vegas to turn off prompt question after running "Create multicamera track". I mean this question: "Some items (such as evelopes, effects, or motion) will be lost during this operation. Continue?" @marcinzm I have that doubt too.
  • Video
    37 answers, most recent on 3/5/2025
    RE: Equalize Histogram setting in White Balance FX
    @MikeLV and @Levi-GB I can confirm the issue, but only when two tracks are used for the transition. A transition on one track is okay. or Another option is to use Auto color levels instead of White balance equalize histogram option. The result
  • Video
    2 answers, most recent on 9/1/2025
    RE: Legendas - IA audio em texto - IDIOMA PORTUGUES
    Vegas 22, usando a ferramenta IA conversão de fala em texto, para criar legendas. COMO FAÇO PARA SELECIONAR OUTRO IDIOMA, no meu caso , português ? Em transcrição, você consegue alterar de "detectar automaticamente" para outro idioma antes de
  • Scripting
    6 answers, most recent on 9/26/2024
    RE: How to move Envelope Points via Script?
    @jetdv I created a script that select all events from the right side of the cursor and then, move them all at cursor position. But I'm having this issue about the volume points; using System; using System.Collections.Generic; using
  • Video
    11 answers, most recent on 11/6/2024
    RE: Auto Duck effect
    @davewire35 just be aware of an issue with audio overlaps : https://www.vegascreativesoftware.info/us/forum/bug-auto-duck-control-track-fails-to-return-to-zero-after-overlap--147690/ Thank you for this clear and precise information! and yes I
  • Video
    24 answers, most recent on 5/1/2025
    RE: No hotkey for "Selectively Paste Event Attributes"?!
    @RedRob-CandlelightProdctns for what purpose do you copy/paste event attributes? Isn't it easier to use track fx or an adjustment track/event to apply certain events with the same attributes. @3POINT Since you asked --- (it's not tooooo long an
  • Video
    12 answers, most recent on 9/2/2025
    RE: Boris CC seems to be the culprit of my crashes
    I just did another round of troubleshooting and exported tracks one by one to see which one is problematic. The crashes occur alweays around the same area on a specific track that has events with BCC magic sharp in them. Those events really need
  • Scripting
    7 answers, most recent on 5/1/2025
    RE: How to change Audio Effect Parameter?
    And here's the script that adds Volume    using System; using System.Windows.Forms; using ScriptPortal.Vegas; public class EntryPoint {     public void FromVegas(Vegas vegas)     {         try         {             PlugInNode effects =
  • Video
    One answer, on 11/17/2024
    RE: Using Movie Studio Platinum 13 question please
    I think you inserted a CD track region ( keyboard N). It's for creating audio CDs, obviously. See if you can right click with the mouse on the red marker and delete it.
  • Audio
    7 answers, most recent on 12/23/2024
    RE: BUG: Audio makes popping sounds
    Okay, so I re-enabled mxcompoundplug.dll, and it switched from mcmp4plug2 to that. Doesn't seem to be doing the same thing so far. Except it corrupts the video track itself for some files.
  • Video
    8 answers, most recent on 3/4/2025
    RE: Frames lagging
    Without knowing what "opener" you bought, how many tracks, are their titles or fx, etc., it's hard to give a possible solution. Also, what is the setting on the Preview window? And why aren't you using the latest version of VP21?
  • Scripting
    23 answers, most recent on 12/13/2024
    RE: Is this a Bug? Script that launches adjustment event on Vegas Pro 22.
    @zzzzzz9125 @Jack S @jetdv Hello guys. Both versions of the adjustment event script are crashing Vegas Pro 22 - build 194.This is the old version of the script by @jetdv using ScriptPortal.Vegas; namespace Test_Script {     public class
  • Video
    8 answers, most recent on 4/14/2025
    RE: beautiful photos presentation plugin
    @marcinzm Hi, yes, Vegs has a 3D option for the tracks & using the Parent/Child option + keyframes it can all be animated. In that video it looks like maybe 4 layers. A single background picture that is composed of multiple photos. (they could
  • Video
    8 answers, most recent on 8/24/2025
    RE: opening 2nd instance of Vegas 22/21 --> total crash
    not sure it's related to the general issues i have in this particular project ( reported here ), but I ported the project back to V22 from 21 for workflow reasons, and still get heavy crashes like once per hour with different crash reports each
  • Video
    29 answers, most recent on 11/29/2024
    RE: Plural Eyes
    Yikes! That's HIGH! Also, I try to avoid "subscriptions" as much as possible. I'll plug along with manual synchronization. I rarely use more than 4 tracks, so it's handle-able...
  • Scripting
    12 answers, most recent on 1/14/2025
    RE: help me complete a very useful script on frames and their length
    So this: if (frameRate == 100.00m) { //videoEvent.AdjustPlaybackRate(0.25, true); videoEvent.PlaybackRate = 0.25;
  • Scripting
    12 answers, most recent on 1/14/2025
    RE: help me complete a very useful script on frames and their length
    In the very first script you posted you have this: // only affect 59.94fps media if (frameRate == 100.00m) { //videoEvent.AdjustPlaybackRate(0.25, true);
  • Video
    13 answers, most recent on 2/20/2025
    RE: V22 239 cannot render project, crashes every time
    I don't use ACES, although I found it to be the most color accurate transform.. I use the Vegas LUT filter in the track FX with a Phantom LUT. ACES is greyed out. I never use it as I work with LUTS to transform my LOG footage.
  • Video
    5 answers, most recent on 3/30/2025
    RE: AcePro 2 with Vegas Pro 19
    Thank you for giving me a quick education in the real world of high-end editing! That's definitely out of my range for my website and YouTube publishing. I'll go the proxy route for 8K files and any others Vegas Pro can't easily handle. Thanks for
  • Video
    6 answers, most recent on 9/10/2025
    RE: “In Vegas Pro 23, does an external LUT apply correctly for you?”
    Your Kodak Killer lut works for me in all of the 3 possibilities... in cgp as a look or camera lut. And lut-fx which only has 1 slot. In cgp, use the white folder icon to browse to it. In the fx chain, use the button labeled Browse. At what level
Previous page
1 … 22 23 24 … 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