[PD] Gem, make small snapshots while display original size?

2008-06-19 Thread Martin .
Hi, in Gem, Im trying to resize a video to take _small_ preview like snapshots that i can save as files (with pix_write), but still sending a stream with the _original size_ to another place, to either display or record. So far it seems that [pix_resize] deals with resolution of the video while

Re: [PD] Gem, make small snapshots while display original size?

2008-06-19 Thread Jack
You have to use [separator] [gemhead] | [pix_film] |\ | \ | [separator] | | | [pix_texture] | | | [rectangle 4 3] | [separator] | [pix_texture] | [rectangle 2 1.5] Le 19 juin 08 à 14:35, Martin . a écrit : Hi, in Gem, Im trying to resize a video to take _small_ preview like

Re: [PD] Gem, make small snapshots while display original size?

2008-06-19 Thread Martin .
Hi, [separator] and [pix_separator] still shows both of the films in the gemwin, on top of each other. is there a way of not showing one of the streams, but still be able to record from it with ex [pix_write]? a dirty solution would also be to make sure that the stream im recording is hidden

Re: [PD] Gem, make small snapshots while display original size?

2008-06-19 Thread IOhannes m zmoelnig
Martin . wrote: Hi, [separator] and [pix_separator] still shows both of the films in the gemwin, on top of each other. is there a way of not showing one of the streams, but still be able to record from it with ex [pix_write]? a dirty solution would also be to make sure that the stream im

Re: [PD] Gem, make small snapshots while display original size?

2008-06-19 Thread cyrille henry
you can render/ record in a small framebuffer. c Martin . a écrit : Hi, [separator] and [pix_separator] still shows both of the films in the gemwin, on top of each other. is there a way of not showing one of the streams, but still be able to record from it with ex [pix_write]? a dirty

Re: [PD] Gem, make small snapshots while display original size?

2008-06-19 Thread Martin .
Thanks for the help. [gemhead] | [pix_film] |\ | \ | [pix_separator] | | | [pix_texture] | | | [pix_invert] (to differentiate the streams) | | | [pix_write] | [pix_separator] | [pix_texture] | [rectangle 2 1.5] here, still i get the image from [rectangle] / gemwin in the

Re: [PD] Gem, make small snapshots while display original size?

2008-06-19 Thread Jack
Ok, here a simple patch for what you need. ++ Jack pixwriteandrectangle.pd Description: Binary data Le 19 juin 08 à 15:35, Martin . a écrit : Hi, [separator] and [pix_separator] still shows both of the films in the gemwin, on top of each other. is there a way of not showing one of the

Re: [PD] Gem, make small snapshots while display original size?

2008-06-19 Thread Martin .
thanks for clarifying Johannes, [pix_buffer_write] works fine! On Thu, Jun 19, 2008 at 3:24 PM, IOhannes m zmoelnig [EMAIL PROTECTED] wrote: Martin . wrote: Thanks for the help. [gemhead] | [pix_film] |\ | \ | [pix_separator] | | | [pix_texture] | | | [pix_invert] (to

Re: [PD] Gem, make small snapshots while display original size?

2008-06-19 Thread Jack
I have forgotten to send this to the list. Oops ! Sorry, i didn't understand the question ! Tell me if it's what you need (with [gemframmebuffer] as Cyrille mentioned). ++ Jack pixwriteandrectangle.pd Description: Binary data Le 19 juin 08 à 17:49, Jack a écrit : Le 19 juin 08 à