Implement FfProbeKeyframeExtractor and add tests for it

This commit is contained in:
cvium
2021-09-26 21:07:30 +02:00
parent 41383e6fe4
commit 2899b77cd5
11 changed files with 19519 additions and 7 deletions

View File

@@ -20,4 +20,10 @@
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>Jellyfin.MediaEncoding.Keyframes.Tests</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
</Project>