Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > quicktime Applescript

quicktime Applescript
Thread Tools
Fresh-Faced Recruit
Join Date: Jul 2002
Status: Offline
Reply With Quote
Sep 28, 2002, 02:20 PM
 
Hi,

I'm trying to write an Applescript that will batch process some .AVIs to .DVs. I have written something which works for all aspects except for the exporting. I wrote a test script and "can export" is true for the file, but when the real script comes to the export line it gives me the error: "Quicktime Player got an error: Can't make some data into the expected type."

here's a link to the text of my script:
http://homepage.mac.com/chrise/qtc.txt

tia,

gnubie
     
Mac Elite
Join Date: May 1999
Location: San Jose, CA
Status: Offline
Reply With Quote
Oct 1, 2002, 03:21 AM
 
Without actually running the script, the export command wants an alias as the destination, but your script passes "(expFolder as string) & theFile" which isn't an alias, it's a string.

Try:

export movie i to (alias ((expFolder as string) & theFile)) as DV stream

instead.
Gods don't kill people - people with Gods kill people.
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 01:51 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2