Forum Replies Created

Page 21 of 24
  • Tyson Onaga

    August 21, 2009 at 9:03 pm in reply to: Go to time

    Doh … I know I had tried this … focus must be on the Track View. Thanks.

  • Tyson Onaga

    August 20, 2009 at 10:29 pm in reply to: Can Vegas do this effect?

    You need to use Pan/Crop and Track Motion events on each track.

  • Tyson Onaga

    August 18, 2009 at 12:06 am in reply to: Moving all files to a different disc

    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:/ExternalCoolStuff

    Open 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: /d

    rem *** re-SUBST ’em
    SUBST W: F:/VegasProjects
    SUBST X: G:/ExternalCoolStuff

    Look at Explorer.
    W: and X: should be identical as before … except W: is actually pointing to F:/VegasProjects and X: is pointing to G:/ExternalStuff

    Open 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% /d

    SUBST %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.

  • Tyson Onaga

    August 17, 2009 at 11:10 pm in reply to: Moving all files to a different disc

    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.

  • Tyson Onaga

    August 4, 2009 at 2:31 pm in reply to: Change Timing

    John,
    Got to try this last night. Worked great! Thanks!
    – Tyson

  • Tyson Onaga

    August 3, 2009 at 4:45 pm in reply to: Change Timing

    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.

  • Tyson Onaga

    July 19, 2009 at 12:09 am in reply to: Vegas, File Open

    John,
    You da man!
    Thanks much.

  • Tyson Onaga

    July 17, 2009 at 2:26 pm in reply to: Vegas, File Open

    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.

  • Tyson Onaga

    June 30, 2009 at 6:18 pm in reply to: List of Used Items from 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.).

  • Tyson Onaga

    June 29, 2009 at 12:21 am in reply to: List of Used Items from Project Media

    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?

Page 21 of 24

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy