Source Record

Source Record 0.4.8

Or maybe you have some advice on how to make it work with a fixed length? Maybe I should report a bug?
I don't, beyond what I said previously, which sounds like it doesn't fit your workflow very well.

I'm leaning towards a bug. If my suspicion is right that it has a roughly 2-second buffer (possibly to give the encoder some temporal space to work with?) with some variance in its actual length, and it discards that buffer when it stops instead of finishing it, then that might explain both of our quirks. The solution in that case would be to finish encoding the buffer instead of discarding it.

Regardless of what the mechanism is though, the requirement stays the same: Whatever happens in the real world before I click the stop button (or whatever it is that ends the recording) should appear in the file, and whatever happens in the real world after I click the button should not appear in the file. The tolerance is human imperceptibility (likely a small handful of frames). Whatever it takes to meet that requirement, do that.

Depending on how the startup works, it might require a special case to not create a short glitch-recording then, while otherwise keeping the above. For example, if everything starts enabled, and then some get disabled later according to the saved settings.

I understand now that I need to stop the filter, change the settings, and then enable it again. Otherwise, the new settings are ignored until the filter restarts. It makes sense, but it would be helpful to have some kind of warning and a button to restart it instantly.
That would explain why I didn't see that problem. I'm set to always record, and use the enable to start and stop, and so I'm particular about not having it enabled unless I really do want to record. So it's naturally disabled when I'm changing stuff, and that works.

I completely agree on the usability though: a user action that does nothing with no explanation, is a problem.
 
Been having an issue where the plugin causes OBS to crash any time I minimize or resize the window/source its capturing. Is there any known fix for this?
 
Been having an issue where the plugin causes OBS to crash any time I minimize or resize the window/source its capturing. Is there any known fix for this?
Are you recording the window capture source directly? 'Cause I don't see another way for this plugin to see a resize at all.

If so, then the obvious workaround is to record something that doesn't resize. Like a scene that you put that source on, instead of the source itself.
 
Are you recording the window capture source directly? 'Cause I don't see another way for this plugin to see a resize at all.

If so, then the obvious workaround is to record something that doesn't resize. Like a scene that you put that source on, instead of the source itself.
Yeah I'm trying to record a direct source but I could try using a nested scene instead. I want to be able to record and stream at the same time so I didn't want it to capture any overlays or things like that.
 
Back
Top