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
  • Scripting
    12 answers, most recent on 7/11/2025
    enable Multicamera script
    Hello, @jetdv Is it possible to turn on/enable Multicamera view by script in C#? If no, is it any other possible way to enable this via script? I didn`t see any similar methods in documentation. I would like script to do these things: a) CTRL +
  • 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.
  • 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
  • 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
    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
  • Video
    644 answers, most recent on 6/19/2025
    RE: VEGAS Pro Feature Requests
    When Sync Cursor option while key animation is ON, then a signal should keep triggered to remind user of its ON state. like Auto Ripple red cursor update trigger. Adjustment Layer Should have a different identity or color from video & audio
  • 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
    2 answers, most recent on 8/12/2024
    RE: PIP not filling mask
    Not sure how to do this since motion tracking has put hundreds of exact keyframe scaled sizes along the timeline. When I try to scale in Pan/Crop it just scales within this incorrect sized frame.
  • DVD Architect
    10 answers, most recent on 8/4/2024
    RE: Blu-ray disc with 5.1 lossless or close to
    for completeness and for later reference for anyone else interested. I can achieve what I want in a limited way, using TMPGEnc Author Works v7. Again by directly replacing an existing audio part of the A/V file with the w64. But the limitation is
  • 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
  • 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
  • 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.
  • Scripting
    8 answers, most recent on 7/22/2024
    RE: Move Event to the track bellow?
    if ((myTrack.IsAudio() && nextTrack.IsAudio()) || (myTrack.IsVideo() && nextTrack.IsVideo())) { evnt.Track = nextTrack;
  • 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
  • Video
    195 answers, most recent on 9/6/2024
    RE: [Closed] VEGAS Pro 22 Build 93
    .veg projects saved in 21 are all scrambled in 22. Even when i save as a new file in 22, it opens up with several tracks merged into single tracks @Stevie It's the expected behavior. Vegas interpretes the action of left-dragging .veg files as
  • 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
  • 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
    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
    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
    38 answers, most recent on 2/13/2025
    RE: Psd Layer Splitter Script
    @zzzzzz9125 Thanks for the logic, it worked perfectly. Please can you make a small correction in the second script that adds the PSD layers Across Time. For some reason, the Stream 1 is overlapped by the events created. See the attached video. I
  • Video
    27 answers, most recent on 10/7/2024
    RE: Vegas 22 Mocha crashes on launch
    Yes Reyfox ? Also opened several ticket with support and no answer. Also upto date with V22, currently on build 122. To add to my woes, I'm now getting audio issues with a music tracks not playing back properly,,.when it rains!
  • Scripting
    38 answers, most recent on 2/13/2025
    RE: Psd Layer Splitter Script
    I think that Stream 1 has to be added to the code along with the other events created, as the Stream 1 corresponds to all layers of the PSD file. @joelsonforte.br How about this? The script now leaves Stream 1 at the beginning. using System; using
  • Audio
    28 answers, most recent on 8/26/2024
    RE: Automatically set audio envelop points (audio ducking)
    @joelsonforte.br Yep, thank you very much for the info. I found it and it was actually impossible to miss. But I have a follow-up question: where and how do I fill the bus with audio tracks?
Previous page
1 … 31 32 33 … 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