luofalei / VTM

*Unofficial* VVC Test model (VTM) repository

Home Page:https://jvet.hhi.fraunhofer.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NextSoftware build howto:

The software uses cmake to create the needed build files. 
Download cmake: http://www.cmake.org/ and install it.

Usage:

Open a command prompt on your system and change into the root directory
of this project (location of README.txt).

Create a build directory in the root directory:
mkdir build 

After that use one of the following cmake commands. Feel free to change the 
commands to satisfy your needs.

Windows sample for Visual Studio 2015 64 Bit:
cd build
cmake .. -G "Visual Studio 14 2015 Win64"

Linux Release Makefile sample:
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release

Linux Debug Makefile sample:
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug

MACOSX Xcode sample:
cd build
cmake .. -G "Xcode"

About

*Unofficial* VVC Test model (VTM) repository

https://jvet.hhi.fraunhofer.de/

License:Other


Languages

Language:C++ 80.2%Language:CMake 11.5%Language:Python 6.8%Language:Shell 0.6%Language:C 0.6%Language:Makefile 0.2%