Commit Graph

120 Commits

Author SHA1 Message Date
N00MKRAD
b51ee375e5 Create frames ini in interpolation step, to allow manual scenes/dedupe 2021-04-03 12:20:52 +02:00
N00MKRAD
b3ab84646b Switched to fractional framerates, fixed VFR inputs 2021-04-02 14:36:08 +02:00
N00MKRAD
7af4b980bb Fixed step-by-step frame renaming & added SBS scene blending support 2021-03-22 22:20:30 +01:00
N00MKRAD
224bb6544e Finished FLAVR implementation in Interpolate.cs 2021-03-11 23:53:52 +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
d16eb5b15f Fixed and refactored code to include output FPS in export filename 2021-03-09 15:55:50 +01:00
Julian Maier
088cc4818e Integrated new stream transfer code with config options 2021-03-03 16:12:49 +01:00
N00MKRAD
d1d90d0419 try/catch blocks for AI functions 2021-03-01 18:13:19 +01:00
N00MKRAD
3ced1c9f06 Fix keepAudio/keepSubs config options 2021-02-24 17:57:30 +01:00
N00MKRAD
453787767c Check for CUDA availability before trying to run CUDA AI 2021-02-24 15:08:18 +01:00
N00MKRAD
71f3e583de Extract all audio tracks (TODO: Merging) 2021-02-23 22:26:13 +01:00
N00MKRAD
5949e570a7 Check NVENC compatibility before even starting interpolation 2021-02-21 21:18:31 +01:00
N00MKRAD
538e0a9f49 Extract alpha *after* frame postprocessing to avoid problems 2021-02-11 00:53:48 +01:00
N00MKRAD
3854dc5b7e Fixed dedupe cache check not running in every loop iteration 2021-02-11 00:08:22 +01:00
N00MKRAD
2e2664b8b3 Added RIFE-NCNN 2.0 workaround, fixed current.stepByStep wrong value 2021-02-10 23:16:04 +01:00
N00MKRAD
2d83162f44 More error handling for SBS mode 2021-02-08 21:24:28 +01:00
N00MKRAD
9f14745b75 Don't run scene detection when extracting frames in SBS mode 2021-02-08 20:15:59 +01:00
N00MKRAD
1a2cee1580 Show progress for creating enc file (every 1k lines), async frame renaming 2021-02-08 19:02:35 +01:00
N00MKRAD
1fec800b80 WIP frame order file creation optimization 2021-02-08 11:03:17 +01:00
N00MKRAD
f4b3f4bbc6 Fixed double ReverseRenaming calls, related improvements 2021-02-05 23:19:33 +01:00
N00MKRAD
d301991f1e Fixed SemVer comparison 2021-02-05 15:52:44 +01:00
N00MKRAD
042a0cb765 disable folder keeping until resuming is fully implemented 2021-02-04 22:05:40 +01:00
N00MKRAD
99ed008d74 Support for nonstandard subtitle text encodings 2021-02-04 21:03:59 +01:00
N00MKRAD
4c60cbfc39 Frame filename map with rel paths, fixed old frame deletion on resume 2021-02-03 20:51:36 +01:00
N00MKRAD
66a05a4bdb Resuming WIP 2021-02-02 21:48:18 +01:00
N00MKRAD
630b22dd2c Re-enable DeleteInterpolatedInputFrames for testing, set prog to 0 after ffmpeg ran 2021-02-02 16:07:36 +01:00
N00MKRAD
2bdda6522f FfmpegCommands refactoring, renamed AudioVideo namespace 2021-02-02 12:56:48 +01:00
N00MKRAD
832f286367 temporarily disabled input frame deletion as it's unstable 2021-02-02 01:01:44 +01:00
N00MKRAD
1c4942c11a Delete input frames once interpolated (independent of implementation) 2021-02-01 23:18:13 +01:00
N00MKRAD
dd79c5a2a8 Improved path char check, fixed SBS GUI 2021-02-01 22:06:50 +01:00
N00MKRAD
f11611f32e Actually set the stepByStep flag for current InterpSettings 2021-02-01 21:54:30 +01:00
N00MKRAD
2b1fa68418 serialize and save InterpSettings, float interpFactor variable 2021-02-01 18:05:50 +01:00
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