Add option to always burn in subtitles if transcoding is triggered (#12430)

This commit is contained in:
gnattu
2024-09-12 23:53:21 +08:00
committed by GitHub
parent 0ff7f28753
commit 62712aa12c
9 changed files with 49 additions and 8 deletions

View File

@@ -18,6 +18,7 @@ namespace MediaBrowser.Model.Session
// Video Constraints
VideoProfileNotSupported = 1 << 6,
VideoRangeTypeNotSupported = 1 << 24,
VideoCodecTagNotSupported = 1 << 25,
VideoLevelNotSupported = 1 << 7,
VideoResolutionNotSupported = 1 << 8,
VideoBitDepthNotSupported = 1 << 9,