文件名称:mp4-stream:流式mp4编码器和解码器
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-28 20:05:49
JavaScript
mp4流 流式mp4编码器和解码器 npm install mp4-stream 用法 var mp4 = require ( 'mp4-stream' ) var fs = require ( 'fs' ) var decode = mp4 . decode ( ) fs . createReadStream ( 'video.mp4' ) . pipe ( decode ) . on ( 'box' , function ( headers ) { console . log ( 'found box (' + headers . type + ') (' + headers . length + ')' ) if ( headers . type === 'mdat' ) { // you can get the contents as a str
【文件预览】:
mp4-stream-master
----.travis.yml(61B)
----index.js(159B)
----test.js(3KB)
----package.json(706B)
----encode.js(3KB)
----decode.js(4KB)
----LICENSE(1KB)
----.npmignore(20B)
----.gitignore(21B)
----README.md(3KB)