Hi,
Time ago I succesfully used pix_record in Windows by trying different codecs until I found one that wouldn't make it crash.
Now I'm trying to use it in linux and I managed to create the output file and it seems it records one black frame, but nothing more. The file seems to have the correct dimensions in pixels but it never grows to more than a few Kb.
I use "codec 5" which is ffmpeg mjpeg.
I have:
[gemhead 99] | [t b a] | / [pix_snap 500 500] | [t b a] | / [pix_record]
Well I'm simplifying it, because I have a spigot so that the situation is equivalent to the picture above only after I've sent the "record 1" message.
I send to pix_record, in this order: "file output.mov" "record 1" ... now for every frame I send it a bang (and the gemlist of course) "record 0" ...now i stop banging it
I've verified that pix_snap is snapping as expected (I've tried putting a pix texture after it and using the texture on a square).
Any idea?
It prints this message to the console when it receives the "file" message: encoding as Quicktime (QT7 compatible)
but it doesn't print any message when it gets the "record 1" and "record 0" messages.
thanks m.