Render on markers script change? J_Mac wrote on 4/15/2004, 7:40 PM Could this script be adapted to render avi TL events, to mpg1 or mpg2? I want to put these on a disc for a client. Thanks for your help. John Back to post
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. 1