Re: QT 7 "save as self contained" not working
Re: QT 7 "save as self contained" not working
- Subject: Re: QT 7 "save as self contained" not working
- From: Jim Weisbin <email@hidden>
- Date: Fri, 21 Mar 2014 17:11:26 -0400
I fixed it:
tell application id "com.apple.quicktimeplayer"
-- save and close the source movie
save self contained document 1 in new_file
close saving no
end tell
On Mar 21, 2014, at 4:43 PM, Jim Weisbin <email@hidden> wrote:
> Here is part of my script. After doing some processing, it saves the movie as self contained to a different location. I have tested on 10.6.8, 10.8.5, and 10.9.1, in all cases the movie gets saved to the new name and location (new_file which is a valid path), but it’s not self-contained. What am I doing wrong?
>
> tell application id "com.apple.quicktimeplayer"
> activate
> tell document 1
> rewind
> add
> rewind
> select none
> save as self contained in new_file
> close saving no
> end tell
> end tell
>
>
>
> Jim Weisbin | C.T.O. | human | 138 Fifth Avenue | 3rd Floor | New York, NY | 10011 | (212) 352-0211 | (917) 375-2272 | Los Angeles Office | 2046 Broadway | Santa Monica, CA | 90404 | (310) 264-0211 telephone | www.humanworldwide.com
>
>
Jim Weisbin | C.T.O. | human | 138 Fifth Avenue | 3rd Floor | New York, NY | 10011 | (212) 352-0211 | (917) 375-2272 | Los Angeles Office | 2046 Broadway | Santa Monica, CA | 90404 | (310) 264-0211 telephone | www.humanworldwide.com
Click here to view our online reel
_______________________________________________
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