Crates.io | av1an |
lib.rs | av1an |
version | 0.4.3 |
source | src |
created_at | 2021-08-31 11:10:03.726484 |
updated_at | 2024-08-30 08:40:50.902417 |
description | Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding [Command line library] |
homepage | |
repository | https://github.com/master-of-zen/Av1an |
max_upload_size | |
id | 445058 |
size | 100,833 |
Av1an is a video encoding framework. It can increase your encoding speed and improve cpu utilization by running multiple encoder processes in parallel. Target quality, VMAF plotting, and more, available to take advantage for video encoding.
For help with av1an, please reach out to us on Discord or file a GitHub issue.
For complete reference, refer to CLI
or run av1an --help
Encode a video file with the default parameters:
av1an -i input.mkv
Or use a VapourSynth script and custom parameters:
av1an -i input.vpy -v "--cpu-used=3 --end-usage=q --cq-level=30 --threads=8" -w 10 --target-quality 95 -a "-c:a libopus -ac 2 -b:a 192k" -l my_log -o output.mkv
At least one encoder is required to use Av1an. The following encoders are supported:
Note that Av1an requires the executable encoder. If you use a package manager to install encoders, check that the installation includes an executable encoder (e.g. vpxenc, SvtAv1EncApp) from the list above. Just installing the library (e.g. libvpx, libSvtAv1Enc) is not enough.
av1an can be installed from package managers, cargo.io, or compliled manually. There are also pre-built Docker images which include all dependencies and are frequently updated.
For Windows users, prebuilt binaries are also included in every release, and a nightly build of the current master
branch is also available.
Arch Linux & Manjaro: pacman -S av1an
Cargo: cargo install av1an
Prerequisites:
Optional:
dgindexnv
executable needs to be present in system path and an NVIDIA GPU with CUVIDIf you want to install the L-SMASH or ffms2 plugins and are on Windows, then you have two installation options. The easiest way is using the included plugin script:
python3 vsrepo.py install lsmas ffms2