obs-move-transition icon indicating copy to clipboard operation
obs-move-transition copied to clipboard

Unable to apply Audio Move filter for "Source Visibility" to a source inside of a group

Open woolite64 opened this issue 2 years ago • 3 comments

There are two issues related to this:

  1. Dropdown does not show nested sources
  2. Audio Move filter for "Source Visibility" cannot affect a nested source, only the group that contains it

By switching obs_scene_find_source calls into obs_scene_find_source_recursive, I was able to manually type in a nested source and then apply the Audio Move filter to it. Would it be reasonable to enable this functionality in the plugin?

I'm new to the OBS source code, so I'm not sure if there are potential performance implications in complex scenes.

Thanks in advance for the help!

Edit: I did get this working using the "Filter Enable" functionality with a Color Correction filter that sets Opacity to 0, but that feels like more of a workaround. Any alternatives appreciated!

woolite64 avatar May 24 '22 01:05 woolite64

I was looking for this too as I tried doing that, glad I found this post though! I think it'd be a nice addition if possible :)

Crocross avatar Sep 23 '22 15:09 Crocross

@Crocross Another way to work around this is to use nested scenes. You can put a group of objects in a scene, then insert that entire scene as a source on another scene. A little bit confusing, but seems to work for this scenario.

woolite64 avatar Sep 23 '22 15:09 woolite64

Thanks @woolite64, I will take a look at that although I do still believe it'd be a worthwhile change!

Crocross avatar Sep 23 '22 15:09 Crocross