h264-sps-parser
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

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.

Package Sidebar

Install

npm i h264-sps-parser

Weekly Downloads

18

Version

0.2.1

License

MIT

Unpacked Size

79.1 kB

Total Files

20

Last publish

Collaborators

  • gliese1337