We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add more "smarts" to caption generation
e.g. New Sentences should usually start a new caption line.
Beware of end-of-caption edge cases (there are many...)
See https://github.com/classtranscribe/WebAPI/compare/MSToVtt which was based on convert Angrave's word-to-captions python code. See heuristics here-
https://github.com/classtranscribe/PythonTools/blob/master/transcribe-cli/ms_json_to_caption.py
The text was updated successfully, but these errors were encountered:
Partially addressed for main language transcription in MSTWord.cs See commit 3f49297#diff-2a9500e6cd909d0a9f9f24e512c678b0
Sorry, something went wrong.
No branches or pull requests
Add more "smarts" to caption generation
e.g. New Sentences should usually start a new caption line.
Beware of end-of-caption edge cases (there are many...)
See
https://github.com/classtranscribe/WebAPI/compare/MSToVtt
which was based on convert Angrave's word-to-captions python code. See heuristics here-
https://github.com/classtranscribe/PythonTools/blob/master/transcribe-cli/ms_json_to_caption.py
The text was updated successfully, but these errors were encountered: