Commit Graph

362 Commits

Author SHA1 Message Date
n00mkrad
b62fb0232d Fix custom models not working 2022-09-19 13:43:29 +02:00
n00mkrad
863b3219b5 Fix model downloader not running when using rt 2022-09-14 09:49:26 +02:00
n00mkrad
433a565252 Update models (RIFE 4.3, 4.4) 2022-09-12 15:42:13 +02:00
n00mkrad
55814846e5 Basic realtime GUI implementation 2022-08-16 09:18:53 +02:00
n00mkrad
b658a3ddce AV1 240 FPS hard-cap now accounts for FPS limiting, fixed GetFloat flaws 2022-08-11 16:15:20 +02:00
n00mkrad
8f36739adc Move MP4 faststart into GetFfmpegExportArgsOut 2022-08-05 11:58:12 +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
233f037716 Save fixed factors for specific AI models in models.json 2022-07-27 15:18:37 +02:00
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
54fb84de23 AI info button, custom MessageBox form 2022-07-23 14:43:57 +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
dce0e827ab Frame counting is reliable now 2022-07-20 21:48:30 +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
8144b55f90 Reduplication code for fractional factors 2022-05-26 18:50:21 +02:00
n00mkrad
67e5b09258 Write dupes into json instead of simple txt 2022-05-26 18:25:02 +02:00
n00mkrad
5482ca6931 Use old frame order code for non fractional factors 2022-05-26 09:41:12 +02:00
n00mkrad
c96af52a7a Support for fractional interpolation scene blending 2022-05-26 09:37:25 +02:00
n00mkrad
16d7a6715c Basic scene detection fixing now works with fractional interp, blending is untested 2022-05-26 08:16:25 +02:00
n00mkrad
56f950a030 Do not allow UNC paths for compat reasons, show warnings 2022-05-03 16:00:55 +02:00
n00mkrad
fd59280cc1 Better frame order file generation for fractional factors, accurate timestep calculation 2022-04-22 14:22:28 +02:00
n00mkrad
dadf2193be Fix output FPS not using fractional factor 2022-04-22 10:34:59 +02:00
n00mkrad
7a3c1c484c Fix DAIN-NCNN target frame count 2022-04-15 13:29:28 +02:00
n00mkrad
6e70d89cd5 Frame order file creation now works with fractional factors, loop also works, scene detect does not 2022-04-07 14:20:28 +02:00
n00mkrad
90eb2b0f3e Backported Nmkoder message boxes 2022-04-07 04:59:34 +02:00
n00mkrad
2599331301 Automatically convert custom interp factor input to valid factor for model/AI 2022-04-06 20:48:47 +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
5027a61af6 Disable autoenc for GIF output 2021-12-27 22:58:19 +01:00
n00mkrad
290c2c44a0 cleanup 2021-12-09 10:47:28 +01:00
n00mkrad
7a3c95f6fb Backport fast frame counting and other stuff from Nmkoder 2021-12-06 22:46:39 +01:00
n00mkrad
659332dd0f Fixed issues with custom output path and batch processing 2021-12-06 12:48:49 +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
3caa1ec6c2 Delete invalid/incomplete chunks before resuming to avoid duplicate chunks 2021-09-29 23:49:26 +02:00
n00mkrad
6cb95a2374 Finished vchunk-based saving/resuming, needs some more testing 2021-09-29 11:22:43 +02:00
n00mkrad
dd03af2616 New autoencode chunk-based saving system for resuming 2021-09-28 20:44:08 +02:00
n00mkrad
f52f48090d Fix incorrect output framerate calculation 2021-09-28 17:45:36 +02:00