Forum Replies Created

Page 13 of 24
  • Tyson Onaga

    April 6, 2012 at 4:21 am in reply to: Rotation point for parent track motion

    Sounds like you are trying to move two images in 3D, like 2 faces of a cube. If so, Theo van Laar posted a sample here:

    https://forums.creativecow.net/readpost/24/931482

    It has a cube rotating through 3D space. Might be worth a look.

  • Tyson Onaga

    April 1, 2012 at 8:27 pm in reply to: Bringing in mixed FPS rates for projects

    As far as I know, no. Two things I’ve seen in similar posts:
    1. Beware of clips that are “true” 24 and not 23.97
    2. Switch all clips to Disable Resample(ing)

    I know of (1) because my Panasonic Lumix shots wonderful 720p clips but they’re at 24, not 23.97. John Rofrano has a handy dandy script here:
    https://www.johnrofrano.com/files/Fix30pMedia.cs

    You could change this line:
    if (frameRate == 30.00m)

    to be:
    if ((frameRate == 30.00m) || (frameRate == 24.00m))

    and it should correct 30 to 29.97 and 24 to 23.97

    In fact, if you add:
    // Change Smart Resample or Force Resample to Disable!
    videoEvent.ResampleMode = VideoResampleMode.Disable;

    under the foreach(VideoEvent videoEvent in track.Events) loop, then not only will the script fix funky 24p clips, it will mark all clips to be “Disable Resample”.

  • Tyson Onaga

    April 1, 2012 at 3:15 am in reply to: Taking my Vegas pro Project on the go

    Your solution works on the assumption you can always fit everything onto a single HD. If a laptop figures into your workflow and you don’t want to carry a 3 TB paperbook size HD (with power supply), then you probably will have files across multiple HDs, in which case, your solution doesn’t work.

  • Tyson Onaga

    April 1, 2012 at 12:43 am in reply to: Taking my Vegas pro Project on the go

    This is why I used SUBSTituted drives when working with Vegas. Consider:

    G:\ThirdParty\DigitalJuice\...
    G:\ThirdParty\VASST\...
    G:\ThirdParty\Vegasaur\...
    G:\Vegas\...
    G:\Work\...

    But perhaps everything doesn’t fit on one HD. More like:

    G:\ThirdParty\DigitalJuice\...
    G:\ThirdParty\VASST\...
    G:\ThirdParty\Vegasaur\...
    H:\Vegas\...
    I:\Work\...

    SUBST to the rescue; consider T: for ThirdParty, V: for Vegas, W: for Work. E.g.:

    subst T: G:\
    subst V: H:\
    subst W: I:\

    I.e., all .veg projects on W: will reference media located on T:, V:, or W: … ONLY. If these HDs were connected to a different machine and G:, H:, I: become F:, G:, H: then the subst commands are:

    subst T: F:\
    subst V: G:\
    subst W: H:\

    The subst commands can be placed in bat(ch) file:

    subst T: %1:\
    subst V: %2:\
    subst W: %3:\

    and executed from within a DOS box as:

    MyVegasSubst.bat G H I <--- for machine 1
    MyVegasSubst.bat F G H <--- for machine 2

    which will create T:, V:, and W: as needed.
    Moving the HDs from machine to machine is effortless and all the work is consistent (work .veg projects are always on W:, always referencing media on T:, V:, or W:).

    The key is to always work from T:, V:, and W:.

  • Also, to duplicate any track, use:

    R-click, u

  • It is here:
    https://reels.creativecow.net/film/sample-of-synch-problems

    Plays ok. I jumped around in the timeline and it appears to be fine.

  • Is GPU the primary reason for the Vegas 11 crashes (issues)? I still use 10e but would like to use the new MainConcept AVC Internet Templates in 11. But they’re of no use if the 11 crashes with or without GPU enabled.

  • Can you take your current project and nest it inside another .veg? In the parent, set a pan/crop event on the child to remove the black bar.

  • Tyson Onaga

    March 22, 2012 at 7:42 pm in reply to: how to tell codec used in mp4 video?

    There is an ugly-manual way.

    1. Render the mp4 (save/note the Render/Template used)
    2. Open the mp4 with VLC
    3. Tools, Codec Information
    4. on the General tab, enter some data (perhaps in the Comments field)
    5. use Save Metadata

    Your Render/Template name is stored in the mp4.

  • Tyson Onaga

    March 22, 2012 at 6:24 pm in reply to: which bit rate do you use for 720p HD?

    Ok, thanks.
    Re: the other Templates which I’ve created in Vegas 10 … can they be simply copied to:

    C:\Users\[userName]\AppData\Roaming\Sony\Render Templates
    and used in Vegas 11?

Page 13 of 24

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