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
  • Audio
    2 answers, most recent on 11/4/2024
    RE: Audio Blocked Vegas 21
    You may have inadvertently muted the audio track Also, note that if there are a number of video and/or audio tracks highlighted and one of those tracks is muted, then all the other highlighted tracks will be muted as well.
  • Video
    13 answers, most recent on 5/4/2025
    RE: Track Motion Problem
    Basically I added a 1920x1080 clip to a 1080x1920 project, increased it size with Track Motion, I had to increase the height to 6069 to fill the preview project size/height. (I tried working out why that number but couldn't) @Gid 1920 * (16 / 9)² =
  • Audio
    4 answers, most recent on 11/22/2024
    RE: VP 21 Cannot adjust volume in audio clip
    It is similar, the line alternates between blue and white. The white line appears "stuck in the above video track when you hover or select the audio track. It turns blue if you click the video track. It looks like the blue level Handle was pushed up
  • Audio
    9 answers, most recent on 12/9/2024
    RE: How do you create a PQ list in Vegas Pro 22?
    I think I did what you did in the video but now when I select Disc at once it says track 1 has a pause greater than 1 at the start of the first track and doesn't give me an option to burn it.. And it's only 1 track.
  • Video
    43 answers, most recent 23 minutes ago
    RE: VEGAS Pro 23 and MOCHA VEGAS
    One way is to open your project in VP23 and use Mocha in an otherwise empty VP22 just for the motion tracking. It's not so hard and saves £50 a year!For instance, you have a clip and you want to add a caption locked to a moving object. From your
  • Scripting
    7 answers, most recent on 3/29/2025
    RE: 3D Motion Setup Script
    hi @ansonmccosh I managed to make a simple version by following some jetdv videos and also using a script that does something "similar" created by zzzzzz9125 I'm not sure if it will work very well for your purpose but here is my contribution to this
  • Video
    17 answers, most recent on 3/24/2025
    RE: Some files missing in saved arrangement Vegas Pro 20.0
    Have you tried a different track?
  • Video
    17 answers, most recent on 2/11/2025
    RE: Is there easy way to cut overlapping clips from different tracks
    Please use this one instead as it will only cut information out of video tracks and ignore audio tracks:  using System; using System.Collections.Generic; using System.Collections; using System.IO; using System.Text; using
  • Scripting
    10 answers, most recent on 6/21/2025
    RE: What is the default value for "audioEvent.NormalizeGain"
    Ok. I missed @jetdvAudioEvent tt = (AudioEvent) track_event; But unfortunately it doesn't satisfy my requirements. I would like to set volume gain of track audio event to 0 dB Now I have -12.0 dB. I can not find this in Vegas Pro Scripting
  • Video
    43 answers, most recent 23 minutes ago
    RE: VEGAS Pro 23 and MOCHA VEGAS
    @Risi  In Mocha Pro, track the object you want to follow. 'Export Track' , choose Boris FX Corner Pin (Continuum 11 and older) (,txt), save that to your desktop or a folder. (ignore the on screen spline or other settings in these pictures, I was
  • Video
    12 answers, most recent on 1/6/2025
    RE: Unusual Error During Rendering
    Instead of using an adjustment event for applying two fx to your project, try the other options: like adjustment track or just track fx or easiest project output fx.
  • Audio
    5 answers, most recent on 12/10/2024
    [Solved] Missing audio in m2ts, Vegas 22
    Audio tracks in .m2ts video files rendered in earlier versions of Vegas didn't work. These files are not loaded with sound or the sound is quiet/blank. I rendered a new test file with the same preset on another
  • Scripting
    28 answers, most recent on 2/12/2025
    RE: Revese TrackEvent
    I may be wrong on this one but the reason why it goes black after undo is because event that reference that reversed track is gone but script above doesn't have undo block so the newly created event stays on track. "Correct behaviour" of this
  • Video
    644 answers, most recent on 6/19/2025
    RE: VEGAS Pro Feature Requests
    Another version of Vegas Effects with roto brush like feature and 3d camera tracking. :)
  • Video
    17 answers, most recent on 2/11/2025
    RE: Is there easy way to cut overlapping clips from different tracks
    @MarkAnthony121 Looks like you shot with multiple cameras and split the left-side manually and then deleted the angles you didn't want. If you use multicam edit mode to create a multicam track to do the splits, it'll give you the option to delete
  • Vegas Movie Studio (up to ver. 17)
    18 answers, most recent on 7/19/2025
    RE: Need to stretch out the sides of a video
    In recent versions of Vegas Pro, I'd start off with trying Vegas Pro's 'Black Bar Fill' FX which would replace the black sides with an enlarged replica of the existing sides of the image. This is a common approach used for images with an aspect
  • Video
    3 answers, most recent on 5/9/2025
    RE: copy "frame size" from one video event to some video events
    Copy/paste using "selectively paste ..." clearly doesn't have a copy/paste frame size option ... and I don't think that there is such an option to copy/paste frame size dimensions from one video event to another. If there is, I'd really like to know
  • Audio
    7 answers, most recent on 5/12/2025
    RE: Event Heal Question
    Only if you render it to another track. Otherwise, they are two events.
  • Video
    30 answers, most recent on 5/7/2025
    RE: Sync problem in all builds of Vegas Pro 22
    Hello again, Roger. I am providing two screenshots from a recent dance video. The client returned this video to me with complaints about the audio/video sync. Screenshot 1 shows the original audio in the top track along with the rendered audio in
  • Video
    29 answers, most recent on 3/5/2025
    RE: Neatvideo updated Version 6
    /** SlowFX  ------------------------------------------   This script will:   re-enable a bypassed specific FX in all trackFX and eventFX  in this case the slow denoiseFX from Boris: "BCC+Denoise
  • Video
    29 answers, most recent on 3/5/2025
    RE: Neatvideo updated Version 6
    /**  NoSlowFX  ------------------------------------------   This script will:   bypass a specific FX in all trackFX and eventFX  in this case the slow denoiseFX from Boris: "BCC+Denoise
  • Video
    13 answers, most recent on 7/27/2025
    RE: Vegas 22 Bezier Masking Crashes Vegas
    @hurricane1951 I'm not sure from your description what you want to do with the mask. Do you simply want to move the mask along the text, revealing one letter at a time? Why not just keyframe the movement if there's nothing to track? Aside from that,
  • Scripting
    7 answers, most recent on 3/29/2025
    RE: 3D Motion Setup Script
    i appreciate this..This is actually very good and it will help. i was actually looking at trying to implement @zzzzzz9125  the depth value and z value and testing if it will work. so far i get errors but i feel like i'm learning more as i
  • Video
    9 answers, most recent on 12/12/2024
    RE: Viewing keyframes in the timeline
    @Richard-Vanner Click on the three lines at the top left on the track header, then choose Edit Visible Button Set and activate Track motion to show the button. Or go to Tools > Video > Track motion. It is possible that the zoom in the first
Previous page
1 … 9 10 11 … 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