jellyfin/MediaBrowser.MediaEncoding/Subtitles
Oscar 3d2658fa43 Remove -copyts and add -flush_packets 1 to subtitle extraction
-copyts is unnecessary for -c:s copy to SRT and slows extraction ~5x.
Without -flush_packets 1, ffmpeg buffers all output until exit, leaving
.srt files at 0 bytes for minutes while the player shows no subtitles.

Fixes #16438
2026-03-19 22:54:05 +01:00
..
AssWriter.cs Use RegexGenerator where possible 2023-06-28 17:07:57 +02:00
ISubtitleParser.cs Backport pull request #8087 from jellyfin/release-10.8.z 2022-08-01 14:25:42 -04:00
ISubtitleWriter.cs Make probesize and analyzeduration configurable and simplify circular 2019-11-25 12:07:59 +01:00
JsonWriter.cs Fix JSON subtitle writer 2020-01-02 14:38:13 +01:00
SrtWriter.cs Use RegexGenerator where possible 2023-06-28 17:07:57 +02:00
SsaWriter.cs Use RegexGenerator where possible 2023-06-28 17:07:57 +02:00
SubtitleEditParser.cs Backport pull request #13384 from jellyfin/release-10.10.z 2025-02-03 16:59:08 -05:00
SubtitleEncoder.cs Remove -copyts and add -flush_packets 1 to subtitle extraction 2026-03-19 22:54:05 +01:00
SubtitleFormatExtensions.cs Add subtitle parser errors to log if available (#12479) 2024-09-06 07:47:06 -06:00
TtmlWriter.cs Use RegexGenerator where possible 2023-06-28 17:07:57 +02:00
VttWriter.cs Use RegexGenerator where possible 2023-06-28 17:07:57 +02:00