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
    17 answers, most recent on 2/11/2025
    RE: Is there easy way to cut overlapping clips from different tracks
    @MarkAnthony121 Looks like you shot with multiple cameras and split the left-side manually and then deleted the angles you didn't want. If you use multicam edit mode to create a multicam track to do the splits, it'll give you the option to delete
  • Scripting
    42 answers, most recent on 7/20/2025
    RE: VEGAS Pro Scripts Collections | SHARE YOUR SCRIPT HERE !!
    Script For Swapping Two Same Length Video Events Between Different Tracks using ScriptPortal.Vegas; using System; using System.Collections.Generic; using System.Windows.Forms; public class EntryPoint {     public void FromVegas(Vegas
  • Video
    644 answers, most recent on 6/19/2025
    RE: VEGAS Pro Feature Requests
    Another version of Vegas Effects with roto brush like feature and 3d camera tracking. :)
  • DVD Architect
    6 answers, most recent on 7/29/2023
    [Solved] DVDA 7 - Disc Causes Blu-ray player to crash near end of video
    A disc I authored in DVDA crashes about 30 seconds before the end of a video, on Sony Blu-ray Players. The player becomes completely unresponsive to the point it needs to be unplugged and completely rebooted. I've not heard back from anyone with
  • Video
    19 answers, most recent on 9/19/2023
    [Solved] Multi-cam project edit worked superb but ColorGrading Panel unusable
    I've just completed the most advanced editing project I have ever done. A 1 hour multi-camera edit with 6 cameras, all 4K but using Vegas generated proxy files. I have to say I was amazed how well it all worked. To be honest I expected it to be
  • Video
    3 answers, most recent on 5/9/2025
    RE: copy "frame size" from one video event to some video events
    Copy/paste using "selectively paste ..." clearly doesn't have a copy/paste frame size option ... and I don't think that there is such an option to copy/paste frame size dimensions from one video event to another. If there is, I'd really like to know
  • Audio
    7 answers, most recent on 5/12/2025
    RE: Event Heal Question
    Only if you render it to another track. Otherwise, they are two events.
  • Video
    6 answers, most recent on 9/4/2023
    [Solved] Vegas Pro 21 / Easy Transition / Rotoscopie
    I am very interested in the new Vegas 21,but having been a little disappointed with the 20 versionI would like to know if the 21 version is better in rotoscoping with the IA MASK and that it really helps to mask the entirety of a video ?I would also
  • Video
    29 answers, most recent on 3/5/2025
    RE: Neatvideo updated Version 6
    /** SlowFX  ------------------------------------------   This script will:   re-enable a bypassed specific FX in all trackFX and eventFX  in this case the slow denoiseFX from Boris: "BCC+Denoise
  • Video
    29 answers, most recent on 3/5/2025
    RE: Neatvideo updated Version 6
    /**  NoSlowFX  ------------------------------------------   This script will:   bypass a specific FX in all trackFX and eventFX  in this case the slow denoiseFX from Boris: "BCC+Denoise
  • Video
    30 answers, most recent on 5/7/2025
    RE: Sync problem in all builds of Vegas Pro 22
    Hello again, Roger. I am providing two screenshots from a recent dance video. The client returned this video to me with complaints about the audio/video sync. Screenshot 1 shows the original audio in the top track along with the rendered audio in
  • Vegas Movie Studio (up to ver. 17)
    12 answers, most recent on 9/2/2023
    [Solved] Select 4 second pieces from multiiple clips
    Using MSP 16, build 167:  I have several video clips of various lengths. I need to take four second pieces from them and create a video.  The 4 second pieces would be synced to a music track. I tried creating a four-second window In the trimmer, but
  • Vegas Movie Studio (up to ver. 17)
    18 answers, most recent on 7/19/2025
    RE: Need to stretch out the sides of a video
    In recent versions of Vegas Pro, I'd start off with trying Vegas Pro's 'Black Bar Fill' FX which would replace the black sides with an enlarged replica of the existing sides of the image. This is a common approach used for images with an aspect
  • Video
    9 answers, most recent on 12/12/2024
    RE: Viewing keyframes in the timeline
    @Richard-Vanner Click on the three lines at the top left on the track header, then choose Edit Visible Button Set and activate Track motion to show the button. Or go to Tools > Video > Track motion. It is possible that the zoom in the first
  • Scripting
    8 answers, most recent on 8/22/2024
    RE: Merge Track & Delete Empty Tracks Script USEFUL
    @iEmby, all of those conditions can be checked. Some will work with "Track" and work with both audio and video. Some will require "VideoTrack" and will only work with
  • Video
    177 answers, most recent on 1/20/2025
    RE: VEGAS Pro 22 Build 194 General Discussion
    @paul-marshall, on the Voice track, go to the track header - you can add these buttons to the track header or just choose the MORE option as shown in this image and make that track the "Controller" track. Then you will be asked what settings to use
  • Video
    21 answers, most recent on 6/1/2023
    RE: [Solved] A simple solid frame around a smaller-than-full-frame image
    @Parser  Hi, have you tried Track Motion, that has a shadow/glow that works on the outside & can be reduced to just a few solid pixels
  • Scripting
    2 answers, most recent on 12/12/2024
    RE: Adding Solid Black Color to Vegas Pro script help
    @andy-0 Hello, this script may help you; using System; using ScriptPortal.Vegas; namespace Test_Script {     public class Class1     {         public Vegas myVegas;         public void Main(Vegas vegas)         {             myVegas =
  • Video
    11 answers, most recent on 12/14/2024
    RE: How to increase Text size on Timeline Events
    I don't believe that there is an option to change font sizing in Vegas Pro, but the display size of Windows can be increased using the scaling setting in Windows (11) Display Settings menu. Another option which I've done to improve legibility of the
  • Video
    17 answers, most recent on 2/11/2025
    RE: Is there easy way to cut overlapping clips from different tracks
    Please use this one instead as it will only cut information out of video tracks and ignore audio tracks:  using System; using System.Collections.Generic; using System.Collections; using System.IO; using System.Text; using
  • Video
    11 answers, most recent on 8/6/2023
    RE: [Solved] Subtitles in Vegas
    VEGAS has auto captions with 365 Pro that work well for short and moderate length pieces (40 min. If longer, do it in sections) I use Whisper through Subtitle Edit and then import a srt file to VEGAS for longer works. The large v2 model is quite
  • Scripting
    7 answers, most recent on 3/29/2025
    RE: 3D Motion Setup Script
    i appreciate this..This is actually very good and it will help. i was actually looking at trying to implement @zzzzzz9125  the depth value and z value and testing if it will work. so far i get errors but i feel like i'm learning more as i
  • Video
    3 answers, most recent on 3/14/2023
    [Solved] How do I remove compositing mode?
    I added the compositing mode to a track, but I don't like it, so I want to remove it. But, there is no option to remove it. How do I do it?
  • Scripting
    3 answers, most recent on 11/13/2024
    RE: Can I copy over image keyframes when duplicating image onto new track?
    In other words, instead of: // Copy the highlighted event to the new track VideoEvent duplicateEvent = new VideoEvent(highlightedEvent.Start, highlightedEvent.Length); newTrack.Events.Add(duplicateEvent);
Previous page
1 … 16 17 18 … 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