Render on markers help!!

vjturkish wrote on 2/3/2005, 7:29 PM
I'm trying to use the 'render on markers' script so that I can leave a load of clips rendering overnight.

However whenever I try I just get the error message 'Directory does not exist'

Which I find really strange as its sitting in the folder with all my other useable scripts.

This is the main script I have been looking for for ages - can someone help me out here?

Thanks

Comments

jetdv wrote on 2/3/2005, 7:45 PM
The script has a "destination" directory hard coded and that directory does not exist on your machine. Edit the script and either change the directory or create the directory it's looking for. For example, it might have a line like:

var filePath = "F:/ExportForRange/";

Change it to the desired path.
vjturkish wrote on 2/9/2005, 10:31 PM
Hi Edward

Thanks for taking the time to reply to me about your script.... didnt think I'd actually get the Author to write to me!!

I changed the directory and it works fine now for .avi - of course it renders to the default that you wrote... ntsc dv and .avi

I've changed the render and the templates to my own now - a template called "Quick Sorensen' and the .avi now to .mov

But I m getting the error message ERROR: Exception from HRESULT : 0X8004E048.

I'm going through point by point to see how I am getting this message but do not seem to find the cause of this error message.

Sorry to be a pest.... can you shed any light on it?

Thanks so much.
jetdv wrote on 2/10/2005, 6:59 AM
It should simply be a matter of changing the following lines:

var renderer = FindRenderer(/Video for Windows/);

var template = FindRenderTemplate(renderer, /NTSC DV/);

DoRender(defaultBasePath + "test" + SubClipNum + ".AVI", renderer, template, renderStart, renderLength);


DoRender(defaultBasePath + "test" + SubClipNum + ".AVI", renderer, template, renderStart, renderLength);