Re: AppleScript-Users Digest, Vol 6, Issue 570
Re: AppleScript-Users Digest, Vol 6, Issue 570
- Subject: Re: AppleScript-Users Digest, Vol 6, Issue 570
- From: Jim Weisbin <email@hidden>
- Date: Sat, 7 Nov 2009 16:22:05 -0500
I have a script which converts a Quicktime movie to a DV movie. It used to work perfectly, but seems to now be broken in Mac OS X 10.6.1, using Quicktime Player 7.6.3 (I assure that Quicktime 7 is being used by using tell application id "com.apple.quicktimeplayer"):
if (can export document 1 as DV stream) is true then -- export the movie as DV stream movie export document 1 to file new_file as DV stream using most recent settings -- close the source movie close document 1 saving no else error "This movie cannot be exported as a DV stream." end if
It exports the movie as a DV, but the movie it makes is just garble.
If I export the movie from Quicktime first, it works fine - and those settings should be "Most recent settings"
Any help would be appreciated.
Thanks.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden