VEGAS Creative Software Community
The Vegas Creative Software Support Community – Find help here
  • Forum
  • Tutorials
  • Support New
  • Sign in / register
  • Search ...
  • Help
All Forum 67k Tutorials User
Options
Any time
  • Any time
  • Last 24 hours
  • Last week
  • Last month
  • Last six month
  • Last year
  • Video
    5 answers, most recent on 9/10/2025
    [Solved] Anyone Found This Happening V23
    Playing a project and all the timeline images are being displayed: Move say the track scroll bar and you get this: Play continues but some or all thumb nails disappear. Press pause and they come back. Does not happen in V22. Anyone else have this?
  • Scripting
    2 answers, most recent on 10/7/2024
    [Solved] Learning how to convert a script to Custom Command
    @jetdv Hello, Sir, please, if possible, could you help me? I'm watching your tutorials' series of Build a Custom Command, and I'm trying to convert my scripts to a custom command. But, I'm always getting the same error; "An error occured:
  • Video
    10 answers, most recent on 10/8/2025
    RE: BUG? AUDIO tracks insert at bottom, VIDEO tracks at top using HotKeys?
    If you right-click ON a track, a video or audio track will go above that track. If you right-click a blank area in the track header section, a video track will go on TOP and an audio track will go on BOTTOM. If you use the menu options, a video
  • Scripting
    7 answers, most recent on 5/1/2025
    RE: [Solved] How to change Audio Effect Parameter?
    @jetdv Sir, I found a solution. I just saved the value that I needed as preset, and then I inserted in the code.          public void AddVolume(Vegas vegas)         {             try             {                 PlugInNode effects =
  • Scripting
    4 answers, most recent on 5/28/2024
    [Solved] help with adding envelope points using script
    I need a script that adds opacity keyframes to a track using the composite level, where the track already has composite level activated with an initial opacity of 100%. Throughout the project, there are specific regions where the script should add
  • Video
    3 answers, most recent on 5/9/2025
    RE: [Solved] copy "frame size" from one video event to some video events
    @Qbrick Just use a script like the following one: using ScriptPortal.Vegas; namespace Test_Script {     public class Class1     {         public Vegas myVegas;         public void Main(Vegas vegas)         {             myVegas =
  • Video
    One answer, on 3/12/2025
    RE: [Solved] PluralEyes error "Failed to open... Check the PluralEyes 4 log file.."
    NOTE: in this particular case, I found that un-muting a track-group that had two wave files in it -- solved the problem?! I haven't compared the .P4P files to see what changed inside of them, but that made it work, and I could repeatedly just turn
  • Video
    3 answers, most recent on 2/21/2024
    [Solved] Vegas Pro 17 - track number indicator won't expand horizontally
    In Vegas Pro 17 the track number indicator (see red arrow in screenshot) is just showing track numbers and not showing the controls for mute and solo and volume and other controls. When I try to expand it horizontally there is no response... it
  • Scripting
    2 answers, most recent on 7/21/2024
    [Solved] Apply an Audio effect to Event
    @jetdv Hello Sir, please, how can i add in the code bellow the possibility when the audio fx effect is applied, the Audio Event FX pop-up window opens automatically? using System; using System.IO; using System.Text; using
  • Video
    6 answers, most recent on 11/7/2025
    RE: multicam preview dark screen
    Here is the two track preview, and the edited track preview.  
  • Video
    3 answers, most recent on 2/15/2024
    RE: [Solved] Vegas Pro short overlay effect
    type "transition" into VEGAS Content search, add a new video track to put the overlay on that is above the tracks you want to do the transition on, then use the "screen" compositing mode in the track settings for the overlay track. There's a bunch
  • Scripting
    One answer, on 10/4/2023
    RE: [Solved] How can I make this script delete video and audio parts similarly?
    First of all, on this line: public void Main(Vegas vegas, Track videoTrack) remove ", Track videoTrack" And at the bottom, get rid of everything in bold. Get back to the original code in those places:  // Assuming videoTrackIndex is the index
  • Video
    2 answers, most recent on 2/11/2024
    [Solved] 2D Shadow/Glow boxes missing from Track Motion window - Vegas Pro 17
    Hi, I've used Track Motion to create a split screen (one video above the other) and I want to place a (white) line between the two clips, for clearer separation. The tutorials I've watched to insert such a line begin by checking a '2D Shadow' box
  • Scripting
    12 answers, most recent on 1/14/2025
    [Solved] help me complete a very useful script on frames and their length
    I have two scripts, the first script automatically assigns all frames to 100 frames per second and slows them down by 4 times the main thing is that it automatically determines these frames on the timeline, and they do not need to be selected minus
  • Video
    22 answers, most recent on 12/2/2023
    RE: [Solved] I can't render my project
    @k15Storm Here is a strategy that I use to find a problem when it only shows at render time. Mute half the tracks and render. If the render fails, mute the remaining tracks and unmute the first half of the tracks. If this render is successful,
  • Video
    4 answers, most recent on 4/24/2025
    [Solved] PIP & Masking are doing something weird together
    Hi guys how are you all?? PIP is not working when i applied it after a PAN & CROP mask in an event. I have to apply PIP on track FX. Didn't try it yet on Adjustment Events. please try to reproduce these steps. please guide me if i am doing
  • Audio
    15 answers, most recent on 2/20/2024
    [Solved] Selecting and lifting audio in Vegas 21
    How do I select a portion of an audio track and lift it off of the timeline without moving the rest of the audio ? I do not want to remove the portion before the cursor, or after the cursor. I want the area of the track which I highlight only,
  • Video
    10 answers, most recent on 10/30/2025
    RE: How to ungroup the audio file of a video
    What I've got is that I've dragged and dropped a video from a camcorder into the timeline. It consists of a video track and an audio track. The two are slightly out-of-sync. But I can't slide them in the timeline independently... they are always
  • Video
    20 answers, most recent on 8/14/2024
    [Solved] Drop shadow on image overlay
    Why can't a simple drop shadow effect be added to image in Vegas. I tried this in Vegas 19 and 22 and adding the stock Vegas Drop Shadow (or BorisFX) effect doesn't work. Doing this in Davinci Resolves works fines (with Resolve and Boris versions)
  • Video
    No answers, created on 9/17/2025
    Motion tracking and Smart Mask in Vegas 23
    Hi, question, do I need to track forward and backward to get a good result with Vegas Pro 23? I seem to get a good track with just track motion forward. Sometimes there are artifacts on the sides of the mask.
  • Scripting
    One answer, on 6/14/2024
    RE: [Solved] Render Selected Audio as New Take
    First of all, I'm not sure why you're doing this: // Check if there are selected audio events on the timeline if (!HasSelectedAudioEvents(vegas.Project)) {
  • Scripting
    25 answers, most recent on 11/3/2024
    RE: [Solved] Create a script that removes transitions?
    @Thiago_Sase Basically, take the script that I wrote to FIND transitions and modify it to look at only selected events and then remove them. This is a quick update to that script but I have not tested it. using ScriptPortal.Vegas; namespace
  • Video
    9 answers, most recent on 3/23/2025
    [Solved] video and audio "ungrouped" then moving video on track
    I don't know what to search to find a solution for this strange behaivour that I'm experiencing and I really don't want. Audio and video seems ungrouped when I move, ALL videos on timeline. See video. What can I do to restore the normality? Thanks.
  • Video
    10 answers, most recent on 10/8/2025
    RE: BUG? AUDIO tracks insert at bottom, VIDEO tracks at top using HotKeys?
    @jetdv  Scripting can do it -- I just feel it should be standard behavior anyway.While on the topic though ;-) perhaps remove the break from the track loop -- that way if the user has multiple selected tracks, it'll insert a new one above each. Of
Previous page
1 … 5 6 7 … 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