Skip to content

Vtt parse fix - #476

Merged
Dananji merged 4 commits into
mainfrom
vtt-parse-fix
Apr 25, 2024
Merged

Vtt parse fix#476
Dananji merged 4 commits into
mainfrom
vtt-parse-fix

Conversation

@Dananji

@Dananji Dananji commented Apr 9, 2024

Copy link
Copy Markdown
Collaborator

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

@masaball masaball left a comment

Copy link
Copy Markdown
Contributor

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
@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