h264bitstream

Library for reading and writing H.264 video streams

brewmacoslinux
Try with needOr install directly
Source

About

Library for reading and writing H264 video streams

Commands

h264bitstream

Examples

Parse and analyze an H.264 bitstream file$ h264bitstream input.h264
Extract NAL units and display bitstream information$ h264bitstream -i input.h264 -o output.txt
Display detailed syntax elements from H.264 stream$ h264bitstream -v input.h264