Commit Graph

653 Commits

Author SHA1 Message Date
N00MKRAD
fed3312713 Frame sequence import now ignores invalid files 2021-05-19 16:18:24 +02:00
N00MKRAD
607bbc6ae2 Fix problems with automatic GIF 50 fps resampling 2021-05-18 20:44:08 +02:00
N00MKRAD
16b199f296 string -> Fraction parsing now has error handling avoiding some problems 2021-05-18 17:04:29 +02:00
N00MKRAD
05a55fcbd5 Hardcoded config key names to avoid string typos 2021-05-18 14:37:16 +02:00
N00MKRAD
d5788a337e Disable fp16 by default & change wording as it's too unstable
especially with RIFE 3.x
2021-05-18 09:23:07 +02:00
N00MKRAD
1da13688c4 Revert broken RIFE v1/v2 code 2021-05-18 09:21:02 +02:00
N00MKRAD
7b17644fd0 Fixed PNG -> PNG sequence exports getting re-encoded 2021-05-17 21:12:43 +02:00
N00MKRAD
9f9efaf95f Also add ".old" to image sequence outputs if folder already exists 2021-05-17 21:12:09 +02:00
N00MKRAD
6b99551619 Fixed log viewer reload behavior 2021-05-17 20:54:54 +02:00
N00MKRAD
0a3df58e4c Updated RIFE CUDA to 3.1 2021-05-17 19:42:53 +02:00
N00MKRAD
d993d7c13a Sort JSON config on save, null check 2021-05-17 17:54:08 +02:00
N00MKRAD
ad3daccff1 Removed NCNN RIFE 2.0 model dir workaround, no longer needed 2021-05-17 17:21:55 +02:00
N00MKRAD
ed2a2257ca JSON models now fully integrated, added BackgroundTaskManager 2021-05-17 16:09:19 +02:00
N00MKRAD
dd554a5033 Updated rife-ncnn-vulkan to support 3.0 model 2021-05-17 14:50:37 +02:00
N00MKRAD
c836e61daf Config is now completely JSON-based 2021-05-17 13:58:31 +02:00
N00MKRAD
6066335722 Load AI models info from JSON 2021-05-17 11:46:49 +02:00
N00MKRAD
b6539eee02 Delete vid if it exists for some reason 2021-05-17 09:30:34 +02:00
N00MKRAD
97338d0022 Fix renaming of old files not working for looped outputs 2021-05-16 22:30:49 +02:00
N00MKRAD
38adc4d754 Fix AutoEnc ffmpeg log sometimes stopping & beautify log line 2021-05-16 22:16:35 +02:00
N00MKRAD
55e061a383 Debug GUI: Refreshing log won't reset viewer to default log file 2021-05-16 22:02:33 +02:00
N00MKRAD
6fcd37fb54 Updated FFmpeg build to include SVT-AV1 0.8.7 (up to 35% faster) 2021-05-16 21:33:02 +02:00
N00MKRAD
c65110d60b Don't download model list by default (compat reasons) 2021-05-16 21:32:21 +02:00
N00MKRAD
d21358b19f Update changelog.txt 2021-05-15 15:57:21 +02:00
N00MKRAD
01c4a6e47b Fixed loop frame not using correct file extension 2021-05-15 15:46:38 +02:00
N00MKRAD
91dc73c61a AreImagesCompatible logging improvements/fixes 2021-05-14 22:02:59 +02:00
N00MKRAD
759d13623a AreImagesCompatible is async, benchmarked, has more logging 2021-05-14 21:12:23 +02:00
N00MKRAD
f23aa9eabe cleanup 2021-05-13 23:19:15 +02:00
N00MKRAD
7c1d402cb5 Revamped Benchmarker.cs that can run and bench any methods 2021-05-13 23:17:51 +02:00
N00MKRAD
7b0498f4fc Fixed 10-15% idle CPU load by removing log dequeue loop 2021-05-13 22:31:13 +02:00
N00MKRAD
4b12437feb Fixed lossless h265 not working 2021-05-13 12:29:20 +02:00
N00MKRAD
be0a4077a5 Fixed null reference when using batch queue 2021-05-11 22:49:43 +02:00
N00MKRAD
4a4ce1eb7e Fixed image sequency copy not using incremental number filenames 2021-05-11 22:49:23 +02:00
N00MKRAD
77a9433897 Added 24-bit check to AreImagesCompatible (img seq import) 2021-05-11 20:32:14 +02:00
N00MKRAD
77d1ad52ab Config bools for keeping video color space & aspect ratio 2021-05-11 20:20:25 +02:00
N00MKRAD
98e9efd7d9 Delete symlink dir before creating new ones 2021-05-11 20:20:10 +02:00
N00MKRAD
11979406a5 Fixed bt470bg colors not working 2021-05-11 15:15:52 +02:00
N00MKRAD
b97889ca48 Better vk/ncnn logging 2021-05-11 12:08:01 +02:00
N00MKRAD
25c0d229a0 faster av1 encoding with tiling 2021-05-10 00:25:23 +02:00
N00MKRAD
ddf6aa3a3f Update SettingsForm.Designer.cs 2021-05-09 21:09:01 +02:00
N00MKRAD
31f7fa4630 Enable scene detection by default 2021-05-09 21:05:15 +02:00
N00MKRAD
b12d783078 Updated config with improved, more consistent CRF defaults 2021-05-09 21:03:30 +02:00
N00MKRAD
3ba6a76b27 Rename existing outputs to ".old" instead of overwriting 2021-05-09 20:35:42 +02:00
N00MKRAD
219b4f0ce5 Fixed bug where TryDeleteIfExistsAsync wouldn't work if path doesn't exist 2021-05-09 20:35:17 +02:00
N00MKRAD
f9a631340d async/background TryDeleteIfExistsAsync & DeleteContentsOfDir 2021-05-09 18:31:39 +02:00
N00MKRAD
b3a32ff557 Select first NCNN by default if CUDA is not detected 2021-05-09 18:15:37 +02:00
N00MKRAD
f3434a71e4 Removed 1000x disk space space requirement multiplier (testing) 2021-05-09 17:05:21 +02:00
N00MKRAD
7133c4c57c Fixed version number in window title not working correctly 2021-05-09 16:24:35 +02:00
N00MKRAD
c3ae4b51a0 Pause interp at low disk space, only cancel if very low 2021-05-09 16:03:18 +02:00
N00MKRAD
5ab598490f Cleaner ffmpeg logging (ignore q = -1) 2021-05-09 15:03:20 +02:00
N00MKRAD
aa2cfdc95f Run CreateDupesFile, FrameRename and CreateFrameOrderFile in background threads 2021-05-09 15:02:26 +02:00