Commit Graph

98 Commits

Author SHA1 Message Date
N00MKRAD
b9ccbc3f36 Implemented state saving for resuming (WIP) 2021-01-30 01:37:36 +01:00
N00MKRAD
40e63fe51d Improved alpha support 2021-01-27 11:41:05 +01:00
N00MKRAD
a24d9e1d9d Allow deduplication of last frame if loop is enabled 2021-01-22 02:07:03 +01:00
N00MKRAD
f60917b84c Huge autoenc speed improvements with >10k frames, fixed progress bar bug
also reduced magick dedupe buffer size, again
2021-01-22 01:43:47 +01:00
N00MKRAD
ec5f494be6 Alpha support for GIFs/PNGs (no ncnn support atm) 2021-01-18 15:32:45 +01:00
N00MKRAD
f13dffbeb8 Fixed GetHash file lock, AE safety buffers in config, increased to 90 for ncnn 2021-01-17 20:05:39 +01:00
N00MKRAD
d4ad70829e Added MKV as MP4 alternative, minor UI improvements 2021-01-16 01:19:07 +01:00
N00MKRAD
b80da4a2a8 Removed JPEG interps option in GUI (made mostly obsolete by AutoEnc) 2021-01-16 00:19:23 +01:00
N00MKRAD
325f34e6fb Fixed cutoff if vid ends with dupes, lossless audio transfer, better audio err handl. 2021-01-15 22:43:13 +01:00
N00MKRAD
706859f6ea Downscaling ("max video size") now also works for folder inputs 2021-01-15 15:07:40 +01:00
N00MKRAD
62acc84876 RIFE Model selection GUI, removed tilesize related code 2021-01-13 23:05:23 +01:00
N00MKRAD
8d2aa66cf7 Fixed NCNN progress bar bug, removed DAIN/CAIN code 2021-01-13 22:50:34 +01:00
N00MKRAD
124aa6bfb4 Check GIF max framerate, minor QOL & logging improvements 2021-01-07 12:15:13 +01:00
N00MKRAD
dc9035caa1 Fixed broken autoenc performance fix lol, some cleanup 2021-01-07 11:02:43 +01:00
N00MKRAD
36c8a17dff Print ffmpeg log while waiting for autoenc to finish 2021-01-06 21:44:09 +01:00
N00MKRAD
14df754538 Fixed and improved FPS limiting feature, added AVI codec options 2021-01-06 17:41:18 +01:00
N00MKRAD
e519e90966 Fixed progress bar in SBS not working correctly 2021-01-05 23:13:29 +01:00
N00MKRAD
49d74f31ce Updated RIFE-NCNN, added UHD mode for NCNN, fixed autoenc flaw 2021-01-05 17:23:37 +01:00
N00MKRAD
c38a615a15 Better CFR-based encoding, fixed dupe frame when using loop 2021-01-02 16:20:21 +01:00
N00MKRAD
a226e3f352 Get frame count async and cache it using checksum 2020-12-27 22:52:14 +01:00
N00MKRAD
9f251cde54 Fixed AutoEncode with non-MP4 output formats 2020-12-23 17:15:42 +01:00
N00MKRAD
006706ee73 VP9/ProRes/AVI export, support for custom ffmpeg enc args 2020-12-23 16:13:04 +01:00
N00MKRAD
a1b08b71ba Fix error when scene detection is disabled 2020-12-23 12:42:06 +01:00
N00MKRAD
b323146fdc Removed debug benchmark from FixConsecutiveSceneFrames 2020-12-23 00:15:36 +01:00
N00MKRAD
9b20e74a5d Fix consecutive scene change frames 2020-12-23 00:07:06 +01:00
N00MKRAD
a9592c02be Finished improved magickdedupe code, added dynamic buffer size for dedupe 2020-12-22 23:45:07 +01:00
N00MKRAD
3af40825bd Always sort GetFiles for unsorted FS, WIP magickdedupe fix, fix scndetect with jpeg frames 2020-12-22 19:52:37 +01:00
N00MKRAD
3e190bb05c minor logging improvements 2020-12-21 15:03:31 +01:00
N00MKRAD
3a77cf422f Scene Detect works with img seq output, better progress UI for chained interps 2020-12-20 21:25:34 +01:00
N00MKRAD
0b9654c80f Fixed batch processing with refactored code 2020-12-18 00:19:08 +01:00
N00MKRAD
6947bd3e6c Added RIFE UHD mode support, RTX 3070 (cudnn8005) benchmarks 2020-12-17 23:26:25 +01:00
N00MKRAD
4df2949681 Cleaner code for Interpolate.cs 2020-12-17 11:32:45 +01:00
N00MKRAD
4510bd6015 Fixed VFR frame drops, bigger AutoEnc safety buffer for NCNN, cleanup 2020-12-15 14:46:33 +01:00
N00MKRAD
e7dae90c92 Removed input file extension restriction, better err handling for frame extraction 2020-12-13 23:44:23 +01:00
N00MKRAD
c14cacc7d0 Fixed JPEG support with new RIFE code and AutoEnc 2020-12-10 16:37:33 +01:00
N00MKRAD
d8f3af8548 Fixed uppercase file extensions not working, decrease dedupe cache size to 750 frames 2020-12-09 14:55:35 +01:00
N00MKRAD
3125670bb0 ffmpeg dupes workaround, SBS ReverseRenaming fix 2020-12-07 00:41:07 +01:00
N00MKRAD
4d2da35727 Fixed bad ffmpeg encoding for 4x/8x, fixed autoenc option, minor ux improv 2020-12-06 20:29:47 +01:00
N00MKRAD
ffe669280e Fixed scene detection, removed cain tilesize, autoenc option, loop times fix 2020-12-06 18:49:53 +01:00
N00MKRAD
ec0ce21f45 Removed firstframefix, fixed autoenc with multi iteration interp, zero padding fixes 2020-12-04 16:53:39 +01:00
N00MKRAD
8c8731b99b Fixed batch processing FPS loading not working correctly 2020-12-03 22:06:58 +01:00
N00MKRAD
bd408f3423 Fixed image sequence output 2020-12-02 15:34:59 +01:00
N00MKRAD
ee29608123 WIP: Added "auto-encode" mode for encoding while interpolating
- Added "CopyTo" IOUtils method for copying file to a folder
- Fixed custom tile size not saving
- Started to remove timingMode 0 compatibility
2020-11-30 02:14:04 +01:00
N00MKRAD
9e1f3d3421 Print vid res on load, set preview to 1st frame on load, updated Readme with basic info 2020-11-27 14:35:32 +01:00
N00MKRAD
c1caa7bb77 Fix audio with VFR encodes, add WMV to format whitelist, better ascii char warning 2020-11-26 23:47:09 +01:00
N00MKRAD
6c8e3732a2 Added RIFE-NCNN, added pkg version checks 2020-11-25 14:04:31 +01:00
N00MKRAD
97dce04f92 Semi-fixed CAIN exe, fixed JPEG frames, finished VFR deduping, more 2020-11-25 12:40:17 +01:00
N00MKRAD
1bce73dea6 Initial 2020-11-23 16:51:05 +01:00