Commit Graph

645 Commits

Author SHA1 Message Date
n00mkrad
f3b7969ae2 Better error msg for invalid input path 2021-09-04 13:15:18 +02:00
n00mkrad
8bcef20bc2 GetGpus now always shows physical GPUs, even via RDP 2021-09-01 11:08:34 +02:00
n00mkrad
ce0af044b5 Removed base url textbox in settings 2021-08-31 20:07:49 +02:00
n00mkrad
99d3ac394e Don't show NVApi message 2021-08-31 17:22:23 +02:00
N00MKRAD
5d763fdcd9 Move to new domain 2021-08-31 16:14:05 +02:00
N00MKRAD
5eac7dd356 Server manager with ping check, better error handling for missing model files 2021-08-31 15:57:48 +02:00
N00MKRAD
3b1583a08d Config key for image sequence analysis sample count 2021-08-31 11:42:58 +02:00
N00MKRAD
0122ad9bb3 More debug logging for image sequence import 2021-08-31 11:33:18 +02:00
N00MKRAD
6971848bba Fixed broken interp frame amount check 2021-08-31 11:20:22 +02:00
n00mkrad
b36052e943 Updated changelog, UI text improvements 2021-08-31 01:20:07 +02:00
n00mkrad
7cf5fdcf37 Fixed image sequence export copying with autoenc 2021-08-31 01:08:21 +02:00
n00mkrad
df769804f1 Avoid making ".old" folders for each new img seq chunk 2021-08-31 00:47:06 +02:00
n00mkrad
024c723fd2 AutoEnc now works with image sequences, WIP, needs more testing 2021-08-31 00:43:22 +02:00
n00mkrad
9b72b88526 Store backend in AI Implementation struct 2021-08-31 00:09:47 +02:00
n00mkrad
e51909bf6e Actually integrate libwebp fix 2021-08-31 00:09:16 +02:00
n00mkrad
3fd9bbd72b Fix WEBP conversion 2021-08-30 22:15:55 +02:00
n00mkrad
ebf3e79411 Better warning for multi-pass interpolations, warning when using cmd debug mode 2021-08-30 16:58:19 +02:00
n00mkrad
13dbd6195f Update Form1.Designer.cs 2021-08-30 12:12:35 +02:00
n00mkrad
3c74c8ae4d Queue busy state improvements 2021-08-30 12:11:20 +02:00
n00mkrad
e61258ce32 Allow alpha with ProRes 4444(xq), fix forced yuv420p with ProRes 2021-08-30 10:36:07 +02:00
n00mkrad
c5b3f9a5b6 XVFI credits 2021-08-30 00:43:33 +02:00
n00mkrad
c117dd0362 try/catch for UpdateFfmpegProgress 2021-08-28 21:22:59 +02:00
N00MKRAD
c835a199a5 Slowmo options, UI improvements 2021-08-28 10:21:52 +02:00
n00mkrad
23fff2db09 Added XVFI models to model downloader 2021-08-25 00:31:39 +02:00
n00mkrad
08f6da55e7 config option to allow using custom interp factor 2021-08-24 15:43:29 +02:00
n00mkrad
6db9a1b767 Case-sensitive rename operation (3/2 lol) 2021-08-23 16:51:12 +02:00
n00mkrad
9433269813 Case-sensitive rename operation (2/2) 2021-08-23 16:50:18 +02:00
n00mkrad
2c14fa9515 Case-sensitive rename operation (1/2) 2021-08-23 16:49:40 +02:00
n00mkrad
9162b5971b Changed TabList font color so the text is no longer invisible when highlighted 2021-08-23 16:42:20 +02:00
n00mkrad
08661b68eb initialize AI list directly 2021-08-22 20:26:08 +02:00
n00mkrad
1c01d40a54 Added 3x/5x/6x/7x for DAIN NCNN 2021-08-22 19:59:41 +02:00
n00mkrad
0957b1de8f Notifications during queue processing only show once queue is done, not per video 2021-08-20 13:49:43 +02:00
n00mkrad
f6ebe00d0a Fixed minor print problem where the type was printed instead of the GPU name 2021-08-20 13:41:56 +02:00
n00mkrad
2bdc602564 Show last log lines if interp fails, fix missing Wrap() for XVFI base path 2021-08-15 22:29:20 +02:00
n00mkrad
3dec8b9093 Read supported interp factors from Implementation/AI class 2021-08-15 14:33:03 +02:00
n00mkrad
71b02a39de XVFI test 2021-08-15 11:37:41 +02:00
n00mkrad
b1b60ecc69 Rename Networks => Implementations 2021-08-15 11:10:18 +02:00
n00mkrad
bebd947b7a GPU list in window title 2021-08-10 00:14:48 +02:00
n00mkrad
ff027736fd Removed obsolete debug prints 2021-08-09 12:37:20 +02:00
n00mkrad
c86805b865 Fixed custom output dir not working for queue 2021-08-08 19:01:13 +02:00
n00mkrad
67ec8dcf99 Fixed GetBool(string key) always using false as default 2021-08-04 18:10:29 +02:00
N00MKRAD
700462b74c Added "out=" CLI arg to override output dir 2021-08-03 13:06:27 +02:00
n00mkrad
7115e3b3f7 Added move up/down buttons for batch queue 2021-08-02 15:26:36 +02:00
n00mkrad
c3bdc27b94 Basic CLI/batch support
-start - Auto-start interpolation if file was also given
-quit-when-done - Auto-quit after task or queue
-factor - Interpolation factor (2/4/8)
-ai - Interpolation AI by dropdown index
-output-mode - Export mode by dropdown index
-model - AI model by dropdown index
2021-08-02 15:08:19 +02:00
n00mkrad
e2cdb791fd Added "Close App" option to completion actions 2021-08-02 12:39:44 +02:00
n00mkrad
21942e8d48 Added option to change default output dir 2021-08-02 11:30:13 +02:00
n00mkrad
13256b559f Added notifications that show when interpolation/queue finishes in background 2021-08-01 20:29:07 +02:00
n00mkrad
2ab61a42d9 Added Completion Actions (Sleep/Hibernate/Shutdown) 2021-08-01 15:57:35 +02:00
n00mkrad
feafd57eda Fixed BT470M color transfer not working 2021-07-25 23:22:54 +02:00
n00mkrad
b95fe6dc0d Added option to disable Preview tab 2021-07-24 17:27:17 +02:00