Port details on branch 2024Q3 |
- av1an Command-line encoding framework with per scene quality
- 0.4.3 multimedia =0 0.4.3Version of this port present on the latest quarterly branch.
- Maintainer: jbeich@FreeBSD.org
- Port Added: 2024-08-18 00:24:06
- Last Update: 2024-08-18 00:23:06
- Commit Hash: fa7652f
- License: GPLv3
- WWW:
- https://github.com/master-of-zen/Av1an
- Description:
- Av1an is a cross-platform framework to streamline encoding, providing
an easy way to start using AV1 / HEVC / H264 / VP9 / VP8 encoding.
AOM, RAV1E, SVT-AV1, VPX, x265, x264 are supported.
## Main Features
Splitting video by scenes for parallel encoding because AV1 encoders
are currently not very good at multithreading and encoding is limited
to a very limited number of threads.
- Vapoursynth script input support.
- Speed up video encoding.
- Target Quality mode. Targeting end result reference visual quality.
VMAF used as a substructure
- Resuming encoding without loss of encoded progress.
- Simple and clean console look.
- Automatic detection of the number of workers the host can handle.
- Both video and audio transcoding.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/multimedia/av1an/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/av1an
- pkg install av1an
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: av1an
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1723822172
SHA256 (rust/crates/addr2line-0.22.0.crate) = 6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678
SIZE (rust/crates/addr2line-0.22.0.crate) = 39156
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- nasm : devel/nasm
- rust>=1.79.0 : lang/rust
- pkgconf>=1.3.0_1 : devel/pkgconf
- llvm-config15 : devel/llvm15
- Library dependencies:
-
- libavformat.so : multimedia/ffmpeg
- libvapoursynth-script.so : multimedia/vapoursynth
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- multimedia_av1an
- USES:
- cargo llvm
- pkg-message:
- For install:
- Additional packages recommended for new users:
- svt-av1, rav1e, x264 (--encoder)
- vapoursynth-l-smash-works, ffms2 (--chunk-method)
- mkvtoolnix (--concat)
- Master Sites:
|