Skip to content
/ libde265 Public
forked from strukturag/libde265

Open h.265 video codec implementation.

License

Notifications You must be signed in to change notification settings

xyy7/libde265

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libde265

Encoder

Libde265 and Pybind11 install and compile.

  • sudo apt-get install automake libtool libdpkg-perl
    sudo apt-get install cmake gcc-7 g++-7 qt4-qmake libqt4-dev
    
  • Configure libde265.

    • ./autogen.sh
      ./configure
      
  • Install pybind11和python3.7-dev.

    • sudo apt-get install python3.7 python3.7-dev 
      pip install "pybind11[global]"
      
  • Add python library to dec265/Makefile.

    • -fPIC ${shell python3.7-config --cflags} //append after CXXFLAGS
      -L/usr/lib/python3.7/config-3.7m-x86_64-linux-gnu -lpython3.7  // append after LIBS
      
  • Compile dynamic library (*.so) for pybind11.

    • cd dec265
      sh make-pybind11.sh
      

Save coding prior.

  • cd dec265
    python getCTBinfo-pybind11.py
    

About

Open h.265 video codec implementation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.7%
  • C 3.8%
  • Assembly 1.8%
  • M4 1.4%
  • Shell 0.8%
  • Python 0.6%
  • Other 0.9%