vote up 1 vote down star
1

So I'm porting an app from Windows to Mac, and part of the app deals with creating movie files. On Windows, there's a group of functions like ICOpen and ICConfigure, which signify to the video compression driver to open up a configuration box for the selected codec. Is there anything like that for QuickTime on Mac?

flag

80% accept rate

1 Answer

vote up 1 vote down

You will need to use straight Quicktime-C calls for this, but the function you want is called MovieExportDoUserDialog.

See the QTMovieExportSettings article on CocoaDev for the full details.

link|flag
Too bad, I'm limited to QTKit and 64-bit. Still, thanks for the answer. – Josh Matthews Dec 17 '08 at 4:59

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.