Re: AppleScript for exporting Quicktime movie to mp3 or .AAC sound file in QT 7.5
Re: AppleScript for exporting Quicktime movie to mp3 or .AAC sound file in QT 7.5
- Subject: Re: AppleScript for exporting Quicktime movie to mp3 or .AAC sound file in QT 7.5
- From: Ed Stockly <email@hidden>
- Date: Tue, 22 Jul 2008 08:33:44 -0700
try this:
export document 1 to exportFile as "MPEG-3"
But, first, make sure that file type is supported by the player and
movie.
You can do that by seeing if it's an option in the user interface.
HTH,
ES
On Jul 22, 2008, at 7:34 AM, Haiyan He wrote:
Run the code below, received an error "Variable MP3 is not defined".
.......
tell application "QuickTime Player"
open theFile
export document 1 to exportFile as MP3
end tell
.......
_______________________________________________
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