-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] filename the same as recorded window name? #1
Comments
@mmichau OBS's API has getInputList() query, so technically if you capture window source (active tab of browser is usually in the window name) it is possible to use it. If there are multiple inputs, we have to define some rule to choose one, e.g. the first video input. |
@ismslv |
I've rewritten the script and added the source title feature. When recording starts, it will wait for configured time (OBS>Scripts>Parameters>Title capture delay) and capture the title of active window/tab. This way, it will work even if your capture source is "desktop" instead of window or game. Should work on any system, but I've tested only on Windows. If you use other OS, please write if it works there.
For this title you can use this template: |
Hi, I test your script and found 2 issues:
EDIT Tested on windows 10 21H2 19044.2251 |
Is it possible to tweak a script to use currently used window name as the filename? For example, I record from chrome so I would like to have a filename like: chrome_<name_of_the_recorded_tab_or_window>_YYYY-MM-DD_hh:mm:ss.
The text was updated successfully, but these errors were encountered: