H265 HM repository

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

 

jvet / HM · GitLab

HEVC HM reference software

vcgit.hhi.fraunhofer.de

git clone https://vcgit.hhi.fraunhofer.de/jvet/HM.git
git tag
git checkout HM-17.0

 

HM build

mkdir build
cmake ../ -DCMAKE_BUILD_TYPE=Debug
make -j

cmake version이 3.5보다 낮은 경우, cmake step에서 error가 발생할 수도 있습니다.

 

Test encoding

cd bin
./TAppEncoderStaticd -wdt 1920 -hgt 1080 --ConformanceWindowMode=1 -fr 25 -f 5 -i <input_yuv> -c ../cfg/encoder_lowdelay_main.cfg

HM은 x265에 비해 엄청나게 느립니다. 너무 많은 양을 encoding하지 않는게 정신건강에 좋습니다.

 

 

반응형

'Video Codec > H.265' 카테고리의 다른 글

HEVC Intra prediction  (0) 2023.02.28
How to build x265  (0) 2023.02.28
HEVC Partitioning  (1) 2023.02.24

+ Recent posts