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
  • Video
    6 answers, most recent on 4/19/2025
    [Solved] Envelope points no longer being added
    When a region is selected and the envelope is dragged (up/down) the four transition points are no longer being added in the current build (248) of VP-22. This behavior occurs with all projects, video and audio file types, tracks, buses and Fx
  • Video
    9 answers, most recent on 7/4/2025
    RE: [Solved] Select entire track without going to beginning
    This I didn't understand "When you click with the mouse, left click & hold, then right click will give you different lasso options". I wan't clear where to click. @JanVanBekkum If you click & hold the left mouse button you get the regular
  • 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
    9 answers, most recent on 9/16/2024
    RE: [Solved] Is there an in-timeline visual cue for slow motion clips?
    @jetdv @davebo You don't need to rename the file, just rename the active take name, unless that's what you meant. After experimenting, I was able to add a suffix to the active take name consisting of the string such as "fps:59.940_". A more exact
  • 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
    8 answers, most recent on 10/13/2024
    [Solved] MP4 files- no audio imported
    I have a bunch of MP4 files that were purchased to incorporate into a Halloween project. Most import into Vegas (Sony Vegas Pro 13) just fine, but a few import without audio. I used Handbrake to convert them to MP4 files and that fixed the project.
  • 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
    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.
  • 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
  • Video
    One answer, on 11/17/2024
    RE: [Solved] Issue with Timeline behavior while adding events.
    That's because you're in full timeline view, just zoom in one step and that full timeline view behaviour is gone (one step with the mouse wheel). One extra tip: instead of dragging events into the timeline, disable in preferences the option "double
  • 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
  • Audio
    7 answers, most recent on 6/30/2025
    RE: HELP Requested: Why is my Track AudioFX getting PRE-fade levels?
    @RedRob-CandlelightProdctns It certainly appears the track FX take pre fader from the track. 'Help' doesn't offer any way to change that. When wiggling just the track fader, there is no change to the input level seen in the compressor. Volume
  • Video
    3 answers, most recent on 6/28/2025
    RE: Moving Face Cam
    If you are trying to replicate the vertical 9:16 image as shown in the example image above, you will first need to go to File/Properties in Vegas Pro and in the Templates field select a 9:16 (or code it manually using the other fields. Then in the
  • Scripting
    7 answers, most recent on 5/1/2025
    [Solved] How to change Audio Effect Parameter?
    @jetdv Hi Sir, please, could you guide me in this task; This is the way I add the Volume audio effect to the audio event;  public void AddVolume()         {             try             {                 PlugInNode effects =
  • Scripting
    10 answers, most recent on 9/3/2025
    RE: Dockable Window that Adds Keyframes - Cannot Access Track Motion
    OK thanks I have it working now placing KFs in the adjustment track.However, the KFs are placed in the adjustment track's normal track motion area. I can find no way to access the "Parent Motion" area using the API.  I really wanted to place the KFs
  • Scripting
    10 answers, most recent on 9/3/2025
    RE: Dockable Window that Adds Keyframes - Cannot Access Track Motion
    Here is the error. The track is just a normal video track. Nothing special. And I can manually open Track Motion no issues and my old script (with no dockable window) works fine.
  • 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
  • Scripting
    6 answers, most recent on 9/6/2025
    RE: Adding VideoFX from a script in Vegas 22
    @jetdv Edward, about those questions....... I wrote this script in order to work towards adding an effect to a single video event selected on the timeline. I am finding the strict capitalisation of C# a major PITA after the simplicity of VB! I
  • Video
    One answer, on 2/21/2025
    Using Track Motion with Motion Tracking PIP - problems (VP 21)
    Vegas Pro 21 I am trying to get a small image to track another object in video. I get motion tracking to work fine on one track and then i drag and drop the motion tracking onto another track that contains a small image(and this adds PIP FX). This
  • 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: @jetdv Your the boss on this so I can't really disagree but .... no, .. In this vid I select just a single video track (I normally use
  • Audio
    7 answers, most recent on 9/3/2025
    RE: Missing Mono Audio Option
    @Irimia-CorneliuIonut When I have a stereo source-track that I need in mono, I usually use Render To New Track in main menu Tools and choose a mono audio preset in wav, wav64, or flac. If I record the track myself in Vegas, I record it mono to start
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