exeldro / obs-move-transition

Move transition for OBS Studio
https://obsproject.com/forum/resources/move-transition.913/
GNU General Public License v2.0
670 stars 48 forks source link

Move transition applied to a nested scene just process the filters at the end of the transition #212

Open HeyMitu opened 4 months ago

HeyMitu commented 4 months ago

I don't know if it's supposed to work like this or not, but, as I show in the video, if you use a move transition applied to a nested scene, the filters applied to it only take effect at the end of the transition.

https://github.com/exeldro/obs-move-transition/assets/18451665/4e35d8ab-d92a-4557-aa7b-e131434466d1

exeldro commented 4 months ago

As the move transition replaces the rendering of a scene with its own rendering of the sources in the scene it can't render the filters of the scene.

HeyMitu commented 4 months ago

As the move transition replaces the rendering of a scene with its own rendering of the sources in the scene it can't render the filters of the scene.

Ok, I think I understand... so the only solutions I see here are, either I make another nested scene "layer", or I apply the filters individually within the original scene, right?

My initial thought would be within the original scene, to have all the sources in a group and make the move transition in the group, but I realized that with a "move action" I can't change visibility of groups