NewChromantics / PopH264

Low-level, minimal H264 decoder & encoder library for windows, hololens/uwp, ios/tvos/macos, linux, android/quest/magic leap. CAPI for use with c#, unreal, swift
http://poph264.com/
Mozilla Public License 2.0
84 stars 15 forks source link

Output encoded pixel format to help debug issues #82

Open SoylentGraham opened 9 months ago

SoylentGraham commented 9 months ago

We can extract this from the SPS.

Is often the cause (yuv444 encoding) of h264 not being decodable, but we don't have any details from decoders that this is the reason