Container Support
Pulled directly from the project README.
Freestanding mux/demux cores plus the mediaway-container facade (wraps all eight as Mediaway-typed StreamInfo/Packet modules: mp4, webm, wav, adts, mp3, ogg, flv, ts). Same marks as ยง Codec support โ not every ๐-mux implements the shared Mux trait; see mediaway-container for which.
| Format | Mux | Demux |
|---|---|---|
| MP4 / fMP4 | ๐ | ๐ |
| WebM | ๐ | ๐ |
| WAV / RIFF (PCM) | ๐ | ๐ |
| ADTS (raw AAC) | ๐ | ๐ |
| MP3 (MPEG Layer III) | ๐ | ๐ |
| Ogg | ๐ | ๐ |
| FLV | ๐ | ๐ |
| MPEG-TS | ๐ | ๐ |