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
    6 answers, most recent on 9/1/2022
    [Solved] Video track of the timeline does not show in the preview window
    I have just updated Vegas Pro v19.0 to build 643.Then I have added a video clip to the timeline and now there is a problem.The video track of the video on the timeline does not show in the preview window.The sound track of the video on the timeline
  • Video
    4 answers, most recent on 12/18/2022
    [Solved] Apply motion to multiple tracks at once
    Hello, I am running Vegas Pro 19. I am trying to apply motion to multiple tracks at once--I have multiple images that appear on various parts of the screen, and I want to move them off-screen at the same speed. Imagine holding a camera at bird's-eye
  • Audio
    4 answers, most recent on 10/4/2024
    RE: How to cut a Song and end it with a reverb?
    I do it so that on the first track I have music without an effect and on the second track I apply reverb. I cut the end of the song from the first track and move it to the second track with reverb. I lightly finish and that's it.   Better way: if
  • Scripting
    5 answers, most recent on 10/21/2024
    RE: Deep copy of TrackEvent
    event.Copy(NewTrack, NewStartTime); Copy the event and place it in the given track at the given start time. Parameters: destination: destination track of duplicate event. startTime: start time of duplicate event. @nonam3 is that what you mean?
  • Scripting
    6 answers, most recent on 1/22/2023
    RE: [Solved] Detect when 'Sony Titles & Text' OFXEffect text is Off-Screen?
    Here's my experimental code. Didn't get me very far. It seems the larger the number of letters, the larger the "offset multiplier" really needs to be. These were done by starting a new project in Vegas, add one video track, and add one Titles and
  • Video
    7 answers, most recent on 6/23/2023
    [Solved] HELP! How to un-nest file(s) out of my project
    I am using Vegas Pro 20 build 411. Somehow I have unintentionally nested something in my project. Every time my project is opened I get the attached warning. After closing the error window Vegas begins rendering several things on it's own. I think
  • Video
    14 answers, most recent on 4/17/2025
    RE: Trying to render 13 Particle Illusion instances
    There's more to this post than immediately evident. The screengrab above shows - Mocha tracking - World & PixelChooser/Mocha on, whether that is using a preset or Mocha isn't shown but I suspect a tracked Mocha mask of some sort as a preset is
  • Video
    17 answers, most recent on 2/11/2025
    RE: Is there easy way to cut overlapping clips from different tracks
    @MarkAnthony121 - Try this:  using System; using System.Collections.Generic; using System.Collections; using System.IO; using System.Text; using System.Windows.Forms; using System.Globalization; using System.Drawing; using
  • Scripting
    7 answers, most recent on 3/29/2025
    RE: 3D Motion Setup Script
    hi @ansonmccosh I managed to make a simple version by following some jetdv videos and also using a script that does something "similar" created by zzzzzz9125 I'm not sure if it will work very well for your purpose but here is my contribution to
  • DVD Architect
    3 answers, most recent on 5/8/2023
    RE: [Solved] Noise being added to audio when burning to DVD or writing to folder
    @immrama What format is your audio in your Premier Pro files and is it being recompressed by DVDA? Hi @EricLNZ. Audio is PCM 16 bit 48k and is not being recompressed. I seem to have solved the issue (thanks to a tip I was sent) by making the audio
  • Video
    15 answers, most recent on 8/3/2024
    RE: color correction
    It is plausible that you have a Track Compositing Effect on the parent track.
  • Vegas Movie Studio (up to ver. 17)
    11 answers, most recent on 9/30/2022
    RE: [Solved] Video of pool is turquoise/grey, not bright blue
    Weird. Looking at your timeline you have a copy of part of the clip on Track 2 at 00.44.26. What is the purpose of that and does it have any FX applied or opacity reduced? If you temporarily mute that track does your preview change?
  • Video
    17 answers, most recent on 8/23/2022
    [Solved] returning to Vegas from Windows jumps to top tracks. Annoying.
    I did a search for this and could not find anything on it: when going to, say, a folder of photos and doing something outside of Vegas (this applies to Vegas 17-20 that I'm aware), and then when I click or tab back into Vegas, no matter where I was,
  • Video
    5 answers, most recent on 4/28/2025
    RE: Compare two .veg files?
    ... or you could set the composite mode of the top track to difference. The differences should jump out at you.
  • Scripting
    8 answers, most recent on 7/22/2024
    RE: Move Event to the track bellow?
    The Final Code; using System; using ScriptPortal.Vegas; namespace Test_Script {     public class Class1     {         public Vegas myVegas;         public void Main(Vegas vegas)         {             myVegas =
  • Vegas Movie Studio (up to ver. 17)
    4 answers, most recent on 7/22/2024
    RE: Matching output on all tracks
    @marcus-dotinga, I just tested it and it worked fine. Made changes to event 1 on track 1. Right-click and choose copy. Selected event 2 on track 1. Shift-click on event 7 on track 1. Right-click (any) event on track 1 that is currently selected and
  • Video
    One answer, on 7/26/2022
    RE: [Solved] Video not showing in timeline
    Make the track height higher. Also, you're in "A/B" mode. If you don't want to be in that mode, you can right-click the track header and turn off "Expand Track Layers".
  • Video
    10 answers, most recent on 3/20/2023
    [Solved] I can´t edit fx in vegas 18
    I can´t edit effects like tracking or the mesh wrap, because in the preview doesn´t appear the editor I bought it today in steam, i need help to solve it soon as posible
  • Video
    One answer, on 8/29/2024
    RE: Clicking "S" and "M" makes every track solo or muted
    Pressing "S" or "M" work work on SELECTED tracks. If you do a CTRL-A and then click on "S", it will solo all tracks. You might do a CTRL-SHIFT-A which will deselect everything and then "S" or "M" will work on a single track again.
  • Video
    7 answers, most recent on 11/16/2024
    RE: Help, AI Speech to Text VP 22
    That's odd, usually it appears above the tracks. Are the audio and video grouped? Here, even upgrouped the subtitles in VP 22 were added above all other tracks and are visible without me doing anything extra.
  • Scripting
    12 answers, most recent on 9/8/2024
    RE: [Solved] Apply plugin and run analyze button via script
    @jetdv  Thank you again for your help. Thank you all for your replies.   Here are my code, which works and covers my requirements:   using System;using ScriptPortal.Vegas;using System.IO;using System.Text;using System.Drawing;using
  • Video
    2 answers, most recent on 2/26/2025
    RE: How do I remove timecode from stuffs?
    Looks like you've maybe added Video FX Timecode at track or output level?
  • Video
    3 answers, most recent on 7/18/2024
    RE: Must Needed Feature In Future Related To Adjustment Events
    It reverse colors but it also inverted that below image. SO HERE IS THE CATCH. If we can skip a track or multiple tracks from ADJUSTMENT EVENTS. @iEmby It seems you don't know that Vegas Pro has a feature called Parent Track. With it, you can
  • Video
    15 answers, most recent on 8/3/2024
    RE: color correction
    @Roger Bansemer Sorry, im not seeing that here. Double check to make sure that the above track is not an adjustment track etc, or you are using the color correction incorrectly at the track level instead of directly on the event.
Previous page
1 … 18 19 20 … 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