mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-24 19:16:32 +00:00
Add first draft of keyframe extraction for Matroska
This commit is contained in:
@@ -24,6 +24,12 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
/// <value>The encoder path.</value>
|
||||
string EncoderPath { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the probe path.
|
||||
/// </summary>
|
||||
/// <value>The probe path.</value>
|
||||
string ProbePath { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Whether given encoder codec is supported.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user