Commit Graph

171 Commits

Author SHA1 Message Date
n00mkrad
b1b60ecc69 Rename Networks => Implementations 2021-08-15 11:10:18 +02:00
n00mkrad
67ec8dcf99 Fixed GetBool(string key) always using false as default 2021-08-04 18:10:29 +02:00
n00mkrad
b95fe6dc0d Added option to disable Preview tab 2021-07-24 17:27:17 +02:00
n00mkrad
72cd93c589 Integrated pix_fmt option for MP4/MKV/WEBM/MOV 2021-07-20 20:52:34 +02:00
n00mkrad
12be4f6215 Added button to reset config (in SettingsForm) 2021-07-15 18:50:20 +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
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
4fbf58be08 Fixed model downloader never logging 2021-06-23 15:41:12 +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
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
1fc7f21936 Native alpha support with RIFE 3.5 2021-06-15 16:16:44 +02:00
N00MKRAD
3355cdcab9 Retries for deleteing .bak video 2021-06-10 10:46:02 +02:00
N00MKRAD
71a1e5f17d Disable model files integrity check in debug mode 2021-06-08 23:11:33 +02:00
N00MKRAD
51687e1d02 TryDeleteIfExistsAsync now has retries (10) in case video is still muxing etc 2021-06-07 21:27:25 +02:00
N00MKRAD
14de283ff5 Backup muxing option now in GUI as dropdown (Off/Video/Vid+Audio) 2021-06-07 21:01:18 +02:00
N00MKRAD
dbe3468f2d Config key for backup muxing 2021-06-07 20:39:51 +02:00
N00MKRAD
67c79d07d1 Mux backup video after each vchunk
TODO: Remove .bak video after muxing final video
2021-06-05 11:30:55 +02:00
N00MKRAD
2ea198a24c Remove obsolete audio/subtitle extract/merge code 2021-06-04 22:20:17 +02:00
N00MKRAD
fc3b6eb4b5 Prefer FFmpeg FPS readout over FFprobe for GIF, APNG, AWEBP 2021-05-24 13:43:48 +02:00
N00MKRAD
fd9f5235b1 Symlink to frame sequence if compatible (no copying) 2021-05-24 13:42:53 +02:00
N00MKRAD
08195b4da6 Possible SSL Fix (same as FlowframesInstaller) 2021-05-21 16:32:15 +02:00
N00MKRAD
57737e0df5 Use new Hetzner model mirror by default 2021-05-21 16:03:43 +02:00
N00MKRAD
8e14c61186 Enabled image sequence copying for BMP+WEBP, added Magick.NET fallback for GetImage() 2021-05-19 16:40:32 +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
9f9efaf95f Also add ".old" to image sequence outputs if folder already exists 2021-05-17 21:12:09 +02:00
N00MKRAD
d993d7c13a Sort JSON config on save, null check 2021-05-17 17:54:08 +02:00
N00MKRAD
ed2a2257ca JSON models now fully integrated, added BackgroundTaskManager 2021-05-17 16:09:19 +02:00
N00MKRAD
c836e61daf Config is now completely JSON-based 2021-05-17 13:58:31 +02:00
N00MKRAD
759d13623a AreImagesCompatible is async, benchmarked, has more logging 2021-05-14 21:12:23 +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
98e9efd7d9 Delete symlink dir before creating new ones 2021-05-11 20:20:10 +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
1983e33778 Thread-safe Logger (backported from MagickUtils) 2021-05-09 14:48:41 +02:00
N00MKRAD
198b2460b1 Fixed some SBS and image seq copy problems 2021-05-07 23:06:43 +02:00
N00MKRAD
f8d7537e31 Added Debug Tools form with config editor (TODO: Log Viewer) 2021-05-04 00:20:31 +02:00
N00MKRAD
3003b5c83f Added AV1 support, fixed ffmpeg progress bar 2021-04-30 16:54:54 +02:00