mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-16 04:30:24 +01:00
Merge pull request #11511 from jellyfin/trickplay-keyframe-only
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user