Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Alkl58/NotEnoughAV1Encodes
GUI for AV1 (aomenc, rav1e & svt-av1)
https://github.com/Alkl58/NotEnoughAV1Encodes
aom aomenc av1 av1-encoders chunks encoding ffmpeg gui gui-handler libaom rav1e svt-av1 video vp9 windows
Last synced: 3 months ago
JSON representation
GUI for AV1 (aomenc, rav1e & svt-av1)
- Host: GitHub
- URL: https://github.com/Alkl58/NotEnoughAV1Encodes
- Owner: Alkl58
- License: mit
- Created: 2020-03-08T15:17:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T13:57:46.000Z (6 months ago)
- Last Synced: 2024-04-27T11:47:17.383Z (6 months ago)
- Topics: aom, aomenc, av1, av1-encoders, chunks, encoding, ffmpeg, gui, gui-handler, libaom, rav1e, svt-av1, video, vp9, windows
- Language: C#
- Homepage:
- Size: 9.93 MB
- Stars: 511
- Watchers: 10
- Forks: 25
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - Alkl58/NotEnoughAV1Encodes - GUI for AV1 (aomenc, rav1e & svt-av1) (C# #)
- awesome-video - Alkl58/NotEnoughAV1Encodes - GUI Handler for AV1 Encoders (aomenc, rav1e & svt-av1) - Alkl58/NotEnoughAV1Encodes (Encoding / AV1)
README
# NotEnoughAV1Encodes
#### NEAV1E is a GUI for AV1 encoders - aomenc, rav1e, svt-av1 & vp9.
A tool to make encoding faster and easier for AV1 encoders.
![alt text](https://i.imgur.com/EcF3P1l.png "Darkmode")
---
## 🔬 How does this program work?
1. This program will split the given video file into chunks (scene based splitting or equal chunks).
2. After splitting, it will encode the chunks with n-amount of workers.
3. When finished, it will merge the encoded files to a single video file.## ![alt text](https://i.imgur.com/Ql4lP4E.png) Releases [![Build status](https://ci.appveyor.com/api/projects/status/f3wd2kr5i8eofj88/branch/master?svg=true)](https://ci.appveyor.com/project/Alkl/notenoughav1encodes/branch/master)
#### Stable Builds: [Releases](https://github.com/Alkl58/NotEnoughAV1Encodes/releases)
#### Testing Builds: [AppVeyor](https://ci.appveyor.com/project/Alkl/notenoughav1encodes/branch/master/artifacts)
## 📽 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!
- Nonami for Russian Translations!
- ieno for Japanese Translations!
- All other wonderful people reporting Bugs and being so patient!---
#### 📬 Contacting me
You can find me on the unofficial [AV1 Discord](https://discord.gg/HSBxne3) or on the [NEAV1E Discord](https://discord.gg/yG27ArHBFe)