Ken Olson
April 26th, 2010, 08:44 PM
I'm using the RenderQueue.js found at Vegas Scripts at Ayizwe.net (http://www.ayizwe.net/VegasScripts)
This is the default template within the script
var rendererRE = /Video for Windows/;
var templateRE = /NTSC DV/;
I've successfully modified it to use this template:
var rendererRE = /Windows Media Video V11/;
var templateRE = /8 Mbps HD 1080-30p Video/;
However, I can't get this one to render to a m2t extension rather then a MPG
var rendererRE = /MainConcept MPEG-2/;
var templateRE = /HDV 720-30p/;
In case anyone wants to take a stab at it, I would also like to make sure these custom settings were used:
Prioritize quality over speed = true
Video Quality = 31
Variable bit rate, Two-pass = true
Thank you.
This is the default template within the script
var rendererRE = /Video for Windows/;
var templateRE = /NTSC DV/;
I've successfully modified it to use this template:
var rendererRE = /Windows Media Video V11/;
var templateRE = /8 Mbps HD 1080-30p Video/;
However, I can't get this one to render to a m2t extension rather then a MPG
var rendererRE = /MainConcept MPEG-2/;
var templateRE = /HDV 720-30p/;
In case anyone wants to take a stab at it, I would also like to make sure these custom settings were used:
Prioritize quality over speed = true
Video Quality = 31
Variable bit rate, Two-pass = true
Thank you.