mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #12056] Allow streaming of raw PGS subtitles without transcoding #13080
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?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/12056
State: closed
Merged: Yes
Changes
This PR adds support for streaming raw PGS subtitles (graphical subtitles) if requested by the client. PGS subtitles can be loaded from external
.sub/.supfiles or extracted from an.mkvcontainer.This removed the need for video transcoding just for the PGS subtitle.
Related Pull Request (web): https://github.com/jellyfin/jellyfin-web/pull/5688
Related Pull Request (vue): https://github.com/jellyfin/jellyfin-vue/pull/2404
Discussion points:
.mkvcan take multiple minutes for ffmpeg to process the whole file. This is only be done once per media file. The subtitles are cached afterwards.