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 1k Tutorials User
Options
Last year
  • Any time
  • Last 24 hours
  • Last week
  • Last month
  • Last six month
  • Last year
  • Scripting
    2 answers, most recent on 6/14/2024
    [Solved] Render Selected Audio as New Take
    I'm trying to create a script that renders the audio from the selected event on the timeline in .wav format and imports it back into the timeline with a take along with the original audio from the selected event, but I don't know the logic for
  • Audio
    6 answers, most recent on 3/5/2025
    [Solved] Randomly Can't move the GAIN Slider on a clip.
    While editing, suddenly, the little GAIN slider, where you grab the blue dash, and pull it down, or back up... will stop working. Once it stopes. My project is trash, and I have to start over. Nothing I do, makes it work again, other than deleting
  • Audio
    9 answers, most recent on 11/3/2024
    [Solved] Deleting space at end of timeline
    Good Morning All, I cannot for the life of me figure out how to remove time off of the timeline after an audio track. I have three minutes of blank timeline a the end of my audio tracks.I don't even know how it got there, Selecting that region of
  • Scripting
    4 answers, most recent on 2/10/2025
    RE: [Solved] Selecting video effects. How to add keyframes to a key?
    Thanks, solved the problem with the script here is a variant with ready animation and the second keyframe becomes always at the end.And now you can assign to one key. using System; using System.Collections.Generic; using ScriptPortal.Vegas; using
  • Scripting
    10 answers, most recent on 9/25/2024
    RE: [Solved] Script for specified change of Pl.back Rate and length of sel. Events
    @Julian-M Why did you delete CorrectVideoEventLength() and CorrectAudioEventLength()? For code that changes the length, the old one is correct. All that needs to be changed are the two lines I mentioned above that change the rate. However,
  • Video
    One answer, on 12/20/2024
    [Solved] Add Across Tracks - incorrect alignment
    I recently upgraded from Vegas Pro 20 to 22 and am seeing some bad behavior in v22 build 194. I use multi-track audio with my productions, so I frequently drop 12 to 32 audio track *.wav files onto the timeline. The way I do this is by dragging the
  • Audio
    3 answers, most recent on 6/7/2024
    [Solved] Best Way To Deal With DJI Mic Audio In Vegas Pro 20?
    Hello everyone.   I've been mainly working with pure GoPro video and stereo audio for my YouTube videos, but at the start of the week I purchased DJI's microphone setup which consist of 1 receiver and 2 transmitters/mics. The idea is for me to have
  • Scripting
    4 answers, most recent on 2/10/2025
    [Solved] Selecting video effects. How to add keyframes to a key?
    Hi all, please help me with a script I want to assign to keyboard shortcuts to execute a command for Black Bar Fill that it immediately becomes and with keyframes 5 sec. Animation.  Here is a script that outputs all video effects.    using
  • Audio
    5 answers, most recent on 4/4/2025
    [Solved] After rendering, the audio track is offset by 65 milliseconds
    Below are the cut pieces of video. Above is the rendered file. The videos are currently synced. But the audio track is out of sync (no stretching or tone shifting effects). Below is a music track without any special features. I checked and
  • Video
    5 answers, most recent on 1/20/2025
    [Solved] Can I copy and past a single frame or section of an event?
    I can copy and paste events. I can split events. But when I do this, the Mocha Pro tracking is not in line with the copied frames. The tracking data always displays as if it's at the beginning of the event, no matter what part of the event I
  • Video
    32 answers, most recent on 5/8/2025
    [Solved] Problem after updating Vegas 22. Does not open mp 4 mpeg-4 video codec
    After the latest update of Sony Vegas 2022, the video track in mp 4 quality with mpeg-4 codec does not open. Everything worked fine before the update. Tried almost everything I can and nothing helps. Installed k lite, xvid, quick , reinstalled and
  • Video
    4 answers, most recent on 9/8/2024
    [Solved] Color grading on track level
    Using V22 - I use Alt G to bring up color grading and if I want to correct an event it works fine... BUT if I use the drop down to apply grading to track level everything is greyed out. What am I possibly doing wrong?  
  • Scripting
    8 answers, most recent on 7/15/2024
    [Solved] Need help creating a simple script
    @jetdv Sir, I'm studying through your videos how to create scripts for Vegas. I'm literally learning from scratch. I'm trying to make this script that adds an image directly to the timeline. The script works when I use it on a video track, but when
  • Scripting
    4 answers, most recent on 10/15/2024
    [Solved] Can't get script to assign media to fixed X Center & Y Center, help...
    I'm pasting in two scripts: The first one works and takes highlighted media and adjusts the X Center and Y Center by a specific amount relative to where they started out, here's the working script:  using System; using System.Windows.Forms; //
  • Video
    3 answers, most recent on 9/30/2024
    RE: [Solved] Motion Tracking causes freezing
    Well if the reported bug is to do with choosing perspective mode it's different to mine, as my freeze occurs with all modes. After some further testing I figured out the freeze is caused whenever I adjust the motion tracking rectangle. As long as I
  • Scripting
    5 answers, most recent on 9/8/2024
    [Solved] Acessing Vegas Pro data from exe-file
    Hi everyone. I have a university project, where I should create an app, that teaches user something. I decided to make an app that teaches some basics of video editing. I wanted to create some tasks that user should do, and my app would track
  • Scripting
    10 answers, most recent on 7/19/2024
    RE: [Solved] This script should remove all selected video event's audio stream but
    A simple script: using ScriptPortal.Vegas; namespace Test_Script {     public class Class1     {         public void Main(Vegas vegas)         {             foreach (Track myTrack in vegas.Project.Tracks)             {                 if
  • Audio
    8 answers, most recent on 11/5/2024
    [Solved] Inserting Audio track default volume is now -4,8 dB in VP22 build 194?
    I just noticed that inserting an audio track is now -4,8 dB in VP22 build 194? It is in every VP22 project new or old I open now. Did I do something stupid or saved a different default? I do not recall. Or did something change with the new audio
  • Scripting
    8 answers, most recent on 7/22/2024
    RE: [Solved] Move Event to the track bellow?
    OR, you could go through the tracks backwards if you need it to work with multiple selected events...
  • Video
    11 answers, most recent on 2/24/2025
    RE: [Solved] VP 22, Why don't Animated Text events automatically adjust length?
    This script will take ANY select Generated Media and change the "length of the media" to match the "length of the event." using System; using System.Collections.Generic; using System.Collections; using System.IO; using System.Text; using
  • Audio
    5 answers, most recent on 3/12/2025
    RE: [Solved] Missing VEGAS Audio Effects
    The XFX1, XFX2, XFX3 effects plug-ins are Direct X and have been included with Sound Forge for as long as I can recall (for instance 'Track EQ' and 'Track Compressor', ect.) If you install Sound Forge, the Sound Forge FX packs should be available in
  • Video
    One answer, on 6/16/2024
    RE: [Solved] Vegas Edit 19 - Restoring crossfade as default transition
    Remove the GL zoom transition from the track. Then overlap the ends of the events if not already so.
  • Scripting
    7 answers, most recent on 5/23/2024
    RE: [Solved] Copying generated media without creating a reference
    Here it is: using System.Collections.Generic; using ScriptPortal.Vegas;  // "ScriptPortal.Vegas" for Magix Vegas Pro 14 or above, "Sony.Vegas" for Sony Vegas Pro 13 or below namespace Test_Script {     public class Class     {        
  • Video
    14 answers, most recent on 4/17/2025
    RE: [Solved] Trying to render 13 Particle Illusion instances
    @beaverbrook  ---------------- You might also have to set the track to Screen to get the correct look.
Previous page
1 2 3 4 … 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