Commit Graph

44 Commits

Author SHA1 Message Date
n00mkrad
7a3c1c484c Fix DAIN-NCNN target frame count 2022-04-15 13:29:28 +02:00
n00mkrad
6e70d89cd5 Frame order file creation now works with fractional factors, loop also works, scene detect does not 2022-04-07 14:20:28 +02:00
n00mkrad
dd03af2616 New autoencode chunk-based saving system for resuming 2021-09-28 20:44:08 +02:00
n00mkrad
9433269813 Case-sensitive rename operation (2/2) 2021-08-23 16:50:18 +02:00
n00mkrad
2c14fa9515 Case-sensitive rename operation (1/2) 2021-08-23 16:49:40 +02:00
N00MKRAD
05a55fcbd5 Hardcoded config key names to avoid string typos 2021-05-18 14:37:16 +02:00
N00MKRAD
3186c3c594 Support for HQ JPEG import frames, refactoring 2021-04-22 16:15:17 +02:00
N00MKRAD
2a9f7e4ba7 fixed me being retarded and breaking scene detection again 2021-04-04 15:16:16 +02:00
N00MKRAD
943c87845f Cleanup, fixed dupe dict not working with new code 2021-04-04 12:46:41 +02:00
N00MKRAD
0dc9e0ba3c Cleanup & UI changes 2021-04-04 12:21:58 +02:00
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
d1c483a4db Fixed blend input frame numbers 2021-04-03 01:26:06 +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
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
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
b630a2ae68 Fixed last frame always being detected as scene change 2021-03-03 18:28:54 +01:00
N00MKRAD
9ba522f890 Fixed scene detection not working for last frame of video 2021-03-02 16:49:23 +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
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
6d1aca4714 minor cleanup 2021-02-25 14:57:57 +01:00
N00MKRAD
4d08076711 Removed testing code line that broke frame order optimizations 2021-02-25 10:15:18 +01:00
N00MKRAD
a1c823d1da Parallel frame order processing 2021-02-16 11:27:00 +01:00
N00MKRAD
6f0f1232bc Fixed last interp frame not being removed if loop is enabled 2021-02-12 13:50:14 +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
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
2b1fa68418 serialize and save InterpSettings, float interpFactor variable 2021-02-01 18:05:50 +01:00
N00MKRAD
74b01a3512 Fixed scene changes duping wrong frame, allow consecutive scene changes 2021-01-21 20:13:49 +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
972bf3ecd3 Renamed FrameTiming to FrameOrder as VFR is no longer used 2021-01-14 20:32:42 +01:00