Skip to content

Commit

Permalink
Fix #180, include vp09... codecs parameter string (#182)
Browse files Browse the repository at this point in the history
* Fix #180, include vp09... codecs parameter string

* Add @chcunningham to mseContributors for WebM bytestream spec
  • Loading branch information
wolenetz authored May 22, 2018
1 parent 1eab493 commit b1ea68d
Show file tree
Hide file tree
Showing 2 changed files with 811 additions and 573 deletions.
19 changes: 18 additions & 1 deletion webm-byte-stream-format-respec.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
mseDefGroupName: "webm-byte-stream-format",
mseUnusedGroupNameExcludeList: ["media-source"],
mseContributors: [
"Chris Cunningham",
"Frank Galligan",
"Philip Jägenstedt",
],
Expand Down Expand Up @@ -118,7 +119,13 @@
href: "https://dev.w3.org/html5/html-sourcing-inband-tracks/",
authors: ["Bob Lund", "Silvia Pfeiffer"],
publisher: "W3C",
}
},
"VP09CODECSPARAMETERSTRING": {
title: "VP Codec ISO Media File Format Binding",
href: "http://www.webmproject.org/vp9/mp4/#codecs-parameter-string",
authors: ["Frank Galligan", "Kilroy Hughes", "Thomás Inskip", "David Ronca"],
publisher: "WebM Project",
},
}

};
Expand Down Expand Up @@ -186,11 +193,19 @@ <h2>MIME-type parameters</h2>
<td>false</td>
<td>true</td>
</tr>
<tr>
<td>vp09... as described in the VP Codec ISO Media File Format Binding document[[VP09CODECSPARAMETERSTRING]]</td>
<td>false</td>
<td>true</td>
</tr>
</tbody>
</table>
<div class="note">
Implementations SHOULD support all of the codec IDs mentioned in the table above.
</div>
<div class="note">
Implementations SHOULD encourage applications to prefer the "vp09..." codec ID over "vp9". The "vp09..." format provides detailed profile and color information, enabling implementations to give more accurate answers for codec support.
</div>

<p>Examples of valid MIME-types with a codecs parameter.</p>
<ul>
Expand All @@ -199,6 +214,8 @@ <h2>MIME-type parameters</h2>
<li>video/webm;codecs="vp8"</li>
<li>video/webm;codecs="vp8,vorbis"</li>
<li>video/webm;codecs="vp9,opus"</li>
<li>video/webm;codecs="vp09.00.10.08"</li>
<li>video/webm;codecs="vp09.02.10.10.01.09.16.09.01,opus"</li>
</ul>
</dd>
</dl>
Expand Down
Loading

0 comments on commit b1ea68d

Please sign in to comment.