Commit Graph

178 Commits

Author SHA1 Message Date
n00mkrad
a0b145ae0d Fix image sequences, Nmkoder session path system, some refactoring/cleanup 2022-07-27 14:10:29 +02:00
n00mkrad
e6034a87b4 custom MessageBox for YesNo/YesNoCancel button modes 2022-07-24 22:30:30 +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
d96513ed4b Backported MediaFile stuff from Nmkoder 2022-07-20 18:10:31 +02:00
n00mkrad
30b3faf16d Don't allow >240 FPS when using SVT-AV1 (as this is the highest supported rate) 2022-07-19 21:54:25 +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
9ea9ec0875 Basic support for RIFE-NCNN-VS 2022-05-31 22:17:22 +02:00
n00mkrad
56f950a030 Do not allow UNC paths for compat reasons, show warnings 2022-05-03 16:00:55 +02:00
n00mkrad
dadf2193be Fix output FPS not using fractional factor 2022-04-22 10:34:59 +02:00
n00mkrad
90eb2b0f3e Backported Nmkoder message boxes 2022-04-07 04:59:34 +02:00
n00mkrad
9690101f13 RIFE-NCNN no longer needs to run multiple times for factors != 2 2022-04-05 23:13:48 +02:00
n00mkrad
483aa46ebb Retry GetFrameCountCached up to 3x, clear cmd output caches on new file 2022-04-05 18:07:05 +02:00
n00mkrad
290c2c44a0 cleanup 2021-12-09 10:47:28 +01:00
n00mkrad
9978629116 Fix encoding tiling args 2021-11-24 21:08:29 +01:00
n00mkrad
eb0c2b7bc7 Fixed delete temp folder dialog in batch processing mode 2021-10-21 08:28:03 +02:00
n00mkrad
c7a2656b85 Minor UI/UX fixes and improvements related to resuming 2021-09-30 19:57:59 +02:00
n00mkrad
f2451e2174 Re-enable dialog to keep temp files after canceling 2021-09-30 19:48:38 +02:00
n00mkrad
ae34cfe5f2 Fixed invalid chunk deletion & freeze after merging chunks after resume 2021-09-30 00:33:19 +02:00
n00mkrad
6cb95a2374 Finished vchunk-based saving/resuming, needs some more testing 2021-09-29 11:22:43 +02:00
n00mkrad
f52f48090d Fix incorrect output framerate calculation 2021-09-28 17:45:36 +02:00
n00mkrad
04329eb85c Renamed stuff 2021-09-12 14:23:35 +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
ebf3e79411 Better warning for multi-pass interpolations, warning when using cmd debug mode 2021-08-30 16:58:19 +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
0957b1de8f Notifications during queue processing only show once queue is done, not per video 2021-08-20 13:49:43 +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
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
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
fc2b61dbb2 AutoEnc: Actually delete old frames instead of overwriting with dummy data 2021-06-30 18:49:07 +02:00
N00MKRAD
8dc8ccf71f Added model download tool to pre-download all AI models 2021-06-22 12:03:48 +02:00
N00MKRAD
1fc7f21936 Native alpha support with RIFE 3.5 2021-06-15 16:16:44 +02:00
N00MKRAD
2ea198a24c Remove obsolete audio/subtitle extract/merge code 2021-06-04 22:20:17 +02:00
N00MKRAD
e251a9d1f9 Fixed JPEG frames being used while alpha was true 2021-05-24 22:28:39 +02:00
N00MKRAD
0371d8a41a Refresh import frame extensions before extracting 2021-05-21 15:51:45 +02:00
N00MKRAD
05a55fcbd5 Hardcoded config key names to avoid string typos 2021-05-18 14:37:16 +02:00
N00MKRAD
ed2a2257ca JSON models now fully integrated, added BackgroundTaskManager 2021-05-17 16:09:19 +02:00
N00MKRAD
01c4a6e47b Fixed loop frame not using correct file extension 2021-05-15 15:46:38 +02:00
N00MKRAD
f9a631340d async/background TryDeleteIfExistsAsync & DeleteContentsOfDir 2021-05-09 18:31:39 +02:00
N00MKRAD
aa2cfdc95f Run CreateDupesFile, FrameRename and CreateFrameOrderFile in background threads 2021-05-09 15:02:26 +02:00
N00MKRAD
198b2460b1 Fixed some SBS and image seq copy problems 2021-05-07 23:06:43 +02:00
N00MKRAD
27749ad405 Image sequences are now copied if compatible, symlinks for frame imports 2021-05-05 16:42:33 +02:00
N00MKRAD
470fd88cc5 Fixed dupes.ini being empty because it relied on .png frames 2021-05-05 15:23:05 +02:00
N00MKRAD
3186c3c594 Support for HQ JPEG import frames, refactoring 2021-04-22 16:15:17 +02:00