ratwithacompiler
ratwithacompiler
Yep caused by the qt6 move. I have an updated version for qt6 locally but still need to make crossplatform CI builds for it, should be available in a couple...
> Right on. Had a chance to try out v0.28b this evening. Debian 11 ships with glibc 3.4.28 but .28b requires glibc 3.4.29. No worries, might setup a testing box...
Sounds good I'll think about making that easier, but in the meantime you can already get it to caption when offline by hitting "Show Preview" bottom left in the Settings,...
Ohh that's weird, what OS is that and do you have any logs? (Help -> Log Files -> Show Log Files) If it's MacOS make sure the old plugin is...
Nah that's not on you, it's pretty broken on Youtube or doesn't work at all. OBS's captions output isn't really fully standards compliant and compatible with what Youtube wants so...
This plugin is primarily for captioning audio via speech recognition, the actual embedding of the captions text into the video stream is all handled by OBS itself so a feature...
Currently it just uses default behaviour so should flush whenever the buffer is full every couple KBs but adding an option for that in the future would be doable 🤔.
Hi, sorry haven't checked the issue here recently. Maybe it copied into the wrong directory? The `obs_google_caption_plugin.dll` file should effectively end up in `C:\Program Files\obs-studio\obs-plugins\64bit\ ` assuming default OBS install...
It is monitored/maintained though I don't really have too much time to spend on it rn, but I did test that back then when it was reported and couldn't reproduce...
@tvadi My plugin basically just regularly calls obs_output_output_caption_text2("latest caption lines") and all the actual creating and embedding CEA captions into the video stream is fully done by OBS itself so...