Membrane H264 FFmpeg plugin View Source

Hex.pm API Docs CircleCI

This package provides H264 video parser, decoder and encoder, based on ffmpeg and x264.

It is a part of the Membrane Multimedia Framework

Documentation is available at HexDocs

Installation

Add the following line to your deps in mix.exs. Run mix deps.get.

{:membrane_h264_ffmpeg_plugin, "~> 0.15.0"}

You also need to have ffmpeg libraries installed in your system.

Ubuntu

sudo apt-get install libavcodec-dev libavformat-dev libavutil-dev

Arch/Manjaro

pacman -S ffmpeg

MacOS

brew install ffmpeg

Copyright 2018, Software Mansion

Software Mansion