Get and Compile H.265/HEVC Reference Software

H.265/HEVC(High Efficiency Video Coding) Reference Software (HM - HEVC test model)
https://hevc.hhi.fraunhofer.de/

Install Subversion the source code version control system
$ sudo apt-get install -y subversion

Download the workspace of HM
$ mkdir hm && cd hm && svn checkout https://hevc.hhi.fraunhofer.de/svn/svn_HEVCSoftware/

Compile with the trunk version
$ cd svn_HEVCSoftware/trunk/build/linux
$ make

Location of the compiled executable files
$ svn_HEVCSoftware/trunk/bin

留言