47 Commits

Author SHA1 Message Date
n00mkrad
d539c32620 Cleanup: remove usings 2025-12-23 22:56:05 +01:00
n00mkrad
9da3eaf07a Resizable text in log box, news box, changelog box 2025-12-20 22:00:39 +01:00
n00mkrad
2df3f1ab94 Fix config editor panel size 2025-11-17 12:51:45 +01:00
n00mkrad
77951d4e7a UI Fix 2025-11-17 12:48:56 +01:00
n00mkrad
3a8a86d03d Tear out unused/broken cmdDebugMode (run processes in visible window) option 2025-11-09 21:14:55 +01:00
n00mkrad
a9f4018e0f Use Cascadia as default monospace font, fallbacks to Consolas/Courier New, wider DebugForm 2025-11-09 20:34:37 +01:00
n00mkrad
c7e5606b63 Settings fixes and minor UI improvements 2025-11-09 17:03:38 +01:00
n00mkrad
cab30607d3 Monospace option for MessageForm 2025-11-09 16:07:03 +01:00
N00MKRAD
e57a32d5b9 mpdecimate improvements, fix custom out path, lwi caching, alpha tests (wip) 2025-03-23 19:36:57 +01:00
N00MKRAD
813ca0b960 Fix legacy dedupe UI showing when dedupe is disabled 2025-03-10 11:57:43 +01:00
N00MKRAD
ac0a9398b5 Remove legacy dedupe, fix mpdecimate parsing, delete partial outputs on cancel 2025-03-05 22:57:13 +01:00
N00MKRAD
c38df3f872 Validate batch entries that are added from curr. UI settings 2025-02-08 16:50:57 +01:00
N00MKRAD
3cb7b155ba Fix main window stealing focus after dropping queue videos 2025-02-06 22:09:06 +01:00
N00MKRAD
05cb41d818 Fix batch queue not properly loading input files 2025-02-06 20:38:18 +01:00
N00MKRAD
fa11214b6e Check for GPU availability on startup, no CPU fallback for now since NCNN VS doesn't support it 2024-12-31 19:08:28 +01:00
N00MKRAD
048a849e49 More Invoke() for cross-thread UI access, fix log box issue, allow -1 as GPU ID for CPU 2024-12-27 19:14:43 +01:00
N00MKRAD
046cbaddb1 VFR option in GUI, logic fixes and sanity check improvs, disable dedupe if <5% dupes 2024-12-03 00:40:24 +01:00
N00MKRAD
defff4f29c Full VFR handling including FPS downsampling to CFR 2024-11-28 16:08:04 +01:00
N00MKRAD
32eeac578d Fix timestamps for loop frames for VFR loop videos 2024-11-26 13:45:44 +01:00
N00MKRAD
6e4cc8d552 Option to only show relevant settings 2024-11-26 11:45:21 +01:00
N00MKRAD
1657117a27 Unify mpdecimate variables, also show settings tooltips on click (not just hover) 2024-11-25 18:51:43 +01:00
N00MKRAD
2c1882c814 List all GPU IDs in settings with names on tooltip, sort NvGpus by VRAM 2024-11-24 03:39:52 +01:00
N00MKRAD
7aab7158fa Hide certain settings based on conditions, auto-pick DAIN tile size based on VRAM 2024-11-21 01:22:31 +01:00
N00MKRAD
8a578daac0 Auto-set NCNN GPU threads default value based on hardware 2024-11-14 22:34:26 +01:00
N00MKRAD
9bd1736fec Fix dragndrop cursor getting stuck when main thread is busy 2024-11-08 12:07:43 +01:00
N00MKRAD
a521f9cfbb File import splash, disable input file drive check by default 2024-10-16 13:50:26 +02:00
N00MKRAD
3a13e975fd Startup & splash improvements 2024-10-16 13:38:15 +02:00
N00MKRAD
e0a228ce48 Splash GUI for HW encoder detection 2024-10-16 11:09:44 +02:00
N00MKRAD
a5ac086364 Make SplashForm more flexible, cleanup 2024-10-16 10:26:05 +02:00
N00MKRAD
cf073e7c8b Minor cleanup 2024-10-15 16:45:56 +02:00
N00MKRAD
835ec0277f Model Downloader: Copy NCNN models to NCNN-VS, NCNN: Clamp compute queues 2024-10-15 16:45:49 +02:00
N00MKRAD
7e0182f007 Fix more FPS readout issues 2024-10-13 16:58:06 +02:00
N00MKRAD
f8c24c253d Model Downloader: Only allow downloading models for avail. implementations 2024-10-13 14:21:50 +02:00
N00MKRAD
8a3b4ebd80 CLI mode (hide window) 2024-09-28 21:33:36 +02:00
N00MKRAD
f40896c12b Fixed TryDeleteIfExistsAsync, fixed Settings rendering, remove legacy stuff 2024-09-25 14:08:26 +02:00
N00MKRAD
c31c76f423 CLI improvements, OneDrive path check 2024-09-03 22:01:32 +02:00
N00MKRAD
dc0ffc9f32 Added splash screen, removed semi-unused preview tab 2024-08-26 10:04:35 +02:00
N00MKRAD
70841fe21f Reduce log spam, minor refactor stuff, disable GUI when using autorun 2024-08-25 21:43:06 +02:00
N00MKRAD
5a3a84bbdc Cleanup n stuff 2024-08-25 21:18:38 +02:00
N00MKRAD
26f14876a7 Move CLI stuff into own class, --console option 2024-08-25 20:45:50 +02:00
N00MKRAD
4ea676c405 CLI: --loop, --fix_scene_changes, --scene_change_sensitivity, --max_fps 2024-08-23 18:42:27 +02:00
N00MKRAD
d570c5f95a CLI: --video_encoder, --pixel_format, --max_height 2024-08-23 16:11:38 +02:00
N00MKRAD
46f1ec652a Re-implement and fix CLI args using Ndesk.Options 2024-08-21 20:46:28 +02:00
N00MKRAD
713c64e6ec Refactor Implementations.cs to use enums, backwards compat to GetAi(string name) 2024-08-21 14:45:46 +02:00
N00MKRAD
0b500563ca Improve disk space check loop and make Program.cs slightly prettier 2024-08-21 13:28:59 +02:00
N00MKRAD
d0a7c0aee4 Move DisablePython around, benchmark NvApi init 2024-08-15 11:34:36 +02:00
N00MKRAD
b520d7212d Split into legacy (Framework 4.8) and .NET 8 projects, WIP .NET 8 fixes 2024-08-12 10:47:19 +02:00