Merge pull request #7854 from cvium/enable_mkv_keyframe_extraction

(cherry picked from commit 2a89683e80)
Signed-off-by: crobibero <cody@robibe.ro>
This commit is contained in:
Cody Robibero 2022-06-06 09:40:38 -06:00 committed by crobibero
parent c19c787273
commit bacb41e142
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ namespace MediaBrowser.Model.Configuration
EnableHardwareEncoding = true;
AllowHevcEncoding = false;
EnableSubtitleExtraction = true;
AllowOnDemandMetadataBasedKeyframeExtractionForExtensions = Array.Empty<string>();
AllowOnDemandMetadataBasedKeyframeExtractionForExtensions = new[] { "mkv" };
HardwareDecodingCodecs = new string[] { "h264", "vc1" };
}