Commit Graph

389 Commits

Author SHA1 Message Date
N00MKRAD 7d98ef7345 Fixed scene detection with new code 2021-04-04 11:59:21 +02:00
N00MKRAD 1bfc3108e5 Fixed loop with new code 2021-04-04 11:32:48 +02:00
N00MKRAD 11c4dc2890 some cleanup 2021-04-04 11:11:49 +02:00
N00MKRAD da106e6bec FilenameMap refactoring (index-based array instead of dict) WIP 2021-04-04 11:05:38 +02:00
N00MKRAD 250c33b91a Faster encoding using symlink folder 2021-04-03 16:30:07 +02:00
N00MKRAD b51ee375e5 Create frames ini in interpolation step, to allow manual scenes/dedupe 2021-04-03 12:20:52 +02:00
N00MKRAD d1c483a4db Fixed blend input frame numbers 2021-04-03 01:26:06 +02:00
N00MKRAD 5556b5a5c7 Allow running CUDA on CPU (or unsupported NV GPUs) 2021-04-02 22:26:44 +02:00
N00MKRAD b3ab84646b Switched to fractional framerates, fixed VFR inputs 2021-04-02 14:36:08 +02:00
N00MKRAD 706ca56e11 Option to repeat last frame to match input duration 2021-03-30 11:56:36 +02:00
N00MKRAD d3ce382b75 Support for lossless WMA (wmav1/wmav2) transfer into MKV output 2021-03-24 20:26:07 +01:00
N00MKRAD 7af4b980bb Fixed step-by-step frame renaming & added SBS scene blending support 2021-03-22 22:20:30 +01:00
N00MKRAD 4ecc10340d minor cleanup 2021-03-22 21:56:14 +01:00
N00MKRAD 3ceaee12a5 Fixed frame order ini for blending 2021-03-22 21:29:47 +01:00
N00MKRAD a2d19e35e5 Possibly fixed wrong frame pair being used for scene blending WIP
needs further investigation
2021-03-21 22:38:03 +01:00
N00MKRAD 1089ff861a No UI status change for blending scene changes in autoenc 2021-03-21 21:56:08 +01:00
N00MKRAD 0455e60cc4 BlendSceneChanges now works with auto-encode 2021-03-21 16:00:53 +01:00
N00MKRAD bd220f6ad6 Multithreaded scene blending, package changes 2021-03-21 14:58:35 +01:00
N00MKRAD ddf68715fb Basic support for blended scene changes 2021-03-19 19:34:48 +01:00
N00MKRAD 0e95e62979 Fixed/improved scene detection for last 2 frames 2021-03-16 18:21:12 +01:00
N00MKRAD 7a379a6d68 Fixed image sequence copy bugs 2021-03-14 20:34:35 +01:00
N00MKRAD 992594cceb Default model mirror is dl.nmkd.again (github not feasible for >100mb flavr files) 2021-03-13 14:01:43 +01:00
N00MKRAD 561f97ef96 Fixed divisible-by-8 check for video downscaling when using FLAVR 2021-03-13 00:42:41 +01:00
N00MKRAD 224bb6544e Finished FLAVR implementation in Interpolate.cs 2021-03-11 23:53:52 +01:00
N00MKRAD 989fe15a09 Added FLAVR code, improved frame padding for FLAVR 2021-03-11 23:15:43 +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 c04823a888 Removed debug print 2021-03-09 19:21:12 +01:00
N00MKRAD c7b82dca6d Status update for muxing 2021-03-09 18:52:07 +01:00
N00MKRAD d16eb5b15f Fixed and refactored code to include output FPS in export filename 2021-03-09 15:55:50 +01:00
N00MKRAD ba9406aeed Export filename is now fully customizable with placeholders in settings 2021-03-03 21:53:17 +01:00
N00MKRAD a6dca1906e Make export file separator ('-' by default) customizable in config 2021-03-03 18:40:08 +01:00
N00MKRAD b630a2ae68 Fixed last frame always being detected as scene change 2021-03-03 18:28:54 +01:00
N00MKRAD 1ebeff4c72 Fixed AutoEncode breaking with frameOrderDebug enabled 2021-03-03 18:26:27 +01:00
Julian Maier 088cc4818e Integrated new stream transfer code with config options 2021-03-03 16:12:49 +01:00
Julian Maier 209844230e Direct transfer of audio/sub streams from input file
To avoid having to extract the full audio/sub streams to files first.
2021-03-03 16:00:48 +01:00
N00MKRAD 9ba522f890 Fixed scene detection not working for last frame of video 2021-03-02 16:49:23 +01:00
N00MKRAD 5135e8f2ee Faster trimming 2021-03-01 22:38:38 +01:00
N00MKRAD 4c97b1caf7 Removed debug prints 2021-03-01 18:33:30 +01:00
N00MKRAD 7fd562be2c (Hopefully) fixed bug where videos with ((n % 100 == 0) + 2) frames were cut off by 2 in-frames 2021-03-01 18:32:55 +01:00
N00MKRAD d1d90d0419 try/catch blocks for AI functions 2021-03-01 18:13:19 +01:00
N00MKRAD c705184f89 frameOrderDebug: New thread indicator 2021-03-01 17:34:47 +01:00
N00MKRAD f0d3df504a Removed excessive logging when using frameOrderDebug 2021-03-01 16:43:24 +01:00
N00MKRAD 2cce6c596b Lock Quick Settings while busy 2021-02-28 13:46:50 +01:00
N00MKRAD 27ca73a900 Limit preview update rate 2021-02-27 16:24:02 +01:00
N00MKRAD 6d1aca4714 minor cleanup 2021-02-25 14:57:57 +01:00
N00MKRAD 20ceeee396 Fixed scene detection always running in SBS, even if disabled 2021-02-25 11:15:23 +01:00
N00MKRAD 4d08076711 Removed testing code line that broke frame order optimizations 2021-02-25 10:15:18 +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 6cfcfedbe6 Finished support for multiple audio streams - needs more testing
metadata transfer should be optimized (title/language)
2021-02-23 23:55:03 +01:00
N00MKRAD 71f3e583de Extract all audio tracks (TODO: Merging) 2021-02-23 22:26:13 +01:00
N00MKRAD 0a71157a2e Capture and show peak fps out after interpolation 2021-02-23 14:05:58 +01:00
N00MKRAD 5949e570a7 Check NVENC compatibility before even starting interpolation 2021-02-21 21:18:31 +01:00
N00MKRAD 5f3ffc8c4a step-by-step UX improvements
Run scene detection and deduplication in extraction step, don't reset the combox index after opening and closing settings window
2021-02-21 12:39:25 +01:00
N00MKRAD 9261324973 Fixed >50 FPS GIF block 2021-02-20 00:18:00 +01:00
N00MKRAD f491b6f6f9 Show error if trying to run FF out of an archive (temp folder)
+ other UI improvements
2021-02-18 14:30:56 +01:00
N00MKRAD 034794d5e5 RIFE-CUDA: Use more wthreads for higher factors, custom buffer size 2021-02-16 12:14:26 +01:00
N00MKRAD a1c823d1da Parallel frame order processing 2021-02-16 11:27:00 +01:00
N00MKRAD bb143ddde1 Use path+filesize instead of xxHash for frame count caching 2021-02-14 22:23:16 +01:00
N00MKRAD 6f0f1232bc Fixed last interp frame not being removed if loop is enabled 2021-02-12 13:50:14 +01:00
N00MKRAD ec71829312 only wait extra 100ms if loop is otherwise empty 2021-02-12 13:04:34 +01:00
N00MKRAD 5424474272 Update progress twice as often if interpolating <1k frames 2021-02-12 13:01:48 +01:00
N00MKRAD 0a1e494f98 Write log entry if stdout progress regex parse fails 2021-02-12 01:09:48 +01:00
N00MKRAD 2db104f5f1 Allow UpdateLastFrameFromInterpOutput to fail 2021-02-12 00:44:37 +01:00
N00MKRAD 3e676807a9 Don't block GIF encoding if export framerate is resampled to <=50
Previously it was not possible to output to GIF if the output FPS is >50, even when resampling to <=50.
2021-02-11 21:47:06 +01:00
N00MKRAD 75dd3e2a48 limit progress update rate to 5x/sec 2021-02-11 21:18:00 +01:00
Richard 70fe5291e9 fix progress 2021-02-11 21:05:45 +01:00
Richard 5e6ef03345 fix preview not updating 2021-02-11 12:58:07 +01:00
Richard a417ae5a01 title case 2021-02-11 12:44:42 +01:00
Richard 62b7650e69 better implementation that works for all three AIs 2021-02-11 12:33:09 +01:00
Richard 68ffe9e682 set last frame to 0 on restart 2021-02-11 11:36:12 +01:00
Richard f9a6278ff7 Merge branch 'main' of https://github.com/richardletshacks/flowframes into main 2021-02-11 09:05:27 +01:00
Richard bc74f7e0ef implement faster progress updating for rife cuda 2021-02-11 09:05:10 +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 63da55cf6c Ensure AutoEnc is not paused from prev run when starting interpolation 2021-02-09 18:23:22 +01:00
N00MKRAD 2d83162f44 More error handling for SBS mode 2021-02-08 21:24:28 +01:00
N00MKRAD 76886c6b6e Delete old vfr files whenever making a new one 2021-02-08 21:11:25 +01:00
N00MKRAD 4048d2f74c Renamed vfr ini files, unified filename stored in Paths.cs 2021-02-08 20:57:37 +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 596a2c40e0 some cleanup 2021-02-08 10:21:26 +01:00
N00MKRAD 34d1113d8c Progress bar for async frame counting with ffmpeg 2021-02-07 18:12:41 +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 cf902c0549 Raised hard framerate limit from 500 to 1000 2021-02-04 22:50:07 +01:00
N00MKRAD 042a0cb765 disable folder keeping until resuming is fully implemented 2021-02-04 22:05:40 +01:00
N00MKRAD 2932e702e3 Don't hash framecount of >256mb files as it's too slow and I/O heavy 2021-02-04 21:18:36 +01:00
N00MKRAD 99ed008d74 Support for nonstandard subtitle text encodings 2021-02-04 21:03:59 +01:00
N00MKRAD c68e462f33 Move existing interp frames to another folder on resume 2021-02-03 21:10:37 +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 d8eadba6a4 Resuming WIP: InterpSettings now get deserialized and loaded 2021-02-01 22:48:22 +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 985ce45f1d Fixed ReverseRenaming being ultra slow + only run if SBS mode 2021-02-01 21:50:05 +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 2527e6eeb1
Merge pull request #15 from richardletshacks/main
add basic ffmpeg progress display
2021-01-30 13:17:43 +01:00
N00MKRAD 66bc4b557a Cleaner alpha extraction/merging 2021-01-30 13:14:57 +01:00
Richard 908a83cee0 add basic ffmpeg progress display 2021-01-30 13:09:59 +01:00
N00MKRAD b9ccbc3f36 Implemented state saving for resuming (WIP) 2021-01-30 01:37:36 +01:00
N00MKRAD 7c5e1a9b48 status fix for sbs 2021-01-27 21:14:55 +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 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 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 ebd501c700 Cleanup 2021-01-21 09:40:11 +01:00
N00MKRAD e750be7196 Removed old unused code 2021-01-21 09:39:50 +01:00
N00MKRAD 5321959c0b Fixed last frame missing in encoding ini file 2021-01-21 00:18:26 +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 b80da4a2a8 Removed JPEG interps option in GUI (made mostly obsolete by AutoEnc) 2021-01-16 00:19:23 +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 cd20921fad Fixed scene detection not working after 1st frame 2021-01-14 20:31:45 +01:00
N00MKRAD e901c6aa5d Added model downloader including err handling & retrying 2021-01-14 12:06:55 +01:00
N00MKRAD 7bc7ab868c Added option to include model name in export filename 2021-01-14 00:19:21 +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 01a688512b very minor changes 2021-01-11 17:43:35 +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 dc9035caa1 Fixed broken autoenc performance fix lol, some cleanup 2021-01-07 11:02:43 +01:00
N00MKRAD 68ed5fc7d5 Fix performance flaw in AutoEncode frame deletion check 2021-01-07 01:34:55 +01:00
N00MKRAD c845cbc15d Fixed GIF timestamp import causing slowdown, fix autoenc logging always running 2021-01-06 23:33:00 +01:00
N00MKRAD abdc846fd3 Fixed problem with printing autoenc log 2021-01-06 22:51:04 +01:00
N00MKRAD 22b3ae2f18 Show dedup stats for mpdecimate, better stats for magickdedupe, SBS fixes 2021-01-06 22:24:02 +01:00
N00MKRAD cb3f42ca9c Clear log after switching input file (or starting batch proc) - optional 2021-01-06 21:58:37 +01:00
N00MKRAD 36c8a17dff Print ffmpeg log while waiting for autoenc to finish 2021-01-06 21:44:09 +01:00
N00MKRAD c31c6872e8 Fixed scene detection not working 2021-01-06 20:46:26 +01:00
N00MKRAD fdc38969bd AutoEncode "Delete Frames Once Encoded" works again
No longer deletes frames that are still needed (for dupes)
2021-01-06 18:02:14 +01:00
N00MKRAD 14df754538 Fixed and improved FPS limiting feature, added AVI codec options 2021-01-06 17:41:18 +01:00
N00MKRAD 98c6aedac6 Fixed scene detection in combination with deduplication 2021-01-05 23:55:16 +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 98f8448a75 Fixed GIF encoding, updated RIFE-NCNN to latest version + 1.7 model 2021-01-05 14:10:57 +01:00
N00MKRAD e6f129e4e5 Fixed dupes dict bug, fixed autoenc getting stuck (i think?) 2021-01-05 13:00:27 +01:00
N00MKRAD 33f8a2b7c9 Compress python runtime, fix autoencode problems with dupes 2021-01-04 14:27:34 +01:00
N00MKRAD a5cb56f918 Temporarily disabled frame deletion for autoencode 2021-01-03 22:38:32 +01:00
N00MKRAD f57b256a93 mpdecimate dedupe now works with new encoding, fixed autoenc+dedupe 2021-01-03 22:37:06 +01:00
N00MKRAD 0160ca2240 Fixed AutoEncode with new vfr file layout 2021-01-03 21:00:32 +01:00
N00MKRAD c38a615a15 Better CFR-based encoding, fixed dupe frame when using loop 2021-01-02 16:20:21 +01:00
N00MKRAD f258cdde95 encoding tests 2020-12-29 16:01:24 +01:00
N00MKRAD a226e3f352 Get frame count async and cache it using checksum 2020-12-27 22:52:14 +01:00
N00MKRAD d79926bfd1 Last frame in vfr file uses avg duration, fixed fps conversion 2020-12-24 20:19: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 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 751071548b Improved Updater to fully support Patreon/Free channels in parallel 2020-12-20 22:15:14 +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 fd28000793 Fixed weird duplicate frames problem with 2x 2020-12-15 16:45:31 +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 f982b7948c ACTUALLY fixed looping + fps limiting 2020-12-10 22:44:14 +01:00
N00MKRAD ad8d418313 Fixed looping not working when used together with FPS limiting 2020-12-10 22:39:45 +01:00
N00MKRAD b91a49984d Fixed loop mode not working with JPEG interp frames 2020-12-10 22:27:07 +01:00
N00MKRAD c14cacc7d0 Fixed JPEG support with new RIFE code and AutoEnc 2020-12-10 16:37:33 +01:00
N00MKRAD f08f396486 Renamed VfrDedupe.cs -> FrameTiming.cs 2020-12-10 16:16:38 +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 129a8b02d4 Fixed last interp frame not being encoded, limit dedupe cache to 1000 frames 2020-12-09 14:32:43 +01:00
N00MKRAD fb453216f1 GIF optimization & color palette option 2020-12-08 15:22:46 +01:00
N00MKRAD e77933b971 GIF encoding now handled by ffmpeg, new RIFE and RIFE-NCNN pkgs 2020-12-08 14:43:03 +01:00
N00MKRAD e807f174c0 Patreon CSV parser, better py err handling, WIP: Deprecation of Pkg Mgr 2020-12-07 22:10:58 +01:00