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

Vtt parse fix #476

Merged
merged 4 commits into from
Apr 25, 2024
Merged

Vtt parse fix #476

merged 4 commits into from
Apr 25, 2024

Conversation

Dananji
Copy link
Collaborator

@Dananji Dananji commented Apr 9, 2024

Related issue: #440

The following WebVTT file is displayed in the transcript component with comments:

WEBVTT

region
id:bill
width:40%
lines:3
regionanchor:100%,100%
viewportanchor:90%,90%
scroll:up

STYLE
::cue {
  background-image: linear-gradient(to bottom, dimgray, lightgray);
  color: papayawhip;
}
/* Style blocks cannot use blank lines nor "dash dash greater than" */

NOTE
This file was machine-generated.
The cues and timing maybe not 100% accurate.

1
00:00:01.200 --> 00:00:21.000 region:fred align:left
[music]

NOTE End of music, and starting dialog

2
00:00:22.200 --> 00:00:26.600 region:bill align:right
<em>Just</em> before lunch one day, a puppet show 
was put on at school.

Screenshot 2024-04-09 at 10 54 14 AM

Copy link
Contributor

@masaball masaball left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good as far as I can tell

@Dananji Dananji merged commit 9f24f0e into main Apr 25, 2024
2 checks passed
@Dananji Dananji deleted the vtt-parse-fix branch April 25, 2024 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants