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
n00mkrad
dc22c45093
Default SVT-AV1 preset to 8 if preset parsing fails for some reason
2021-07-24 16:35:43 +02:00
n00mkrad
bf31b96b79
Fixed yuv444p10le missing in GetPixFmt
2021-07-24 16:34:25 +02:00
n00mkrad
72cd93c589
Integrated pix_fmt option for MP4/MKV/WEBM/MOV
2021-07-20 20:52:34 +02:00
n00mkrad
c656ab3e89
UI Setting for MP4/MKV color format
2021-07-20 20:39:47 +02:00
n00mkrad
39f432082e
Don't show warning when running on Windows 11
2021-07-20 20:11:28 +02:00
n00mkrad
12be4f6215
Added button to reset config (in SettingsForm)
2021-07-15 18:50:20 +02:00
n00mkrad
532c531a6f
"Encoding Settings" shortcut next to output format selector
2021-07-14 10:58:07 +02:00
N00MKRAD
dbc1ab91bf
GUI/Config option implementation for alwaysWaitForAutoEnc
2021-06-30 20:56:13 +02:00
N00MKRAD
8dfe1e0a16
auto-pause interpolation to catch up with encoding
2021-06-30 20:40:56 +02:00
N00MKRAD
4b23a3e220
Catch errors in GetDirSize
2021-06-30 20:40:43 +02:00
N00MKRAD
f889f9d321
cleanup
2021-06-30 19:53:19 +02:00
N00MKRAD
fc2b61dbb2
AutoEnc: Actually delete old frames instead of overwriting with dummy data
2021-06-30 18:49:07 +02:00
N00MKRAD
bcb179085e
Fixed hash check running on custom models
2021-06-24 22:48:58 +02:00
N00MKRAD
0043ab41c0
Fixed bool config parsing problem that appeared out of nowhere
2021-06-23 22:30:53 +02:00
N00MKRAD
946c6eac38
Async model integrity check, model downloader ui improvements
2021-06-23 20:05:25 +02:00
N00MKRAD
55e31ad180
minor model downloader UI improvements
2021-06-23 17:00:18 +02:00
N00MKRAD
300cd5cc09
Update ModelDownloadForm.Designer.cs
2021-06-23 16:55:04 +02:00
N00MKRAD
4fbf58be08
Fixed model downloader never logging
2021-06-23 15:41:12 +02:00
N00MKRAD
8dd1e7072a
Check args to open model downloader, add checkboxes for AIs in mdl downloader
2021-06-23 15:21:52 +02:00
N00MKRAD
7949fbb40e
Updated form icons
2021-06-22 15:03:50 +02:00
N00MKRAD
40b88bfa46
Model Downloader Cancel is now instant + other improvements
2021-06-22 15:01:48 +02:00
N00MKRAD
8dc8ccf71f
Added model download tool to pre-download all AI models
2021-06-22 12:03:48 +02:00
N00MKRAD
18c0cdf974
SBS: Run previous step(s) if needed
2021-06-20 21:08:42 +02:00
N00MKRAD
bbeb6913ff
Added support for custom models
...
Dir name must end with "_custom", must be only A-Z, 0-9 and underscores
2021-06-20 19:33:23 +02:00
N00MKRAD
c8551aabd3
even more err handling lol
2021-06-20 18:35:58 +02:00
N00MKRAD
899cc9f064
Better error handling for failed model downloads
2021-06-20 18:35:14 +02:00
N00MKRAD
54c69e4e19
Completely revamped model downloading and file checking
...
txt -> json
md5 -> crc32
re-check validity after downloading
2021-06-20 18:30:59 +02:00
N00MKRAD
eef5f0354a
Add text to model description if it supports alpha
2021-06-17 22:14:35 +02:00
N00MKRAD
9740245403
Code to move model arch files to same folder before running (RIFE CUDA)
2021-06-17 19:28:04 +02:00
N00MKRAD
b7f8597625
Removed debug print msg
2021-06-17 19:27:48 +02:00