The Vegas Creative Software Support Community – Find help here
Forum
Tutorials
Support
New
Sign in / register
Search ...
Help
Sign in
All
Forum
9k
Tutorials
User
All
Forum
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 9/15/2023
RE: Motion Tracking
@Roger Bansemer I bought Mocha Pro yrs ago & have 0 regrets, agreed 'you can't get better', They've had to tweak Mocha Pro to make Vegas Mocha & from what I've seen so far (i'm still on VP20) it does have a few steps to use it, Mocha Pro is
Video
51 answers, most recent on 5/24/2023
RE: Vegas Pro Workflow Bugs as found in 19 and now Version 20
Track Motion Region doesn't always draw: when adding track motion efx to clip, sometimes the region box doesn't draw on the target clip. If I fiddle with the efx in the efx chain, and or slip the clip it sometimes draws. Link to issue with track
Video
6 answers, most recent on 9/5/2023
RE: Is it possible to remove fly from the video?
You can try motion tracking the fly and attaching a feathered clean matte of your background to it. Yes, I have figured it out, but a bit differently. I don't know how to do motion tracking. But the method that I can do as a beginner is that I mask
Video
18 answers, most recent on 5/12/2024
New to Vegas. Videostudio user. Crossfade doesn't work.
Hi, I am new to this forum and am using a trial version to try and learn this software because I am just so sick of the bugs in Video Studio which are NEVER fixed and increase in number with every new version (loooong time user). I must say that
Video
83 answers, most recent on 4/17/2024
RE: VEGAS Pro Update 3 - new feature tutorials, benchmark comparisons
Here's the final result. The first 5 frames are messed up, and there's a little bit of video to the right of her that didn't get properly masked out, I could easily clean that up by refining the smart mask or just masking those areas to her right
Video
6 answers, most recent on 2/20/2023
RE: How to fill the screen with skew effect?
Track motion! Thanks.
Video
71 answers, most recent on 5/24/2023
RE: ⭐Flow for VEGAS Pro(Extension for animations based on bezier curves)⭐
Pan/crop tool is the most confusing tool (for beginners) in Vegas, I hardly use it anymore. I think it will become a deprecated feature one day. I certainly hope not! I use it on MOST of the videos I do. Not confusing at all. It allows you to CROP
Scripting
20 answers, most recent on 2/16/2024
RE: Insert Track Motion Points at Exact Time Separation
Ok I have completed the script(s). Thank you for your assistance @jetdv :-) I decided not to bother with the settings dialog, as it was beating me and when I thought more about it, it made no sense as it would slow down the interaction, and after
Video
33 answers, most recent on 5/27/2023
RE: Picture In Picture
My original problem involved messing around with track motion, yes. But let's start over again...I deleted all tracks and added them again. The first thing I see, is that the video preview window is small. Although the picture is a reasonable
Scripting
12 answers, most recent on 6/27/2023
RE: Track Motion - Crete/Copy Keyframes
I understood you were dealing with video tracks. However, most of my scripts go through "tracks" which can be video or audio. So I'd then do this to verify it's a selected video track: if (myTrack.Selected && myTrack.IsVideo()) and then you
Video
4 answers, most recent on 4/5/2023
Motion tracking modes
I have been using the built in Motion tracking mode for a few things so far.The best result has always been if I need to put an image or text on a wall in a video using the perspective mode.This time I want a text to "stand" on a beach and I having
Video
8 answers, most recent on 3/22/2023
RE: Render does not respect the preview of the video - Track Motion(v18.0)
You must not use a different Render size from the Project in which you created your track motion. They must be the same to work identically.
Video
33 answers, most recent on 5/27/2023
RE: Picture In Picture
Ok, I scrapped everything and started a new project.The first thing I did was put this mp4 into the timeline. For some reason, some of the picture is blacked out.This might be the root of the problem. @beaverbrook You two commented while i was
Video
10 answers, most recent on 6/21/2023
RE: Vegas PRO - Confused with Overlay Compositing Mode
I think that if Vegas offered Compositing at the Event (object) level rather than the Track level, the Overlay and other modes would work the same as in Photoshop. If one reduces the track size using Track Motion we can see that the Compositor
Scripting
6 answers, most recent on 12/5/2023
RE: Some final questions
1. Pan/Crop is the correct way to do it. Pan/Crop will work with the full resolution of the image. Track Motion works with the video frame so zooming in you'll lose resolution. So do your zooming and panning with Pan/Crop. 2. No, it doesn't matter.
Patches
No answers, created on 12/11/2023
[Closed] Update: VEGAS Pro 21 Build 208
The VEGAS team is excited to announce the release of a new update for VEGAS Pro 21, build 208. This is a minor update with bug fixes and small improvements. You may download this update via the auto-update mechanism within the application or
Video
33 answers, most recent on 5/9/2023
RE: Smart Mask (AI assisted automatic masking) Introduction
You're better off using VEGAS Motion Tracking to do that, it's better designed for motion tracking non-huma/animal objects. Tutorial here: Thanks for the tutorial (all the tutorials) - thats how I do it at present, but you asked for thoughts on
Video
26 answers, most recent on 10/6/2023
RE: How to prevent auto-resize? What's the point of "disable resample"?
I agree, it's not easy (unless I'm missing something). As a sanity check I just did the same thing in Photoshop- 1920x1080p canvas and brought a 500p image in and stuck it in the corner. With the same 500p original image in VEGAS I went to pan/crop
Scripting
12 answers, most recent on 6/27/2023
RE: Track Motion - Crete/Copy Keyframes
@Jorge-Vegas, Ok, when dealing with Track Motion keyframes, please make sure you are dealing with a VIDEO track (not just a "track"). Then you can add a new keyframe like this: VideoTrack vTrack = (VideoTrack)myTrack; TrackMotionKeyframe newKF =
Video
44 answers, most recent on 10/24/2024
RE: Help needed...New to Voukoder 13.4.1
I have a theory. I think it might be the way a digital zoom was done. Because when I align the br30 clip on the last pumpkin with the one in the camera clip, the perspective of the rest doesn't jive. I didn't try to match endpoints. Decent quality
Video
7 answers, most recent on 12/22/2024
RE: GPU recommendations?
Yes that 4070-s is good value but only has 12gb, I like the $450 price tag. You think I can get by smoothly with that card, editing 4k footage, color grading, titles, motion tracking, etc? I'll have an i9 14900k and 96Gb RAM. The Ti looks to only
Scripting
7 answers, most recent on 3/19/2023
RE: add keyframe with pan crop on video track script
Try something like this: Get a video track VideoTrack myTrack = (VideoTrack)myVegas.Project.Tracks[0]; Get the "Track Motion" information for the track and then pull in the base keyframe. TrackMotion tm =
Scripting
4 answers, most recent on 1/8/2024
How to know the value of the previous Track Motion Keyframe
Hello everyone !After my previous successful attempt to create a script that shake a picture in sync with the audio thanks to the tips of the community, i would need again some help with a "easy zoom script" to be used as shortcut on my
Video
46 answers, most recent on 8/30/2023
RE: Moving video behind of a mask
@Godzinhu I'm not 100% sure what you're doing because you have Motion Tracker in the fx chain before Pan/Crop, Whatever tracking you've done may be being counteracted by your keyframes in Pan/Crop but apart from the 1st keyframe there's no other
Previous page
1
…
26
27
28
…
42
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
of 42
Next page
27