VEGAS Creative Software Community
The Vegas Creative Software Support Community – Find help here
  • Forum
  • Tutorials
  • Support New
  • Sign in / register
  • Search ...
  • Help
All Forum 67k Tutorials User
Options
Any time
  • Any time
  • Last 24 hours
  • Last week
  • Last month
  • Last six month
  • Last year
  • 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
    3 answers, most recent on 10/1/2024
    How to improve the built-in "Render Audio Tracks" script?
    Hello! 🙌Is it possible to configure the built-in "Render Audio Tracks" script to run "silently", without a pop-up window, with the preset type "FLAC audio (*.flac)" and with the template "48,000 Hz; 16 Bit; Stereo", and without taking into account
  • Video
    6 answers, most recent on 5/1/2024
    RE: Animation masking/connection issue help
    @Fintarue 👍 I just want to mention you can have Parent/Child groups within another Parent track, this Parent track will move the other Parent/Child groups within it as one & you still have the option to move the others with their own individual
  • Video
    One answer, on 8/9/2024
    RE: oversaturation after rendering? in Vegas pro 17
    In Vegas 17, add the Computer->Studio RGB Levels fx filter for still image events, or at the Track level if all events on the track are still images. This will conform your levels for YUV Limited output, required for all modern delivery formats.
  • Audio
    22 answers, most recent on 1/25/2025
    RE: CRACK SOUND IN VEGAS PRO!
    Yes, it looks same (the camera does not record a classic stereo track, but 4 separate tracks where the first two are assigned to the internal microphone for that demo video). The timeline shows no problem with the sound for me either. Now please try
  • Scripting
    18 answers, most recent on 5/8/2025
    RE: Creating a Script to make 3D Extrusion in a Text
    In every event from track 2 down, I see there are TWO takes which means you've still got the original Titles and Text copied on each one as well the sub-clip copied. Why do you need the second take? Tracks 2 down only need to be the subclip. @jetdv
  • Scripting
    8 answers, most recent on 7/15/2024
    RE: Need help creating a simple script
    @jetdv Please, if possible, where in the code i need to change to be able to import the image directly in the timeline on a specific selected track, even if is above or bellow of the default track?
  • Scripting
    5 answers, most recent on 9/8/2024
    RE: Acessing Vegas Pro data from exe-file
    The way to do this would be to write your application as a "Custom Command" and have the user run your application/custom command from inside VEGAS. A custom command can track changes to the timeline so you will be able to see if two tracks were
  • Video
    4 answers, most recent on 11/5/2024
    RE: Problem of importing files across tracks by right-drag in VP22 b194
    It's still "across tracks" but then it's also "across time"... Like it's doing both.
  • Video
    46 answers, most recent on 2/27/2024
    RE: rendering multiple video tracks on Vegas 17
    There are three video tracks and two audio tracks in your screenshot. The top video and audio track will not be used because the bottom ones are solo'd. If you're expecting to see the video on the top track, you won't because it's not solo'd too.
  • Scripting
    6 answers, most recent on 9/26/2024
    RE: How to move Envelope Points via Script?
    Also note: Envelope points are EVENT based, Volume points are TRACK based...
  • 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
  • Video
    49 answers, most recent on 3/21/2024
    RE: Moving multiple tracks from one group of tracks to another
    RogerS wrote on 3/5/2024, 11:58 PM The sets of tracks have to match (same # of video and audio).   Yes that is what I do. Moving from tracks 4-6 (three tracks) down to three other tracks.
  • 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 5/31/2024
    RE: Transfering Motion Data completely disrupts the project
    Mocha is a different animal to what you've worked with before (unless you have Mocha Pro). I mainly use Mocha Pro in which you need to save a tracking project and import it into another Mocha Pro project in order to use the original tracking data.
  • Scripting
    27 answers, most recent on 2/9/2024
    RE: 📝⚙️(Script) Duplicate an event to a new track.
    Try changing: int trackIndexToAdd = -1; foreach (Track myTrack in myVegas.Project.Tracks) { to foreach (Track myTrack in myVegas.Project.Tracks) { int trackIndexToAdd = -1;  
  • Scripting
    41 answers, most recent on 6/6/2025
    RE: VEGAS Pro Scripts Collections | SHARE YOUR SCRIPT HERE !!
    Import latest downloaded media and placed on timeline at cursor position. (No need to explore Computer) Script will show 5 folders you can choose where you download new media. ICON FILE: SCRIPT CODE:   using System; using System.IO; using
  • Video
    8 answers, most recent on 6/3/2024
    RE: How to work with timeline from the text "location" timeline?
    If you're just trying to "move" text, I would not be using "motion tracking" as you're not tracking any motion. Instead you're simply wanting to "move" text. Now, you CAN use "Track Motion" to do that (and it would be a good way to do that) but it's
  • Scripting
    12 answers, most recent on 1/14/2025
    RE: help me complete a very useful script on frames and their length
    So this: if (frameRate == 100.00m) { //videoEvent.AdjustPlaybackRate(0.25, true); videoEvent.PlaybackRate = 0.25;
  • Scripting
    12 answers, most recent on 1/14/2025
    RE: help me complete a very useful script on frames and their length
    @MALIK, try something like this: Timecode oldLength = videoEvent.Length; videoEvent.PlaybackRate = 0.25; videoEvent.Length = Timecode.FromMilliseconds(videoEvent.Length.ToMilliseconds() * 4);
  • Video
    18 answers, most recent on 5/21/2024
    RE: Multicam Workflow Question
    No, I wanted to resize the event for the purpose of trimming it, i.e. editing. And I'm saying the only way that works is if I group all of the events following the split, every time I need to make an edit. I gave a good description that works, so
  • Video
    11 answers, most recent on 11/6/2024
    RE: Auto Duck effect
    My music should be in normal volume level when the priest doesn't speak. It should be lower when the priest speaks. Is it possible to do it with this effect? My music volume varies rapidly when the priest doesn't speak. In this part of sound track
  • Audio
    17 answers, most recent on 11/27/2024
    Double Waveform on Audio Tracks (I think I clicked something)
    I have an issue where I think I may have clicked something by accident, some sort of setting, and now I get double waveforms on each audio track on every project. How do I undo this?   Thank you for your time
Previous page
1 … 31 32 33 … 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