jellyfin/MediaBrowser.Controller/MediaEncoding
gnattu d944f415f3 Let HLS Controller decide if subtitle should be burn in
Previously, we predicted whether the subtitle should be burned in with transcode reasons, but that was not accurate because the actual transcoding codec is only determined after the client has requested the stream. This pass through the option to the `DynamicHlsController` to handle the subtitle burn-in during the actual transcoding process. Now the client should be responsible to conditionally load the subtitle when this option is enabled.
2024-09-22 00:35:41 +08:00
..
BaseEncodingJobOptions.cs Let HLS Controller decide if subtitle should be burn in 2024-09-22 00:35:41 +08:00
DownMixAlgorithmsHelper.cs
EncodingHelper.cs Let HLS Controller decide if subtitle should be burn in 2024-09-22 00:35:41 +08:00
EncodingJobInfo.cs Add MediaStream.ReferenceFrameRate for problematic video files (#12603) 2024-09-07 11:16:23 -06:00
FilterOptionType.cs
IAttachmentExtractor.cs
IEncodingManager.cs
IMediaEncoder.cs Adapting AMD VAAPI-Vulkan pipeline to FFmpeg 7.0 (#12577) 2024-09-04 07:36:49 -06:00
ISubtitleEncoder.cs Use subtitle cache when burning-in subs 2024-09-11 10:03:08 +02:00
ITranscodeManager.cs
JobLogger.cs
MediaInfoRequest.cs
TranscodingJob.cs Remove BOM from UTF-8 files 2024-08-30 15:29:48 +02:00
TranscodingJobType.cs Remove BOM from UTF-8 files 2024-08-30 15:29:48 +02:00
TranscodingSegmentCleaner.cs
TranscodingThrottler.cs Remove BOM from UTF-8 files 2024-08-30 15:29:48 +02:00