WIP: Multithreaded accurate scene detection with Magick.NET

This commit is contained in:
N00MKRAD
2021-03-10 15:20:53 +01:00
parent 472f031ae6
commit d5ef455dbf
2 changed files with 78 additions and 0 deletions

View File

@@ -237,6 +237,7 @@
<Compile Include="IO\ModelDownloader.cs" />
<Compile Include="Data\Packages.cs" />
<Compile Include="IO\PkgUtils.cs" />
<Compile Include="Magick\SceneDetect.cs" />
<Compile Include="Main\AutoEncode.cs" />
<Compile Include="Main\BatchProcessing.cs" />
<Compile Include="Main\CreateVideo.cs" />