Hi List,
i wonder why i get these strange colors when using pix_record with GEM ver: 0.92.2 compiled: Jan 20 2010 on OS X 10.6.3 Any Ideas?
this is grayscale in GEM but instead it is quite blue in the recorded quicktime.
Can someone confirm this (for other operating systems) so i can file a bug report on that? m.
Am 31.03.2010 um 16:03 schrieb Max:
Hi List,
i wonder why i get these strange colors when using pix_record with GEM ver: 0.92.2 compiled: Jan 20 2010 on OS X 10.6.3 Any Ideas?
<record_audiovideo.pd><testscene.pd>
<recorded.png> this is grayscale in GEM but instead it is quite blue in the recorded quicktime.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
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 platform specific), so it might well be that there is a bug on one system not showing up on others.
fgmasdr IOhannes
Bug added: https://sourceforge.net/tracker/?func=detail&aid=2980652&group_id=64...
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 report even if it only happens on a single operating system. the recording code is highly platform specific (that is: the recording backends are platform specific), so it might well be that there is a bug on one system not showing up on others.
fgmasdr IOhannes
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 abonnements@revolwear.com wrote:
Hi List,
i wonder why i get these strange colors when using pix_record with GEM ver: 0.92.2 compiled: Jan 20 2010 on OS X 10.6.3 Any Ideas?
this is grayscale in GEM but instead it is quite blue in the recorded quicktime.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
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 well. Can you try pix_recordQT and see if that loads?
On Wed, Mar 31, 2010 at 10:03 AM, Max abonnements@revolwear.com wrote: Hi List,
i wonder why i get these strange colors when using pix_record with GEM ver: 0.92.2 compiled: Jan 20 2010 on OS X 10.6.3 Any Ideas?
this is grayscale in GEM but instead it is quite blue in the recorded quicktime.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
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: http://lists.puredata.info/pipermail/pd-list/2008-03/060168.html matthias Am 03.04.2010 um 00:52 schrieb 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 well. Can you try pix_recordQT and see if that loads?
On Wed, Mar 31, 2010 at 10:03 AM, Max abonnements@revolwear.com wrote: Hi List,
i wonder why i get these strange colors when using pix_record with GEM ver: 0.92.2 compiled: Jan 20 2010 on OS X 10.6.3 Any Ideas?
this is grayscale in GEM but instead it is quite blue in the recorded quicktime.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
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 matthias@neuenhofer.dewrote:
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: http://lists.puredata.info/pipermail/pd-list/2008-03/060168.html matthias Am 03.04.2010 um 00:52 schrieb 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 well. Can you try pix_recordQT and see if that loads?
On Wed, Mar 31, 2010 at 10:03 AM, Max abonnements@revolwear.com
wrote:
Hi List,
i wonder why i get these strange colors when using pix_record with GEM
ver: 0.92.2 compiled: Jan 20 2010 on OS X 10.6.3
Any Ideas?
this is grayscale in GEM but instead it is quite blue in the recorded
quicktime.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
hi,
any help for this object? how does it work?
best,
cosmin
_________________________________________________________________
Hotmail arrive sur votre téléphone ! Compatible Iphone, Windows Phone, Blackberry, …
http://www.messengersurvotremobile.com/?d=Hotmail
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 -freezes the dialog. also: changing the compression closes the gemwin
m.
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 no alpha channel - don't get it.
the point is that pix_record when it´s feed with rgba output a video where the channels are swap feed with yuv the colors are ok doesn´t matter in which mode the codec record the video
wow - dialog, select "Photo - JPEG", click on options -freezes the dialog. also: changing the compression closes the gemwin
m.
also on my machine mac osx 10.6.2 GEM: ver: 0.92.2 compiled: Dec 17 2009 Gem stop rendering confirm the dialog to pix_record after start rendering again 2 sec later it stop again then start again it´s ok and use the changes of the dialog
matthias
On Sat, Apr 3, 2010 at 12:58 PM, Matthias Neuenhofer <matthias@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 avoid colorspace conversion. Use the 'dialog' message to do this.
but Photo-JPEG has no alpha channel - don't get it.
At 100% 'quality' it does have an alpha. Supposedly it is part of the JPEG spec, but I haven't seen anyone other than Apple use it. It is kind of like having a TIFF with run-length JPEG compression.
also on my machine mac osx 10.6.2 GEM: ver: 0.92.2 compiled: Dec 17 2009 Gem stop rendering confirm the dialog to pix_record after start rendering again 2 sec later it stop again then start again it´s ok and use the changes of the dialog
The dialog always stopped rendering because the event loop waits for the dialog to close. You will notice that GEM creates a 'pd' app in the Dock in order to do things like window management. Command line apps in OSX cannot just open windows without being a GUI app. It is a hack.
Apple broke the event handling code used in GEM in 10.5. There is no fix other than 'write a full Cocoa app'.