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
processedVideo
Describe the bug
When creating a new transcriptions using ingest captions options, it seems like the processedVideo flag stays as false
false
To Reproduce Steps to reproduce the behavior:
cmd
alt
i
appTranscription.transcriptionsList.models
Expected behavior A clear and concise description of what you expected to happen.
Expect processedVideo to be marked as true when done processing the video.
Desktop (please complete the following information):
1.0.12
1.0.13
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When creating a new transcriptions using ingest captions options, it seems like the
processedVideo
flag stays asfalse
To Reproduce
Steps to reproduce the behavior:
cmd
+alt
+i
to open the console, and inspectappTranscription.transcriptionsList.models
object to see theprocessedVideo
property.Expected behavior
A clear and concise description of what you expected to happen.
Expect
processedVideo
to be marked as true when done processing the video.Desktop (please complete the following information):
1.0.12
, but might have carried over in latest version1.0.13
The text was updated successfully, but these errors were encountered: