• 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
Help! Trouble with myself and QuckTime...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Help! Trouble with myself and QuckTime...


  • Subject: Help! Trouble with myself and QuckTime...
  • From: "Miklos L. Ranky" <email@hidden>
  • Date: Sun, 17 Mar 2002 13:31:20 +0100

Hi all,

I have a problem which I can't solve:
We have 200+ videos which have to be modified because they take too much
space and they have to fit on 1 cd. So I decided to make an applescript to
automate things, but as it is my first ever applescript I have problems. I
get a -2003 error when I get to the: Set the chosen_smallmov... Part

********************************
property smallmov_pos : {0, 0}
property smallmov_dim : {144, 116}

tell application "QuickTime Player"
launch
activate
stop every movie
try
--Create track with a picture
set the chosen_image to choose file of type {"JPEG", "GIFf", "PICT",
"TIFF"} with prompt "Select Background Image"
make new movie
set the full text of annotation "Full Name" of movie 1 to "Test Mov"
set this_track to make new track at movie 1 with data chosen_image
--Create track with a small mov
set the chosen_smallmov to choose file of type {"mov"} with prompt
"Select Small Movie"
set this_track to make new track at movie 1 with data
chosen_smallmov
tell this_track
set the position to smallmov_pos
set the dimensions to smallmov_dim
end tell
on error error_message
beep
display dialog error_message buttons {"OK"} default button 1
end try
end tell
********************************

Anybody help! I9m in big trouble with this. Thanks in advance:
Mickey
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Help! Trouble with myself and QuickTime...
      • From: JollyRoger <email@hidden>
  • Prev by Date: Re: theSIMS -- Applescript copy paste from Explorer
  • Next by Date: Re: "play sound"
  • Previous by thread: Working w Filemaker and the finder
  • Next by thread: Re: Help! Trouble with myself and QuickTime...
  • Index(es):
    • Date
    • Thread