Sam Leitch
Sam Leitch
The library will either read a portion of an H.264 Annex B byte stream, or a single NAL (network abstraction layer) unit. That second mode means it's possible to feed...
Not really. The library is low level for decoding pictures from the stream. It doesn't handle timing, wrapping each Network Access Layer unit in some other format or other thing...
The Neon specific code was stripped out of the library before I adopted it. Unfortunately that flag has never worked.
As long as the video is encoded in [Constrained Baseline Profile](https://en.wikipedia.org/wiki/Advanced_Video_Coding#Profiles) it should decode fine after the ffmpeg conversion. If it doesn't work, try this incantation: `ffmpeg -i video.mp4 -profile:v...