Commit Graph

323 Commits

Author SHA1 Message Date
n00mkrad
7a3c95f6fb Backport fast frame counting and other stuff from Nmkoder 2021-12-06 22:46:39 +01:00
n00mkrad
659332dd0f Fixed issues with custom output path and batch processing 2021-12-06 12:48:49 +01:00
n00mkrad
9978629116 Fix encoding tiling args 2021-11-24 21:08:29 +01:00
n00mkrad
eb0c2b7bc7 Fixed delete temp folder dialog in batch processing mode 2021-10-21 08:28:03 +02:00
n00mkrad
c7a2656b85 Minor UI/UX fixes and improvements related to resuming 2021-09-30 19:57:59 +02:00
n00mkrad
f2451e2174 Re-enable dialog to keep temp files after canceling 2021-09-30 19:48:38 +02:00
n00mkrad
ae34cfe5f2 Fixed invalid chunk deletion & freeze after merging chunks after resume 2021-09-30 00:33:19 +02:00
n00mkrad
3caa1ec6c2 Delete invalid/incomplete chunks before resuming to avoid duplicate chunks 2021-09-29 23:49:26 +02:00
n00mkrad
6cb95a2374 Finished vchunk-based saving/resuming, needs some more testing 2021-09-29 11:22:43 +02:00
n00mkrad
dd03af2616 New autoencode chunk-based saving system for resuming 2021-09-28 20:44:08 +02:00
n00mkrad
f52f48090d Fix incorrect output framerate calculation 2021-09-28 17:45:36 +02:00
n00mkrad
e535176155 renaming 2/2 2021-09-13 10:51:37 +02:00
n00mkrad
04329eb85c Renamed stuff 2021-09-12 14:23:35 +02:00
n00mkrad
6cb0a48f95 Option to set image sequence export quality (JPEG/WEBP) 2021-09-12 14:22:03 +02:00
n00mkrad
b0a3910950 Clarify that manual fps input is needed if framerate on img seq is invalid 2021-09-09 19:56:45 +02:00
n00mkrad
f3b7969ae2 Better error msg for invalid input path 2021-09-04 13:15:18 +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
6971848bba Fixed broken interp frame amount check 2021-08-31 11:20:22 +02:00
n00mkrad
7cf5fdcf37 Fixed image sequence export copying with autoenc 2021-08-31 01:08:21 +02:00
n00mkrad
df769804f1 Avoid making ".old" folders for each new img seq chunk 2021-08-31 00:47:06 +02:00
n00mkrad
024c723fd2 AutoEnc now works with image sequences, WIP, needs more testing 2021-08-31 00:43:22 +02:00
n00mkrad
3fd9bbd72b Fix WEBP conversion 2021-08-30 22:15:55 +02:00
n00mkrad
ebf3e79411 Better warning for multi-pass interpolations, warning when using cmd debug mode 2021-08-30 16:58:19 +02:00
n00mkrad
3c74c8ae4d Queue busy state improvements 2021-08-30 12:11:20 +02:00
N00MKRAD
c835a199a5 Slowmo options, UI improvements 2021-08-28 10:21:52 +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
0957b1de8f Notifications during queue processing only show once queue is done, not per video 2021-08-20 13:49:43 +02:00
n00mkrad
71b02a39de XVFI test 2021-08-15 11:37:41 +02:00
n00mkrad
b1b60ecc69 Rename Networks => Implementations 2021-08-15 11:10:18 +02:00
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
13256b559f Added notifications that show when interpolation/queue finishes in background 2021-08-01 20:29:07 +02:00
n00mkrad
2ab61a42d9 Added Completion Actions (Sleep/Hibernate/Shutdown) 2021-08-01 15:57:35 +02:00
N00MKRAD
dbc1ab91bf GUI/Config option implementation for alwaysWaitForAutoEnc 2021-06-30 20:56:13 +02:00
N00MKRAD
8dfe1e0a16 auto-pause interpolation to catch up with encoding 2021-06-30 20:40:56 +02:00
N00MKRAD
fc2b61dbb2 AutoEnc: Actually delete old frames instead of overwriting with dummy data 2021-06-30 18:49:07 +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
bbeb6913ff Added support for custom models
Dir name must end with "_custom", must be only A-Z, 0-9 and underscores
2021-06-20 19:33:23 +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
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
3a4ec732e1 Store backup suffix in Paths.cs 2021-06-06 14:38:15 +02:00
N00MKRAD
9304967a22 Mux backups without await, don't mux backup after final chunk 2021-06-06 13:58:54 +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
2fda79aad7 Batch Processing fixes and improvements 2021-05-30 15:03:24 +02:00
N00MKRAD
e251a9d1f9 Fixed JPEG frames being used while alpha was true 2021-05-24 22:28:39 +02:00
N00MKRAD
0371d8a41a Refresh import frame extensions before extracting 2021-05-21 15:51:45 +02:00