Forum Replies Created

Page 9 of 12
  • Sam Caino

    August 23, 2010 at 8:47 pm in reply to: Subtract Mask

    Change “Mode” to “Negative” in your Event Pan/Crop settings under Path.

  • Sam Caino

    August 18, 2010 at 12:18 am in reply to: Vegas 9e fails to render .mpg2

    I appreciate you checking into it, John. We also just found that rendering a .mp4 iPod 640×480 video takes significantly longer in e than it does in b. That’s not acceptable for us, we are rolling back to b and plan on staying there for the time being.

  • Sam Caino

    August 17, 2010 at 11:22 pm in reply to: Vegas 9e fails to render .mpg2

    Very strange, I uninstalled and reinstalled 9e, deleted the old template and recreated it from scratch, same error.

  • Sam Caino

    August 16, 2010 at 4:17 pm in reply to: Safe To Delete Vegas Server Logs?

    Hi John,

    Yes, I am using network rendering and the content of the logs is a list of all render jobs. Looks like it’s a network rendering log.

    Thanks for the input, as always.

  • Sam Caino

    August 12, 2010 at 9:51 pm in reply to: Removing empty time spaces in timeline

    You can try this script. I’ve never used it, but it’s in my script pile (copy to a text document and change the file extension to .js) I think you need to select all your tracks first, then run the script. Let me know if it works…

    /**
    * Program:
    * Description: This script will Delete Empty Space Between Events In Selected Tracks
    * Author: Philip
    *
    * Date: August 31, 2003
    **/

    import Sony.Vegas;
    import System.Windows.Forms;
    import Microsoft.Win32;

    //time intervals for split events.

    try
    {

    // step through all selected video events:
    var FirstTrack : Track = Vegas.Project.Tracks.Item(0);

    // step through all selected video events:
    for (var track in Vegas.Project.Tracks) {
    if( !track.Selected) continue;
    var tracktime = new Timecode(0);
    for (var evnt in track.Events) {
    evnt.AdjustStartLength(tracktime,evnt.Length,true);
    tracktime = tracktime + evnt.Length;
    }
    }
    }

    catch (errorMsg)
    {
    MessageBox.Show(errorMsg, “Error”, MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
    }

  • Sam Caino

    June 9, 2010 at 7:52 pm in reply to: Need Smaller MOV files

    Knowing that it is going to be edited, I would render out a 1min test clip of the .mov format using DV/DVCPro – NTSC Video format, slide the quality bar up pretty high. Check the file size and multiply it by 8 to see if it will meet your size requirements.

  • Sam Caino

    June 9, 2010 at 7:00 pm in reply to: Need Smaller MOV files

    For MainConcept .mp4’s I post to iTunes, I use a Variable Bit Rate of 1,500,000 – 1,350,000 bps. That makes a nice looking video and correlates with iPod specs. However, you could go twice as high as that and still maintain your file size limit. Probably even higher.

    The way I approach questions like this is to render out a 1min test vid trying out different specs until I get the results I like.

  • Sam Caino

    June 9, 2010 at 6:02 pm in reply to: Stop peak building keyboard shortcut

    Thanks but I was hoping for a keyboard shortcut.

  • Sam Caino

    June 9, 2010 at 4:40 pm in reply to: Stop peak building keyboard shortcut

    Wait, what is it?? That would be very useful to me.

  • Sam Caino

    June 9, 2010 at 4:14 pm in reply to: Need Smaller MOV files

    Go in and customize your .mov settings and change the Video format to Sorenson Video 3. A 720×480 video at high quality will be under 1gig with that format. You can also use the MainConceptAVC/AAC .mp4 format (ipod template) and you’d probably want to up the bit rate. I’m not sure if it comes with Vegas 8, but if you have the Sony AVC .mp4 format, that would be your best bet for both quality and file size.

    .mp4 is also considered “quicktime”

Page 9 of 12

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