OpenH264 Intro - Notes on functions supported


1. Baseline only supported on encoder and decoder


2.  When encode with profile high in x264, openh264 decoder will report error as followings


[OpenH264] this = 0x0x1833070, Warning:ParsePps(): weighted_bipred_idc (2) not supported.

i.e., OpenH264 not support B-frame


3. When encode with profile main in x264, same error as above will be reported

你可能感兴趣的:(openh264)