Merge pull request #6600 from cvium/keyframe_extraction_v1

This commit is contained in:
Cody Robibero 2022-01-20 08:54:40 -07:00 committed by GitHub
commit 34ee6d82fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 20854 additions and 119 deletions

View file

@ -25,6 +25,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>
/// Gets the version of encoder.
/// </summary>