Giter VIP home page Giter VIP logo

libmebo's Introduction

LibMebo: Library for Media Encode bitrate-control-algorithm Orchestration.

LibMebo is an open source library for orchestrating the bitrate algorithms for a video encoder pipeline. The encoder itself could be running on hardware or software. LibMebo has a collection of BRC algorithms derived from various open-source encoder implementations.

See the explainer for more info.

License

libmebo is available under the terms the 3-Clause BSD License

Sources

libmebo source code is available at https://github.com/intel/libmebo

Details

Libmebo supports BRC algorithms for VP8, VP9 & AV1(experimental) codecs. Currently, we are focussing on video-conferencing applications and the only supported BRC model is Constant Bit Rate mode. The VP8 & VP9 brc algorithms are derived from the libvpx library [1]. A Work-in-progress algorithm is available for AV1 which is derived from the aom reference implementation [2]. Libmebo can support multiple implementations for the same codec too. We have already implemented the concept of using software brc with hardware encoder in chromium as part of the ChromeOS project [3]. Also, we have a sample middleware implementation to showcase the libmebo usage [4].

[1] https://chromium.googlesource.com/webm/libvpx/
[2] https://aomedia.googlesource.com/aom/
[3] https://bugs.chromium.org/p/chromium/issues/detail?id=1060775
[4] https://cgit.freedesktop.org/~sree/gstreamer-vaapi/commit/?h=libmebo&id=4d9af2f25bad1d3345ef629beddce11c28e17024 \

How to build & install

Download the source:
git clone https://github.com/intel/libmebo

cd libmbo
meson build [--prefix=InstallationDirectory]
ninja -C build install \

ToDo

-- Collect feedback from other open source media projects
-- Add a common brc engine and interface for various codecs
-- Add BRC algorithms for more codecs
-- Add interface for binary blob brc algorithms.

libmebo's People

Contributors

sreerenjb avatar rdower 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.