N00MKRAD
|
be0a4077a5
|
Fixed null reference when using batch queue
|
2021-05-11 22:49:43 +02:00 |
|
N00MKRAD
|
4a4ce1eb7e
|
Fixed image sequency copy not using incremental number filenames
|
2021-05-11 22:49:23 +02:00 |
|
N00MKRAD
|
77a9433897
|
Added 24-bit check to AreImagesCompatible (img seq import)
|
2021-05-11 20:32:14 +02:00 |
|
N00MKRAD
|
77d1ad52ab
|
Config bools for keeping video color space & aspect ratio
|
2021-05-11 20:20:25 +02:00 |
|
N00MKRAD
|
98e9efd7d9
|
Delete symlink dir before creating new ones
|
2021-05-11 20:20:10 +02:00 |
|
N00MKRAD
|
11979406a5
|
Fixed bt470bg colors not working
|
2021-05-11 15:15:52 +02:00 |
|
N00MKRAD
|
b97889ca48
|
Better vk/ncnn logging
|
2021-05-11 12:08:01 +02:00 |
|
N00MKRAD
|
25c0d229a0
|
faster av1 encoding with tiling
|
2021-05-10 00:25:23 +02:00 |
|
N00MKRAD
|
ddf6aa3a3f
|
Update SettingsForm.Designer.cs
|
2021-05-09 21:09:01 +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
|
3ba6a76b27
|
Rename existing outputs to ".old" instead of overwriting
|
2021-05-09 20:35:42 +02:00 |
|
N00MKRAD
|
219b4f0ce5
|
Fixed bug where TryDeleteIfExistsAsync wouldn't work if path doesn't exist
|
2021-05-09 20:35:17 +02:00 |
|
N00MKRAD
|
f9a631340d
|
async/background TryDeleteIfExistsAsync & DeleteContentsOfDir
|
2021-05-09 18:31:39 +02:00 |
|
N00MKRAD
|
b3a32ff557
|
Select first NCNN by default if CUDA is not detected
|
2021-05-09 18:15:37 +02:00 |
|
N00MKRAD
|
f3434a71e4
|
Removed 1000x disk space space requirement multiplier (testing)
|
2021-05-09 17:05:21 +02:00 |
|
N00MKRAD
|
7133c4c57c
|
Fixed version number in window title not working correctly
|
2021-05-09 16:24:35 +02:00 |
|
N00MKRAD
|
c3ae4b51a0
|
Pause interp at low disk space, only cancel if very low
|
2021-05-09 16:03:18 +02:00 |
|
N00MKRAD
|
5ab598490f
|
Cleaner ffmpeg logging (ignore q = -1)
|
2021-05-09 15:03:20 +02:00 |
|
N00MKRAD
|
aa2cfdc95f
|
Run CreateDupesFile, FrameRename and CreateFrameOrderFile in background threads
|
2021-05-09 15:02:26 +02:00 |
|
N00MKRAD
|
1983e33778
|
Thread-safe Logger (backported from MagickUtils)
|
2021-05-09 14:48:41 +02:00 |
|
N00MKRAD
|
0ed0ca91a4
|
Removed ResumeUtils.Save() for now because of perf problems
|
2021-05-09 12:17:10 +02:00 |
|
N00MKRAD
|
c8443272c9
|
Fixed AutoEnc chunk sizes with JPEG frames & added 100k frames chunk size step
|
2021-05-09 12:16:42 +02:00 |
|
N00MKRAD
|
dab5b13da4
|
Fixed log viewer scroll to end
|
2021-05-08 12:08:56 +02:00 |
|
N00MKRAD
|
a82f600479
|
Always select default log in log viewer
|
2021-05-08 12:07:24 +02:00 |
|
N00MKRAD
|
6dcb3a9367
|
Fixed invalid aspect ratio not being ignored when encoding
|
2021-05-08 11:55:49 +02:00 |
|
N00MKRAD
|
d4b4f38a5a
|
Retain aspect ratio from input video
|
2021-05-07 23:39:52 +02:00 |
|
N00MKRAD
|
198b2460b1
|
Fixed some SBS and image seq copy problems
|
2021-05-07 23:06:43 +02:00 |
|
N00MKRAD
|
acf8414a9a
|
Fixed copy/paste error - Img Seq copy check would ignore max size check
|
2021-05-07 21:09:52 +02:00 |
|
N00MKRAD
|
55c0f5904c
|
Retain original color space when encoding, cache ffmpeg/ffprobe outputs
|
2021-05-06 12:08:03 +02:00 |
|
N00MKRAD
|
58e3f3e4f0
|
Fixed autoenc getting stuck with new code
|
2021-05-06 01:38:56 +02:00 |
|
N00MKRAD
|
27749ad405
|
Image sequences are now copied if compatible, symlinks for frame imports
|
2021-05-05 16:42:33 +02:00 |
|
N00MKRAD
|
470fd88cc5
|
Fixed dupes.ini being empty because it relied on .png frames
|
2021-05-05 15:23:05 +02:00 |
|
N00MKRAD
|
dc909d62c1
|
Only add movflags faststart if output is MP4
|
2021-05-05 10:24:59 +02:00 |
|
N00MKRAD
|
3929ee0e8d
|
Avoid scrolling to right side when scrolling logBox to bottom
|
2021-05-04 20:23:20 +02:00 |
|
N00MKRAD
|
0e14d65782
|
Scroll log box to bottom in Log Viewer
|
2021-05-04 15:56:02 +02:00 |
|
N00MKRAD
|
570764d573
|
Handle vkCreateInstance NCNN/VK error
|
2021-05-04 14:39:11 +02:00 |
|
N00MKRAD
|
747b5e3886
|
Better config editor, finished log viewer
|
2021-05-04 12:30:49 +02:00 |
|
N00MKRAD
|
743663fb0a
|
Improved config editor
|
2021-05-04 09:32:10 +02:00 |
|
N00MKRAD
|
a77a1eb3b7
|
Lossless h265 is now actually lossless
|
2021-05-04 09:03:54 +02:00 |
|
N00MKRAD
|
f8d7537e31
|
Added Debug Tools form with config editor (TODO: Log Viewer)
|
2021-05-04 00:20:31 +02:00 |
|
N00MKRAD
|
337c045110
|
Fixed auto-enc problem where unencodedFrameLines was filled incorrectly
|
2021-05-03 20:31:41 +02:00 |
|
N00MKRAD
|
af8f58380b
|
Avoid error logspam by disabling ffmpeg logging once canceled
|
2021-05-03 17:34:18 +02:00 |
|
N00MKRAD
|
9dc732dcf6
|
Error handling for OSUtils.GetOs() (now TryGetOs())
|
2021-05-03 12:48:57 +02:00 |
|
N00MKRAD
|
52bfcd8c6b
|
Catch and show all unhandled errors
|
2021-05-03 12:41:11 +02:00 |
|
N00MKRAD
|
93d80990f1
|
Fixed window title not having version number
|
2021-05-01 20:14:16 +02:00 |
|
N00MKRAD
|
de4e5a6641
|
cleanup
|
2021-05-01 12:11:58 +02:00 |
|
N00MKRAD
|
3003b5c83f
|
Added AV1 support, fixed ffmpeg progress bar
|
2021-04-30 16:54:54 +02:00 |
|
N00MKRAD
|
e61d510cf3
|
Cancel if no frames were output (avoid "waiting for encoding" forever)
|
2021-04-30 10:36:44 +02:00 |
|
N00MKRAD
|
699515a546
|
Fixed magick dedupe only working with png frames
|
2021-04-30 01:47:01 +02:00 |
|