From f8c92cb5dee9a52aaafb8d35d74d14f11f8bd1a5 Mon Sep 17 00:00:00 2001 From: Alkl58 <34812414+Alkl58@users.noreply.github.com> Date: Wed, 22 Feb 2023 16:22:39 +0100 Subject: [PATCH] Update README.md --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9c411a1..9ba8161 100644 --- a/README.md +++ b/README.md @@ -21,24 +21,17 @@ A tool to make encoding faster and easier for AV1 encoders. #### Testing Builds: [AppVeyor](https://ci.appveyor.com/project/Alkl/notenoughav1encodes/branch/master/artifacts) -## 🐧 Linux (Wine) -NEAV1E is written in .NET Core, which is in theory compatible with other platforms. - -However as the WPF UI Framework is used, it is not compatible with the native .NET Core Version of Linux. - -It is possible to run NEAV1E with the Wine compatibility layer (Wine is not an Emulator!). - -The following YouTube Video demonstrates that: [Run WPF Applications on Linux (Manjaro)](https://www.youtube.com/watch?v=u1PWRYLuiNQ) - - ## 📽 Encoders NEAV1E supports the following encoders: +- Intel Quicksync AV1 (Intel ARC) +- NVIDIA NVENC AV1 (RTX 40 Series) - aomenc / libaom - rav1e / librav1e - svt-av1 / libsvt-av1 - libvpx-vp9 +- libx265 / libx264 ### 🎉 Special Thanks To - [@wcxu21](https://github.com/wcxu21) for Chinese Translations!