exeldro / obs-move-transition

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

Allow Move Value to be set based on source position #191

Open Destroy666x opened 6 months ago

Destroy666x commented 6 months ago

I have:

Now, I would like to change the value of limiter treshold to a higher one once the group moves to the center, then change back to old value once the group moves to the left.

I know I can use Move Value to change the filter's treshold value. However, I'm not sure what's the best approach to detect the movement and final position and then switch back and forth between the predefined new value and dynamic old value, with as few filters as possible.

I think it's currently impossible and so would suggest lack of replies in support thread for few months, but not entirely sure. So I'm suggesting such type of detection as a feature.

exeldro commented 6 months ago

How I would make it with what is currently in move plugin is: 2 move value filters on the win-capture-audio source to set both positions on the limiter. A move action filter on each scene to trigger the correct move action filter when the scene becomes active

Destroy666x commented 6 months ago

Ok, thanks.

Leaving it as suggestion then as this would simplify a bunch of various setups with lots of scenes.