quicktime export, 3gpp
quicktime export, 3gpp
- Subject: quicktime export, 3gpp
- From: Simon Scheiber <email@hidden>
- Date: Thu, 22 Dec 2005 12:31:26 +0000
Hi – can anyone help me with the following lines and tell me what is wrong with it, cause it seems that it doesn't want to work – I'm a new in Applescript, so thanks for any corrections...
Greetings, Simon
on adding folder items to this_folder after receiving this_item
tell application "QuickTime Player"
if QuickTime Pro installed is false then beep error "This script requires a QuickTime Pro installation on this system." end if
open this_item
if (can export this_file as ThreeGPP) is true then export to this_folder & ":" & this_item & "_mobile.3gp" as ThreeGPP using most recent settings end if end tell
tell application "QuickTime Player" to quit
end adding folder items to |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden