Hi Chris and others,
Yes it seems, that QT finds the installed codecs, but for some reason can't show the names.
The "dialog" message causes the following: recordQT : opening compression dialog error: recordQT : CreateMovieFile failed with error -2110
Whenever I try to set the codec by numer I only get: error: [pix_record]: unable to set the codec
If I try to "guess" some names of the codecs I get errors like this: recordQT : codecName msh261 error: [pix_record]: unable to set the codec
I even updated my quicktime, but all the problems remained :(
-Jogi
chris clepper wrote:
On Mon, Jun 9, 2008 at 6:16 AM, Antti Poikola (TML) <antti.poikola@tml.hut.fi mailto:antti.poikola@tml.hut.fi> wrote:
Hello, The pix_record object doesn't seem to work properly. It doesn't record anything and when I send the "codeclist" message to the object I get: recordQT : 23 codecs installed recordQT : pjpeg codec 23 1785750887 65816 ctype [pix_record]: codec0: '(null)': (null) [pix_record]: codec1: '(null)': (null) [pix_record]: codec2: '(null)': (null) ... the list continues up to codec22.
This is really odd. Quicktime reports that you have codecs installed but the call to populate the list fails. I would try setting the codec using the 'dialog' message and see if that works.