From 2899b77cd58456470b8dd4d01d3a8c525a9b5911 Mon Sep 17 00:00:00 2001 From: cvium Date: Sun, 26 Sep 2021 21:07:30 +0200 Subject: Implement FfProbeKeyframeExtractor and add tests for it --- .../Jellyfin.MediaEncoding.Keyframes.Tests.csproj | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 tests/Jellyfin.MediaEncoding.Keyframes.Tests/Jellyfin.MediaEncoding.Keyframes.Tests.csproj (limited to 'tests/Jellyfin.MediaEncoding.Keyframes.Tests/Jellyfin.MediaEncoding.Keyframes.Tests.csproj') diff --git a/tests/Jellyfin.MediaEncoding.Keyframes.Tests/Jellyfin.MediaEncoding.Keyframes.Tests.csproj b/tests/Jellyfin.MediaEncoding.Keyframes.Tests/Jellyfin.MediaEncoding.Keyframes.Tests.csproj new file mode 100644 index 000000000..ff59ee4d0 --- /dev/null +++ b/tests/Jellyfin.MediaEncoding.Keyframes.Tests/Jellyfin.MediaEncoding.Keyframes.Tests.csproj @@ -0,0 +1,49 @@ + + + + net6.0 + false + ../jellyfin-tests.ruleset + Jellyfin.MediaEncoding.Keyframes + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + + + + + + + + + + Always + + + Always + + + Always + + + Always + + + + -- cgit v1.2.3