Re: Applescript to export Quicktime movies
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.