Skip to content

ABR (adaptive bitrate) transcoder, that accepts an h.264 video and outputs multiple variants of it with different qualities.

License

Notifications You must be signed in to change notification settings

membraneframework/membrane_abr_transcoder_plugin

Repository files navigation

Membrane ABR Transcoder plugin

Hex.pm API Docs CircleCI

This plugin provides an ABR (adaptive bitrate) transcoder, that accepts an h.264 video and outputs multiple variants of it with different qualities. The transcoder supports two backends: Nvidia and Xilinx. Using the Nvidia backend is recommended, as it has proven to be more stable.

Prerequisites

Depending on the backend you choose, the transcoder requires Nvidia or Xilinx drivers to work. Here's how to set up the Nvidia driver and use the plugin in Docker on a Debian host:

$ scripts/install_docker.sh # installs Docker
$ scripts/setup_nvidia.sh # installs Nvidia drivers and Nvidia Container Toolkit
$ scripts/build_nvidia.sh # builds the Docker image
$ scripts/run_nvidia.sh # runs the Docker container

In the container, you can run an example pipeline with elixir example.exs.

Installation

Once you have the environment set up, you should add the transcoder to dependencies:

{:membrane_abr_transcoder_plugin, "~> 0.1.0"}

Usage

The example.exs script shows how to transcode a video file to multiple resolutions. To run it, type elixir example.exs.

Sponsors

This plugin is sponsored by VStream.

Copyright and License

Copyright 2020, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0

About

ABR (adaptive bitrate) transcoder, that accepts an h.264 video and outputs multiple variants of it with different qualities.

Resources

License

Stars

Watchers

Forks

Packages

No packages published