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?
|
|
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. |
||
|
