VEGAS Creative Software Community
The Vegas Creative Software Support Community – Find help here
  • Forum
  • Tutorials
  • Support New
  • Sign in / register
  • Search ...
  • Help
All Forum 481 Tutorials User
Options
Last six month
  • Any time
  • Last 24 hours
  • Last week
  • Last month
  • Last six month
  • Last year
  • Video
    11 answers, most recent on 2/24/2025
    RE: [Solved] VP 22, Why don't Animated Text events automatically adjust length?
    This script will take ANY select Generated Media and change the "length of the media" to match the "length of the event." using System; using System.Collections.Generic; using System.Collections; using System.IO; using System.Text; using
  • Audio
    5 answers, most recent on 3/12/2025
    RE: [Solved] Missing VEGAS Audio Effects
    The XFX1, XFX2, XFX3 effects plug-ins are Direct X and have been included with Sound Forge for as long as I can recall (for instance 'Track EQ' and 'Track Compressor', ect.) If you install Sound Forge, the Sound Forge FX packs should be available in
  • Video
    14 answers, most recent on 4/17/2025
    RE: [Solved] Trying to render 13 Particle Illusion instances
    @beaverbrook  ---------------- You might also have to set the track to Screen to get the correct look.
  • Video
    4 answers, most recent on 3/11/2025
    RE: [Solved] Super 8 film look
    It works for me, in both VP!7 and VP22 build 239. In the Sony Preset Manager, click the "Open" icon, then choose 'Film Look VEGAS Pro Preset.sfpreset' inside the 'Super 8' folder from the download. Then click it in the top left pane so it turns
  • Video
    6 answers, most recent on 5/22/2025
    [Solved] Boris FX Sapphire is not visible on the main timeline
    When I apply an effect, for example s_shake to an object (video, text), it works. But if I place tracks on the main timeline on the side, the entire timeline becomes invisible (disabled). And this is everywhere. I had this problem before, but it was
  • 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
  • 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
    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
    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
    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 =
  • 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
  • Video
    4 answers, most recent on 4/24/2025
    [Solved] PIP & Masking are doing something weird together
    Hi guys how are you all?? PIP is not working when i applied it after a PAN & CROP mask in an event. I have to apply PIP on track FX. Didn't try it yet on Adjustment Events. please try to reproduce these steps. please guide me if i am doing
  • Video
    9 answers, most recent on 3/23/2025
    [Solved] video and audio "ungrouped" then moving video on track
    I don't know what to search to find a solution for this strange behaivour that I'm experiencing and I really don't want. Audio and video seems ungrouped when I move, ALL videos on timeline. See video. What can I do to restore the normality? Thanks.
  • 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: 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) {
  • 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
    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.
  • 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
  • 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 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
  • Scripting
    8 answers, most recent on 4/17/2025
    RE: [Solved] Best way to create/export subtitles for YouTube?
    @Heidi-Hansen here is a script to export subtitles to SRT file made by @jetdv using System; using System.Collections.Generic; using System.Collections; using System.IO; using System.Text; using System.Windows.Forms; using
Previous page
1 2 3 4 … 21
of 21
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