Alkl58 / NotEnoughAV1Encodes

GUI for AV1 (aomenc, rav1e & svt-av1)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


πŸ”¬ 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 Releases Build status

Stable Builds: Releases

Testing Builds: AppVeyor

πŸ“½ 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 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 or on the NEAV1E Discord

About

GUI for AV1 (aomenc, rav1e & svt-av1)

License:MIT License


Languages

Language:C# 99.3%Language:Inno Setup 0.7%