Comments

jetdv wrote on 4/15/2004, 7:53 PM
Yes. Just change the renderer line and rendertemplate line to be the type and template preset you want to use.
J_Mac wrote on 4/15/2004, 9:00 PM
Thanks jetdv. After doing the changes here,

var renderer = FindRenderer(/MainConcept MPEG-1/);
if (null == renderer)
throw "failed to find renderer";

var template = FindRenderTemplate(renderer, /VCD NTSC/) ,

I get the message Error: invalid render length.
What does this refer to? Should I change something else? Thanks, John.
J_Mac wrote on 4/16/2004, 6:31 AM
I figured out my mistake. After running the "Insert markers at events script', I added a marker at the 00: mark and at the project end. Removing them allowed the script to run. Thanks, jetdv. John.