You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To support web developers and video content creators working with HTML5 video subtitles.
How
Create a new loader in packages/cli/src/loaders/vtt.ts
Implement parsing logic for VTT structure
Add two unit tests in packages/cli/src/loaders/index.spec.ts:
Test parsing a simple VTT file
Test handling cue settings in VTT entries
Update @replexica/spec to include VTT format
Generate a changeset using pnpm new for both 'replexica' and '@replexica/cli' packages
In the pull request, include a link to the VTT specification used.
After completing the task
Noticed a file format Replexica doesn't yet support? Please create a new GitHub ticket (if it doesn't yet exist!), using the format/structure of this GitHub issue.
The text was updated successfully, but these errors were encountered:
What
Implement a loader for VTT files in Replexica.
Why
To support web developers and video content creators working with HTML5 video subtitles.
How
packages/cli/src/loaders/vtt.ts
packages/cli/src/loaders/index.spec.ts
:@replexica/spec
to include VTT formatpnpm new
for both 'replexica' and '@replexica/cli' packagesAfter completing the task
Noticed a file format Replexica doesn't yet support? Please create a new GitHub ticket (if it doesn't yet exist!), using the format/structure of this GitHub issue.
The text was updated successfully, but these errors were encountered: