• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: Quicktime question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Quicktime question (From: David A <email@hidden>)
 >Re: Quicktime question (From: KOENIG Yvan <email@hidden>)

  • Prev by Date: Re: Introduction
  • Next by Date: Opening Folders
  • Previous by thread: Re: Quicktime question
  • Next by thread: RE: Quicktime question
  • Index(es):
    • Date
    • Thread