Port details |
- vmaf Perceptual video quality assessment based on multi-method fusion
- 3.0.0 multimedia =12 3.0.0Version of this port present on the latest quarterly branch.
- Maintainer: jbeich@FreeBSD.org
- Port Added: 2019-10-08 04:48:36
- Last Update: 2023-12-22 20:01:29
- Commit Hash: e213fd6
- People watching this port, also watch:: dav1d, xorg-fonts-truetype, libevent, indexinfo, openjpeg
- License: BSD2CLAUSE+PATENT
- WWW:
- https://github.com/Netflix/vmaf
- Description:
- VMAF is a perceptual video quality assessment algorithm developed by
Netflix. VMAF Development Kit (VDK) is a software package that
contains the VMAF algorithm implementation, as well as a set of tools
that allows a user to train and test a custom VMAF model.
- ¦ ¦ ¦ ¦
- 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/vmaf/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/vmaf
- pkg install vmaf
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: vmaf
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1701977252
SHA256 (Netflix-vmaf-v3.0.0_GH0.tar.gz) = 7178c4833639e6b989ecae73131d02f70735fdb3fc2c7d84bc36c9c3461d93b1
SIZE (Netflix-vmaf-v3.0.0_GH0.tar.gz) = 18111853
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:
-
- xxd : sysutils/xxd
- nasm : devel/nasm
- meson : devel/meson
- ninja : devel/ninja
- This port is required by:
- for Libraries
-
- multimedia/aom
- multimedia/ffmpeg
- multimedia/ffmpeg4
- multimedia/vapoursynth-vmaf
Configuration Options:
- No options to configure
- Options name:
- multimedia_vmaf
- USES:
- compiler:c++11-lib meson
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.0 22 Dec 2023 20:01:29 |
Jan Beich (jbeich) |
multimedia/vmaf: update to 3.0.0
Changes: https://github.com/Netflix/vmaf/releases/tag/v3.0.0
Reported by: GitHub (watch releases) |
3.0.0.r_1 21 Nov 2023 20:39:25 |
Jan Beich (jbeich) |
multimedia/vmaf: unbreak build with clang 15 after a57fa8802ae7
../tools/cli_parse.c:194:21: error: incompatible integer to pointer conversion
assigning to 'char *' from 'int' [-Wint-conversion]
while ((key_val = strsep(&optarg_copy, ":")) != NULL) {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
../tools/cli_parse.c:195:15: error: incompatible integer to pointer conversion
initializing 'char *' with an expression of type 'int' [-Wint-conversion]
char *key = strsep(&key_val, "=");
^ ~~~~~~~~~~~~~~~~~~~~~
../tools/cli_parse.c:196:15: error: incompatible integer to pointer conversion
initializing 'char *' with an expression of type 'int' [-Wint-conversion]
char *val = strsep(&key_val, "=");
^ ~~~~~~~~~~~~~~~~~~~~~
../tools/cli_parse.c:221:19: error: incompatible integer to pointer conversion
initializing 'char *' with an expression of type 'int' [-Wint-conversion]
char *name = strsep(&key, ".");
^ ~~~~~~~~~~~~~~~~~
../tools/cli_parse.c:223:19: error: incompatible integer to pointer conversion
initializing 'char *' with an expression of type 'int' [-Wint-conversion] (Only the first 15 lines of the commit message are shown above ) |
3.0.0.r 21 Nov 2023 17:22:09 |
Jan Beich (jbeich) |
multimedia/vmaf: update to 3.0.0.r
Changes: https://github.com/Netflix/vmaf/releases/tag/v3.0.0-rc
Reported by: GitHub (watch releases) |
2.3.1 07 Apr 2023 18:36:06 |
Jan Beich (jbeich) |
multimedia/vmaf: reduce BUILD_DEPENDS after de841b40d24d |
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) |
2.3.1 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 ) |
2.3.1 11 Apr 2022 20:49:19 |
Jan Beich (jbeich) |
multimedia/vmaf: update to 2.3.1
Changes: https://github.com/Netflix/vmaf/releases/tag/v2.3.1
Reported by: GitHub (watch releases) |
2.3.0_2 08 Nov 2021 17:33:41 |
Jan Beich (jbeich) |
multimedia/vmaf: unbreak built-in models after 1868dedecc9a
$ ffmpeg -i foo.y4m -i bar.y4m -lavfi libvmaf -f null -
[...]
libvmaf WARNING no such built-in model: "vmaf_v0.6.1"
[Parsed_libvmaf_0 @ 0x8061b33c0] could not load libvmaf model with version:
vmaf_v0.6.1
[AVFilterGraph @ 0x8061b6880] Error initializing filter 'libvmaf' |
2.3.0_1 08 Nov 2021 17:33:40 |
Jan Beich (jbeich) |
multimedia/vmaf: unbreak legacy API consumers after 1868dedecc9a
$ aomenc --tune=vmaf --output=foo.mp4 foo.y4m
Pass 1/2 frame 1/0 0B 0 us 0.00 fpm [ETA unknown] libvmaf
ERROR could not read model from path: "/usr/local/share/model/vmaf_v0.6.1.json"
Fatal error: Failed to load VMAF model.
$ ffmpeg -i foo.y4m -i bar.y4m -lavfi libvmaf -f null -
[...]
libvmaf INFO `compute_vmaf()` is deprecated and will be removed in a future
libvmaf version
libvmaf ERROR could not read model from path:
"/usr/local/share/model/vmaf_v0.6.1.pkl"
libvmaf ERROR support for pkl model files has been removed, use json
libvmaf ERROR problem loading model file: /usr/local/share/model/vmaf_v0.6.1.pkl
[Parsed_libvmaf_0 @ 0x8061b3b40] libvmaf encountered an error, check log for
details |
2.3.0 16 Oct 2021 21:58:42 |
Jan Beich (jbeich) |
multimedia/vmaf: update to 2.3.0
Changes: https://github.com/Netflix/vmaf/releases/tag/v2.3.0
Reported by: GitHub (watch releases) |
2.2.1 21 Sep 2021 04:24:18 |
Jan Beich (jbeich) |
multimedia/vmaf: update to 2.2.1
Changes: https://github.com/Netflix/vmaf/releases/tag/v2.2.1
Reported by: GitHub (watch releases) |
2.2.0 02 Jul 2021 22:05:07 |
Jan Beich (jbeich) |
multimedia/vmaf: update to 2.2.0
Changes: https://github.com/Netflix/vmaf/releases/tag/v2.2.0
Reported by: GitHub (watch releases) |
2.1.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.1.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.1 14 Jan 2021 08:35:29 |
jbeich |
multimedia/vmaf: update to 2.1.1
Changes: https://github.com/Netflix/vmaf/releases/tag/v2.1.1
Reported by: GitHub (watch releases) |
2.1.0 31 Dec 2020 00:31:53 |
jbeich |
multimedia/vmaf: update to 2.1.0
Changes: https://github.com/Netflix/vmaf/releases/tag/v2.1.0
Reported by: GitHub (watch releases) |
2.0.0 07 Dec 2020 20:51:27 |
jbeich |
multimedia/vmaf: update to 2.0.0
Changes: https://github.com/Netflix/vmaf/releases/tag/v2.0.0
Reported by: GitHub (watch releases) |
1.5.3 25 Aug 2020 00:42:30 |
jbeich |
multimedia/vmaf: update to 1.5.3
Changes: https://github.com/Netflix/vmaf/releases/tag/v1.5.3
Changes: https://github.com/Netflix/vmaf/compare/v1.5.2...v1.5.3
Reported by: GitHub (watch releases) |
1.5.2 02 Jul 2020 00:54:09 |
jbeich |
multimedia/vmaf: update to 1.5.2
Changes: https://github.com/Netflix/vmaf/releases/tag/v1.5.2
Changes: https://github.com/Netflix/vmaf/compare/v1.5.1...v1.5.2
Reported by: GitHub (watch releases) |
1.5.1 29 Feb 2020 17:47:16 |
jbeich |
multimedia/vmaf: replace patch with upstream version
Git hash is different due to cherry-pick. |
1.5.1 29 Feb 2020 15:53:56 |
jbeich |
multimedia/vmaf: update to 1.5.1
Changes: https://github.com/Netflix/vmaf/releases/tag/v1.5.1
Reported by: GitHub (watch releases) |
1.3.15 08 Oct 2019 04:48:29 |
jbeich |
multimedia/vmaf: add new port
VMAF is a perceptual video quality assessment algorithm developed by
Netflix. VMAF Development Kit (VDK) is a software package that
contains the VMAF algorithm implementation, as well as a set of tools
that allows a user to train and test a custom VMAF model.
https://github.com/Netflix/vmaf |