mp4reader
Version:
MP4 parser, parsed according to the standard, borrows the implementation of MP4 package
27 lines (26 loc) • 564 B
JSON
{
"name": "mp4reader",
"version": "0.1.6",
"description": "MP4 parser, parsed according to the standard, borrows the implementation of MP4 package",
"main": "index.js",
"scripts": {
"test": "node ./test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zdong22/mp4reader.git"
},
"homepage": "https://github.com/zdong22/mp4reader",
"keywords": [
"mp4",
"moov",
"decoder",
"h264",
"h265",
"container",
"atom",
"ISO_IEC_14496-12"
],
"author": "zdong22",
"license": "ISC"
}