git: 066e5a5b6ae1 - main - multimedia/aom: enable VMAF by default (like ffmpeg)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Nov 2021 17:39:37 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=066e5a5b6ae1eca1955e90e62604e726e49a4199
commit 066e5a5b6ae1eca1955e90e62604e726e49a4199
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-11-08 16:04:56 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-11-08 17:33:42 +0000
multimedia/aom: enable VMAF by default (like ffmpeg)
$ aomenc --tune=vmaf --output=foo.mp4 foo.y4m
Error: Tried to set control 24 = 6
Failed to control codec: Invalid parameter
This error may be related to the wrong configuration options: try to set -DCONFIG_TUNE_VMAF=1 at the time CMake is run.
---
multimedia/aom/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/multimedia/aom/Makefile b/multimedia/aom/Makefile
index daa6ea986fe2..cb15e55d73b7 100644
--- a/multimedia/aom/Makefile
+++ b/multimedia/aom/Makefile
@@ -1,6 +1,7 @@
PORTNAME= aom
DISTVERSIONPREFIX= v
DISTVERSION= 3.2.0
+PORTREVISION= 1
CATEGORIES= multimedia
MAINTAINER= jbeich@FreeBSD.org
@@ -22,6 +23,7 @@ CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= ENABLE_DOCS ENABLE_TESTS
OPTIONS_DEFINE= VMAF
+OPTIONS_DEFAULT=VMAF
VMAF_DESC= Encoding tuning for VMAF
VMAF_LIB_DEPENDS= libvmaf.so:multimedia/vmaf