1198 Commits

Author SHA1 Message Date
n00mkrad
bb0210abc7 Fix plugin downloader for RIFE VS, add image sequence support 2022-06-01 15:46:34 +02:00
n00mkrad
0c0f725c87 Fix RGB VS inputs, fix VS progress bar 2022-06-01 10:27:02 +02:00
n00mkrad
9b7d142407 Fix frame counts, implement loop and scene detection for VS RIFE NCNN 2022-05-31 23:47:18 +02:00
n00mkrad
9ea9ec0875 Basic support for RIFE-NCNN-VS 2022-05-31 22:17:22 +02:00
n00mkrad
241e92043d Add (broken?) RIFE 4.1 model to RIFE-NCNN 2022-05-31 12:57:00 +02:00
n00mkrad
07b499ba1d Don't list Pytorch AIs if it wasn't found, save/load last used AI by name instead of index 2022-05-31 11:09:56 +02:00
n00mkrad
8144b55f90 Reduplication code for fractional factors 2022-05-26 18:50:21 +02:00
n00mkrad
67e5b09258 Write dupes into json instead of simple txt 2022-05-26 18:25:02 +02:00
n00mkrad
e04387b293 clamp dupe count 2022-05-26 10:24:02 +02:00
n00mkrad
5482ca6931 Use old frame order code for non fractional factors 2022-05-26 09:41:12 +02:00
n00mkrad
c96af52a7a Support for fractional interpolation scene blending 2022-05-26 09:37:25 +02:00
n00mkrad
16d7a6715c Basic scene detection fixing now works with fractional interp, blending is untested 2022-05-26 08:16:25 +02:00
n00mkrad
af2cfc0961 Update changelog and patron list (1.37.1) 2022-05-04 17:15:45 +02:00
n00mkrad
56f950a030 Do not allow UNC paths for compat reasons, show warnings 2022-05-03 16:00:55 +02:00
n00mkrad
9f3fe41022 Fixed broken ffmpeg frame count command 2022-05-03 10:14:54 +02:00
n00mkrad
39800e48b9 Prevent Windows from going to sleep while Flowframes is running (needs testing) 2022-05-01 22:26:53 +02:00
n00mkrad
4108875e0b Don't allow negative fps calculation in UI 2022-04-29 15:47:46 +02:00
n00mkrad
390e80ef89 Update btbn's ffmpeg to 04-29-22 for SVT 1.0.0 final 2022-04-29 15:47:23 +02:00
n00mkrad
fd59280cc1 Better frame order file generation for fractional factors, accurate timestep calculation 2022-04-22 14:22:28 +02:00
n00mkrad
dadf2193be Fix output FPS not using fractional factor 2022-04-22 10:34:59 +02:00
n00mkrad
51cd146882 Remove allowCustomInterpFactor config key, always allow custom factors (w/ validation) 2022-04-22 09:25:36 +02:00
n00mkrad
9f648aec64 Target FPS input: Re-calculate using rounded factor after entering value 2022-04-22 09:23:31 +02:00
n00mkrad
3e41b05b28 Better ffmpeg log formatting for pass 1 of 2 2022-04-22 09:22:23 +02:00
n00mkrad
78421b72ed Backport Nmkoder Logger improvements 2022-04-22 09:21:18 +02:00
n00mkrad
c6baa2775f Allow entering custom output FPS number for supported AIs 2022-04-20 05:37:22 +02:00
n00mkrad
62944cdb48 Avoid running out of precision when multiplying input fps with interp factor by using long 2022-04-20 05:36:49 +02:00
n00mkrad
a8f18032f3 temporarily remove SVT tiling (same as nmkoder) 2022-04-18 04:33:06 +02:00
n00mkrad
16ec413568 Default to "fast" encoding preset (VEAI uses ultrafast lol), offset SVT presets by +1 (now 3-9) 2022-04-18 04:30:37 +02:00
n00mkrad
6cb1eb1185 Updated ffmpeg to include SVT-AV1 v1.0.0-rc2 2022-04-18 04:18:30 +02:00
N00MKRAD
f922a2a43f Merge pull request #133 from DrPleaseRespect/main
Fix Fractional Factors not enabled by Default
2022-04-18 04:13:29 +02:00
DrPleaseRespect
8289baf854 Add ValidateFactor on runStepBtn 2022-04-18 06:24:14 +08:00
DrPleaseRespect
1eb0bf03d4 Set allowCustomInterpFactor as True by Default 2022-04-18 06:23:56 +08:00
n00mkrad
f7ad677be5 changelog updates 2022-04-17 20:23:37 +02:00
n00mkrad
2ac003a1b1 Lock pre-4.0 rife ncnn models to 2x 2022-04-17 18:39:32 +02:00
n00mkrad
9c695a3837 Updated RIFE-NCNN to support 4.0 models and any factor interp 2022-04-16 16:07:37 +02:00
n00mkrad
039466a702 ffmpeg update 2022-04-16 16:05:38 +02:00
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
90eb2b0f3e Backported Nmkoder message boxes 2022-04-07 04:59:34 +02:00
n00mkrad
2599331301 Automatically convert custom interp factor input to valid factor for model/AI 2022-04-06 20:48:47 +02:00
n00mkrad
2db247f8ec Allow fractional factor input (WIP: Disallow for FLAVR/RIFE-CUDA) 2022-04-05 23:22:09 +02:00
n00mkrad
9690101f13 RIFE-NCNN no longer needs to run multiple times for factors != 2 2022-04-05 23:13:48 +02:00
n00mkrad
19c2e34e92 GetFrameCountCached: If failed, clear cache before retrying 2022-04-05 18:08:02 +02:00
n00mkrad
483aa46ebb Retry GetFrameCountCached up to 3x, clear cmd output caches on new file 2022-04-05 18:07:05 +02:00
n00mkrad
dd98b02355 Use Win32_VideoController instead of Win32_DisplayConfiguration for GPU check 2022-03-03 10:28:41 +01:00
n00mkrad
910b3d56c9 Update patrons.csv 2022-01-02 16:31:14 +01:00
n00mkrad
056ee86357 typos 2022-01-02 16:29:16 +01:00
n00mkrad
7c45f9e7ba changelog 2022-01-02 16:26:56 +01:00
n00mkrad
1ecefc3e0c Added RIFE 4.0 model 2022-01-02 15:32:21 +01:00
n00mkrad
5027a61af6 Disable autoenc for GIF output 2021-12-27 22:58:19 +01:00