The script works as written, rendering to Video for Windows.
Still need some help! I want to render using MainConcept MPEG-1.
Following is at the top of the script
// Modify the following two lines to suit you needs for the output
// format.
var rendererRE = /Video for Windows/;
var templateRE = /NTSC DV/;
I replaced the third line with
var rendererRE = /MainConcept MPEG-1/
it does not match.
I HAVE MainConcpt installed and working.
I am sure it has something to do with the fact that the line is a RegEx expression and I am not real good with them.
Keith