Nicholas, Has,
thanks a lot for bringing me up to speed!
the help functions didnt all work for me, and I completely missed
htmldoc.py, so I was flying blind
e.g. quicktime.can_export.help() results in errors for me (using
apples tiger pythonw)
==
Frank Hoffsümmer wrote:
>the help functions didnt all work for me, and I completely missed htmldoc.py,
>so I was flying blind
>e.g. quicktime.can_export.help() results in errors for me (using apples tiger
>pythonw)
That's a bug in appscript 0.12.1; fixed in newer versions, though you'd need
captnswing wrote:
>the following applescript snippet seems unimplementable in appscript, to me
>at least:
>
>=
>if (can export movie 1 as DV stream) is true then
>try
>with timeout of 360 seconds
>export movie 1 to POSIX fil
On Mon, Oct 03, 2005 at 09:21:41AM +0200, captnswing wrote:
> if (can export movie 1 as DV stream) is true then
> try
> with timeout of 360 seconds
> export movie 1 to POSIX file the_newname as DV stream
> using settings the_settings with replacing
> end timeou