You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,17 @@
6
6
7
7
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).
8
8
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
+
defpdepsdo
14
+
[
15
+
{:membrane_mp4_plugin, "~> 0.8.0"}
16
+
]
17
+
end
18
+
```
19
+
9
20
## Usage
10
21
### `Membrane.MP4.Muxer.ISOM`
11
22
For an example of muxing streams to a regular MP4 file, refer to
0 commit comments