Whenever something interesting starts happening, there is a dilemma:
-the interesting thing is still going on so I should wait for the buffer to fill
-but if it's too long, the head of the buffer may be cut off, so I should just save the buffer multiple times and stitch it in post processing
-or just save the buffer, wait a few seconds, stop the buffer and start recording directly which will miss a few seconds of recording
It would be great if OBS could make a feature to seamlessly start recording not when the record button was pressed, but rather X seconds before the record button was pressed (perhaps by leveraging the replay buffer code).
-the interesting thing is still going on so I should wait for the buffer to fill
-but if it's too long, the head of the buffer may be cut off, so I should just save the buffer multiple times and stitch it in post processing
-or just save the buffer, wait a few seconds, stop the buffer and start recording directly which will miss a few seconds of recording
It would be great if OBS could make a feature to seamlessly start recording not when the record button was pressed, but rather X seconds before the record button was pressed (perhaps by leveraging the replay buffer code).