AppleScript QuickTime and 3GPP
AppleScript QuickTime and 3GPP
- Subject: AppleScript QuickTime and 3GPP
- From: Christopher Thorpe <email@hidden>
- Date: Fri, 25 Jul 2003 17:34:50 +0100
Hi all
tell application "QuickTime Player"
activate
export movie 1 to file "testme.3gp" as 3GPP using default settings
end tell
Gives me the error message "Expected end of line, etc. but found identifier"
whereas exprorting as DV Stream, QuickTime movie etc doesn't.
Does anyone know whether 3GPP is a non-supported format for the AppleScript
export command?
Thanks
Chris
________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs Email
Security System. For more information on a proactive email security
service working around the clock, around the globe, visit
http://www.messagelabs.com
________________________________________________________________________
_______________________________________________
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.