From c7fa9c10e6e9a3a5e42c88b49e1749c9008aafec Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Tue, 8 Oct 2024 00:00:00 +0000 Subject: [PATCH] docs(readme): fixed logo for GitHub light theme Signed-off-by: k4yt3x --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9f00829..524248c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- + @@ -12,9 +12,10 @@ Version 6.0.0 is a complete rewrite of this project in C/C++. It: -- actually works, with less pain; +- actually works this time, with less pain; - is blazing fast, thanks to the redesigned efficient pipeline and the speed of C/C++; - is cross-platform, available right now for both Windows and Linux; +- provides much better output quality with Anime4K v4 and RealESRGAN; - supports Anime4K v4 and all other custom MPV-compatible GLSL shaders; - supports RealESRGAN (all three models) via ncnn and Vulkan; - requires 0 disk space for processing the video, just space for storing the final output; and @@ -28,10 +29,11 @@ These are available for download now: - 6.0.0 beta AUR package for Arch Linux (`video2x-git`). - 6.0.0 beta [container image](https://github.com/k4yt3x/video2x/pkgs/container/video2x). - A GUI for 6.0.0 is in the making. More information about it will be available soon. +- A new Colab will be made for 6.0.0 at a later time. There is still much to be done and optimize. Stay tuned for more updates. As for why the 5.0.0 branch was abandoned, here are some of the reasons: -- Wrapped C++ libraries for Python is too painful to build for cross-platform distribution. +- Wrapped C++ libraries for Python are too painful to build for cross-platform distribution. - Some wrapped C++ libraires exhibited unexpected behaviors. - Running FFmpeg via commands and piping data through stdin/stdout are inefficient. - C/C++ native binaries are much smaller and much more efficient. @@ -89,7 +91,7 @@ Copyright of this clip belongs to 株式会社アニプレックス. ## License This project is licensed under the [GNU Affero General Public License Version 3 (GNU AGPL v3)](https://www.gnu.org/licenses/agpl-3.0.txt)\ -Copyright (C) 2018-2024 K4YT3X and contributors. +Copyright (C) 2018-2024 K4YT3X and [contributors](https://github.com/k4yt3x/video2x/graphs/contributors). ![AGPLv3](https://www.gnu.org/graphics/agplv3-155x51.png)