Forum Replies Created

Page 48 of 459
  • With Titler Pro – no. With all of our other version 3.0 effects and transitions, they will revert back to CPU if GPU is not available.

    Titler Pro does require GPU capabilities in order to work, though.

    Edward Troxel
    JETDV Scripts

  • Edward Troxel

    April 30, 2012 at 8:41 pm in reply to: NewBlue Titler Pro Update 1.1 build 120411 errors

    For Vegas Pro 11, you want to use build 120402 found here:
    https://www.newbluefx.com/so/sonytitlerpro

    If you installed 120411, please install 120402 instead and everything will work properly again.

    Edward Troxel
    JETDV Scripts

  • /**
    * This script will add a marker for each event on the selected tracks(s)
    *
    * Written By: Edward Troxel
    * Modified: 08-22-2010
    **/

    using System;
    using System.Windows.Forms;
    using Sony.Vegas;

    public class EntryPoint
    {
    Vegas myVegas;

    public void FromVegas(Vegas vegas)
    {
    myVegas = vegas;

    foreach(Track track in myVegas.Project.Tracks)
    {
    if (track.Selected)
    {
    foreach (TrackEvent evnt in track.Events)
    {
    Marker myMarker = new Marker(evnt.Start);
    myVegas.Project.Markers.Add(myMarker);
    myMarker.Label = evnt.ActiveTake.Name;
    }
    }
    }
    }
    }

    Edward Troxel
    JETDV Scripts

  • Edward Troxel

    March 31, 2012 at 12:53 pm in reply to: New Blue Titler Pro + Sony Vegas 11 = Crash

    Shaun, start a help ticket at NewBlueFX.com so we can give you specific help for your situation. This is definitely NOT what I’m seeing on any of my machines so we need to determine where the conflict on your machine is occurring.

    Edward Troxel
    JETDV Scripts

  • Edward Troxel

    March 26, 2012 at 7:13 pm in reply to: Smoothing image sequence

    There are renumbering programs out there. I’d probably just do two sequences, though.

    Edward Troxel
    JETDV Scripts

  • Edward Troxel

    March 26, 2012 at 2:42 pm in reply to: Can Vegas 11 get any MORE buggy?

    [Lance Bachelder] “11 has been the worst version ever of Vegas”

    No… That distinction goes to version 8.1! I couldn’t use it all! At least I can use 11.

    Edward Troxel
    JETDV Scripts

  • Edward Troxel

    March 26, 2012 at 2:34 pm in reply to: Smoothing image sequence

    Is number 30000 missing?

    Edward Troxel
    JETDV Scripts

  • Edward Troxel

    March 23, 2012 at 3:44 pm in reply to: playing media after adding text

    Are you adding the text on a track ABOVE the video? Or are you replacing the video with the text on the same track?

    Edward Troxel
    JETDV Scripts

  • Edward Troxel

    March 23, 2012 at 3:41 pm in reply to: Three Qs about Sony Vegas Pro 9

    1. Options – Customize Keyboard – click on “Global”, scroll down to File and find the Render As option and then assign a keypress.

    2. You don’t need to create the tracks first but… Select the audio files, right-click and drag to the timeline (or first audio track), and then choose “Across Tracks”

    3. If it’s a VST, I’m sure it would work. If it’s a DirectX, only if Cubase can understand DirectX plugins. So… probably no.

    Edward Troxel
    JETDV Scripts

  • Edward Troxel

    March 22, 2012 at 3:33 pm in reply to: New Blue Titler Pro + Sony Vegas 11 = Crash

    In Titler Pro, go to Help – About and it will give you the version and build numbers.

    Is your machine a laptop?

    Edward Troxel
    JETDV Scripts

Page 48 of 459

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