mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3085] [MERGED] Add positionning cues to WebVTT writer #9340
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/3085
Author: @heyhippari
Created: 5/9/2020
Status: ✅ Merged
Merged: 5/15/2020
Merged by: @dkanada
Base:
master← Head:vtt-position📝 Commits (1)
a262ecdAdd positionning cues to WebVTT writer📊 Changes
1 file changed (+13 additions, -2 deletions)
View changed files
📝
MediaBrowser.MediaEncoding/Subtitles/VttWriter.cs(+13 -2)📄 Description
Changes
Adds a Region to the VttWriter to instruct clients where to render the subtitles.
Based on the W3C specs found here: https://www.w3.org/TR/webvtt1/#region-settings
Issues
Goes in tandem with https://github.com/jellyfin/jellyfin-web/pull/1209 to provide a decent display region for clients that support WebVTT.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.