mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 01:45:28 +01:00
* Use more accurate rounding in GetFixedOutputSize Signed-off-by: gnattu <gnattuoc@me.com> * Force trickplay thumbnails to have even width Signed-off-by: gnattu <gnattuoc@me.com> * Use Convert.ToInt32 Signed-off-by: gnattu <gnattuoc@me.com> * Force video size as thumbnail size if the trickplay width setting is larger This will fix an issue when the trickplay setting contains a very huge width, but the video has a lower resolution than that setting. Our scaling filter logic will not do any upscale, and we have to force to use the video width Signed-off-by: gnattu <gnattuoc@me.com> --------- Signed-off-by: gnattu <gnattuoc@me.com> |
||
|---|---|---|
| .. | ||
| BaseEncodingJobOptions.cs | ||
| EncodingHelper.cs | ||
| EncodingJobInfo.cs | ||
| FilterOptionType.cs | ||
| IAttachmentExtractor.cs | ||
| IEncodingManager.cs | ||
| IMediaEncoder.cs | ||
| ISubtitleEncoder.cs | ||
| ITranscodeManager.cs | ||
| JobLogger.cs | ||
| MediaInfoRequest.cs | ||
| TranscodingJob.cs | ||
| TranscodingJobType.cs | ||
| TranscodingSegmentCleaner.cs | ||
| TranscodingThrottler.cs | ||