This package provides AAC parser and complimentary elements for AAC.
It is a part of Membrane Multimedia Framework.
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
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 2020, Software Mansion
Licensed under the Apache License, Version 2.0