VEGAS Creative Software Community
The Vegas Creative Software Support Community – Find help here
  • Forum
  • Tutorials
  • Support New
  • Sign in / register
  • Search ...
  • Help
All Forum 480 Tutorials User
Options
Last six month
  • Any time
  • Last 24 hours
  • Last week
  • Last month
  • Last six month
  • Last year
  • Audio
    One answer, on 3/20/2025
    Audio track no sound but clip work fine in madia player
  • Video
    9 answers, most recent on 2/14/2025
    RE: What can I do to speed up 4K render?
    Thanks @RogerS. Is there any rendering speed advantage by applying FX at the track level versus event level? I typically copy and paste the same LUT, minor color grading, and sharpening to all the clips in my track, then view each media event and
  • Scripting
    41 answers, most recent on 6/6/2025
    RE: VEGAS Pro Scripts Collections | SHARE YOUR SCRIPT HERE !!
    Script: eliminar el audio de los eventos de video seleccionados using ScriptPortal.Vegas; namespace Test_Script {     public class Class1     {         public void Main(Vegas vegas)         {             foreach (Track myTrack in
  • Video
    10 answers, most recent on 2/23/2025
    RE: Hiding things in the video
    I suppose I should look at the mocha that I got with Vegas 21 because I recall there was a tracking portion and something about masking over it. If you are referring to Mocha VEGAS, unfortunately you won't find Mocha's Remove feature there. The
  • Video
    3 answers, most recent on 6/28/2025
    RE: Moving Face Cam
    The approach I take is similar to above but I find Picture In Picture fx the most convenient. More so than Track Motion. Or pan/crop on the event. Although with a little more work, you might get higher quality with pan/crop.
  • Video
    8 answers, most recent on 5/8/2025
    FX's are ruining the video,causing glitches or fx disable themselves
    I'm trying to edit a some MP4 files but having some big trouble .For example;as you may see on the video I uploaded to youtube by this link I have 8-10 tracks on my project.On of the tracks ,I add "Brightness and Contrast" and after that " Colorize"
  • Scripting
    38 answers, most recent on 2/13/2025
    RE: Psd Layer Splitter Script
    does this script still work? i tried it and i get an error @ansonmccosh I can't reproduce your problem in my VEGAS Pro 22 build 239. However, I can see the error lines in your screenshot. They should be: if
  • Video
    12 answers, most recent on 2/26/2025
    RE: Add Media Across Tracks feature New Bug(VEGAS Pro 22 build 239)
    @Dexcon  The event is not placed at 00:00:00, right? I think there's a slight gap. Also, even when performing the operation while the mouse cursor is over the track header, VEGAS Pro 17–21 correctly places the beginning of the event at 00:00:00
  • Video
    12 answers, most recent on 5/23/2025
    RE: Unable to get FSD in preview or External monitor setting
    (is there a way to save those before it does a reset? Or can I place them in a different location to prevent them from being removed/deleted Custom presets can be found in ('Hidden Items' needs to be activated in Windows Explorer in order to see the
  • Video
    10 answers, most recent on 2/23/2025
    RE: Hiding things in the video
    I suppose I should look at the mocha that I got with Vegas 21 because I recall there was a tracking portion and something about masking over it.
  • Video
    12 answers, most recent on 2/26/2025
    RE: Add Media Across Tracks feature New Bug(VEGAS Pro 22 build 239)
    I had never done it before but here's how it looks when right-clicked and added to the track header. Still cut off. How misaligned is the audio between the two identical videos when I correct one track and bring it to zero? 13
  • Video
    42 answers, most recent on 5/23/2025
    RE: No Audio and no rendering possible with m2ts files in Win11 24H2
    Thank you very much VEGASDerek. I've now installed the 22.0 (Build243). I have now tried a few files from old Sony camcorders with AC5.1 and also Sony DSC V1 with AC2.0. All audio tracks now working correctly again. The only thing missing is
  • Video
    5 answers, most recent on 3/30/2025
    How to dynamically change text in nested project?
    Hello, I created nested timeline which contains 3 tracks (background, png border and text). Border and text have few 3d track motion keyframes. In parent timeline I create few copies of nested event. Now my target is create unique content of the
  • Video
    10 answers, most recent on 1/26/2025
    Issues with rendering multi-track project as MP3
    Hello all, I am having issues with my vegas 22 not being able to render my multitrack project to mp3, I have 2 xavcs video and audio tracks from Sony cameras and 15 .wav audio tracks from an audio mixer interface. When I go to render the audio out
  • Video
    3 answers, most recent on 2/1/2025
    RE: [BUG FIX] Video Event FX "MASK" issue in Pro 22
    Thanks for this post - I just ran into this issue myself after updating to Build 239. Do you know if/where this issue is being tracked/fixed?
  • Video
    3 answers, most recent on 7/4/2025
    RE: Differing aspect ratios for Picture in Picture
    Howdy. Professional video mapper here... Typically, you want 1920x1200, it's very rare to find a projector with a 1920x1080 native resolution, most are 16:10 aspect ratio. As for your question, I'd suggest using track motion vs. picture in picture.
  • Video
    12 answers, most recent on 5/1/2025
    RE: AI Smart Mask 2.0 crashes
    I used it recently to show a friend something. The object tracked didn't have much to make it stand out. It tracked fine. I used it as a mask. I added an effect to the mask, and rendered it out. Now, that is where it took quite a while for a 45
  • Video
    63 answers, most recent on 5/9/2025
    RE: Vegas Pro 22 Build 248 General Discussion
    Hello, Because it simply doesn't work at the moment, can you please remove the "Set Default Track Properties" in VP22 Suite, Build 248 as it confuses me and sends the wrong message. I see the options there to use the feature but it doesn't work, if
  • Video
    7 answers, most recent on 6/24/2025
    RE: 3 Blank frames when splitting a vid to insert another
    Project Frame Rate: Custom (1920x1080, 59.940 fps) Turned on Show Unquantized Event Edges and lots of red lines. It's odd that, except for tracks 108 and 109, the audio tracks, I don’t have any red lines after track 88 @ 3:27 in a 20-minute video,
  • Video
    68 answers, most recent on 4/16/2025
    RE: Dvd not playing on all TV’s even with same player
    Just FYI, yesterday I burned 15 dvd’s with all different combinations of template and render settings to come up with that winning combo. Thanks Eric and all (even 3Point!) for getting me on right track!
  • Scripting
    41 answers, most recent on 6/6/2025
    RE: VEGAS Pro Scripts Collections | SHARE YOUR SCRIPT HERE !!
    Duplicate Events to Up, Down, Right and Left directions | SCRIPTThis Script Duplicate selected Events to up, down, right and left direction. It was made with the guidance of @jetdv.   using System; using System.Drawing; using
  • Scripting
    4 answers, most recent on 6/19/2025
    Audio Channels both
    Hello,   @jetdv   Is it possible to set audio channels of audio track event to both in C# ? Can you help me?Thank you in advance Regards Marcin
  • Video
    8 answers, most recent on 3/4/2025
    RE: Frames lagging
    That could possibly be so. If I overload everything on many tracks, my computer will struggle too. I will oft times render out something to see the results. That's part of editing.
  • Scripting
    18 answers, most recent on 5/8/2025
    RE: Creating a Script to make 3D Extrusion in a Text
    It appears you are correct as there is no "file path" for a media generator. I tested a couple of options here but the sub-clip was not created. There was no error - but there was no sub-clip either. @jetdv Today, I finally found a trick. For media
Previous page
1 … 8 9 10 … 20
of 20
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