Merge pull request #11511 from jellyfin/trickplay-keyframe-only

This commit is contained in:
Cody Robibero
2024-07-17 12:28:58 -04:00
committed by GitHub
4 changed files with 30 additions and 0 deletions

View File

@@ -18,6 +18,12 @@ public class TrickplayOptions
/// </summary>
public bool EnableHwEncoding { get; set; } = false;
/// <summary>
/// Gets or sets a value indicating whether to only extract key frames.
/// Significantly faster, but is not compatible with all decoders and/or video files.
/// </summary>
public bool EnableKeyFrameOnlyExtraction { get; set; } = false;
/// <summary>
/// Gets or sets the behavior used by trickplay provider on library scan/update.
/// </summary>