Ok this is working great. I am just trying to edit a section so that I can save the mov to a different directory or the adobe watch folder. The green section is what I have been trying to edit with no luck. I cant seem to track down what script to use to set the new path to [\Tta_server\3d](file://tta_server/3d) model library\AdobeWatch\fliename.mov. I Basically just replaced the green txt below with the previous string with no luck. So would I do that or should I just write copyFile to move the mov to the new location. Neither have worked for me. Any help would be greatly appreciated.
– create an output bitmap
movBitmap = bitmap iflBitmap.width iflBitmap.height
– create a mov filename
Original script movName = getFilenamePath rendOutputFilename + getFilenameFile rendOutputFilename + “.mov”
My script movName = [[color=lime]\Tta_server\3d](file://tta_server/3d) model library\AdobeWatch\ + getFilenameFile rendOutputFilename +[/color] “.mov”
– delete pre-existing quicktime mov
deleteFile movBitmap.filename
– set its name to the mov filename
movBitmap.filename = movName