Exeldro

Results 287 comments of Exeldro

Can't you use `loop_second` and `loop` instead of `elapsed_time`?

ah, loop_second was broken, I fixed it now, you can find a test build at the bottom of this page when logged in: https://github.com/exeldro/obs-shaderfilter/actions/runs/13356749210 I tested with this, have not...

If the move source filter is on Scene A or Scene B it will not work as scene A does not match scene B

What settings do you use for source record? What steps to reproduce the issue?

That crash is not possible without having a source record filter on a source. Can you provide an OBS log file? that will allow to tell on what source the...

there is source record filter on multiple sources: - 'SCREEN 3' (monitor_capture) - 'SCREEN 3 Sub' (monitor_capture) - 'LEFT CAM' (dshow_input) - 'RIGHT CAM' (dshow_input)

Please provide the settings of all of those to find out if they maybe give a clue why it is crashing for you. The things I tested are all working...

I don't see the settings used in source record. The OBS log file does not provide information about what settings you used for source record. Please provide the settings used...

It looks like source record might be trying to record a source with width or height 0. I added some extra checks for that, can you check if this test...

resize of source (not scene item) while recording or streaming crashing source record is a separate issue