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
    41 answers, most recent on 5/3/2024
    [Solved] Timecode - How to sync audio only tracks? How to limit total tracks?
    I just invested in the Atomos UltraSync system. I connected it today to 4 cameras and 3 audio recorders.The cameras were only jammed and then the sync device disconnected - so were not actively synced afterwards 2x Sony a7S IIIs, and 2x Sony
  • 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
    18 answers, most recent on 1/13/2024
    RE: [Solved] Vegas Edit 19 - Question about pan/crop and parent motion
    For any who are interested, I managed to resolve this issue within Vegas. Credit to 3Point for steering me toward the solution. It turns out to resolve the cutoff issue, the Parent track has to be in 3d source alpha compositing mode in both parent
  • Video
    4 answers, most recent on 6/17/2024
    RE: [Solved] Vegas Pro 21.0 Build 315 UI Bug
    @QuanAndMichelle Hi, if you're asking about the Master track at the bottom click B on the keyboard.
  • Video
    19 answers, most recent on 11/27/2024
    RE: [Solved] Alpha channel color
    The alpha channel "color" is 0-0-0, or "nothing." Alpha "adopts" the color of the bottom most layer. "If" there is no bottom nonalpha layer, the "color" obviously is 0-0-0, or "nothing." The common name for that is called "black." Therefore, if you
  • Video
    9 answers, most recent on 4/24/2024
    [Solved] Bug while using new update of Title & Text (attribute paste) function.
    When i use the copy attribute option on single track with text & titles which i created new. it works wellbut when i move some of text event to new track above it or somewhere else and again try this on first text event of that moved text events
  • Video
    One answer, on 3/12/2025
    [Solved] PluralEyes error "Failed to open... Check the PluralEyes 4 log file.."
    Trying to pluraleyes a Vegas22 project, I'm getting this error: Deleted the P4P file and recreated -- no difference. Renamed my tracks to remove any slashes and ampersands i case that was causing issue (after searching online) -- no
  • 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
  • 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 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 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:
  • 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 =
  • 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
  • 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
    One answer, on 4/29/2025
    [Solved] Missing video track - VEGAS 21 (Build 315)
    I recently imported a project from my computer to my laptop, and when I opened the project, all of the video was just a black screen. I still had audio, and sometimes, the video would flicker here and there, but for the most part all my media was
  • 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
  • Video
    3 answers, most recent on 6/13/2025
    RE: [Solved] How to remove A B cross over thing
    @Bria On the track header there is an option you can turn off. There's also an option in Preferences. Double clicking the end of an event makes this happen, personally I have this on as i find it a useful tool but I can see how it can be annoying.
  • 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
    5 answers, most recent Yesterday
    [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?
  • 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 =
  • 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
    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
  • 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
    2 answers, most recent on 7/18/2025
    RE: need help with video cropping
    If you use Track Motion in the track header, you'll have a much more flexible range of movement which will allow you to place the image where you are seeking to place it. Note however that track motion applies to every video event on that track so
Previous page
1 … 4 5 6 … 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