[theora] can't export from iMovie 08 to ogg theora/vorbis?

Arek Korbik arkadini at gmail.com
Fri May 22 09:07:55 PDT 2009


Hi,

On Fri, May 22, 2009 at 12:10 AM, Eric Carlson <eric.carlson at mac.com> wrote:
>
>
>  -32766 is usually badComponentSelector, 0x80008002, cast to a long.
>
>  My guess is that it is failing because the export component does not
> implement a selector iMovie/QuickTime requires for the type of export
> iMovie does. I would add logging to the component dispatch routine to
> see what is being called.

It looks like it fails on kTextExportGetDisplayDataSelect (0x0100)
selector, which is a method of TextExport component type and AFAIK is
not something that MovieExport component is required to implement.

I'm trying to see if it's possible to return some noop kind of
response there without explicitly returning an error. Maybe it'll
help, no matter how wrong it feels.

Arek


More information about the theora mailing list