Commit Graph

100 Commits

Author SHA1 Message Date
n00mkrad
c3bdc27b94 Basic CLI/batch support
-start - Auto-start interpolation if file was also given
-quit-when-done - Auto-quit after task or queue
-factor - Interpolation factor (2/4/8)
-ai - Interpolation AI by dropdown index
-output-mode - Export mode by dropdown index
-model - AI model by dropdown index
2021-08-02 15:08:19 +02:00
n00mkrad
e2cdb791fd Added "Close App" option to completion actions 2021-08-02 12:39:44 +02:00
n00mkrad
2ab61a42d9 Added Completion Actions (Sleep/Hibernate/Shutdown) 2021-08-01 15:57:35 +02:00
n00mkrad
feafd57eda Fixed BT470M color transfer not working 2021-07-25 23:22:54 +02:00
n00mkrad
b95fe6dc0d Added option to disable Preview tab 2021-07-24 17:27:17 +02:00
n00mkrad
532c531a6f "Encoding Settings" shortcut next to output format selector 2021-07-14 10:58:07 +02:00
N00MKRAD
8dd1e7072a Check args to open model downloader, add checkboxes for AIs in mdl downloader 2021-06-23 15:21:52 +02:00
N00MKRAD
3355cdcab9 Retries for deleteing .bak video 2021-06-10 10:46:02 +02:00
N00MKRAD
c53bf9166f Add maxFps to Quick Settings 2021-05-26 18:30:10 +02:00
N00MKRAD
05a55fcbd5 Hardcoded config key names to avoid string typos 2021-05-18 14:37:16 +02:00
N00MKRAD
ed2a2257ca JSON models now fully integrated, added BackgroundTaskManager 2021-05-17 16:09:19 +02:00
N00MKRAD
6066335722 Load AI models info from JSON 2021-05-17 11:46:49 +02:00
N00MKRAD
198b2460b1 Fixed some SBS and image seq copy problems 2021-05-07 23:06:43 +02:00
N00MKRAD
570764d573 Handle vkCreateInstance NCNN/VK error 2021-05-04 14:39:11 +02:00
N00MKRAD
f8d7537e31 Added Debug Tools form with config editor (TODO: Log Viewer) 2021-05-04 00:20:31 +02:00
N00MKRAD
d64e81c866 Added pausing/resuming for interpolation, async (background) web checks 2021-04-29 22:57:00 +02:00
N00MKRAD
91bf49434d Logging improvements 2021-04-25 21:12:45 +02:00
N00MKRAD
3186c3c594 Support for HQ JPEG import frames, refactoring 2021-04-22 16:15:17 +02:00
N00MKRAD
d7b179e253 Separated detected FPS from UI FPS to fix custom input rate not working correctly 2021-04-19 19:26:58 +02:00
N00MKRAD
600abfd964 Avoid cursor skipping when entering FPS fraction 2021-04-11 17:14:37 +02:00
N00MKRAD
9287ec6b77 Allow fractional manual fps input, better err handling if encoding fails 2021-04-05 11:58:07 +02:00
N00MKRAD
f51c10bef0 More reliable float->fraction conversion, fixed manual fps input 2021-04-04 21:54:26 +02:00
N00MKRAD
b9b282a71b Check OS compat on startup, prompt for enabling dev mode 2021-04-04 17:47:47 +02:00
N00MKRAD
11c4dc2890 some cleanup 2021-04-04 11:11:49 +02:00
N00MKRAD
b3ab84646b Switched to fractional framerates, fixed VFR inputs 2021-04-02 14:36:08 +02:00
N00MKRAD
6a45ba01a7 Form1 cleanup 2021-03-24 17:33:17 +01:00
N00MKRAD
a8f691ce55 Added status change for scene blending 2021-03-19 19:48:16 +01:00
N00MKRAD
ddf68715fb Basic support for blended scene changes 2021-03-19 19:34:48 +01:00
N00MKRAD
20d2922c29 Network checks no longer stop the window from rendering on startup 2021-03-13 14:48:19 +01:00
N00MKRAD
692f6c9be9 Removed package manager remnants, added FLAVR network (WIP) 2021-03-11 12:58:18 +01:00
N00MKRAD
eebba121c9 Scene detection now works with frame sequence input, cleanup 2021-03-10 20:45:48 +01:00
N00MKRAD
da52ebcdb9 Magick SceneDetect caching WIP 2021-03-10 17:10:25 +01:00
N00MKRAD
8826d45397 Fixed end of video getting trimmed when it shouldn't 2021-02-28 16:26:46 +01:00
N00MKRAD
01f080a472 minor cleanup 2021-02-28 15:06:59 +01:00
N00MKRAD
2cce6c596b Lock Quick Settings while busy 2021-02-28 13:46:50 +01:00
N00MKRAD
72cb1e93dc Update AI Model ComboBox after fetching models.txt 2021-02-28 11:56:09 +01:00
N00MKRAD
17a4bca660 Allow custom input FPS if FPS wasn't detected (or when using img input) 2021-02-27 14:59:50 +01:00
Richard
1d0e2a6c5e auto update model list 2021-02-26 23:25:27 +01:00
N00MKRAD
29f35e73c0 minor cleanup 2021-02-24 15:49:40 +01:00
N00MKRAD
19fc5bb25c Fixed quick settings overriding config values on load 2021-02-24 15:12:49 +01:00
N00MKRAD
8dd1d4ee4c NvApi UX improvements 2021-02-24 14:56:47 +01:00
N00MKRAD
6cfcfedbe6 Finished support for multiple audio streams - needs more testing
metadata transfer should be optimized (title/language)
2021-02-23 23:55:03 +01:00
N00MKRAD
09e2088ec3 Removed debug print 2021-02-23 16:24:02 +01:00
N00MKRAD
3001e8f0de Finished quick settings feature 2021-02-23 15:53:32 +01:00
N00MKRAD
a29693d103 Trim tool, Quick Settings WIP 2021-02-23 12:13:30 +01:00
N00MKRAD
5f3ffc8c4a step-by-step UX improvements
Run scene detection and deduplication in extraction step, don't reset the combox index after opening and closing settings window
2021-02-21 12:39:25 +01:00
N00MKRAD
f491b6f6f9 Show error if trying to run FF out of an archive (temp folder)
+ other UI improvements
2021-02-18 14:30:56 +01:00
N00MKRAD
558945e9a8 slightly prettier code 2021-02-13 02:36:09 +01:00
Richard
9de82415ed remove spaces 2021-02-13 02:29:00 +01:00
Richard
0b0f859be9 input from launch argument support 2021-02-13 02:19:03 +01:00