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
    7 answers, most recent on 5/28/2025
    RE: Vegas Pro 21 - Smart split not splitting all the tracks but are all gp
    @wilco-n I get the same result I don't know but if you add multiple audio tracks & group them it does work, maybe Smart Split isn't designed to work with multiple grouped video+audio events like inn your example, It's designed for 1 video + 1
  • Video
    19 answers, most recent on 11/27/2024
    RE: Alpha channel color
    >What is the default "transparency color" Er ... it's (various degrees of) transparent in Vegas Pro I normally just slot a contrasting Solid Colour panel on the track below the one with the alpha channel
  • Video
    14 answers, most recent on 11/15/2024
    RE: Pan/Crop a 360 Still Photo (8000x4000), outputting 1080P resolution
    @RedRob-CandlelightProdctns I you just want to crop a 1080p portion from your UHD frame, I recommend using Track Motion, and not Event Pan/Crop. Far more intuitive, and it's nondestructive.   While I appreciate all tips, I think this one misses
  • Video
    39 answers, most recent on 1/30/2025
    RE: Some curiosity full questions about VEGAS's Future?
    @Vdanny I agree 100%. But Foundry tracking was not a part of the Vegas Effects package and neither was Mocha Hitfilm. I can still use VE with VP21 though, or use VE as a standalone. I'm with you on layer based compositing, even though I did try
  • Audio
    6 answers, most recent on 3/5/2025
    RE: Randomly Can't move the GAIN Slider on a clip.
    Here you can see, the highlighted track in Yellow, is missing the blue GAIN notch and line. to the right of it, I re-pasted the file, to start over, and, you'll see the blue notch and line, is back Screenshot (1170).png
  • Scripting
    5 answers, most recent on 9/16/2024
    NEED HELP!! Add keyframes between every two keyframes.
    Hi guys... I created this script. but it is not working. i just want. if there are 1 2 3 4 keys in PAN. then it should add keys 1 (here) 2 (here) 3 (here) 4 at first run then at every next run it repeat with new keys numbers. using System; using
  • Video
    14 answers, most recent on 1/26/2025
    RE: can certain default settings be changed?
    @Gid These are the options for envelopes: So maybe try "None"? For effects, pan/crop, and Track Motion, just change it to .Hold
  • Audio
    No answers, created on 12/6/2024
    Rendering To A New Track
    I'm using Vegas 22 on Windows 11. I only use Vegas for audio editing - never video, and seldom when I try to do a mixdown or "render to a new track" I immediately get a pop-up error window that says "An error occurred during the current operation An
  • Audio
    9 answers, most recent on 3/20/2025
    RE: Buggy audio when trimming clips (Vegas Pro 22 build 239)
    Hi @Jake-B, if the automation 'mute' process may be switching it. It could have been enabled inadvertently. I did this once and took me a while to find the cause.The automation track volume envelope tool cause it as well and could be visually
  • Video
    148 answers, most recent 7 hours ago
    RE: VP21 b300 - VP22. Still unresolved bugs with 4K MXF and HEVC files
    Finally the former described second issue with NVIDIA driver and artifacts / green frames while accessing two tracks containing parts of the same file could be located and (hopefully) fixed. Please check for announcements of @VEGASDerek on the next
  • Video
    26 answers, most recent on 9/26/2024
    RE: Audio gets lost in 2nd half of rendered video
    Hi JetDV, thank you, that gives hope. Inspired by your posting I have reduced the rendering times step by step. And yes, I have also no issues if the total length is reduced to times lower than 30 minutes. But longer than that the audio track is a
  • Audio
    6 answers, most recent on 7/3/2025
    RE: ways to convert audio from mono to stereo?
    @target This script will change selected events from stereo to mono. Go to C:\Users\'name'\OneDrive\Documents\Vegas Script Menu, duplicate (copy & paste) one of the cs files, rename it keeping the .cs extension at the end & replace the
  • Video
    9 answers, most recent Yesterday
    RE: Quicker Way To Add Video Only
    Your solution is the most time-consuming workaround I ever heard of. Agreed! 👍 @Yavuz_Just_Yavuz  Or drag the clips to the timeline & delete the whole audio track from the header, the clips don't need to be ungrouped. Or open each one in the
  • Video
    19 answers, most recent on 1/5/2025
    RE: Video Preview Window has a Shaded Grey Hue over video preview
    RogerS - I looked at the track level and there are no video FX that I can see. The raw video footage previews correctly at full color when I drag a new clip into the timeline. Adis-a - I did raise the fader. Thank you for any input here.
  • Scripting
    25 answers, most recent on 11/3/2024
    RE: Create a script that removes transitions?
    @Steve_Rhoden Do you mean, a script only to remove the audio effects from selected audio events?This script below does that.  using System; using System.Drawing; using System.Windows.Forms; using ScriptPortal.Vegas; namespace
  • Scripting
    4 answers, most recent on 10/15/2024
    RE: Can't get script to assign media to fixed X Center & Y Center, help...
    Thank you so so much for the help! Here's my finished working script, all it does is recreate what could be done with an Event Pan/Crop Preset set to the same X Y Width Height settings, but I'm trying to set up everything script-based and this did
  • Scripting
    6 answers, most recent on 9/7/2025
    RE: Can I debug extension with dependencies like dll or a nuget package?
    Yes, debugging has not worked in the recent versions of VEGAS. I haven't tried starting in "debug" mode since then. Typically, I'll now just use "MessageBox" messages to track the progress through specific routines and any specific variable values I
  • Video
    13 answers, most recent on 5/29/2025
    RE: vegas pro 22 stuck rendering dvd
    Shown Project settings are not from actual DVDproject as shown in UI screenshot. (See also comment of @EricLNZ) Project is 720x480 29,970i NTSC 4:3 @Ken-Tonks Why did you create for every event an extra audiotrack? When burning a DVD directly
  • Video
    177 answers, most recent on 1/20/2025
    RE: VEGAS Pro 22 Build 194 General Discussion
    Update: from the Project Media window, this works properly. But from the Explorer window, double clicking still puts the file on a track, not the Trimmer window, as it should..no matter how that box is checked. Please fix. Thx.
  • Video
    8 answers, most recent on 5/23/2025
    RE: Is there a way to change double-click behavior on envelopes?
    @RedRob-CandlelightProdctns make your own script that behaves exactly like you want. Here's the first of a 5 part tutorial series on envelopes: When I wrote Excalibur, I wasn't thinking about bus tracks. While that could easily be added, it would
  • Video
    8 answers, most recent on 5/23/2025
    RE: Is there a way to change double-click behavior on envelopes?
    You add a volume (or other) change by selecting a region and drag the envelope up or down... the four transition points are added automatically. I use this procedure extensively when mixing audio and saves me lots of time, It works on all tracks and
  • Video
    17 answers, most recent on 2/11/2025
    RE: Is there easy way to cut overlapping clips from different tracks
    So you want everything under another event to be removed? This could certainly be done with a script but there's no "built-in" method that I'm aware of. I'll have to look at creating a tutorial for this. It would be helpful to see the track headers
  • Video
    4 answers, most recent on 10/27/2024
    RE: copy and paste text attributes.
    in the newer vegas pro versions you have a button in the Attributes list where you can paste all the settings you did to your text to the whole video track the text media is on. It helps a bit when you just have one track anyway but i dont know why
  • Video
    10 answers, most recent on 9/29/2024
    VP22 crashes often on re-launch BCC Particle illusion after TL play
    Very often, Vegas crashes when launching BCC particle illusion (PI) under following conditions: 0) Launch Particle illusion plugin from Vegas timeline and do your stuff in PI - no crash1) Particle illusion plugin has generated whatever you need to
Previous page
1 … 24 25 26 … 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