Skip to content

membraneframework/membrane_aac_plugin

Repository files navigation

Membrane AAC plugin

Hex.pm API Docs CircleCI

This package provides AAC parser and complimentary elements for AAC.

It is a part of Membrane Multimedia Framework.

Installation

The package can be installed by adding membrane_aac_plugin to your list of dependencies in mix.exs:

def deps do
  [
    {:membrane_aac_plugin, "~> 0.19.0"}
  ]
end

Usage example

You can find examples of usage in the examples/ directory.

To see how the parser can be used to payload AAC stream so that it can be put in the MP4 container, run:

elixir examples/add_and_put_in_mp4.exs

When the script terminates, you can play the result .mp4 file with the following command:

ffplay output.mp4

The documentation can be found at Hex Docs.

Copyright and License

Copyright 2020, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0