Re: scripting -quicktime
Re: scripting -quicktime
- Subject: Re: scripting -quicktime
- From: Bryan <email@hidden>
- Date: Sat, 17 Feb 2001 21:09:35 -0500
- Organization: Apex Radiology
here is an example:
tell application "QuickTime Player"
activate
open file "Macintosh HD:Desktop Folder:US0001 Copy16.dcm.mov"
tell window 1
present movie "US000001.dcm.mov" scale screen
play movie "US000001.dcm.mov"
end tell
set rate of movie "US0001 Copy16.dcm.mov" to 0.2
end tell
Bryan Kaufman
Amrish Raj wrote:
>
I am writing an apple script to export a movie using quicktime
>
>
export movie 1 to new_file as hinted movie ,
>
with default settings
>
>
I dont want to use the [default settings/most recent settings, i want to do
>
it using [settings preset ] or i want to set the settings in the apple
>
script itself so that any changes in the application settings will not
>
affect the script....is it possible do to some thing like this
>
If yes ...can someone tell me how ?
>
>
Amrish
>
_________________________________________________________________
>
Get your FREE download of MSN Explorer at http://explorer.msn.com
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users