Skip to content

Releases: intel/libmebo

LibMebo 0.1.0 : First Release

29 Jun 21:27
Compare
Choose a tag to compare

What is LibMebo?

LibMebo is an open-source library to orchestrate the bitrate control algorithms for a video encoder pipeline. This library has a collection of algorithms derived from various video encoder libraries. The intention for Libmebo is to allow the video encoder implementations to enable customized bitrate control outside of the core pipeline. The encoder itself could be running on software or hardware.

Please read the explainer for the details: https://github.com/intel/libmebo/blob/master/explainer.md

== Source Code ==

== Features ==

Add libmebo API for Software Bitrate Control
Add CBR mode bitrate algorithm for VP9 encode (derived from libvpx)
Add CBR mode bitrate algorithm for VP8 encode (derived from libvpx)
Add CBR mode bitrate algorithm for AV1 encode (derived from aom libraray)
Add a sample fake-encode application for testing libmebo

== Reporting Bugs ==