membrane_core icon indicating copy to clipboard operation
membrane_core copied to clipboard

The core of the Membrane Framework, advanced multimedia processing framework

Results 143 membrane_core issues
Sort by recently updated
recently updated
newest added

I have found out, that my on my computer 1 minute clip of BBB takes 12MB, but this same clip decoded, style-transferred and encoded takes 270MB (22.5x more). The memory...

enhancement
efficency

After completing #868, #869, #870, #871, #872, #873 and #874

release

Refactor Stream format error message, so the list of accepted formats won't look like in the error below ``` %Membrane.StreamFormatError{message: "Stream format: %Membrane.H265{width: 480, height: 270, profile: nil, alignment: :au,...

enhancement

ForwardingFilter should also send a notification with stream format to the parent. Modules in the original packages should be wrapped into proper `if`s to avoid having compilation warnings

enhancement

- specs examples, including mermaid graphs visualizing children topology - examples of starting `timer` with usage of `Membrane.Time` (`Membrane.Time` was the problem) - lifecycle of Element / Bin / Pipeline...

enhancement

Every randomized time interval check if there is a diamond structure in the pipeline topology with a root having `:auto` flow control and `pull` effective flow control (and proper flow...

enhancement