Commit Graph

135 Commits

Author SHA1 Message Date
N00MKRAD
74f107492a Add TIFF output, additional pix fmts for some encoders 2024-01-09 15:49:47 +01:00
N00MKRAD
6ccbb875b8 Cleanup & checks for GetInt 2023-12-28 02:59:50 +01:00
N00MKRAD
5e4b540d1c Fully fix VFR and deduplication issues esp. with GIFs 2023-12-28 02:59:29 +01:00
N00MKRAD
29e1eb172b Fix video speed with VFR inputs 2023-12-27 03:22:28 +01:00
N00MKRAD
355d44a5b3 Fix GIF hue shift issues 2023-12-26 22:59:17 +01:00
N00MKRAD
35b8d888d4 Fix color hue shift when interpolating frames, support high bit depth frames 2023-12-22 05:20:22 +01:00
N00MKRAD
5da083bf2c Print fractions (like FPS) in a better way, especially if denominator is 1 2023-12-21 19:06:31 +01:00
N00MKRAD
da8a431545 Fix lossless option being available with encoders that don't support it 2023-12-21 04:46:15 +01:00
N00MKRAD
8749f425de Add Intel QuickSync (QSV) encoder support 2023-10-27 10:25:21 +02:00
N00MKRAD
2886d5ce42 AMD AMF encoder support, autodetect HW enc support 2023-10-24 17:39:44 +02:00
n00mkrad
59ac292a34 Fully implement image sequence export with NCNN VS, rework stuff 2023-02-20 19:30:23 +01:00
n00mkrad
4fce4a566b Fix various issues with image sequence inputs & batch processing 2023-02-15 12:27:36 +01:00
n00mkrad
4e3cca2268 Added custom quality option 2023-02-05 21:31:48 +01:00
n00mkrad
e314ad8639 Fix VS scaling and realtime pix_fmt 2023-01-31 11:41:39 +01:00
n00mkrad
9b77f06dbe Fixed GIF quantizing and some other export weirdness 2023-01-20 20:58:32 +01:00
n00mkrad
9545b3db1e Fix default color fmts for certain codecs, add info label 2023-01-18 20:38:06 +01:00
n00mkrad
82ecb5e7ba Fully implemented new output options, but no saving or custom q yet 2023-01-18 14:55:38 +01:00
n00mkrad
3fa47a70a4 Completely revamped output settings (quality settings WIP) 2023-01-15 17:23:49 +01:00
n00mkrad
8a8324dc24 Fix VS modulo padding 2023-01-08 14:17:11 +01:00
n00mkrad
8524d2b964 Always use ToLowerInvariant 2022-10-14 09:00:47 +02:00
n00mkrad
d91a56cd70 updated changelog and patrons 2022-08-04 22:41:13 +02:00
n00mkrad
233f037716 Save fixed factors for specific AI models in models.json 2022-07-27 15:18:37 +02:00
n00mkrad
a0b145ae0d Fix image sequences, Nmkoder session path system, some refactoring/cleanup 2022-07-27 14:10:29 +02:00
n00mkrad
29c5ca2333 AI refactoring 2022-07-26 21:08:07 +02:00
n00mkrad
54fb84de23 AI info button, custom MessageBox form 2022-07-23 14:43:57 +02:00
n00mkrad
f587f70c56 FPS limiting now works with RIFE-NCNN-VS, as well as renaming existing files to avoid overwriting 2022-07-22 01:26:47 +02:00
n00mkrad
760a187dfe AI Class/Constructor revamp 2022-07-21 10:08:53 +02:00
n00mkrad
9be08deb4c ifrnet-ncnn-vulkan implementation test 2022-07-21 09:30:59 +02:00
n00mkrad
dce0e827ab Frame counting is reliable now 2022-07-20 21:48:30 +02:00
n00mkrad
d96513ed4b Backported MediaFile stuff from Nmkoder 2022-07-20 18:10:31 +02:00
n00mkrad
5590657eb2 Fix Pytorch again 2022-07-06 21:53:32 +02:00
n00mkrad
9f9263bf3b Better implementation/networks references (all vs available) 2022-07-06 10:40:41 +02:00
n00mkrad
c8744f26f9 Proper pytorch check 2022-07-04 10:14:31 +02:00
n00mkrad
16aef55e64 VS RT: Dynamic seek step, OSD 2022-06-09 00:30:58 +02:00
n00mkrad
eb174ade38 rt test 2022-06-04 12:43:48 +02:00
n00mkrad
6a81962cab Fixed functions needed for img sequences not running, fixed loop frame count with sequences 2022-06-01 16:23:00 +02:00
n00mkrad
9ea9ec0875 Basic support for RIFE-NCNN-VS 2022-05-31 22:17:22 +02:00
n00mkrad
dadf2193be Fix output FPS not using fractional factor 2022-04-22 10:34:59 +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
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
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
9978629116 Fix encoding tiling args 2021-11-24 21:08:29 +01:00
n00mkrad
694d8f5de0 Adjust code for RIFE 3.9 2021-11-24 13:48:04 +01:00
n00mkrad
6cb95a2374 Finished vchunk-based saving/resuming, needs some more testing 2021-09-29 11:22:43 +02:00
n00mkrad
dd03af2616 New autoencode chunk-based saving system for resuming 2021-09-28 20:44:08 +02:00
n00mkrad
8fe9c86429 Fraction is now based on long instead of int to avoid multiplication problems 2021-09-28 18:27:22 +02:00
n00mkrad
8b5f5541ad Backported GetVideoInfo from Nmkoder 2021-09-14 18:18:41 +02:00
n00mkrad
b1f4ff3c4c Auto/EU/US server selection in settings 2021-09-07 18:03:13 +02:00
n00mkrad
316adecefc Removed autoDedupFrames, cleanup, Servers.cs backport from Installer 2021-09-07 14:51:53 +02:00