Commit Graph

91 Commits

Author SHA1 Message Date
N00MKRAD
2886d5ce42 AMD AMF encoder support, autodetect HW enc support 2023-10-24 17:39:44 +02:00
n00mkrad
42fd89437e Save/load output settings, some refactoring 2023-02-21 12:00:07 +01:00
n00mkrad
59ac292a34 Fully implement image sequence export with NCNN VS, rework stuff 2023-02-20 19:30:23 +01:00
n00mkrad
c20c1b55ee Increase default NCNN threads, allow more than 3 with NCNN VS 2023-02-17 22:10:33 +01:00
n00mkrad
9b77f06dbe Fixed GIF quantizing and some other export weirdness 2023-01-20 20:58:32 +01: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
a0b145ae0d Fix image sequences, Nmkoder session path system, some refactoring/cleanup 2022-07-27 14:10:29 +02:00
n00mkrad
19618f9cc6 Disable preview by default 2022-07-25 10:37:51 +02:00
n00mkrad
bb0210abc7 Fix plugin downloader for RIFE VS, add image sequence support 2022-06-01 15:46:34 +02:00
n00mkrad
0c0f725c87 Fix RGB VS inputs, fix VS progress bar 2022-06-01 10:27:02 +02:00
n00mkrad
07b499ba1d Don't list Pytorch AIs if it wasn't found, save/load last used AI by name instead of index 2022-05-31 11:09:56 +02:00
n00mkrad
51cd146882 Remove allowCustomInterpFactor config key, always allow custom factors (w/ validation) 2022-04-22 09:25:36 +02:00
n00mkrad
16ec413568 Default to "fast" encoding preset (VEAI uses ultrafast lol), offset SVT presets by +1 (now 3-9) 2022-04-18 04:30:37 +02:00
DrPleaseRespect
1eb0bf03d4 Set allowCustomInterpFactor as True by Default 2022-04-18 06:23:56 +08: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
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
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
0043ab41c0 Fixed bool config parsing problem that appeared out of nowhere 2021-06-23 22:30:53 +02:00
N00MKRAD
18c0cdf974 SBS: Run previous step(s) if needed 2021-06-20 21:08:42 +02:00
N00MKRAD
1fc7f21936 Native alpha support with RIFE 3.5 2021-06-15 16:16:44 +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
2ea198a24c Remove obsolete audio/subtitle extract/merge code 2021-06-04 22:20:17 +02:00
N00MKRAD
fd9f5235b1 Symlink to frame sequence if compatible (no copying) 2021-05-24 13:42:53 +02:00
N00MKRAD
57737e0df5 Use new Hetzner model mirror by default 2021-05-21 16:03:43 +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
d993d7c13a Sort JSON config on save, null check 2021-05-17 17:54:08 +02:00
N00MKRAD
c836e61daf Config is now completely JSON-based 2021-05-17 13:58:31 +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
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
N00MKRAD
abc9817c66 Added support for JPG or WEBP image sequence output 2021-04-29 09:20:35 +02:00
N00MKRAD
3186c3c594 Support for HQ JPEG import frames, refactoring 2021-04-22 16:15:17 +02:00
N00MKRAD
a0e06bd306 Fix GPU ID defaults 2021-04-05 20:06:19 +02:00