Commit Graph

185 Commits

Author SHA1 Message Date
n00mkrad
cac12dcebc Fix issues with queue getting stuck waiting for ffmpeg to exit 2021-12-07 22:22:57 +01:00
n00mkrad
7a3c95f6fb Backport fast frame counting and other stuff from Nmkoder 2021-12-06 22:46:39 +01:00
n00mkrad
a3db3c2642 Config option to enable opus in mp4, better aac args 2021-09-13 22:42:33 +02:00
n00mkrad
6cb0a48f95 Option to set image sequence export quality (JPEG/WEBP) 2021-09-12 14:22:03 +02:00
n00mkrad
b1f4ff3c4c Auto/EU/US server selection in settings 2021-09-07 18:03:13 +02:00
n00mkrad
d011990756 see last commit 2021-09-07 14:52:04 +02:00
n00mkrad
316adecefc Removed autoDedupFrames, cleanup, Servers.cs backport from Installer 2021-09-07 14:51:53 +02:00
N00MKRAD
5d763fdcd9 Move to new domain 2021-08-31 16:14:05 +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
3b1583a08d Config key for image sequence analysis sample count 2021-08-31 11:42:58 +02:00
n00mkrad
024c723fd2 AutoEnc now works with image sequences, WIP, needs more testing 2021-08-31 00:43:22 +02:00
n00mkrad
08f6da55e7 config option to allow using custom interp factor 2021-08-24 15:43:29 +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
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