0.2.1 • Published 2 years ago

h264-sps-parser v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

H.264 SPS Parser

SPS Parser provides a parser for H.264 Video Sequence Parameter Sets. The package exports a parse function, along with its return data type definition:

function parse(nalu: Uint8Array): SPSInfo;

The input must be a single complete Network Access Layer unit (NALU) containing valid SPS data.