Commit Graph

234 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
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