VEGAS Creative Software Community
The Vegas Creative Software Support Community – Find help here
  • Forum
  • Tutorials
  • Support New
  • Sign in / register
  • Search ...
  • Help
All Forum 1k Tutorials User
Options
Last year
  • Any time
  • Last 24 hours
  • Last week
  • Last month
  • Last six month
  • Last year
  • Audio
    2 answers, most recent Yesterday
    Audio .wav file in Vegas 20 will not playback
    I’m operating with Win 11 on a Dell Precisions 3630 Tower using Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz, 3192 Mhz, 6 Core(s), 12 Logical Processor(s) with 32 Gig of RAM. I have been a Vegas user since Version 9. I am now on Version 20 and have
  • Scripting
    No answers, created on 5/31/2025
    Lock Track Script ! Until VEGAS Team Not Creating Lock Track Function
    Use this script until lock track function not coming in VEGAS. Lock Track (Toggle) using ScriptPortal.Vegas; public class EntryPoint {     public void FromVegas(Vegas vegas)     {         foreach (Track track in
  • Video
    10 answers, most recent on 8/20/2025
    Vegas Pro 22, Tiles and Text clip, text is now dark
    Using Vegas Pro 22 (Build 250), on a Tiles and Text clip (track 1), the text is now dark and used to be white. It might be the background color affecting it. I just don't know. Where this is happening, all the Tiles and Clip are on track 1. A song
  • Video
    5 answers, most recent on 11/21/2025
    RE: Is it possibile to zoom an entire project?
    @Rquiem Yes there's a few ways to do that. An fx like Picture in Picture (PinP) can be added to the preview window, (Video Output FX), this will affect the whole project,, a blue dot will indicate that an fx has been applied. the PinP can then be
  • Video
    6 answers, most recent on 3/20/2025
    [Solved] adding text to video timeline
    Hi. Another quick question on V22. Adding text has always been the same format for me since forever. Would add extra video track above first one and add Media Generator Text there but on V22 doesn't show. Thought maybe behind video but not the case.
  • Video
    7 answers, most recent on 10/17/2025
    RE: Found the Reason Why Title Outline Didn’t Work in VEGAS Pro 23
    I agree, it's simply a case of learning. I can look at the screen & go through the 3-5 different reasons of why something isn't working as expected. There really isn't many reasons why something like your problem would happen. It wouldn't be
  • Video
    16 answers, most recent on 9/26/2025
    RE: Chroma Keyer
    @Francis-Resch here is how I used Chroma Keyer with a blue screen. The top track contains the blue screen. The bottom track contains what will appear in the blue screen when you add Chroma Keyer to the top track. The top track The bottom
  • Video
    10 answers, most recent on 10/8/2025
    RE: BUG? AUDIO tracks insert at bottom, VIDEO tracks at top using HotKeys?
    Hi, for many years when I am starting new project I always add new tracks with shortcuts and it always was that. Video tracks are created on top and audio tracks on bottom. I dont think it is a bug its normal behavior for me.
  • Video
    7 answers, most recent on 9/20/2025
    RE: Time spacing between video clips
    @robert-weitkamp Try this script. Add the media to the timeline, create a region longer than the events, select both the video & audio tracks by clicking on one track header, then holding down Ctrl click the other track header or Ctrl+A to
  • Audio
    9 answers, most recent on 3/27/2025
    [Solved] is there any way i can turn down the preview volume?
    so i recorded a video with my microphone but when i jump into vegas pro, it's too loud. i want to turn down the volume without it effecting my audio tracks. i could just turn the volume down via windows volume but that's just really annoying if i
  • Scripting
    One answer, on 11/1/2025
    Moving Volume Points.
    @jetdv Hello, sir, could you help me to solve an issue with volume points, if possible, please? I know how to work with closing gaps and moving from right to cursor position, but this context of moving all selected events to the right direction of
  • Video
    13 answers, most recent on 8/4/2025
    RE: Using Mocha Mesh tracking results in Vegas Pro 22
    MikeS, had a go but no success. I had a bit of trouble understanding some of your instructions:- "Basically, make the track you want to insert the compositing parent of the track you want to insert into. Now select Custom as the Compositing Mode for
  • Video
    7 answers, most recent on 9/20/2025
    RE: Time spacing between video clips
    @robert-weitkamp It's in the picture Tools - Scripting - EvenlySpaceEvents_within_region. I thin it's a native Vegas script as I can't remember adding it but here it is if it's not there. /**  *     Program: EvenlySpaceEvents.cs  *
  • Scripting
    12 answers, most recent on 11/1/2025
    RE: Can VEGAS have a script for One Click 3D Compositing Effect?
    1. What's it not doing? It is adding keyframes to the parent track but on its track motion level not at parent track level. 2. Is it at least adjusting the Parent Track Motion now? No sir. You can check this clip for more clarity. Thankyou sir.
  • Video
    10 answers, most recent on 10/30/2025
    RE: How to ungroup the audio file of a video
    I tried the expected "select both, right click, Track Group>Ungroup Selected Tracks" but Ungroup Selected Tracks is grayed out. I tried selecting and ungrouping, but Ungroup is grayed out. @Al_Korzonas I think you haven't understood the
  • Scripting
    10 answers, most recent on 9/3/2025
    RE: Dockable Window that Adds Keyframes - Cannot Access Track Motion
    Additional to this: Does anyone know is it possible to access track motion keyframes on an adjustment track?
  • Scripting
    10 answers, most recent on 9/3/2025
    RE: Dockable Window that Adds Keyframes - Cannot Access Track Motion
    Additional to this: Does anyone know is it possible to access track motion keyframes on an adjustment track? @Phil_P VideoAdjustmentTrack inherits from VideoTrack, and its Track Motion and other properties should work just like VideoTrack.
  • Video
    9 answers, most recent on 7/4/2025
    RE: Select entire track without going to beginning
    That script will select all events on all tracks. If you want only the selected tracks, make this modification: foreach (Track myTrack in myVegas.Project.Tracks) { if (myTrack.Selected) {
  • Scripting
    12 answers, most recent on 11/1/2025
    RE: Can VEGAS have a script for One Click 3D Compositing Effect?
    1. What's it not doing? It is adding keyframes to the parent track but on its track motion level not at parent track level. 2. Is it at least adjusting the Parent Track Motion now? No sir. You can check this clip for more clarity. Thankyou
  • Scripting
    12 answers, most recent on 11/1/2025
    RE: Can VEGAS have a script for One Click 3D Compositing Effect?
    @iEmby, Using the changes I sent you, this is what I got: Parent Track Motion was changed but the individual Track Motion on each track was not. If I switch back to your original code before I gave you the changes, I get exactly what you displayed.
  • Video
    2 answers, most recent on 1/13/2025
    [Solved] I'm experiencing an issue with my 30-hour video project in -- Vegas.
    Dear -- Vegas Support Team, I'm experiencing an issue with my 30-hour video project in -- Vegas. The audio track only plays for the first 5 hours, and then it cuts off. Could you please assist me in resolving this problem? Thank you.P.s
  • Scripting
    2 answers, most recent on 1/8/2025
    [Solved] copying over picture in picture information
    im trying to make it easier for myself i have 2 scripts i am working on and i am not good at coding and i am running into error after error i wanted to be able to use a script to take the information from the earliest event on the timeline selected
  • Video
    12 answers, most recent on 5/23/2025
    RE: Unable to get FSD in preview or External monitor setting
    @wilco-n when you move the clip to another track is solving the issue than probably the track motion setting of the issue track is not default. BTW the settings you showed are from the audio track.
  • Video
    13 answers, most recent on 8/4/2025
    RE: Using Mocha Mesh tracking results in Vegas Pro 22
    Mocha Pro SAL bundles Mocha Pro OFX, which can import the tracking data from SAL (Mocha Vegas does not support many advanced features, such as mesh tracking). But then you might as well do the tracking in Vegas using the OFX
Previous page
1 … 3 4 5 … 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