VVC/JEM(一):VVC参考软件

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/baidu_28446365/article/details/80308724
以Meeting J之后更新的额参考软件为例
  1. 进入https://mailman.rwth-aachen.de/mailman/listinfo/jvet进行注册
  2. http://phenix.it-sudparis.eu/jvet/下载J1002文件(Algorithm description for Versatile Video Coding and Test Model 1 (VTM 1)),文档中的scope给出了参考软件下载链接

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

  3. https://tortoisesvn.net/downloads.html下载并安装svn,桌面单击右键出现如下图所示SVN Checkout和TortoiseSVN说明安装成功。
  4. 下载文件:点击SVN Checkout,登录步骤一中的账号,填入步骤二中参考软件下载链接和要下载到本地的地址,OK。
  5. 打开svn_VVCSoftware_VTM/trunk 中的README.txt。                                                                                                   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"(or cmake .. -G "Visual Studio 14 2015 64 Bit"


    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"
  6. 得到下图所示文件,双击打开NextSoftWare.sln。

猜你喜欢

转载自blog.csdn.net/baidu_28446365/article/details/80308724