Hi!
I'm trying to figure out how the exportTimeline() function works. So far, I have managed to import files and add them to a sequence. Now I want to export the sequence as a Quicktime movie. Eventually, I want to be able to set start and end points for an export (i.e. export a work area, export a clip from the timeline, etc.).
I did try to use the function by passing in a path to a file name:
exportTimeline("somepath.mov")
I didn't get an error message, which is good. I got a 'result:7' (not sure what that means). I did not see any new files exported to the path though.
Thanks!