Skip to content
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

OBS split file, with renaming of .srt to filename #137

Open
TheTawnyFool opened this issue Jul 16, 2024 · 0 comments
Open

OBS split file, with renaming of .srt to filename #137

TheTawnyFool opened this issue Jul 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@TheTawnyFool
Copy link

This would be a nice enhancement. OBS has a split file under Output->Recording. There is an option to split by time or hotkey. When this happens OBS stops the current recording and creates a new one immediately with a new filename. I believe this exists to create a frame perfect split in the output, as opposed to stop recording then start recording, which would miss some frames.

I use this option quite often and notices that the .srt files do not get split. The one .srt file created does however seem to contain all the info from all split files after recording is started, so I believe it just does not see the event/callback of the filenames changing. I do not see a callback in the API for this functionality.

There is a callback to initiate the split in OBS, which with some hotkey code could create a workaround perhaps for the LocalVocal code to do a hotkey split and work with the .srt (bool obs_frontend_recording_split_file(void)) This might be out of the scope of the plugin.

If so might be worth mentioning in the docs somewhere about this limitation.

Thank you!!!

@royshil royshil added the enhancement New feature or request label Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants