Membrane Multimedia Framework: FFmpeg H264 Element

THIS PACKAGE HAS BEEN MOVED

Please use https://hexdocs.pm/membrane_h264_ffmpeg_plugin.

CircleCI

This package provides Membrane Multimedia Framework elements that can be used to encode, parse and decode H264 video streams using ffmpeg and x264

Documentation is available at HexDocs

Installation

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

{:membrane_element_ffmpeg_h264, "~> 0.4.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