RE: Quicktime question
RE: Quicktime question
- Subject: RE: Quicktime question
- From: David A <email@hidden>
- Date: Tue, 15 Apr 2008 09:59:22 -0400
- Importance: Normal
Thanks Yvan!
I made some corrections based on what you said. I created the following:
set destination_folder to choose folder
set these_items to choose file with multiple selections allowed
repeat with this_item in these_items
beep 1
set item_info to info for this_item
set file_name to name of item_info
if name extension of item_info is in {"mp3", "wav"} then
tell application "QuickTime Player"
launch
export file_name to ((destination_folder as text) & "new.mov") as "QuickTime hinted movie"
end tell
end if
end repeat
However I am now getting an error message:
QuickTime Player got an error: Can’t get alias
|
_______________________________________________
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