esamarathon / esaw19-layouts

The on-screen graphics used during European Speedrunner Assembly Winter 2019.
MIT License
2 stars 1 forks source link

Replace virtual scenes with Groups and Filters? #4

Open zoton2 opened 5 years ago

zoton2 commented 5 years ago

You can now use froups and put filters on those groups, and with obs-websocket 4.5.0 (currently in Release Candidate) you can modify filters. We could use this so the game captures/cameras have groups and you toggle them within those groups (if that is possible). You may also not need filters, because you can edit the transform on groups as well.

zoton2 commented 5 years ago

Looks like this might not be possible as obs-websocket has no support for groups yet, but it's on their to-do list: https://github.com/Palakis/obs-websocket/issues/237

zoton2 commented 5 years ago

We could at least putting cropping on filters, with said filters being attached to each virtual scene, just so we don't need to send cropping information to 4 sources every time.