jellyfin/MediaBrowser.Controller/MediaEncoding
gnattu ae82a4eee0 Enable software tonemap for dolby vision
This applies software tonemapx filter for dolby vision videos that have no compatability fallback.

Due to the complexity of the reshaping process, this is quite CPU-intensive. For real-time transcoding and tonemapping of 4K 60fps content, a CPU with 16 cores of Zen3-level performance is recommended.

Signed-off-by: gnattu <gnattuoc@me.com>
2024-09-03 14:39:05 +08:00
..
BaseEncodingJobOptions.cs Add EnableAudioVbrEncoding to TranscodingProfile 2024-07-17 21:27:35 +08:00
DownMixAlgorithmsHelper.cs Add comments for Dave750/NightmodeDialogue 7.1 downmix 2024-08-01 07:45:16 +08:00
EncodingHelper.cs Enable software tonemap for dolby vision 2024-09-03 14:39:05 +08:00
EncodingJobInfo.cs Simplify EnableAudioVbrEncoding getter 2024-07-18 02:43:02 +08:00
FilterOptionType.cs Add HWA video transpose support (+-90/180) 2024-03-30 06:09:58 +08:00
IAttachmentExtractor.cs
IEncodingManager.cs
IMediaEncoder.cs Prevent server from starting if the ffmpeg path is invalid (#12463) 2024-08-28 12:43:37 -06:00
ISubtitleEncoder.cs
ITranscodeManager.cs
JobLogger.cs
MediaInfoRequest.cs
TranscodingJob.cs
TranscodingJobType.cs
TranscodingSegmentCleaner.cs
TranscodingThrottler.cs