Testing export success from Quicktime
Testing export success from Quicktime
- Subject: Testing export success from Quicktime
- From: The Other Rob <email@hidden>
- Date: Tue, 17 Dec 2002 15:16:36 +1100
I'm using this code to export QuickTime movies using preset settings:
tell application "QuickTime Player"
export movie 1 to file "OSX:frankenah.mov" as QuickTime movie using
settings alias "OSX:my_settings.qtes" with replacing
end tell
However the Quicktime files are fairly large and it's very important that
the files are correctly processed before the script continues.
What's the best way to include a facility in the script that will restart
the export process if any errors are encountered, and only let the script
proceed when exporting is successfully completed? I'm assuming some sort of
error handler, but I'm not sure which one...
Regards,
-Rob
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.