Increase default NCNN threads, allow more than 3 with NCNN VS

This commit is contained in:
n00mkrad
2023-02-17 22:10:33 +01:00
parent fbee4d8c06
commit c20c1b55ee
3 changed files with 8 additions and 8 deletions

View File

@@ -274,7 +274,7 @@ namespace Flowframes.IO
if (key == Key.uhdThresh) return WriteDefault(key, "1600");
if (key == Key.torchGpus) return WriteDefault(key, "0");
if (key == Key.ncnnGpus) return WriteDefault(key, "0");
if (key == Key.ncnnThreads) return WriteDefault(key, "1");
if (key == Key.ncnnThreads) return WriteDefault(key, "4");
if (key == Key.dainNcnnTilesize) return WriteDefault(key, "768");
// Debug / Other / Experimental
if (key == Key.ffEncPreset) return WriteDefault(key, "fast");