Skip to content

Commit

Permalink
Created README
Browse files Browse the repository at this point in the history
  • Loading branch information
aautar authored May 13, 2017
1 parent 8f07f9c commit d763bef
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# mp4-format-check

Library for extracting formatting information from an MP4 file

### Usage

```javascript
Mp4FormatCheck.findFormats(file, function(_formats) {

if(Mp4FormatCheck.containsH264Format(_formats)) {
// We have a H.264 video stream
}

}
```

0 comments on commit d763bef

Please sign in to comment.