Port details |
- av1an Command-line encoding framework with per scene quality
- 0.4.3_3 multimedia =2 0.4.3_2Version of this port present on the latest quarterly branch.
- Maintainer: jbeich@FreeBSD.org
- Port Added: 2021-11-08 17:42:50
- Last Update: 2024-11-08 08:24:20
- Commit Hash: ca048c2
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- nasm : devel/nasm
- rust>=1.82.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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.3_3 08 Nov 2024 08:24:20 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.82.0
PR: 282516 |
0.4.3_2 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
0.4.3_1 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
0.4.3 18 Aug 2024 00:22:35 |
Jan Beich (jbeich) |
multimedia/av1an: update to 0.4.3
Changes: https://github.com/master-of-zen/Av1an/releases/tag/0.4.3
Reported by: GitHub (watch releases) |
0.4.2_5 18 Jun 2024 10:59:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
0.4.2_4 01 Jun 2024 22:35:08 |
Jan Beich (jbeich) |
multimedia/av1an: unbreak on arch(7) with unsigned char |
0.4.2_4 30 May 2024 16:40:04 |
Jan Beich (jbeich) |
multimedia/av1an: mark BROKEN on ARM after 874d8e4b5d2e
error[E0308]: mismatched types
-->
cargo-crates/ffmpeg-the-third-2.0.1+ffmpeg-7.0/src/util/channel_layout/channel_custom.rs:27:13
|
27 | name,
| ^^^^ expected `[u8; 16]`, found `[i8; 16]`
|
= note: expected array `[u8; 16]`
found array `[i8; 16]`
Reported by: pkg-fallout |
0.4.2_4 13 May 2024 11:03:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.78.0
PR: 278834 |
0.4.2_3 11 May 2024 16:03:30 |
Jan Beich (jbeich) |
multimedia/av1an: unbreak build with ffmpeg 7.0
error[E0425]: cannot find value `AV_CH_LAYOUT_NATIVE` in this scope
-->
cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/util/channel_layout.rs:31:39
|
31 | const NATIVE = AV_CH_LAYOUT_NATIVE;
| ^^^^^^^^^^^^^^^^^^^ help: a
constant with a similar name exists: `AV_CH_LAYOUT_STEREO`
|
:::
../target/x86_64-unknown-freebsd/release/build/ffmpeg-sys-the-third-ec468502176024bc/out/bindings.rs:20777:1
|
20777 | pub const AV_CH_LAYOUT_STEREO: libc::c_ulonglong = 3;
| ------------------------------------------------ similarly named
constant `AV_CH_LAYOUT_STEREO` defined here
error[E0425]: cannot find value `AV_PIX_FMT_XVMC` in this scope
-->
cargo-crates/ffmpeg-the-third-1.2.2+ffmpeg-6.0/src/util/format/pixel.rs:1040:28 (Only the first 15 lines of the commit message are shown above ) |
0.4.2_2 23 Mar 2024 09:41:46 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.77.0
PR: 277786 |
0.4.2_1 19 Feb 2024 11:59:23 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.76.0
PR: 276920 |
0.4.2 17 Feb 2024 23:07:36 |
Jan Beich (jbeich) |
multimedia/av1an: update to 0.4.2
Changes: https://github.com/master-of-zen/Av1an/releases/tag/0.4.2
Reported by: GitHub (watch releases) |
0.4.1_10 09 Jan 2024 12:15:54 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.75.0
PR: 276033 |
0.4.1_9 08 Dec 2023 15:04:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.74.1
PR: 275243 |
0.4.1_8 24 Oct 2023 10:22:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.73.0
PR: 274499 |
0.4.1_7 08 Sep 2023 09:06:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.72.0
PR: 273331 |
0.4.1_6 17 Jul 2023 15:58:38 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.71.0
PR: 272449 |
0.4.1_5 09 Jun 2023 11:38:16 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.70.0
PR: 271797 |
0.4.1_4 27 Apr 2023 12:01:46 |
Daniel Engberg (diizzy) |
*/*: Bump all users of multimedia/ffmpeg*
...to make sure all picks up new version(s) |
0.4.1_3 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
0.4.1_2 23 Apr 2023 13:14:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.69.0
PR: 270953 |
0.4.1_1 06 Apr 2023 00:50:12 |
Jan Beich (jbeich) |
multimedia/av1an: convert to WRKSRC_crate |
0.4.1_1 16 Mar 2023 11:11:52 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.68.0
PR: 270080 |
0.4.1 13 Mar 2023 11:44:43 |
Jan Beich (jbeich) |
multimedia/av1an: update to 0.4.1
Changes: https://github.com/master-of-zen/Av1an/releases/tag/0.4.1
Reported by: GitHub (watch releases) |
0.4.0_2 13 Feb 2023 14:52:59 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.67.1
PR: 269336 |
0.4.0_1 07 Jan 2023 19:24:18 |
Daniel Engberg (diizzy) |
*/*: Bump rust (cargo) ports to reflect on WITH_LTO
Bump ports in tree so they get rebuilt with new default settings
for cargo ports |
0.4.0 06 Jan 2023 17:00:06 |
Jan Beich (jbeich) |
multimedia/av1an: update to 0.4.0
Changes: https://github.com/master-of-zen/Av1an/releases/tag/0.4.0-release
Reported by: GitHub (watch releases) |
0.3.1_10 24 Dec 2022 16:56:12 |
Jan Beich (jbeich) |
devel/rust-bindgen: switch to LLVM_CONFIG from USES=llvm |
0.3.1_10 24 Dec 2022 16:35:30 |
Jan Beich (jbeich) |
multimedia/av1an: convert to USES=llvm |
0.3.1_10 20 Dec 2022 17:37:15 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.66.0
PR: 268415 |
0.3.1_9 17 Nov 2022 07:06:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.65.0
PR: 267622 |
0.3.1_8 03 Nov 2022 14:10:55 |
Jan Beich (jbeich) |
*/*: move CARGO_CRATES to Makefile.crates in my ports |
0.3.1_8 30 Oct 2022 12:07:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.64.0
PR: 267173 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.3.1_7 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.3.1_7 25 Aug 2022 14:49:50 |
Baptiste Daroussin (bapt) |
rust: bring back update to 1.63
Revert back the revert of the update of rust and related commits
This revert was drive by beside validation by portmgr via exp-run
and not respectful of the etiquette we have between committers
This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64.
This reverts commit 04d257baa182926cff158f32cf459e560426add0.
This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2.
This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e.
This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c.
This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e.
With hat: portmgr |
0.3.1_6 25 Aug 2022 10:49:39 |
Piotr Kubaj (pkubaj) |
Revert "lang/rust: Bump revisions after 1.63.0"
This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d.
PR: 265915 |
0.3.1_7 25 Aug 2022 08:51:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.63.0 |
0.3.1_6 02 Jul 2022 13:47:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.62.0 |
0.3.1_5 31 May 2022 13:06:17 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.61.0 |
0.3.1_4 03 May 2022 08:00:34 |
Tobias Kortkamp (tobik) |
lang/rust: Relink ports after the Rust 1.60.0 update |
0.3.1_3 15 Mar 2022 09:51:58 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.59.0 |
0.3.1_2 20 Feb 2022 13:36:10 |
Jan Beich (jbeich) |
multimedia/av1an: merge ffmpeg fix from f6e17b1726ba into one file
In my Rust-based ports patches are usually split "by topic" (large
changes) or "by crate" (many small changes). The important details
are "whether/when it landed upstream?" and "what error is being fixed?" |
0.3.1_2 03 Feb 2022 14:02:32 |
Tobias Kortkamp (tobik) |
lang/rust: Relink consumers
PR: 261449
Security: ee26f513-826e-11ec-8be6-d4c9ef517024 |
0.3.1_1 23 Jan 2022 11:45:49 |
Jan Beich (jbeich) |
multimedia/av1an: unbreak --encoder svt-av1 after b2302fb4a315
Unprocessed tokens: --tf-level --palette-level --umv --ext-block --hbd-md
--bipred-3x3 --pred-me --compound --sg-filter-mode
--enable-restoration-filtering --cdef-level --disable-dlf --mrp-level
--enable-pic-based-rate-est --enable-local-warp --enable-global-motion
--enable-interintra-comp --obmc-level --rdoq-level --filter-intra-level
--enable-intra-edge-filter |
0.3.1 17 Jan 2022 19:09:50 |
Jan Beich (jbeich) |
multimedia/av1an: update to 0.3.1
Changes: https://github.com/master-of-zen/Av1an/releases/tag/0.3.1
Reported by: GitHub (watch releases) |
0.3.0_1 17 Jan 2022 11:57:45 |
Tobias Kortkamp (tobik) |
lang/rust: Bump revisions after 1.58.0 |
0.3.0 06 Jan 2022 22:49:51 |
Jan Beich (jbeich) |
multimedia/av1an: unbreak on i386 after fef20e00fa00 |
0.3.0 06 Jan 2022 21:50:32 |
Jan Beich (jbeich) |
multimedia/av1an: update to 0.3.0
Changes: https://github.com/master-of-zen/Av1an/releases/tag/0.3.0
Reported by: GitHub (watch releases) |
0.2.0_1 04 Jan 2022 18:11:39 |
Piotr Kubaj (pkubaj) |
multimedia/av1an: fix build on big-endian
1. patch-powerpc is similar to the one other ports use.
2. Additionally, add a missing endianness check. |
0.2.0_1 05 Dec 2021 12:35:42 |
Tobias Kortkamp (tobik) |
lang/rust: Rebuild consumers for Rust 1.57.0 |
0.2.0 04 Dec 2021 21:10:49 |
Jan Beich (jbeich) |
multimedia/av1an: unbreak on aarch64/armv[67]/powerpc*
error[E0308]: mismatched types
--> cargo-crates/ffmpeg-next-4.4.0/src/util/error.rs:205:7
|
205 | [[0_i8; AV_ERROR_MAX_STRING_SIZE]; 27];
| ^^^^ expected `u8`, found `i8`
|
help: change the type of the numeric literal from `i8` to `u8`
|
205 | [[0_u8; AV_ERROR_MAX_STRING_SIZE]; 27];
| ~~~~
Reported by: pkg-fallout |
0.2.0 08 Nov 2021 17:33:42 |
Jan Beich (jbeich) |
multimedia/av1an: add new port
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.
https://github.com/master-of-zen/Av1an |