Port details |
- vvenc Versatile Video Coding (VVC) encoder
- 1.7.0 multimedia
=0 Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2023-01-25 09:21:08
- Last Update: 2023-03-13 00:02:35
- Commit Hash: 4741d8f
- License: BSD3CLAUSE
- Description:
- The Fraunhofer Versatile Video Encoder (VVenC) is a fast and efficient
H.266/VVC encoder implementation with the following main features:
- Easy to use encoder implementation with five predefined
quality/speed presets;
- Perceptual optimization to improve subjective video quality, based
on the XPSNR visual model;
- Extensive frame-level and task-based parallelization with very good
scaling;
- Frame-level single-pass and two-pass rate control supporting
variable bit-rate (VBR) encoding;
- Expert mode encoder interface available, allowing fine-grained
control of the encoding process.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/multimedia/vvenc/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/vvenc
- pkg install vvenc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: vvenc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1670954092
SHA256 (fraunhoferhhi-vvenc-v1.7.0_GH0.tar.gz) = cb73d0ebe1d86f2365f47db4f0982d1239748786c18580e2995361559eb5453c
SIZE (fraunhoferhhi-vvenc-v1.7.0_GH0.tar.gz) = 2086639
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- multimedia_vvenc
- USES:
- cmake:testing
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.0 13 Mar 2023 00:02:35
    |
Piotr Kubaj (pkubaj)  |
multimedia/vvenc: fix build on armv? / powerpc
/wrkdirs/usr/ports/multimedia/vvenc/work/vvenc-1.7.0/source/Lib/CommonLib/x86/sse41/../BufferX86.h:1658:3:
error: static_assert failed due to requirement 'sizeof (val) == 8' "Only
supported for 64bit systems!"
static_assert( sizeof( val ) == 8, "Only supported for 64bit systems!" );
^ ~~~~~~~~~~~~~~~~~~
1 error generated. |
1.7.0 09 Mar 2023 09:48:55
    |
Piotr Kubaj (pkubaj)  |
multimedia/vvenc: fix build on big-endian
ld: error: duplicate symbol: vvenc::byteReverse(unsigned int*, unsigned int)
>>> defined at PicYuvMD5.cpp
>>>
source/Lib/vvenc/CMakeFiles/vvenc.dir/__/CommonLib/PicYuvMD5.cpp.o:(vvenc::byteReverse(unsigned
int*, unsigned int))
>>> defined at EncGOP.cpp
>>>
source/Lib/vvenc/CMakeFiles/vvenc.dir/__/EncoderLib/EncGOP.cpp.o:(.text+0x0) |
1.7.0 25 Jan 2023 09:20:22
    |
Yuri Victorovich (yuri)  Author: Jan Beich |
multimedia/vvenc: New port: Versatile Video Coding (VVC) encoder |
Number of commits found: 3
|