VVenC, the Fraunhofer Versatile Video Encoder, is a fast and efficient software H.266/VVC encoder implementation with the following main features:
See the Wiki-Page for more information:
VVenC uses CMake to describe and manage the build process. A working CMake installation is required to build the software. In the following, the basic build steps are described. Please refer to the Wiki for the description of all build options.
To build using CMake, create a build
directory and generate the project:
mkdir build
cd build
cmake .. <build options>
To actually build the project, run the following after completing project generation:
cmake --build .
For multi-configuration projects (e.g. Visual Studio or Xcode) specify --config Release
to build the release configuration.
On top of the CMake build system, convenience Makefile is provided to simplify the build process. To build using GNU Make please run the following:
make install-release <options>
Other supported build targets include configure
, release
, debug
, relwithdebinfo
, test
, and clean
. Refer to the Wiki for a full list of supported features.
Please use the following citation when referencing VVenC in literature:
@InProceedings{VVenC,
author = {Wieckowski, Adam and Brandenburg, Jens and Hinz, Tobias and Bartnik, Christian and George, Valeri and Hege, Gabriel and Helmrich, Christian and Henkel, Anastasia and Lehmann, Christian and Stoffers, Christian and Zupancic, Ivan and Bross, Benjamin and Marpe, Detlev},
booktitle = {Proc. IEEE International Conference on Multimedia Expo Workshops (ICMEW)},
date = {2021},
title = {VVenC: An Open And Optimized VVC Encoder Implementation},
doi = {10.1109/ICMEW53276.2021.9455944},
pages = {1-2},
}
Feel free to contribute. To do so:
Please see LICENSE.txt file for the terms of use of the contents of this repository.
For more information, please contact: vvc@hhi.fraunhofer.de
Copyright (c) 2019-2024, Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. & The VVenC Authors.
All rights reserved.
VVenC® is a registered trademark of the Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。