From 30230aff73271acb521c427f9815df6adf1814bb Mon Sep 17 00:00:00 2001 From: cvium Date: Thu, 23 Sep 2021 17:00:39 +0200 Subject: Fix build? --- .../FfTool/FfToolKeyframeExtractor.cs | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src/Jellyfin.MediaEncoding.Keyframes/FfTool/FfToolKeyframeExtractor.cs') diff --git a/src/Jellyfin.MediaEncoding.Keyframes/FfTool/FfToolKeyframeExtractor.cs b/src/Jellyfin.MediaEncoding.Keyframes/FfTool/FfToolKeyframeExtractor.cs index 89c149ff4..fdd5dc577 100644 --- a/src/Jellyfin.MediaEncoding.Keyframes/FfTool/FfToolKeyframeExtractor.cs +++ b/src/Jellyfin.MediaEncoding.Keyframes/FfTool/FfToolKeyframeExtractor.cs @@ -2,9 +2,17 @@ namespace Jellyfin.MediaEncoding.Keyframes.FfTool { + /// + /// FfTool based keyframe extractor. + /// public static class FfToolKeyframeExtractor { - // TODO - public static KeyframeData GetKeyframeData(string ffProbePath, string filePath) => throw new NotImplementedException(); + /// + /// Extracts the keyframes using the fftool executable at the specified path. + /// + /// The path to the fftool executable. + /// The file path. + /// An instance of . + public static KeyframeData GetKeyframeData(string ffToolPath, string filePath) => throw new NotImplementedException(); } } -- cgit v1.2.3