• 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: Applescript to export Quicktime movies
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Applescript to export Quicktime movies


  • Subject: Re: Applescript to export Quicktime movies
  • From: iMP <email@hidden>
  • Date: Fri, 29 Nov 2002 02:12:00 -0800

Hi:

There's a new feature that allows you to save a settings file. Then, when exporting, you tell the export to use this settings file. This is extremely useful -- thanks QT team!

With an open movie that was exported with your desired settings, try something like:

save export settings movie 1 for MPEG4 to file yourPath with replacing

In the export script, try something like:

set theSettingsFileFullPath to (yourPath) as alias
... -- other stuff
export movie 1 to file yourFinalPath as MPEG4 using settings theSettingsFileFullPath with replacing

Good luck,

guy
_______________________________________________
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.

  • Prev by Date: Re: Using AS to set MENU resource entries
  • Previous by thread: Re: iDo Script Scheduler and 'do shell script'
  • Next by thread: Scripting Applescript itself
  • Index(es):
    • Date
    • Thread