Exporting with QuickTime
Exporting with QuickTime
- Subject: Exporting with QuickTime
- From: "Guillaume M." <email@hidden>
- Date: Tue, 05 Nov 2002 00:04:59 -0500
I'm trying to export a file using QuickTime and AppleScript. Here it is:
(running QuickTime 6.0.2 on MacOS X 10.2.1)
set n to 0
set file1 to "FireWire:Around the World-0.m1v"
tell application "QuickTime Player"
activate
open file file1
resize movie index 1 by 150
export movie index 1 to "jgl" as QuickTime movie
end tell
The error is : QuickTime Player got an error: Can't make some data
into the expected type. The error seems to come from the export
command. Any clues to solve my problem. I'm sure the answer is
really silly but it pretty late now...
Please, help a newbie.
Thankx
--
_______________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup
Single & ready to mingle? lavalife.com: Where singles click. Free to Search!
http://www.lavalife.com/mailcom.epl?a=2116
_______________________________________________
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.