• 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: I am stuck!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: I am stuck!


  • Subject: Re: I am stuck!
  • From: Graff <email@hidden>
  • Date: Fri, 28 May 2004 11:12:25 -0400

Try this:
----
-- with timeout of 3600 seconds -- one hour per movie time limit
-- tell application "QuickTime Player"
-- activate
-- set new_file to choose file name with prompt "Please pick a name for your masterpiece!" default name "myshot.mov" default location (path to desktop folder)
--
-- export movie 1 to new_file as QuickTime movie using settings alias "Digital:resources:quicktime player bits:sd_pixlet_1.5.qtes" with replacing
-- end tell
-- end timeout
----

Mind the lines, some are long and may get wrapped during transit through e-mail. I put two dashes in front of each actual line so combine any lines without double dashes to the line before it, then remove the double dashes.

- Ken

On May 28, 2004, at 3:19 AM, c w wrote:

Okay, I am stuck here!

This script snippet does NOT work: QT player quits without comment.

with timeout of 3600 seconds -- one hour per movie time limit
tell application "QuickTime Player"
activate
try
tell application "Finder"
set new_file to (path to desktop as string) & "test_movie.mov"
end tell

-- export the movie as hinted movie
export movie 1 to file new_file as QuickTime movie using settings alias "Digital:resources:quicktime player bits:sd_pixlet_1.5.qtes" with replacing
--else
_______________________________________________
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.


References: 
 >Re: A funny think happened... (From: Nigel Smith <email@hidden>)
 >Re: A funny think happened... (From: Doug McNutt <email@hidden>)
 >Re: A funny think happened... (From: Jeff Porten <email@hidden>)
 >Re: A funny think happened... (From: Walter Ian Kaye <email@hidden>)
 >Re: A funny think happened... (From: Michelle Steiner <email@hidden>)
 >I am stuck! (From: c w <email@hidden>)

  • Prev by Date: Re: Saving HTML from Entourage
  • Next by Date: Re: Saving HTML from Entourage
  • Previous by thread: Re: I am stuck!
  • Next by thread: Re: A funny think happened...
  • Index(es):
    • Date
    • Thread