Commit Graph

434 Commits

Author SHA1 Message Date
N00MKRAD
3c4e0ce679 Merge branch 'main' of https://github.com/n00mkrad/flowframes into main 2021-03-13 00:42:48 +01:00
N00MKRAD
561f97ef96 Fixed divisible-by-8 check for video downscaling when using FLAVR 2021-03-13 00:42:41 +01:00
N00MKRAD
ac3b95ebae Merge pull request #33 from richardletshacks/patch-1
Update changelog.txt
2021-03-12 00:35:29 +01:00
richard
871b6df555 Update changelog.txt 2021-03-12 00:31:53 +01:00
N00MKRAD
224bb6544e Finished FLAVR implementation in Interpolate.cs 2021-03-11 23:53:52 +01:00
N00MKRAD
77d185a802 Updated build scripts to include flavr package 2021-03-11 23:16:02 +01:00
N00MKRAD
989fe15a09 Added FLAVR code, improved frame padding for FLAVR 2021-03-11 23:15:43 +01:00
N00MKRAD
17b4f0fa43 Added FLAVR CUDA package 2021-03-11 15:35:39 +01:00
N00MKRAD
692f6c9be9 Removed package manager remnants, added FLAVR network (WIP) 2021-03-11 12:58:18 +01:00
N00MKRAD
96189e705b Create EditionGuide.png 2021-03-10 21:39:31 +01:00
N00MKRAD
eebba121c9 Scene detection now works with frame sequence input, cleanup 2021-03-10 20:45:48 +01:00
N00MKRAD
da52ebcdb9 Magick SceneDetect caching WIP 2021-03-10 17:10:25 +01:00
N00MKRAD
d5ef455dbf WIP: Multithreaded accurate scene detection with Magick.NET 2021-03-10 15:20:53 +01:00
N00MKRAD
472f031ae6 Disk space check: Check if already cancelled 2021-03-09 21:35:01 +01:00
N00MKRAD
c34047f54b Improved disk space check with min gb value from config 2021-03-09 19:28:12 +01:00
N00MKRAD
c04823a888 Removed debug print 2021-03-09 19:21:12 +01:00
N00MKRAD
d0dfedf02f Added disk space check loop 2021-03-09 19:20:47 +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
3f940c28f9 Hopefully fixed mkv muxing bug 2021-03-08 19:54:58 +01:00
N00MKRAD
1379456a13 Include model name in filename pattern by default 2021-03-07 14:29:59 +01:00
Julian Maier
e70d72bc5a Fixed models.txt download deleting old file if it fails to get a new one 2021-03-05 10:38:29 +01:00
Julian Maier
493a4f5975 Suspend and resume log box to avoid flickering (needs testing) 2021-03-04 10:51:13 +01:00
N00MKRAD
be4170a488 Skip muxing if original input video no longer exists at expected path 2021-03-03 22:30:00 +01:00
N00MKRAD
6fef12dd08 Added Settings UI option for audio/sub muxing mode 2021-03-03 22:27:43 +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
504242dca7 Revert to old UHD mode (RIFE CUDA) 2021-03-02 22:54:30 +01:00
N00MKRAD
9ba522f890 Fixed scene detection not working for last frame of video 2021-03-02 16:49:23 +01:00
N00MKRAD
32965b4733 Fixed redundant loglevel ffmpeg arg, removed 'shortest' arg from muxing cmd 2021-03-02 15:06:44 +01:00
N00MKRAD
b3928b60bb Interpolate.canceled checks for audio/sub tracks extraction loop 2021-03-01 22:40:04 +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
639ad08ed4 Removed unreliable ShellFile FPS check 2021-03-01 16:43:05 +01:00
N00MKRAD
deb99070e4 RIFE CUDA scale arg from config 2021-02-28 16:34:47 +01:00
N00MKRAD
8826d45397 Fixed end of video getting trimmed when it shouldn't 2021-02-28 16:26:46 +01:00
N00MKRAD
01f080a472 minor cleanup 2021-02-28 15:06:59 +01:00
N00MKRAD
2cce6c596b Lock Quick Settings while busy 2021-02-28 13:46:50 +01:00
N00MKRAD
7563778a90 Don't delete models.txt before fetching (DownloadFile overrides anyway) 2021-02-28 11:57:02 +01:00
N00MKRAD
72cb1e93dc Update AI Model ComboBox after fetching models.txt 2021-02-28 11:56:09 +01:00
N00MKRAD
0076e08166 Fixed ffmpeg map arg problems 2021-02-28 11:51:36 +01:00
N00MKRAD
fd1a72ed27 Updated RIFE-NCNN with 2.4 model 2021-02-27 16:41:41 +01:00