Saving Movie As Reference
Saving Movie As Reference
- Subject: Saving Movie As Reference
- From: (4) GMAIL 5278 <email@hidden>
- Date: Sat, 5 Jun 2010 03:25:07 +0900
Dear AppleScripters,
I have the following script.
set myFile2 to POSIX path of ("" & (path to "desk") & "hello.ref.mov")
tell application "Finder" set myFile to choose file with prompt "Choose a file:" default location (path to desktop folder) end tell
tell application "QuickTime Player" activate open myFile save document 1 in myFile2 as reference end tell
Well, this script works in that I want to save a selected (self-contained) movie as a reference one. I would like to know if it's possible for me to do this task without actually letting QuickTime open the file. Or does AppleScript have to open the file through QT? I suppose that's a basic question to experiend AppleScripters.
Thank you very much for your time.
Jim |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden