VEGAS Creative Software Community
The Vegas Creative Software Support Community – Find help here
  • Forum
  • Tutorials
  • Support New
  • Sign in / register
  • Search ...
  • Help
All Forum 479 Tutorials User
Options
Last six month
  • Any time
  • Last 24 hours
  • Last week
  • Last month
  • Last six month
  • Last year
  • Video
    12 answers, most recent on 5/23/2025
    RE: [Solved] Unable to get FSD in preview or External monitor setting
    As I suggested earlier that you check and 3POINT has since suggested, the video track on which the offset image was occurring more than likely had Track Moton applied. Track Motion is not an FX; rather, it is similar to pan/crop but affects every
  • Video
    9 answers, most recent on 7/4/2025
    [Solved] Select entire track without going to beginning
    How can I select all events of a track in Vegas 22 without going to the first event of the track. I read that double clicking the track header should work, but I don't see anything happening.
  • Scripting
    4 answers, most recent on 5/1/2025
    [Solved] Add regions to events..?
    Hi, I'm trying to get a script working I found online that adds regions to the events on the timeline but I keep getting the msg missing pop-up, to be honest I haven't got a clue how to fix this. Can someone help pls. (This is that second one 'I
  • Video
    13 answers, most recent on 5/28/2025
    RE: [Solved] Close gaps leaves envelope points behind?
    @Gid Hello, here it is a 3º update of the script; * Some bugs related to loop region selection and moving envelope points were fixed. * Closing gaps by loop region selection working properly; * Closing gaps by selecting events manually is working
  • Video
    6 answers, most recent on 5/22/2025
    RE: [Solved] Boris FX Sapphire is not visible on the main timeline
    @Gid This problem is observed only in one project. Even on the new video track placed on top. The settings are standard, like any new project. It works on new ones. But I saved the project separately. Added a new track on top. Deleted all the old
  • Video
    4 answers, most recent on 4/24/2025
    RE: [Solved] PIP & Masking are doing something weird together
    This is normal. "Apply to FX" of the mask in Pan/Crop takes effect on all FX in that FX chain. PIP also works only on the mask area because of it. You'd better adjust its position at the track level (track motion or track FX).
  • Scripting
    4 answers, most recent on 5/1/2025
    RE: [Solved] Add regions to events..?
    What version of VEGAS are you running? This is for versions 5 - 13. import Sony.Vegas; For current versions you need: import ScriptPortal.Vegas; You also need to fully designate ScriptPortal.Vegas.Region as .Net also has a "Region". Try this version
  • Video
    3 answers, most recent on 4/10/2025
    RE: [Solved] Missing icon
    @Roger Bansemer Try resetting the track defaults, or adjust the height of the track so the dots do show & then use this to set that height.
  • Video
    2 answers, most recent on 3/11/2025
    RE: [Solved] Video Preview Black Screen Vegas Pro - need help
    Your video track is muted.
  • Scripting
    9 answers, most recent on 4/24/2025
    [Solved] How to move Position X Center by 100 pixels in the Pan\Crop of Event
    Hello! 👋Please help me change the script 🙏.Currently the script increases the "Rotation - X Center" parameter by 100 pixels in the Pan\Crop tool for each animation key of each selected video event ➡.But I need to increase "Position - X Center".This
  • Video
    2 answers, most recent on 2/8/2025
    RE: [Solved] Need help changing subtitle fonts. Subtitles already imported.
    If they are all on the same track, fix one event and then press an arrow looking button in the upper right side of titles and text (on my phone now or I'd send a screenshot) and you'll change all the text events on that track.
  • Audio
    8 answers, most recent on 4/24/2025
    RE: [Solved] correct "pin setup" for Surround Pan 5.1
    From your images, it looks like that you have 6 separate audio events - 1 each for FL, FR, C, RL, RR and LFE - and each has its own track. That's absolutely fine, but I'd start off with the centre pan point to be left at its default centre position.
  • Video
    6 answers, most recent on 2/12/2025
    RE: [Solved] rendered video is inserted to the project and I don't want that
    How are you rendering? Sounds like you're choosing Tools - Render to New Track instead of File - Render As.
  • Video
    One answer, on 4/20/2025
    [Solved] Preview shows only upper left of video
    Vegas 21.0 build 315, Windows 10 Pro, Radion R9 200, 16GB RAM, Intel i7-5280@3.3GHz One video track displays just its upper left corner in the preview window. It is correct on the track and crop window (see screenshot), and the rendered video. The
  • Video
    6 answers, most recent on 3/20/2025
    RE: [Solved] adding text to video timeline
    @sRecollet Hi, you've got the video track Soloed.
  • Video
    6 answers, most recent on 2/12/2025
    [Solved] rendered video is inserted to the project and I don't want that
    when I render a video the resulting video creates new tracks and is inserted at the beginning of the project. This behavior started a couple of versions ago and I've been working around it. I've looked around preferences to find the box to unclick
  • Scripting
    9 answers, most recent on 5/26/2025
    RE: [Solved] How to Add tracks to an empty project?
    Let me answer this question of mine now. To properly modify the project we created in the script, we must wrap it with UndoBlock, just as we do in Custom Commands. Wrong one: Project nestedProject = vegas.CreateEmptyProject(); VideoTrack track =
  • Scripting
    4 answers, most recent on 2/10/2025
    RE: [Solved] Selecting video effects. How to add keyframes to a key?
    Thanks, solved the problem with the script here is a variant with ready animation and the second keyframe becomes always at the end.And now you can assign to one key. using System; using System.Collections.Generic; using ScriptPortal.Vegas; using
  • Audio
    7 answers, most recent on 5/23/2025
    [Solved] After rendering, the audio track is offset by 65 milliseconds
    Below are the cut pieces of video. Above is the rendered file. The videos are currently synced. But the audio track is out of sync (no stretching or tone shifting effects). Below is a music track without any special features. I checked and
  • Scripting
    4 answers, most recent on 2/10/2025
    [Solved] Selecting video effects. How to add keyframes to a key?
    Hi all, please help me with a script I want to assign to keyboard shortcuts to execute a command for Black Bar Fill that it immediately becomes and with keyframes 5 sec. Animation.  Here is a script that outputs all video effects.    using
  • Video
    5 answers, most recent on 1/20/2025
    [Solved] Can I copy and past a single frame or section of an event?
    I can copy and paste events. I can split events. But when I do this, the Mocha Pro tracking is not in line with the copied frames. The tracking data always displays as if it's at the beginning of the event, no matter what part of the event I
  • Video
    8 answers, most recent on 6/30/2025
    RE: [Solved] Video Envelope - Velocity - cannot set to 100%
    Two ways ... 1/ Substantially increase the track height which should give finer control over node positioning; or 2/ R click on the node and from the context window that opens and select one of the presets (e.g. 'Set to Normal velocity') or 'Set
  • Video
    3 answers, most recent on 6/13/2025
    [Solved] How to remove A B cross over thing
    Vegas has just done this to me; it's all one track, but double-decker. I don't know, but how do I get rid of it so it's single-decker? Thanks
  • Video
    7 answers, most recent on 5/21/2025
    RE: [Solved] Any ideas on how to improve/correct blemish captured from camera...
    The following will likely only work if the image area close to the spot is similar to the area being covered by the spot. Place a copy of the video event on a lower track. In the top event, use masking in pan/crop to create a circle mask around the
Previous page
1 2 3 4 … 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