N00MKRAD
|
09eab92f9b
|
Package updates
|
2024-08-26 10:44:28 +02:00 |
|
N00MKRAD
|
dc0ffc9f32
|
Added splash screen, removed semi-unused preview tab
|
2024-08-26 10:04:35 +02:00 |
|
N00MKRAD
|
70841fe21f
|
Reduce log spam, minor refactor stuff, disable GUI when using autorun
|
2024-08-25 21:43:06 +02:00 |
|
N00MKRAD
|
5a3a84bbdc
|
Cleanup n stuff
|
2024-08-25 21:18:38 +02:00 |
|
N00MKRAD
|
26f14876a7
|
Move CLI stuff into own class, --console option
|
2024-08-25 20:45:50 +02:00 |
|
N00MKRAD
|
4ea676c405
|
CLI: --loop, --fix_scene_changes, --scene_change_sensitivity, --max_fps
|
2024-08-23 18:42:27 +02:00 |
|
N00MKRAD
|
d570c5f95a
|
CLI: --video_encoder, --pixel_format, --max_height
|
2024-08-23 16:11:38 +02:00 |
|
N00MKRAD
|
e5d87d4d2d
|
CLI: --no_config_save, add ArgParseExtensions
|
2024-08-23 09:58:30 +02:00 |
|
N00MKRAD
|
46f1ec652a
|
Re-implement and fix CLI args using Ndesk.Options
|
2024-08-21 20:46:28 +02:00 |
|
N00MKRAD
|
713c64e6ec
|
Refactor Implementations.cs to use enums, backwards compat to GetAi(string name)
|
2024-08-21 14:45:46 +02:00 |
|
N00MKRAD
|
0b500563ca
|
Improve disk space check loop and make Program.cs slightly prettier
|
2024-08-21 13:28:59 +02:00 |
|
N00MKRAD
|
b5f2fea32d
|
Handle integer inputs for Fraction ctor without try/catch
|
2024-08-21 13:27:01 +02:00 |
|
N00MKRAD
|
d0a7c0aee4
|
Move DisablePython around, benchmark NvApi init
|
2024-08-15 11:34:36 +02:00 |
|
N00MKRAD
|
49a3c87bdf
|
Check for writing perms in program dir
|
2024-08-13 15:45:44 +02:00 |
|
N00MKRAD
|
964d407b8c
|
Reduce startup time by ~1000ms by optimizing OS check
|
2024-08-13 12:04:17 +02:00 |
|
N00MKRAD
|
2505d6ec11
|
Local version check: Avoid exception if file doesn't exist
|
2024-08-13 10:32:01 +02:00 |
|
N00MKRAD
|
b520d7212d
|
Split into legacy (Framework 4.8) and .NET 8 projects, WIP .NET 8 fixes
|
2024-08-12 10:47:19 +02:00 |
|
N00MKRAD
|
6c406a4846
|
Python.cs: DisablePython check in CheckCompression + some refactoring
|
2024-08-11 20:47:36 +02:00 |
|
N00MKRAD
|
8df4e31b72
|
--no_python CLI arg to disable python check and implems
|
2024-08-11 20:32:36 +02:00 |
|
N00MKRAD
|
3138e7ffcf
|
Update RIFE binaries
|
2024-08-11 14:26:32 +02:00 |
|
N00MKRAD
|
cd3794b1c9
|
Disable CFR frame extraction for GIF inputs
|
2024-08-11 14:26:23 +02:00 |
|
N00MKRAD
|
3b560321d5
|
Fix frame import/export file extension logic
|
2024-06-24 18:32:35 +02:00 |
|
N00MKRAD
|
4fd6cbf7be
|
Fix limited range JPEG extraction
|
2024-06-24 17:44:23 +02:00 |
|
N00MKRAD
|
d7dd4d6ec8
|
Update standalone RIFE NCNN to support newer models
|
2024-06-24 17:44:14 +02:00 |
|
N00MKRAD
|
0885f03b3c
|
Update RIFE NCNN VS plugin
|
2024-06-24 17:36:33 +02:00 |
|
N00MKRAD
|
096d4a2cc1
|
Update ffmpeg to 7.0 (with SVT 2.1.0)
|
2024-06-24 17:36:21 +02:00 |
|
N00MKRAD
|
2548bcfe1b
|
Fix btn icons
|
2024-06-24 14:03:29 +02:00 |
|
N00MKRAD
|
dfb6f6c866
|
additional models
|
2024-06-24 11:36:50 +02:00 |
|
N00MKRAD
|
ff23080453
|
EXR stuff & error handling
|
2024-06-24 11:36:43 +02:00 |
|
N00MKRAD
|
73dcbe619a
|
VK error handling
|
2024-01-23 23:16:54 +01:00 |
|
N00MKRAD
|
e8338f3159
|
Update ffmpeg to fix stats
|
2024-01-23 23:16:41 +01:00 |
|
N00MKRAD
|
ee787cac0d
|
Image sequence input fixes, allow TIFF and EXR inputs, EXR half option
|
2024-01-16 19:14:26 +01:00 |
|
N00MKRAD
|
a79aa11100
|
Add EXR output support (BRG/BRGA 32-bit float)
|
2024-01-10 01:50:23 +01:00 |
|
N00MKRAD
|
097ab43c99
|
Allow H264 in MOV
|
2024-01-09 16:23:21 +01:00 |
|
N00MKRAD
|
fd2e23fa71
|
Delete broken output files
|
2024-01-09 16:23:14 +01:00 |
|
N00MKRAD
|
5cd0edd121
|
Remove incompatible yuv444p16le from TIFF pix fmt list
|
2024-01-09 15:53:02 +01:00 |
|
N00MKRAD
|
74f107492a
|
Add TIFF output, additional pix fmts for some encoders
|
2024-01-09 15:49:47 +01:00 |
|
N00MKRAD
|
b6293a1940
|
Support deduplication without frame extraction with VS (WIP)
|
2024-01-09 13:31:02 +01:00 |
|
N00MKRAD
|
f1a91a4a53
|
Use LOCALAPPDATA\Flowframes\Temp as default temp folder, improve temp folder code & options
|
2023-12-28 15:45:36 +01:00 |
|
N00MKRAD
|
0cf201a013
|
Cleanup
|
2023-12-28 15:01:46 +01:00 |
|
N00MKRAD
|
01850f465a
|
Improved mpdecimate parameters and added more options for it
|
2023-12-28 04:47:58 +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
|
0c8b96e560
|
Use raw RGBA NUT pipe instead of 444 YUV pipe for realtime mode
|
2023-12-26 23:28:21 +01:00 |
|
N00MKRAD
|
f4bf63b5a7
|
Extension method from SDG for testing
|
2023-12-26 22:59:27 +01:00 |
|
N00MKRAD
|
355d44a5b3
|
Fix GIF hue shift issues
|
2023-12-26 22:59:17 +01:00 |
|
N00MKRAD
|
55d4b8e87b
|
Fix GIF/VFR input speed when frame extraction is needed
|
2023-12-26 21:34:02 +01:00 |
|
N00MKRAD
|
064c4b7f1b
|
Fix InterpProgressMultiplier
|
2023-12-22 05:34:32 +01:00 |
|
N00MKRAD
|
35b8d888d4
|
Fix color hue shift when interpolating frames, support high bit depth frames
|
2023-12-22 05:20:22 +01:00 |
|