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
  • Video
    17 answers, most recent on 4/21/2025
    RE: Vegas Pro 22 (239 Build) Timecode issue
    Update: I was able to try the Lay Out Tracks Using Media Time Code." Strange it puts each segment on a different track... no biggie, I guess as I can manually move them to their C1 or C2 tracks. At least they're synched. Agree, comments, suggestions
  • Scripting
    3 answers, most recent on 2/13/2023
    RE: [Solved] How to iterate through all tracks from a specific track group
    It turned out to be quite simple, in case someone needs it:              foreach (TrackGroup grp in vegas.Project.TrackGroups)             {                 foreach (Track track in grp)                 {                     if (track.MediaType
  • Video
    No answers, created on 1/7/2025
    Mute envelope doesn't *actually* mute nested children
    I have a project with 16 tracks in a parent track, and each of those 16 tracks also have three nested tracks in them. For performance reasons, I'm trying to mute the huge set of tracks when they are empty and not being used. If I add a "mute"
  • Audio
    5 answers, most recent on 2/23/2023
    [Solved] Rendering audio track
    Using Vegas Pro 19 when I render a audio wave track it gives extra time that the video is extended to. I just want the audio track to stop at the end of the audio only. I select solo on audio track which is 3:11 sec but it always renders to 3:30
  • Video
    3 answers, most recent on 1/18/2023
    [Solved] VP20 Audio Track Group Muting Bug
    VP20 current build. Open a blank project, add several audio tracks, select all the tracks, right click, select Track Grouping --> Group Selected Tracks. With the audio tracks now part of a folder/group, if I click the mute button on any
  • Audio
    4 answers, most recent on 7/27/2024
    [Solved] HEVC file import w/ multiple audio tracks
    Hey guys, new to the forums but been around Vegas for a year or so Hoping this will be an easy question.. I am recording my desktop using OBS. I'm using the NVIDIA NVENC HVEC codec, and I have OBS recording two separate audio tracks. One track for
  • Scripting
    10 answers, most recent on 3/10/2025
    RE: Reverse (rewind) at Cursor Position Split with one click!
    Rewind Event update 2; This script is about to emulate a Rewind effect at cursor position. It's not the traditional Reverse. * Some bugs fixed; * Added some warnings messages for better workflow with the script; * Added the "Un-Rewind" effect if the
  • Scripting
    9 answers, most recent on 3/10/2023
    [Solved] 📝⚙️(Script) Specific selection
    I don't like how "CTRL+A" works in VEGAS. It selects all events and tracks. So after I do what I want to do I have to deselect the events as well as the tracks.I would like a script that identifies when I click on the timeline and run it, it selects
  • Scripting
    3 answers, most recent on 10/8/2023
    RE: [Solved] Fixing Script: Deleting Video and Audio Parts Together
    Ok, I've gone back to my original code which I know works (you left a LOT of the code out of the above - such as the rendering routine which gets us the file to process). I added in your form using the form designer so the code is now correct for
  • Video
    3 answers, most recent on 2/5/2025
    RE: Multichannel VST
    When Vegas Pro properties is set to 5.1, the only audio FX available in 5.1 are Track FX, Dither and Wave Hammer Surround - but these I understand are DirectX FX not VST. Are there any specific multichannel VST plugins that you are thinking of using
  • Video
    3 answers, most recent on 5/2/2025
    RE: Older version of Vegas have larger buttons and speed % on clips.
    Grab the track bottom and mouse the track height higher. Same for video.
  • Video
    8 answers, most recent on 4/4/2025
    RE: Grouping, moving, ungrouping
    Sounds like you have all of the tracks selected. Click on the header of the track you want to work on.
  • Scripting
    7 answers, most recent on 5/1/2025
    RE: How to change Audio Effect Parameter?
    I managed to enhance the sound only on the entire track. I tried to make it like the premiere pro.But Gain at the event doesn't want to. using System; using System.Windows.Forms; using ScriptPortal.Vegas; public class EntryPoint {     public
  • Video
    8 answers, most recent on 11/30/2023
    RE: [Solved] Is Anyone Using the Logitech MX Master to Edit Videos?
    100% Yes! Been using the LOGI Mx range since they came out. The assignable Buttons for Vegas was a revelation. If I have a stack of Tracks then the Thumb Roll gets me from T1 to T8 immediately. Track heights can be adjusted just by clicking another
  • Scripting
    38 answers, most recent on 4/29/2025
    RE: VEGAS Pro Scripts Collections | SHARE YOUR SCRIPT HERE !!
    Merge Tracks | SCRIPT Compressing project by merging tracks & removing extra tracks by moving events through tracks after considering some conditions. using System; using System.Collections.Generic; using ScriptPortal.Vegas; public class
  • Video
    5 answers, most recent on 10/13/2023
    RE: [Solved] Vegas Pro 19 Default layout + Custom layouts gone haywire
    @Douglass-Ray, right-click any track header, go to View, and turn Name back on.
  • Scripting
    6 answers, most recent on 2/23/2025
    [Solved] Export closed captioning for Youtube not working.
    Hi, I'm editing my music video and Export closed captioning for Youtube script doesn't work. When I launch it, nothing happened. The srt file isn't saved in the folder I browsed. Here is the process what I've done:1) Downloaded each caption.srt file
  • Video
    17 answers, most recent on 4/21/2025
    RE: Vegas Pro 22 (239 Build) Timecode issue
    Ya, I know nothing about scripts. Ok, I did figure out a work-around... 1) Grab all segments from C1 and C2... IMPORT into a new Vegas .VEG and save as "TC GENERATOR.VEG" 2) Execute "Lay Out Tracks Using Media Time Code." which does line up both
  • Audio
    3 answers, most recent on 4/15/2023
    [Solved] Recording Track Issue
    When I record on a track, the entire track gets taken up, and I can't see the waveforms over the parts that recorded sound (if any) until after I stop recording. It was different before. How do I fix this?
  • Video
    3 answers, most recent on 1/18/2023
    RE: [Solved] VP20 Audio Track Group Muting Bug
    @ALO, I cannot duplicate what you are seeing UNLESS I leave all of the tracks selected after grouping. If I click on any track to select only that track, the mute button only happens on that one track.
  • Video
    17 answers, most recent on 3/24/2025
    RE: Some files missing in saved arrangement Vegas Pro 20.0
    Have you tried clicking on the blue "S" in the track header? Why do you have the tracks "S"olo?
  • Audio
    6 answers, most recent on 2/6/2023
    [Solved] importing video with more than 2 audio tracks separatly into Vegas 20
    Having trouble importing multi-channel audio Sony .mxf files or any type of file for that matter with multiple audio tracks on a 5.1 surround project or any stereo project. When the file is imported it only shows up as one regular 2 channel track on
  • Scripting
    2 answers, most recent on 2/7/2023
    [Solved] Script for import media...issue
    I have been looking for a script to be able to import some media, which I usually use during my compositions.I found a script by Edward Troxel that did this, but using already present tracks on the timeline.I am not very familiar with everything
  • Video
    4 answers, most recent on 12/18/2022
    RE: [Solved] Apply motion to multiple tracks at once
    Try this: Make a parent track above all of those tracks and all of those tracks children to that parent track. Then use Track Motion on the parent track.
Previous page
1 … 8 9 10 … 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