openHEVC is a fork of Libav with only the files needed to decode HEVC content, it was created for research purposes. Most people will not need to use this and should use the libav HEVC decoder available at https://github.com/OpenHEVC/ffmpeg instead (see https://ffmpeg.org/documentation.html for documentation).
openHEVC in combination with GPAC is used in 3 research projects:
git clone git://github.com/OpenHEVC/openHEVC.git
git checkout hevc_rext
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=RELEASE ..
make
sudo make install
cd build; ./hevc -i name_of_annexB_bitstream.(bit,bin,265)
cd build; ./hevc_sdl2 -i name_of_annexB_bitstream.(bit,bin,265)
-n
to remove the display -l layer
with layer
a number to select the layer in a SHVC bitstream -f xx
with xx
to select frame-based (0
), wpp/tiles (1
) or combination of frame-based and wpp (4
)-p
to select the number of threads when -f is activatedsvn checkout https://gpac.svn.sourceforge.net/svnroot/gpac/trunk
./configure
make
sudo make install
MP4Box -add name_of_annexB_bitstream.(bit,bin,265) -fps 50 -new output.mp4
MP4Client output.mp4 # to play HEVC mp4 content
cd bin/gcc
./mp42ts -prog=hevc.mp4 -dst-file=test.ts
MP4Client test.ts # to play HEVC transport streams
Active contributors
Former contributors
Conferences:
Hamidouche W., Raulet M., Déforges O, « Real time SHVC decoder: Implementation and complexity analysis », in ICIP 2014 – IEEE International Conference on Image Processing
Hamidouche W., Raulet M., Déforges O., « Parallel SHVC Decoder: Implementation and Analysis », in ICME 2014 – IEEE International Conference on Multimedia and Expo.
Hamidouche W., Cocherel G. , Le Feuvre J., Raulet M. and Déforges O. , « 4K Real-time video streaming with SHVC decoder and GPAC player », in ICME 2014 – IEEE International Conference on Multimedia and Expo.
Hamidouche W., Raulet M., Déforges O., « Multi-core software architecture for the scalable HEVC decoder », in ICASSP 2014 – IEEE International Conference on Acoustics, Speech, and Signal Processing.
J. Le Feuvre, J.-M. Thiesse, M. Parmentier, M. Raulet and Ch. Daguet, « Ultra high definition HEVC DASH data set », ACM MMSys, Singapore, March 2014, pp. 7-12.
M. Raulet, G. Cocherel, W. Hamidouche, J. Le Feuvre, J. Gorin, S. Kervadec and J. Viéron, « HEVC Live end to end demonstration », MMSP, Pula, Italia, October 2013.