Skip to content

Commit d037a2c

Browse files
authored
Merge pull request #25 from membraneframework/release-0.8.0
Release 0.8.0
2 parents 825249e + c0cf301 commit d037a2c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66

77
This plugin provides utilities for MP4 container parsing and serialization along with elements for muxing the stream to MP4 or [CMAF](https://www.wowza.com/blog/what-is-cmaf).
88

9+
## Installation
10+
The package can be installed by adding `membrane_mp4_plugin` to your list of dependencies in `mix.exs`:
11+
12+
```elixir
13+
defp deps do
14+
[
15+
{:membrane_mp4_plugin, "~> 0.8.0"}
16+
]
17+
end
18+
```
19+
920
## Usage
1021
### `Membrane.MP4.Muxer.ISOM`
1122
For an example of muxing streams to a regular MP4 file, refer to

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Membrane.MP4.Plugin.MixProject do
22
use Mix.Project
33

4-
@version "0.7.0"
4+
@version "0.8.0"
55
@github_url "https://github.com/membraneframework/membrane_mp4_plugin"
66

77
def project do

0 commit comments

Comments
 (0)