Advance output LED wall

Hi! i’m new in the forum. Can anyone please help me setting up video output?

I want to make a template file to map complex video wall setups quickly. If i have two 4k displays i’ve read that is better to have one big window comp 7680 x 2160 instead of two window comp 3840 × 2160 (one for each display). But what happens when i have different resolutions? For example, one 4k display and the other 1080p. Can i set this in just one window comp?

sorry my english btw.

Hi @Jeronimo,

you can still create a single canvas that wraps over the complete screen space.
An approach would be to create a Container COMP with a size of 5760x2160 and attach 2 more Container COMPs to it’s bottom connector. These 2 extra Container’s should now have a size of 1920x1080 and 3840x2160. For alignment, and using my example as seen below, I would set the main Container’s Align parameter to “Left to Right” and the Justify Vertical parameter to “Top”. Both parameters can be found on the Children page.

Next assign a background to both child containers (Look Page) and reference the main container on a new Window COMP. Set the Window COMP’s Justify and Offset To... parameter to “Bounds of All Monitors”, the Justify Vertical parameter to “Top” and turn of Borders toggle parameter. Now hit the Open as Perform Window parameter and the whole thing should nicely wrap all your screens.

Hope this helps
Markus

1 Like

It works perfectly, thank you!