N00MKRAD
81a158e44f
split FFmpegCommands into multiple classes for extraction/encoding
2021-02-01 16:23:35 +01:00
N00MKRAD
706b335ac5
Always delete temp folder if it has no interp frames
2021-01-31 13:46:02 +01:00
N00MKRAD
a0e657eb56
Ask if temp folder should be deleted after cancelling
2021-01-31 11:38:41 +01:00
N00MKRAD
30992ad86b
Fix batch processing not working, minor improvements
2021-01-30 22:00:44 +01:00
N00MKRAD
1a6218117e
Fixed video utils progress bar being stuck at 1 00%
2021-01-30 14:46:54 +01:00
N00MKRAD
66bc4b557a
Cleaner alpha extraction/merging
2021-01-30 13:14:57 +01:00
N00MKRAD
b9ccbc3f36
Implemented state saving for resuming (WIP)
2021-01-30 01:37:36 +01:00
N00MKRAD
a8c9eb9fb4
Copy instead of move image sequence in SBS mode
2021-01-27 21:12:28 +01:00
N00MKRAD
80225b6f1c
Cleaner RIFE NCNN recursion code
2021-01-27 12:04:22 +01:00
N00MKRAD
40e63fe51d
Improved alpha support
2021-01-27 11:41:05 +01:00
N00MKRAD
3d2a244643
Enable alpha in SBS mode, pad instead of crop for divisible-by-2 fix
2021-01-26 20:46:05 +01:00
N00MKRAD
cc7a15e115
Added 1.7 model to RIFE-NCNN, updated model descriptions
2021-01-26 19:39:16 +01:00
N00MKRAD
86e27a4041
Only loop output if loop is on, fix SBS frame extraction not clearing, more
...
Improved Interpolate.Cleanup() with retries
minOutVidLength now defaults to 5s instead of 0s
Frames filenameMap now uses zeropadding value from Padding class
2021-01-26 16:45:02 +01:00
N00MKRAD
2526063d1f
minor UI changes, temporarily disabled alpha option
2021-01-22 13:31:49 +01:00
N00MKRAD
a24d9e1d9d
Allow deduplication of last frame if loop is enabled
2021-01-22 02:07:03 +01:00
N00MKRAD
74b01a3512
Fixed scene changes duping wrong frame, allow consecutive scene changes
2021-01-21 20:13:49 +01:00
N00MKRAD
61aa0c40b8
Re-added DAIN, integrated into model downloader
2021-01-21 11:39:08 +01:00
N00MKRAD
e750be7196
Removed old unused code
2021-01-21 09:39:50 +01:00
N00MKRAD
61053bfe21
Big AutoEnc improvements, avoids GUI freezes and I/O load
2021-01-19 00:48:00 +01:00
N00MKRAD
ec5f494be6
Alpha support for GIFs/PNGs (no ncnn support atm)
2021-01-18 15:32:45 +01:00
N00MKRAD
d722481ba6
Show input info in main UI, added alpha extract code [WIP]
2021-01-18 12:32:01 +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
884bb6678e
Finished multi-track subtitle support
2021-01-16 14:42:47 +01:00
N00MKRAD
881f903737
Subtitle tracks are now extracted from input vid (Merging WIP)
2021-01-16 01:49:10 +01:00
N00MKRAD
d4ad70829e
Added MKV as MP4 alternative, minor UI improvements
2021-01-16 01:19:07 +01:00
N00MKRAD
e3d494c940
Removed obsolete frame timing option, improved dedupe settings UI
2021-01-15 23:26:24 +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
3029e6b223
Removed GifskiCommands.cs
2021-01-15 19:30:10 +01:00
N00MKRAD
706859f6ea
Downscaling ("max video size") now also works for folder inputs
2021-01-15 15:07:40 +01:00
N00MKRAD
972bf3ecd3
Renamed FrameTiming to FrameOrder as VFR is no longer used
2021-01-14 20:32:42 +01:00
N00MKRAD
e901c6aa5d
Added model downloader including err handling & retrying
2021-01-14 12:06:55 +01:00
N00MKRAD
9aa0b14f3c
Added support for running different models
2021-01-14 00:03:01 +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
8ea1848818
Fixed AutoEncode getting stuck when using scn+magickdedup
2021-01-11 11:45:38 +01:00
N00MKRAD
124aa6bfb4
Check GIF max framerate, minor QOL & logging improvements
2021-01-07 12:15:13 +01:00
N00MKRAD
c845cbc15d
Fixed GIF timestamp import causing slowdown, fix autoenc logging always running
2021-01-06 23:33:00 +01:00
N00MKRAD
22b3ae2f18
Show dedup stats for mpdecimate, better stats for magickdedupe, SBS fixes
2021-01-06 22:24:02 +01:00
N00MKRAD
49d74f31ce
Updated RIFE-NCNN, added UHD mode for NCNN, fixed autoenc flaw
2021-01-05 17:23:37 +01:00
N00MKRAD
e6f129e4e5
Fixed dupes dict bug, fixed autoenc getting stuck (i think?)
2021-01-05 13:00:27 +01:00
N00MKRAD
f57b256a93
mpdecimate dedupe now works with new encoding, fixed autoenc+dedupe
2021-01-03 22:37:06 +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
7ced157f52
Fixed Audio support for non-MP4 formats
2020-12-23 18:21:31 +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
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
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