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.
My system is: Windows XP Pd version 0.39.3-extended GEM: ver: 0.91-cvs I checked with a codec reporting utility (SHERLOCK - The Codec Detective) that I have several video codecs installed ranging from AVI to DivX, MPEG-4, QT and many others.
Punchic described earlier the same problem http://lists.puredata.info/pipermail/pd-list/2007-05/050307.html
Is there some known issue in the pix_record object in the windows version and some solution? Roman Haefeli suggested to:
a) try different gem binaries from pd-extended for your operating system. maybe there is one that works.
b) check out gem sources from cvs and compile it yourself. therefor you need to have the appropriate libs installed (quicktime and friends)
c) use [pix_write] instead of [pix_record] and create a sequence of images. then use a dedicated tool (like 'mplayer') to create a movie file from the image sequence.
For me these solution sound a bit "random". At least it would be nice to know which gem version has the functioning pix_record or if the problem is somewhere else.
Thanks,
-Jogi
Antti Poikola (TML) wrote:
Hello,
My system is: Windows XP Pd version 0.39.3-extended GEM: ver: 0.91-cvs
when using a version tagged -cvs it is _always_ a good idea to include the compile date in order to find out which exact version this is referring to.
anyhow, you could try a more uptodate version of Gem, e.g. by downloading it from http://gem.iem.at/
and finally: [pix_record] on w32 (and osx) relies on QuickTime, so you have to have that installed.
fgmdar IOhannes
On Mon, Jun 9, 2008 at 6:16 AM, Antti Poikola (TML) < 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.
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.