Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shader filter gets disabled during move transition #47

Open
sgdc3 opened this issue Apr 1, 2024 · 2 comments
Open

Shader filter gets disabled during move transition #47

sgdc3 opened this issue Apr 1, 2024 · 2 comments

Comments

@sgdc3
Copy link

sgdc3 commented Apr 1, 2024

I've encountered an issue where the shader filter unexpectedly gets disabled whenever a move transition takes place. This disrupts the visual consistency of my project, as I rely on the shader filter to maintain a specific aesthetic throughout the transitions.

@exeldro
Copy link
Owner

exeldro commented Apr 2, 2024

If you put the shader on the scene you are transitioning from or to, that is an issue with move transition because of the way rendering works in OBS. A way to get the effect is to put the shader on an Output Source in a downstream keyer.

@sgdc3
Copy link
Author

sgdc3 commented Apr 2, 2024

I looked into the downstream keyer plugin but I haven't found a clear way to achieve the desired result.
I am utilizing the rounded_rect2 shader to create a rounded box around some dynamically resized sources. This effect is crucial for the visual narrative of my content, allowing the box and its contained sources to resize smoothly during transitions, preserving the rounded corners and shader effects seamlessly.
Is there a way to achieve this dynamic resizing with the shader effect intact throughout the transition?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants