Commit Graph

71 Commits

Author SHA1 Message Date
N00MKRAD
5e4b540d1c Fully fix VFR and deduplication issues esp. with GIFs 2023-12-28 02:59:29 +01:00
N00MKRAD
29e1eb172b Fix video speed with VFR inputs 2023-12-27 03:22:28 +01:00
N00MKRAD
355d44a5b3 Fix GIF hue shift issues 2023-12-26 22:59:17 +01:00
N00MKRAD
35b8d888d4 Fix color hue shift when interpolating frames, support high bit depth frames 2023-12-22 05:20:22 +01:00
N00MKRAD
a5c672c682 Minor GetProcStdOut improvement to avoid issues if stderr piping was already in the command line 2023-12-22 02:59:40 +01:00
N00MKRAD
744f09f7fe Properly show detected GPUs in title bar 2023-12-21 21:22:30 +01:00
N00MKRAD
c08f84c4e9 Use Vulkan API directly to check Vk devices and compute queue count 2023-12-21 21:05:23 +01:00
N00MKRAD
b782c8334d Fix RIFE VS syntax for new version 2023-10-27 09:54:34 +02:00
N00MKRAD
2886d5ce42 AMD AMF encoder support, autodetect HW enc support 2023-10-24 17:39:44 +02:00
n00mkrad
e53846d782 Handle situation where interp fails without any log writes 2023-02-23 14:14:22 +01:00
n00mkrad
c20c1b55ee Increase default NCNN threads, allow more than 3 with NCNN VS 2023-02-17 22:10:33 +01:00
n00mkrad
46d3edb4e4 Removed obsolete encoding settings, fixed VS frame extension 2023-02-15 18:25:41 +01:00
n00mkrad
89a3f4c890 Cache pytorch check 2023-02-01 11:24:26 +01:00
n00mkrad
db2f931fa5 NCNN VS UI polish 2023-01-31 11:51:46 +01:00
n00mkrad
e314ad8639 Fix VS scaling and realtime pix_fmt 2023-01-31 11:41:39 +01:00
n00mkrad
3fa47a70a4 Completely revamped output settings (quality settings WIP) 2023-01-15 17:23:49 +01:00
n00mkrad
96da058374 VS script typo fix 2023-01-08 21:53:32 +01:00
n00mkrad
3e45f55824 missed a line 2023-01-08 02:28:54 +01:00
n00mkrad
6a0df3d78a formatting eh 2023-01-08 02:28:15 +01:00
n00mkrad
8524d2b964 Always use ToLowerInvariant 2022-10-14 09:00:47 +02:00
n00mkrad
3753331989 Get version info from repo instead of webserver 2022-09-14 10:25:26 +02:00
n00mkrad
55814846e5 Basic realtime GUI implementation 2022-08-16 09:18:53 +02:00
n00mkrad
13baf17f0f Account for jpegFrames config option in VS image sequence import 2022-08-12 12:21:29 +02:00
n00mkrad
56f6c9130f Fix vsync/fps_mode args, rt improvements 2022-08-04 23:02:52 +02:00
n00mkrad
063ae677c5 Slowmo now works with RIFE-NCNN-VS 2022-08-04 15:30:19 +02:00
n00mkrad
a0b145ae0d Fix image sequences, Nmkoder session path system, some refactoring/cleanup 2022-07-27 14:10:29 +02:00
n00mkrad
5bf8245885 RIFE-NCNN-VS: Limit GPU thread count to max available (compute queue count) 2022-07-25 10:37:44 +02:00
n00mkrad
e6034a87b4 custom MessageBox for YesNo/YesNoCancel button modes 2022-07-24 22:30:30 +02:00
n00mkrad
f471290503 Don't show any message boxes when running GetPytorchVer 2022-07-22 09:31:58 +02:00
n00mkrad
f587f70c56 FPS limiting now works with RIFE-NCNN-VS, as well as renaming existing files to avoid overwriting 2022-07-22 01:26:47 +02:00
n00mkrad
760a187dfe AI Class/Constructor revamp 2022-07-21 10:08:53 +02:00
n00mkrad
9be08deb4c ifrnet-ncnn-vulkan implementation test 2022-07-21 09:30:59 +02:00
n00mkrad
48c8893da7 Dynamically set RIFE NCNN VS GPU threads to reduce VRAM/RAM usage with high resolutions 2022-07-20 18:29:36 +02:00
n00mkrad
d96513ed4b Backported MediaFile stuff from Nmkoder 2022-07-20 18:10:31 +02:00
n00mkrad
7c07e9d5ac AI logging improvements 2022-07-19 21:48:22 +02:00
n00mkrad
2042e4eb4e Trimming input now works with RIFE-NCNN-VS 2022-07-18 20:38:40 +02:00
n00mkrad
be3244e94b RIFE-NCNN-VS: Use first NCNN GPU ID (no multi-GPU for now) 2022-07-06 21:53:13 +02:00
n00mkrad
9f9263bf3b Better implementation/networks references (all vs available) 2022-07-06 10:40:41 +02:00
n00mkrad
cf95ef0d78 VS Notes 2022-07-05 20:58:54 +02:00
n00mkrad
c8744f26f9 Proper pytorch check 2022-07-04 10:14:31 +02:00
n00mkrad
16aef55e64 VS RT: Dynamic seek step, OSD 2022-06-09 00:30:58 +02:00
n00mkrad
7ffcdc0fa5 VS: Fix clip trim errors when using dedupe 2022-06-06 20:54:16 +02:00
n00mkrad
09924065d0 VS: Color space detection stuff, dedupe/redupe support , GIF support 2022-06-06 07:03:27 +02:00
n00mkrad
eb174ade38 rt test 2022-06-04 12:43:48 +02:00
n00mkrad
6a81962cab Fixed functions needed for img sequences not running, fixed loop frame count with sequences 2022-06-01 16:23:00 +02:00
n00mkrad
bb0210abc7 Fix plugin downloader for RIFE VS, add image sequence support 2022-06-01 15:46:34 +02:00
n00mkrad
0c0f725c87 Fix RGB VS inputs, fix VS progress bar 2022-06-01 10:27:02 +02:00
n00mkrad
9b7d142407 Fix frame counts, implement loop and scene detection for VS RIFE NCNN 2022-05-31 23:47:18 +02:00
n00mkrad
9ea9ec0875 Basic support for RIFE-NCNN-VS 2022-05-31 22:17:22 +02:00
n00mkrad
07b499ba1d Don't list Pytorch AIs if it wasn't found, save/load last used AI by name instead of index 2022-05-31 11:09:56 +02:00