Custom Filename with counter for recordings

Dannno

New Member
After hours of reading threads about the OBS filename formatting, it seems there isn't a plugin that offers custom naming with a counter.
We use Black Magic Media express for some jobs and it allows us to set a custom counter for the filename. Our recordings require a counter that starts at 100 and automatically increment by one.
Is there a plugin we've missed that offers this or is there a service that can help us use a script to create this option?
We appreciate any help at this point.

dan
 

upgradeQ

Member
obs-websocket 4.9.1 used to have ability to set custom recording path, but dropped support since 5.0 see this .
You can use scripting, either Python or Lua, to set path and record footage, care to not change paths while recording as OBS Studio have grey UI while recording. See first part of this post for code.
 
Top