GithubHelp home page GithubHelp logo

michalliu / openhevc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openhevc/openhevc

0.0 1.0 0.0 244.92 MB

HEVC decoder

Home Page: http://openhevc.github.io/openHEVC/

Makefile 0.08% CMake 1.52% C 85.96% C++ 2.36% Assembly 9.91% Objective-C 0.16%

openhevc's Introduction

openHEVC

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:

What does openHEVC support?

  • Main Profile (all conformance bitstreams except BUMPING)
  • Main 10 Profile (except different combination of luma/chroma bitwidth)
  • Range extension (4:2:2/4:4:4)
    • Bitstream aligned with April 2014 HEVC standard
  • support of SHM4.1 bitstreams

What is the compiling infrastructure?

  • MSVC2013
  • gcc
  • clang

Where is the source code of openHEVC?

Where is the source code of GPAC?

How to compile openHEVC on linux from source code

  • execute these commands
git clone git://github.com/OpenHEVC/openHEVC.git
cd openHEVC
git checkout hevc_rext
  • install yasm
  • go into OpenHEVC source folder
  • execute these commands
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=RELEASE ..
make
sudo make install

How to test openHEVC on linux from source code

  • Prerequisites: SDL or SDL2
  • go into source folder of openHEVC
  • with SDL: cd build; ./hevc -i name_of_annexB_bitstream.(bit,bin,265)
  • with SDL2: cd build; ./hevc_sdl2 -i name_of_annexB_bitstream.(bit,bin,265)
    • add -n to remove the display
    • add -l layer with layer a number to select the layer in a SHVC bitstream
    • add -f xx with xx to select frame-based (0), wpp/tiles (1) or combination of frame-based and wpp (4)
    • add -p to select the number of threads when -f is activated

How to compile gpac with openHEVC on linux

./configure 
make
sudo make install

How to embed HEVC into MP4 file format

  • use i_main, lp_main, ld_main or ra_main bitstreams from http://ftp.kw.bbc.co.uk/hevc/hm-10.0-anchors/bitstreams/
  • MP4Box -add name_of_annexB_bitstream.(bit,bin,265) -fps 50 -new output.mp4
    • where fps specifies the framerate (in the case of BQMall_832x480_60_qp22.bin the framerate is 60)
  • MP4Client output.mp4 # to play HEVC mp4 content

How to embed HEVC into TS

cd bin/gcc
./mp42ts -prog=hevc.mp4 -dst-file=test.ts
MP4Client test.ts # to play HEVC transport streams

openHEVC contributors

  • Active contributors

    • Guillaume Martres (alias smarter - google summer of code / EPFL) - student
    • Mickaël Raulet (IETR/INSA Rennes)
    • Gildas Cocherel (IETR/INSA Rennes)
    • Wassim Hamidouche (IETR/INSA Rennes)
    • Seppo Tomperi (VTT)
    • Pierre Edouard Lepere (IETR/INSA Rennes)
    • Fernando Pescador Del Oso (UPM)
    • Jesus Caño Velasco (UPM)
  • Former contributors

    • Anand Meher Kotra (IETR/INSA Rennes)
  • gpac contributors

Publications

  • 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.

openhevc's People

Contributors

mraulet avatar gcocherel avatar plepere avatar kjerbi avatar stseppo avatar anandmeherkotra avatar elenril avatar alorence avatar whamidou avatar hyviquel avatar pcabarat avatar alexandresanchez avatar xantares avatar jpcano avatar smarter avatar cgisquet avatar gorinje avatar hkisd avatar rusergeev avatar jamrial avatar jheulot avatar nitinchaudharyusc avatar rbouqueau avatar fanyingming avatar jeljeli avatar michalliu avatar mraulet77 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.