Re: [PD] strange colors with pix_record

2010-04-04 Thread Mathieu Bouchard
On Sat, 3 Apr 2010, Max wrote: I've made a screenshot of the problem. left is the GEM Scene, right is the recorded QuickTime movie. As you can see it is exactly as Matthias N. has reported, the color channels are mixed up. until you get a real fix in Gem, you can use [pix_colormatrix] to

Re: [PD] strange colors with pix_record

2010-04-04 Thread chris clepper
If I get some time this week I can work on getting the correct code back into pix_record. The problem you have was fixed about 4 years ago, but I don't know why pix_record/film/video use really old code now. On Sat, Apr 3, 2010 at 7:39 AM, Max abonneme...@revolwear.com wrote: I've made a

Re: [PD] strange colors with pix_record

2010-04-03 Thread Matthias Neuenhofer
yes the RGBA channels are set wrong on mac osx. the cube appears blue because the alpha channel is read as blue. when you change channels like this R – G G – R B – A A – B the movie will justified. but it´s not handy to give each record this process so i fixed this with a change in the

Re: [PD] strange colors with pix_record

2010-04-03 Thread Matthias Neuenhofer
hi max in your patch you use the jpeg codec for recording in this mode you can change the colourmode to YUV with pix_yuv before pix_record. the bug affects only the rgba mode - but when you use a codec without alpha channel this is a easy workaround. this was discussed in the list 2008:

Re: [PD] strange colors with pix_record

2010-04-03 Thread chris clepper
Setting the quality for Photo-JPEG to 100% changes it from YUV to lossless ARGB compression. You can keep the alpha and avoid colorspace conversion. Use the 'dialog' message to do this. On Sat, Apr 3, 2010 at 6:52 AM, Matthias Neuenhofer matth...@neuenhofer.dewrote: hi max in your patch you

Re: [PD] strange colors with pix_record

2010-04-03 Thread Max
Am 03.04.2010 um 14:32 schrieb chris clepper: Setting the quality for Photo-JPEG to 100% changes it from YUV to lossless ARGB compression. You can keep the alpha and avoid colorspace conversion. Use the 'dialog' message to do this. wow - dialog, select Photo - JPEG, click on options

Re: [PD] strange colors with pix_record

2010-04-03 Thread Matthias Neuenhofer
Am 03.04.2010 um 18:13 schrieb Max: Am 03.04.2010 um 14:32 schrieb chris clepper: Setting the quality for Photo-JPEG to 100% changes it from YUV to lossless ARGB compression. You can keep the alpha and avoid colorspace conversion. Use the 'dialog' message to do this. but Photo-JPEG has

Re: [PD] strange colors with pix_record

2010-04-03 Thread chris clepper
On Sat, Apr 3, 2010 at 12:58 PM, Matthias Neuenhofer matth...@neuenhofer.de wrote: Am 03.04.2010 um 18:13 schrieb Max: Am 03.04.2010 um 14:32 schrieb chris clepper: Setting the quality for Photo-JPEG to 100% changes it from YUV to lossless ARGB compression. You can keep the alpha and

Re: [PD] strange colors with pix_record

2010-04-02 Thread Max
that version of GEM GEM: ver: 0.92.2 GEM: compiled: Jan 20 2010 unfortunately doesn't have a pix_recordQT pix_recordQT ... couldn't create m. Am 01.04.2010 um 21:25 schrieb chris clepper: The Quicktime code being used in recent GEM builds is not the code I wrote, and does not work that

Re: [PD] strange colors with pix_record

2010-04-01 Thread IOhannes m zmoelnig
On 2010-04-01 18:27, Max wrote: Can someone confirm this (for other operating systems) so i can file a bug report on that? you can file a bug report even if it only happens on a single operating system. the recording code is highly platform specific (that is: the recording backends are

Re: [PD] strange colors with pix_record

2010-04-01 Thread Max
Bug added: https://sourceforge.net/tracker/?func=detailaid=2980652group_id=64325atid=507079 Am 01.04.2010 um 19:07 schrieb IOhannes m zmoelnig: On 2010-04-01 18:27, Max wrote: Can someone confirm this (for other operating systems) so i can file a bug report on that? you can file a bug

Re: [PD] strange colors with pix_record

2010-04-01 Thread chris clepper
The Quicktime code being used in recent GEM builds is not the code I wrote, and does not work that well. Can you try pix_recordQT and see if that loads? On Wed, Mar 31, 2010 at 10:03 AM, Max abonneme...@revolwear.com wrote: Hi List, i wonder why i get these strange colors when using

[PD] strange colors with pix_record

2010-04-01 Thread Mathieu Bouchard
Johannes a écrit : you can file a bug report even if it only happens on a single operating system. I think Max implied that he wanted to submit a report as complete as possible up front. the recording code is highly platform specific (that is: the recording backends are platform