-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[BUG] Delayed Captions #271
Comments
I hear you, @OutrageousStorm, but I've used ZapCap's API, and it's actually pretty solid no lag here. Maybe check your setup? Most caption tools rely on it for a reason. |
This has been an issue since V1. If anybody is willing to open a PR, I'd appreciate that. |
Integrating OpenAI whisper as a local model that does the transcribing could fix the issue. Take a look at the stable whisper python package. It has direct functionality to split the transcribed segments into smaller segments, that have acurat timestamps.
this would do the job and also output the transcript as a .srt |
Can you guys help me in setup? Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:8080/api/generate. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 200. Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:8080/api/generate. (Reason: CORS request did not succeed). Status code: (null) I am getting this issue |
Describe the bug
Captions are not synced to VO clips.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
VO clips should be in sync with the captions.
Desktop (please complete the following information):
Additional context
Here's a video showing what happens.
output.mp4
The text was updated successfully, but these errors were encountered: