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 [rectangle] actually sizes it.
And here is the point where i probably haven't understood gem enough (being a bit impatient maybe..:) can i resize what i play with a [rectangle] while not displaying it, while displaying another [rectangle] playing the same feed? Or is there a smart way about this?
Cheers, Martin