Basic support for blended scene changes

This commit is contained in:
N00MKRAD
2021-03-19 19:34:48 +01:00
parent 0e95e62979
commit ddf68715fb
10 changed files with 202 additions and 38 deletions

View File

@@ -234,6 +234,7 @@
</Compile>
<Compile Include="IO\ConfigParser.cs" />
<Compile Include="IO\ModelDownloader.cs" />
<Compile Include="Magick\Blend.cs" />
<Compile Include="Magick\SceneDetect.cs" />
<Compile Include="Main\AutoEncode.cs" />
<Compile Include="Main\BatchProcessing.cs" />