GithubHelp home page GithubHelp logo

libde265-ffmpeg's Introduction

libde265-ffmpeg

HEVC/H.265 codec for ffmpeg / libavcodec using libde265

Building

  • Add the libde265dec.c to your projects source files.
  • Add the folder containing libde265dec.h to your include path.
  • Change your initialization code (where you call av_register_all) to also call libde265dec_register:
  #include <libde265dec.h>

  void initialize(void) {
     ...
     av_register_all();
     libde265dec_register();
     ...
  }
  • This will replace any existing HEVC/H.265 decoders with libde265.
  • Make sure the libde265 library can be loaded when your application runs.

Dependencies

In addition to a compiler and the public ffmpeg/libavcodec headers, a couple of other packages must be installed in order to compile the codec:

  • libde265-dev (>= 0.6)

Copyright (c) 2014-2015 struktur AG

libde265-ffmpeg's People

Contributors

fancycode avatar ivansss avatar

Watchers

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