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
Actually the H264 format defines the set of possible profiles, it doesn't mention that all of them should be supported by the encoder. The x264 library used by ffmpeg (used in its turn by membrane_h264_ffmpeg_plugin) does not support constrained_baseline profile.
While testing different Encoder profiles, found out that
:constrained_baseline
crashes pipeline.However other profiles doesn't crash entire pipeline.
Pipeline example:
Actual result:
Expected result:
Pipeline works with all profiles described in the doc https://hexdocs.pm/membrane_h264_format/0.6.1/Membrane.H264.html#t:profile/0
The text was updated successfully, but these errors were encountered: