Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
necccc committed Nov 22, 2014
1 parent 59bab7f commit d90959b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@ work in progress

## planned usage

var isobmff = require('iso-bmff')
var media = require('fs').createReadStream('movie.mp4')

media.on('end', function(data) {
console.log(data.boxes.moof.traf.tfdt)
}

media.pipe(isobmff)

0 comments on commit d90959b

Please sign in to comment.