Page 1 of 1
How to setup offscreen`s size
Posted: 15 Jul 2016, 10:33
by edexu
Hello:
As we know, V4 can setup the size of rendertarget.how to set the size of Offscreen in V5?
Now we want use Color Difference Keyer, and change the properties by osc, so I had to use tow layers, one for color difference keyer, one for osc. Is there any better way?
Thanks!
Re: How to setup offscreen`s size
Posted: 15 Jul 2016, 11:56
by stephen
Hey,
did you find the
Size property in the
Layout Property Group once you have set it to
Offscreen? You might need to expand the Layut Group by right clicking. You can change it to any Item in
Manual Size to be able to adjust the
Width and
Height manually.

- OffscreenSize.png (16.99 KiB) Viewed 3319 times
Why would you want to use a single layer for OSC? Since OSC Nodes are Content Nodes you can as well place them in the Content Editor on Layer Level (single click on a Layer to get there). To organize it more you can also use a Content Container, put your OSC Nodes in there and expose their Outputs.
Best,
Stephen
Re: How to setup offscreen`s size
Posted: 15 Jul 2016, 13:22
by edexu
I put the osc node in Content leve.and export the osc output. The layer cannot connect himself;
as you say, the osc node can put on the layer level.And the layer properties can connect the properties from layer level node.
Thanks!