Commit Graph

  • 3aefa3fffc
    Merge bffb217b17 into e8338f3159 Savaş Murat Alkım 2024-01-30 09:43:39 -0700
  • 85fc38c7db
    Merge fb3f1274b3 into e8338f3159 Raphi1 2024-01-30 09:43:39 -0700
  • a0ae04436b
    Merge 13eb25e281 into e8338f3159 raduct 2024-01-27 10:03:47 +0200
  • 54b171776f
    Merge 327b2afc79 into e8338f3159 _yerdzxc 2024-01-26 15:03:07 -0600
  • 13eb25e281
    Merge branch 'n00mkrad:main' into logfix raduct 2024-01-25 18:52:20 +0200
  • e8338f3159 Update ffmpeg to fix stats main N00MKRAD 2024-01-23 23:16:41 +0100
  • 523b100d6c
    Merge branch 'n00mkrad:main' into logfix raduct 2024-01-17 08:06:07 +0200
  • ee787cac0d Image sequence input fixes, allow TIFF and EXR inputs, EXR half option N00MKRAD 2024-01-16 19:14:26 +0100
  • 06839dc59b Small fixes raduct 2024-01-10 21:14:23 +0200
  • a79aa11100 Add EXR output support (BRG/BRGA 32-bit float) N00MKRAD 2024-01-10 01:50:23 +0100
  • 452218d56c Merge main raduct 2024-01-09 22:13:37 +0200
  • 0e97777a9b Fix keep same input video length. Add duration to frame list file. Cleanup raduct 2024-01-09 21:27:44 +0200
  • 097ab43c99 Allow H264 in MOV N00MKRAD 2024-01-09 16:23:21 +0100
  • fd2e23fa71 Delete broken output files N00MKRAD 2024-01-09 16:23:14 +0100
  • 5cd0edd121 Remove incompatible yuv444p16le from TIFF pix fmt list N00MKRAD 2024-01-09 15:53:02 +0100
  • 74f107492a Add TIFF output, additional pix fmts for some encoders N00MKRAD 2024-01-09 15:49:47 +0100
  • b6293a1940 Support deduplication without frame extraction with VS (WIP) N00MKRAD 2024-01-09 13:31:02 +0100
  • afbe645255 Keep only 10 lines for in memory session logs raduct 2024-01-02 14:27:56 +0200
  • f1a91a4a53 Use LOCALAPPDATA\Flowframes\Temp as default temp folder, improve temp folder code & options N00MKRAD 2023-12-28 15:45:36 +0100
  • 0cf201a013 Cleanup N00MKRAD 2023-12-28 15:01:46 +0100
  • 01850f465a Improved mpdecimate parameters and added more options for it N00MKRAD 2023-12-28 04:47:58 +0100
  • 6ccbb875b8 Cleanup & checks for GetInt N00MKRAD 2023-12-28 02:59:50 +0100
  • 5e4b540d1c Fully fix VFR and deduplication issues esp. with GIFs N00MKRAD 2023-12-28 02:59:29 +0100
  • 29e1eb172b Fix video speed with VFR inputs N00MKRAD 2023-12-27 03:22:28 +0100
  • 0c8b96e560 Use raw RGBA NUT pipe instead of 444 YUV pipe for realtime mode N00MKRAD 2023-12-26 23:28:21 +0100
  • f4bf63b5a7 Extension method from SDG for testing N00MKRAD 2023-12-26 22:59:27 +0100
  • 355d44a5b3 Fix GIF hue shift issues N00MKRAD 2023-12-26 22:59:17 +0100
  • 55d4b8e87b Fix GIF/VFR input speed when frame extraction is needed N00MKRAD 2023-12-26 21:34:02 +0100
  • 064c4b7f1b Fix InterpProgressMultiplier N00MKRAD 2023-12-22 05:34:32 +0100
  • 35b8d888d4 Fix color hue shift when interpolating frames, support high bit depth frames N00MKRAD 2023-12-22 05:20:22 +0100
  • 4eb1eac09c Fixed output color matrix filtering N00MKRAD 2023-12-22 03:51:55 +0100
  • a5c672c682 Minor GetProcStdOut improvement to avoid issues if stderr piping was already in the command line N00MKRAD 2023-12-22 02:59:40 +0100
  • 744f09f7fe Properly show detected GPUs in title bar N00MKRAD 2023-12-21 21:22:30 +0100
  • c08f84c4e9 Use Vulkan API directly to check Vk devices and compute queue count N00MKRAD 2023-12-21 21:05:23 +0100
  • 916dd2fe06 Fix culture to en-US across entire program to avoid parsing issues etc N00MKRAD 2023-12-21 19:12:12 +0100
  • 5da083bf2c Print fractions (like FPS) in a better way, especially if denominator is 1 N00MKRAD 2023-12-21 19:06:31 +0100
  • 058820bc8e Smarter deduplication messages N00MKRAD 2023-12-21 18:39:52 +0100
  • 979eca6b50 Cache NCNN GPU check results to avoid crashing rife-ncnn-vulkan on each run N00MKRAD 2023-12-21 18:23:23 +0100
  • 89d5cc08a8 Better time formatting N00MKRAD 2023-12-21 18:15:14 +0100
  • 829b37ca6a Progress bar is now correct when using FPS limiting N00MKRAD 2023-12-21 05:51:28 +0100
  • 4576f37ce7 Fixed mpdecimate not working properly N00MKRAD 2023-12-21 05:06:51 +0100
  • 2eff92958f Cleanup RIFE crash dumps N00MKRAD 2023-12-21 05:02:03 +0100
  • da8a431545 Fix lossless option being available with encoders that don't support it N00MKRAD 2023-12-21 04:46:15 +0100
  • a04df766fb code prettier lol N00MKRAD 2023-12-21 02:40:44 +0100
  • b650c6fa2e Update ffmpeg to use SVT-AV1 1.8.0, fix ffmpeg args N00MKRAD 2023-12-15 10:24:46 +0100
  • 17c5a8adf1 1.45 Jens Draht 2023-11-03 10:26:52 +0100
  • 4d0c5ad4e6 Clamp QSV quality N00MKRAD 2023-10-30 20:44:36 +0100
  • 3e4cbd8b3c Update RIFE VS plugin N00MKRAD 2023-10-29 17:02:45 +0100
  • 6419ad1672 Update ffmpeg N00MKRAD 2023-10-28 15:25:22 +0200
  • 8749f425de Add Intel QuickSync (QSV) encoder support N00MKRAD 2023-10-27 10:25:21 +0200
  • b782c8334d Fix RIFE VS syntax for new version N00MKRAD 2023-10-27 09:54:34 +0200
  • 2886d5ce42 AMD AMF encoder support, autodetect HW enc support N00MKRAD 2023-10-24 17:39:44 +0200
  • 1ff0b723b5
    Merge d0f4265dcc into 693a2471d1 jensdraht1999 2023-09-23 00:15:11 +0200
  • d0f4265dcc FlowFrames 1.44 Changelog Jens Draht 2023-09-23 00:14:39 +0200
  • 3003fdf883 FlowFrames 1.43 - Play Sound, if finished. Jens Draht 2023-09-18 08:58:38 +0200
  • 3e164f6d2d FlowFrames 1.42 Changelog - Status Fixed - Intel QSV higher quality images - Interpolated Frames ImageMagick Blending higher quality fixed problem. - Log file will not slow down FlowFrames, it will write all 5 seconds at once. - Resetting interpolation frames format has been fixed. - Settings Tab was broken in Visual Studio, now has been fixed. Jens Draht 2023-09-16 04:41:02 +0200
  • b91426803e - Naturalsort has been implemented in rife.py. Natsort must be included. So it will work. - Intel QSV Decoder (Experimental/Only JPG) - Interpolation Frames JPG support added. - Faster through higher -WThread count. - No more slowdowns because of broken logger function, that has been disabled. There are no side effects of the functions disabled. - Drag and Drop for "Output Directory" has been removed, which would sometimes accidentally take the video into this field, which is wrong. Draging into this "OUTPUT Directory" Field will drag into the video tab as it suppossed to happen. - Changed default Temp Folder to "C:\Users\{Username}\AppData\Local\Temp", so Windows Indexer will not recognize the files and start indexing, which slows down the cpu. You can of course select the temp folder, there are other options. - LastUsedAi Name by default is RIFE/CUDA, since this is the fastest for people with NVIDIA GPUS. Jens Draht 2023-09-11 18:40:38 +0200
  • fb3f1274b3
    Update Form1.cs Raphi1 2023-08-01 21:44:51 +0200
  • 327b2afc79 Fix minor problem and improve .gitignore FfmpegEncode.cs(98, 44): from 'filters = filters.Where(f => f.IsNotEmpty()).ToList();' to 'filters = filters.Where(f => !string.IsNullOrEmpty(f)).ToList();' deguzmanricardo16 2023-06-14 04:50:03 +0800
  • 693a2471d1 Ignore empty filters n00mkrad 2023-03-30 14:13:39 +0200
  • e53846d782 Handle situation where interp fails without any log writes n00mkrad 2023-02-23 14:14:22 +0100
  • d216479919 Update changelog.txt n00mkrad 2023-02-23 12:21:01 +0100
  • 983cf04fbe Update ver.txt n00mkrad 2023-02-23 12:12:14 +0100
  • d8fb1ec44d Changelog and version update n00mkrad 2023-02-23 12:11:48 +0100
  • 71e5ed33ab Updated model.json files n00mkrad 2023-02-23 09:42:38 +0100
  • 9380b4ac89 Fix window title n00mkrad 2023-02-21 12:17:22 +0100
  • 07020401d8 Fix output browse init dir n00mkrad 2023-02-21 12:03:48 +0100
  • 2b864393a7 Minor UI UX polish n00mkrad 2023-02-21 12:02:53 +0100
  • 42fd89437e Save/load output settings, some refactoring n00mkrad 2023-02-21 12:00:07 +0100
  • 59ac292a34 Fully implement image sequence export with NCNN VS, rework stuff n00mkrad 2023-02-20 19:30:23 +0100
  • 8e5c3a618c
    Merge pull request #211 from genericness/patch-1 N00MKRAD 2023-02-20 18:31:06 +0100
  • 4e8fbec18a More minor cleanup/refactoring n00mkrad 2023-02-20 16:05:27 +0100
  • 25c43a3181 Cleanup n00mkrad 2023-02-20 16:02:51 +0100
  • c112f0516d Update InterpolateUtils.cs n00mkrad 2023-02-20 16:00:27 +0100
  • d3fe53e554 Fix SetTab issues n00mkrad 2023-02-20 15:59:47 +0100
  • 8e79b045f8
    you forgot the 4090! genericness 2023-02-19 16:50:06 -0800
  • 4faeb7d938 Increase NCNN thread limit in GUI n00mkrad 2023-02-17 22:11:18 +0100
  • c20c1b55ee Increase default NCNN threads, allow more than 3 with NCNN VS n00mkrad 2023-02-17 22:10:33 +0100
  • fbee4d8c06 Use up to 8 NCNN GPU threads if support by hardware n00mkrad 2023-02-17 21:54:33 +0100
  • 46d3edb4e4 Removed obsolete encoding settings, fixed VS frame extension n00mkrad 2023-02-15 18:25:41 +0100
  • 4fce4a566b Fix various issues with image sequence inputs & batch processing n00mkrad 2023-02-15 12:27:36 +0100
  • 4e3cca2268 Added custom quality option n00mkrad 2023-02-05 21:31:48 +0100
  • c33a14ec9d Avoid exception n00mkrad 2023-02-05 12:40:58 +0100
  • 850228f9d2 Add option to add batch queue entry by right-clicking btn n00mkrad 2023-02-05 02:38:48 +0100
  • 89a3f4c890 Cache pytorch check n00mkrad 2023-02-01 11:24:26 +0100
  • 30a423e9ec Fix FramesToVideo and ConcatVideos n00mkrad 2023-01-31 12:03:31 +0100
  • db2f931fa5 NCNN VS UI polish n00mkrad 2023-01-31 11:51:46 +0100
  • 9bfb909c09 Avoid unnecessary exceptions n00mkrad 2023-01-31 11:45:12 +0100
  • e314ad8639 Fix VS scaling and realtime pix_fmt n00mkrad 2023-01-31 11:41:39 +0100
  • 0e21b4f65c Update patrons.csv n00mkrad 2023-01-24 21:10:28 +0100
  • 9b77f06dbe Fixed GIF quantizing and some other export weirdness n00mkrad 2023-01-20 20:58:32 +0100
  • 33115cdbc2 ooops pushed changelog too early n00mkrad 2023-01-19 15:54:56 +0100
  • 9545b3db1e Fix default color fmts for certain codecs, add info label n00mkrad 2023-01-18 20:38:06 +0100
  • 82ecb5e7ba Fully implemented new output options, but no saving or custom q yet n00mkrad 2023-01-18 14:55:38 +0100
  • 3fa47a70a4 Completely revamped output settings (quality settings WIP) n00mkrad 2023-01-15 17:23:49 +0100
  • f5536e07f3 Fix missing extra encoding args n00mkrad 2023-01-15 10:26:04 +0100
  • 96da058374 VS script typo fix n00mkrad 2023-01-08 21:53:32 +0100
  • 2293e94deb Update ffmpeg args n00mkrad 2023-01-08 15:44:01 +0100
  • 1a3109f4ff Update ffmpeg to latest git (2023-01-08) n00mkrad 2023-01-08 15:15:13 +0100
  • 8a8324dc24 Fix VS modulo padding n00mkrad 2023-01-08 14:17:11 +0100