mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 19:43:09 +00:00
Add first draft of keyframe extraction for Matroska
This commit is contained in:
parent
1ebd3c9ac3
commit
9c15f96e12
23 changed files with 893 additions and 112 deletions
|
|
@ -91,6 +91,9 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
/// <inheritdoc />
|
||||
public string EncoderPath => _ffmpegPath;
|
||||
|
||||
/// <inheritdoc />
|
||||
public string ProbePath => _ffprobePath;
|
||||
|
||||
/// <summary>
|
||||
/// Run at startup or if the user removes a Custom path from transcode page.
|
||||
/// Sets global variables FFmpegPath.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue