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 1k Tutorials User
Options
Last year
  • Any time
  • Last 24 hours
  • Last week
  • Last month
  • Last six month
  • Last year
  • Video
    3 answers, most recent on 11/21/2024
    RE: [Solved] Saving a project with effect chains all intact - what am I missing?
    @Jonathan-Parle Hi, FX's will save in an empty project if the FX's are added to the Track FX
  • Video
    4 answers, most recent on 6/17/2024
    RE: [Solved] Vegas Pro 21.0 Build 315 UI Bug
    @QuanAndMichelle Hi, if you're asking about the Master track at the bottom click B on the keyboard.
  • Scripting
    12 answers, most recent on 1/14/2025
    RE: [Solved] help me complete a very useful script on frames and their length
    You could try this instead - which takes some elements from the second script you listed: if (frameRate == 100.00m) { //videoEvent.AdjustPlaybackRate(0.25, true); Timecode oldLength =
  • 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
    19 answers, most recent on 11/27/2024
    RE: [Solved] Alpha channel color
    The alpha channel "color" is 0-0-0, or "nothing." Alpha "adopts" the color of the bottom most layer. "If" there is no bottom nonalpha layer, the "color" obviously is 0-0-0, or "nothing." The common name for that is called "black." Therefore, if you
  • Scripting
    4 answers, most recent on 5/28/2024
    [Solved] help with adding envelope points using script
    I need a script that adds opacity keyframes to a track using the composite level, where the track already has composite level activated with an initial opacity of 100%. Throughout the project, there are specific regions where the script should add
  • 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
  • Scripting
    2 answers, most recent on 10/7/2024
    [Solved] Learning how to convert a script to Custom Command
    @jetdv Hello, Sir, please, if possible, could you help me? I'm watching your tutorials' series of Build a Custom Command, and I'm trying to convert my scripts to a custom command. But, I'm always getting the same error; "An error occured:
  • Scripting
    2 answers, most recent on 7/21/2024
    [Solved] Apply an Audio effect to Event
    @jetdv Hello Sir, please, how can i add in the code bellow the possibility when the audio fx effect is applied, the Audio Event FX pop-up window opens automatically? using System; using System.IO; using System.Text; using
  • Scripting
    7 answers, most recent on 5/1/2025
    RE: [Solved] How to change Audio Effect Parameter?
    @jetdv Sir, I found a solution. I just saved the value that I needed as preset, and then I inserted in the code.          public void AddVolume(Vegas vegas)         {             try             {                 PlugInNode effects =
  • 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 Yesterday
    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
  • Scripting
    2 answers, most recent on 6/14/2024
    RE: [Solved] Render Selected Audio as New Take
    First of all, I'm not sure why you're doing this: // Check if there are selected audio events on the timeline if (!HasSelectedAudioEvents(vegas.Project)) {
  • Video
    20 answers, most recent on 8/14/2024
    [Solved] Drop shadow on image overlay
    Why can't a simple drop shadow effect be added to image in Vegas. I tried this in Vegas 19 and 22 and adding the stock Vegas Drop Shadow (or BorisFX) effect doesn't work. Doing this in Davinci Resolves works fines (with Resolve and Boris versions)
  • Scripting
    12 answers, most recent on 1/14/2025
    [Solved] help me complete a very useful script on frames and their length
    I have two scripts, the first script automatically assigns all frames to 100 frames per second and slows them down by 4 times the main thing is that it automatically determines these frames on the timeline, and they do not need to be selected minus
  • Scripting
    25 answers, most recent on 11/3/2024
    RE: [Solved] Create a script that removes transitions?
    @Thiago_Sase Basically, take the script that I wrote to FIND transitions and modify it to look at only selected events and then remove them. This is a quick update to that script but I have not tested it. using ScriptPortal.Vegas; namespace
  • 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
    2 answers, most recent on 6/3/2024
    [Solved] How can I prevent Vegas from automatically activating Color Grade?
    Hi, I have an odd problem: in Vegas 21, every time I insert a new video track, the track has Color Grade added and activated, and the Color Grade's default setting makes the footage I add to the track look bad. Since I don't need to use Color Grade
  • Scripting
    9 answers, most recent on 8/18/2024
    [Solved] NEED HELP | Freeze - Unfreeze Script
    @jetdv @zzzzzz9125 hi guys.... need a little guidance from your genius mind here. its very easy for you. but i couldn't make it even with the help of ChatGPT so here what i need. there will be a selected event. when i will run this script it should
  • 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 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
    7 answers, most recent on 8/1/2024
    [Solved] Automatic script
    For more efficient editing, I've created several scripts to have a "shortcut" to the effects.(example:This example is the one that doesn't
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