Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updating readme
  • Loading branch information
benvanik committed Nov 19, 2011
1 parent d6b0059 commit 114829d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -92,6 +92,9 @@ like this:
{
type: 'video',
codec: 'h264',
profile: 'Main',
profileId: 77,
profileLevel: 30,
resolution: { width: 640, height: 360 },
bitrate: 686000,
fps: 29.97
Expand All @@ -106,6 +109,10 @@ like this:
]
}

Note that many of these fields are optional, such as bitrate, language, profile
information, and even fps/duration. Don't go using the values without checking
for undefined first.

### Querying Media Information

To quickly query media information (duration, codecs used, etc) use the
Expand Down

0 comments on commit 114829d

Please sign in to comment.