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
  • Audio
    12 answers, most recent on 7/7/2025
    RE: Applied effects are disabled when changing the playback rate
    Yes, I can hear the FX dropout now. I used Volume FX as my non musical ears can detect a reduction in volume. Also I placed a mp3 music file on the track instead of ac3 audio camera clips. Interestingly although the FX mutes itself it doesn't untick
  • Scripting
    16 answers, most recent on 10/20/2024
    RE: Simple matching event length script is not working properly.
    Then you also need to check the "ActiveTake.Offset" and subtract that from the length when expanding the length. Timecode mediaEndTime = trackEvent.Start + originalLength - trackEvent.ActiveTake.Offset;   Thanks sir...I created this script for my
  • Video
    2 answers, most recent on 8/25/2025
    RE: How do I add the Vegas content?
    The other "stuff" I personally never installed, such as the additional transitions, music, etc., so can't answer to them. The Content Pack is mostly a lot of .WAV music and sound effects media (to be added to the timeline as occurs with any other
  • Video
    32 answers, most recent on 5/8/2025
    RE: Problem after updating Vegas 22. Does not open mp 4 mpeg-4 video codec
    Any codec choice that says AVC ? usually AAC audio codec is going together with AVC Video codec, inside the mp4 container.   Google translate images via my phone: in bandicam itself when i changed to h264 i have the video track open, but the
  • Audio
    12 answers, most recent on 7/14/2025
    RE: Increase the volume of quiet sounds and decrease the loud sounds?
    ,Hi @ryan-hall34See the recent topic, which deals with a similar issue or erratic levels. In this case, I recommended the legacy Wave Hammer plug-in which is a two-stage comp/limiter with an auto gain option in the first stage which is controlled by
  • Video
    3 answers, most recent on 5/16/2025
    RE: 2 Questions: Vegasaur Plugin + Deep Glow Alternative
    To your first question, I can confirm that Vegasaur is always automatically transferred to a new Vegasversion. I'm using Vegasaur several years and never had any issue using it in a newer version. The reason is that Vegasaur is actually a script
  • Scripting
    16 answers, most recent on 10/20/2024
    RE: Simple matching event length script is not working properly.
    @iEmby, I fully understand. I think it's you not understanding so let me try to explain it a different way: It's because inside the inner loops going through all tracks and events: for EVERY EVENT on the timeline, you are looking at the ACTIVE TAKE
  • Video
    One answer, on 10/22/2024
    RE: Easier or more precise way to add fade?
    You can using a script. You can set a script to fade whatever length you want for whichever events you want (i.e. all selected events, all events on one track, events under the cursor, whatever you choose.
  • Video
    9 answers, most recent on 12/12/2024
    RE: Viewing keyframes in the timeline
    @Richard-Vanner Track Motion exposes keyframes for editing along the timeline. I have not found a setting that exposes Pan/Crop or any fX keyframes for editing along the timeline.
  • Video
    25 answers, most recent on 7/4/2025
    RE: Chroma Keyer "pictures of eyes" icons are missing in Vegas Pro 22
    I seldom use the Video FX window to apply effects, I normally use the Plug-In Chooser: @3POINT - Yes, I have selected my Video FX's both ways. Personally, I like using the VideoFX tab and then drag down into the track the FX-effects I wish to
  • Audio
    7 answers, most recent on 5/12/2025
    Event Heal Question
    I have an audio event on one track. There's a gap of silence that I want to remove between two sections of dialog. If I split the event and trim them to remove the silence, I then try to "event heal" them, but when it makes it a single event, it
  • Audio
    17 answers, most recent on 11/27/2024
    RE: Double Waveform on Audio Tracks (I think I clicked something)
    I have used Vegas since sonic foundry days and have never had a source show up with a single waveform unless it was a mono track. Is there a chance you have changed your hardware audio device? Maybe you had one that was mono only or was set to
  • Video
    152 answers, most recent on 10/30/2024
    RE: VEGAS Pro 22 Build 122 General Discussion
    @andyrpsmith It's the prores version, would be helpful if someone could upload a AVC/HEVC version. A work around is to demux the video and audio then put them back on the timeline, the spacial audio tracks then work fine.
  • Audio
    2 answers, most recent on 2/19/2025
    Multicamera Synchronize Audio Sync Fails in Vegas22 Build 239
    I have 3 tracks of video with audio in standard Sony file formats. I have one large track in .wav format. When I select all the tracks to sync by using the Multicamera synchronize audio feature, it will process for a couple of minutes and then crash
  • Scripting
    2 answers, most recent on 12/12/2024
    Adding Solid Black Color to Vegas Pro script help
    I'm trying to write a script that adds a solid black color to Vegas Pro, but I don't know how to apply the function so that the solid color is black instead of white. Could someone help me?using System;using System.Windows.Forms;  // Namespace
  • Video
    13 answers, most recent on 3/23/2025
    RE: Searching for downloaded video effects
    Please read the Readme.pdf that is included in the download package - it explains how to use the free transitions. In a nutshell, these transitions are not OFX transitions; rather, they are Vegas Pro projects that are placed on an upper track on the
  • Video
    10 answers, most recent on 1/26/2025
    RE: Issues with rendering multi-track project as MP3
    The video file could be the cause of the issue. Try removing the video (picture) events from the timeline leaving just the audio, If that does not help, transcode the video's audio to PCM or render the video audio to a new track and remove the
  • Video
    6 answers, most recent on 11/3/2024
    RE: Trouble moving a circle .png to edge of screen
    Try Track Motion. If you try with Pan/Crop, make sure you right-click the Pan/Crop screen and choose "Match Output Aspect" first. Then Pan/Crop will move it to the edge of the screen. You can also use the Picture-in-Picture effect.
  • Video
    177 answers, most recent on 1/20/2025
    RE: VEGAS Pro 22 Build 194 General Discussion
    Hi. “Auto-Ducking Controller Build 194”Here I'm running into a wall. I have a music track and a commentary track with some comments. There are pauses between the individual comments. This is where my problem lies. The ducking, as it is from B194
  • Audio
    11 answers, most recent on 12/13/2024
    RE: edit audio transfer from Vegas to Sound Forge
    Hi @Ivor-Williams, assuming you have already designated Sound Forge as the 'Preferred audio editor' in the Vegas setting "Options> Preferences> Audio". As I previously stated, selecting an audio event (right-click) and choosing Open copy in
  • Scripting
    5 answers, most recent on 5/27/2025
    Remove audio, increase speed, remove gaps
    Here is my manual process right now (Vegas Pro 14.00): - one video track + one audio track - grouped using "G" key - make a few splits, using "S" key, video and audio are always split at the same time marker - ungroup a few segments (not all, green
  • Audio
    10 answers, most recent on 4/4/2025
    Video and Audio Events screens open until I click on them to close
    My latest complaint. In Vegas 21 when I clicked on the FX on a track I would get a small box with the effect inside it, could work with it, and then click on it and it would go away.In 22 when I click on the FX I get a box that takes up half the
  • Video
    18 answers, most recent on 8/28/2025
    RE: Timeline Resets After 24 Hours in Vegas Pro 22
    Hello again @akrusche 🙂 At first glance, I noticed that with different Ruler time format options, some don’t reset and continue counting correctly, but as I mentioned, Time and Time and Frames do reset the counter. Anyway, it turns out I wasn’t
  • Video
    6 answers, most recent on 3/9/2025
    RE: How to Quantize 2,698 Unquantized events at once...?
    If you're done with unquantized clip realignment, you can close the gaps: 1. select the track with the gaps 2. to close all gaps select all or none of the events 3. (menu) edit -> close gaps Otherwise, wait a bit and more users will come along
Previous page
1 … 27 28 29 … 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