Releases: membraneframework/membrane_mp4_plugin
Releases · membraneframework/membrane_mp4_plugin
v0.13.0
This release introduces:
- A Payloader for Opus codec. Now it is possible to mux Opus into MP4 Container
parameters_in_band?options for H264 Payloader. This option will allow you to create MP4 with variable parameters H264 stream. However, not all players support this option, so use at your own risk!
Full Changelog: v0.12.1...v0.13.0
v0.12.1
This release contains bugfix for Parameter Set change detection in Membrane.MP4.Payloader.H264
v0.12.0
This release makes ISOM.Muxer use Membrane.File.SeekEvent to allow muxing incoming payloads as they arrive, without storing everything in memory until the end of stream. Using ISOM.Muxer is now restricted only to pipelines that end with a sink that can handle Membrane.File.SeekEvent.
v0.11.0
This release extends Membrane.MP4.Muxer.CMAF with ability to mux multiple multimedia tracks into a single CMAF Track.
v0.10.0
- move to buffers with
pts/dtsfields introduced inmembrane_core0.8.0 - make plugin compatible with
membrane_h264_ffmpeg_plugin0.16 andmembrane_h264_format0.3 - make plugin compatible with
membrane_aac_plugin0.11 andmembrane_aac_format0.6 - other minor improvements
v0.8.0
Major changes:
- addition of
Membrane.MP4.Muxer.ISOMelement
The element can be used to assemble one or more AAC/H264 streams in a regular MP4 container (ISO/IEC base media file format). Membrane.MP4.CMAF.Muxeris nowMembrane.MP4.Muxer.CMAF
Minor improvements:
- usage examples
- better grouping of modules in docs