From 308cd0d1a37d58747621a39bb991c66d01d5fe06 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Wed, 5 Jan 2022 04:43:56 +0100 Subject: [PATCH] Created Automatically split recording of stream into chunks (markdown) --- Automatically-split-recording-of-stream-into-chunks.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Automatically-split-recording-of-stream-into-chunks.md diff --git a/Automatically-split-recording-of-stream-into-chunks.md b/Automatically-split-recording-of-stream-into-chunks.md new file mode 100644 index 0000000..764f620 --- /dev/null +++ b/Automatically-split-recording-of-stream-into-chunks.md @@ -0,0 +1,9 @@ +The following macros will allow you to automatically split your local recordings into chunks of a specified duration by stopping and automatically restarting the local recording. + +First a macro needs to be set up which automatically stops the recording in a specified time interval. +![](https://obsproject.com/forum/attachments/stoprecording-png.78634/) + +A second macro is needed to automatically restart the recording if the stream is active. +![](https://obsproject.com/forum/attachments/startrecording-png.78632/) + +Note that while stopping and restarting the recording you could potentially miss a few seconds of your stream. \ No newline at end of file