exeldro / obs-source-record

GNU General Public License v2.0
333 stars 37 forks source link

Variable containing the same filename as the main OBS recording? #100

Open therentabrain opened 3 months ago

therentabrain commented 3 months ago

I'm trying to group together the main OBS recording with the various source recordings. Since the sources are only in use sometimes, their recordings get filenames with later timestamps, sometimes a different date if we cross midnight.

If the main ongoing OBS recording is currently d:\2024-03-23 01 57 03.mkv

I would love to be able to have all the Source Recordings come in grouped with it e.g.

d:\2024-03-23 01 57 03 cam1.mkv d:\2024-03-23 01 57 03 cam2.mkv

And if there are multiple uses of the same cam during the same OBS recording, then it should number them like:

d:\2024-03-23 01 57 03 cam1 (2).mkv

Or something similar to that.

Even though each one starts at different times, it would be great to have all the camera angles grouped magically with the master recording.

Is anything like that possible? I am looking into using Advanced Scene Switcher to set it up but so far I don't think it has the ability to detect the current recording filename. Thanks!