Tyson Onaga
Forum Replies Created
-
Doh … I know I had tried this … focus must be on the Track View. Thanks.
-
You need to use Pan/Crop and Track Motion events on each track.
-
First, I’m going to use forward slash “/” instead of backslash cause I can’t seem to get this forum editor to process backslashes correctly. Replace them mentally from here on …
Given: Work and third party material for Vegas on one or more HDs.
Desired: The ability to move material from HD to HD, machine to machine seemlessly (to Vegas and possibly other apps as well).— Scenario 1 —
Let’s say you work with a single machine. Your work is on D: and the directories are something like this:
D:/VegasProjects/OscarWorthy2009/ProjectX/…
D:/VegasProjects/OscarWorthy2009/ProjectY/…
D:/VegasProjects/OscarWorthy2009/ProjectZ/…where the subdirectories within Project X, Y, and Z may or may not be similar.
You use additional material which you like to keep separated as they may be third-party, reused, and not used solely by a single project. Let’s say the structure is something like this:
D:/ExternalCoolStuff/VendorA/…
D:/ExternalCoolStuff/VendorB/…
D:/ExternalCoolStuff/VendorC/…You would like to be able to move all or part of this to another HD (say F:) and Vegas will not be the wiser.
— Using SUBST —
SUBST(itute) drive is a old DOS-era command. Essentially (in programmer-speak) it is indirection.
Given Scenario 1, you will now do your work on W: (for Work) and external stuff will be on X:. Execute the following in a DOS command box:
SUBST W: D:/VegasProjects
SUBST X: D:/ExternalCoolStuffOpen Explorer and you should see two new drives W: and X:
The contents of W: should be:OscarWorthy2009/ProjectX/…
OscarWorthy2009/ProjectY/…
OscarWorthy2009/ProjectZ/…and X: should be:
VendorA/…
VendorB/…
VendorC/…— Working with SUBST —
Do all your work as before … EXCEPT … make sure you add files (drag-n-drop, etc.) from W: and X: … never D:. If you select an item in the Timeline, R-Click, Properties … the file path should be W:… or X:…
— Scenario 2, Moving Stuff Around —
You run down to Costco and get yourself a couple of the 1 TB drives. You would like to use one for work and one for external. The physical drives assigned by Windows are F: and G:
Re-SUBST ’em …
rem *** delete the SUBST drives
SUBST W: /d
SUBST X: /drem *** re-SUBST ’em
SUBST W: F:/VegasProjects
SUBST X: G:/ExternalCoolStuffLook at Explorer.
W: and X: should be identical as before … except W: is actually pointing to F:/VegasProjects and X: is pointing to G:/ExternalStuffOpen a Vegas project.
It should be seemless.Note, you cannot delete a SUBST drive while it is in use. Therefore, if you need to re-SUBST, close all apps using anything (e.g.) on W: and X:. Make sure Explorer and DOS command boxes are not pointing to W: or X: … then re-SUBST.
You should be able to copy a Vegas project and its media to another HD on another machine … and if W: and X: are properly set for that machine, Vegas should not know anything is different.
— Setting Your Environment —
Once you’ve settled on how many SUBST drives you’ll need for your work, create some batch file that do the SUBST-ing for you. You may want to have a collection of bat files that use a single bat file that has the [dr]:/VegasProjects and [dr]:/ExternalCoolStuff within. That way, you can move everything to a different PC, change the ONE bat file, and that machine is then configured properly to create W: and X:
I.e., you may have a bat that executes something like this:
SUBST %vegasWrkDr% /d
SUBST %vegasExtDr% /dSUBST %vegasWrkDr% %vegasWrkPath%
SUBST %vegasExtDr% %vegasExtPath%where the environment variable assignments (SET vegasWrkDr=…) are in a single place.
Once W: and X: are set, you should be good to go.
Best.
-
You can do as Mike suggested and that will work fine. However, if you want to work with multiple disks and/or with multiple machines … and never have Vegas ask you where “such-and-such” media file is … then the command you want to integrate into your working model/environment is SUBST.
Best.
-
John,
Got to try this last night. Worked great! Thanks!
– Tyson -
OK got it.
However … I have run into a situation where I’d like to “re-space” Track Motion events. I need to do this in the original Vegas project. I.e., is there a Script that can take a Track’s Track Motion events and adjust them by X percent. E.g., all the events play in 60 seconds … I’d like it to be 80 seconds … so a factor 1.333.
This would be a tremendous time saver; else, it is the brute-force method. Thanks again.
-
That’s what I thought. Is there a way to drag-n-drop a Vegas file onto Vegas (like File Open)? When I do it, Vegas creates a new file and adds the Vegas file as a resource in Project Media.
-
What would be really useful would be a list of all used Project Media, including those used by nested projects (children, grandchildren, etc.).
-
This is nice … however, I don’t seem to be able to select any of the information and copy it to the clipboard. Can you?