Fix README rendering problems
Change-Id: I3e2b592eef99ea1895cf32a86e135932730a0b82
This commit is contained in:
parent
21b0ca6ea5
commit
4e7f7ac04b
|
@ -22,6 +22,7 @@ Shaka Packager supports:
|
||||||
- [CENC](https://en.wikipedia.org/wiki/MPEG_Common_Encryption)
|
- [CENC](https://en.wikipedia.org/wiki/MPEG_Common_Encryption)
|
||||||
- [SAMPLE-AES](https://developer.apple.com/library/content/documentation/AudioVideo/Conceptual/HLS_Sample_Encryption/Intro/Intro.html)
|
- [SAMPLE-AES](https://developer.apple.com/library/content/documentation/AudioVideo/Conceptual/HLS_Sample_Encryption/Intro/Intro.html)
|
||||||
- Media Containers and codecs
|
- Media Containers and codecs
|
||||||
|
|
||||||
| Codecs | ISO-BMFF | WebM | MPEG2-TS | WVM |
|
| Codecs | ISO-BMFF | WebM | MPEG2-TS | WVM |
|
||||||
|:-----------------:|:------------:|:------------:|:------------:|:-----------:|
|
|:-----------------:|:------------:|:------------:|:------------:|:-----------:|
|
||||||
| H264 (AVC) | I / O | - | I / O | I |
|
| H264 (AVC) | I / O | - | I / O | I |
|
||||||
|
@ -33,6 +34,7 @@ Shaka Packager supports:
|
||||||
| DTS | I / O | - | - | - |
|
| DTS | I / O | - | - | - |
|
||||||
| Opus | *I / O* | I / O | - | - |
|
| Opus | *I / O* | I / O | - | - |
|
||||||
| Vorbis | - | I / O | - | - |
|
| Vorbis | - | I / O | - | - |
|
||||||
|
|
||||||
** I for input and O for output.
|
** I for input and O for output.
|
||||||
** Opus support in ISO-BMFF is experimental.
|
** Opus support in ISO-BMFF is experimental.
|
||||||
- Platforms
|
- Platforms
|
||||||
|
@ -58,8 +60,8 @@ There are several ways you can get Shaka Packager.
|
||||||
|
|
||||||
- [Mailing List](https://groups.google.com/forum/#!forum/shaka-packager-users)
|
- [Mailing List](https://groups.google.com/forum/#!forum/shaka-packager-users)
|
||||||
(join for release announcements or problem discussions)
|
(join for release announcements or problem discussions)
|
||||||
- [Documentation](https://google.github.io/shaka-packager/)
|
- [Documentation](https://google.github.io/shaka-packager/html/)
|
||||||
- [Tutorials](https://google.github.io/shaka-packager/tutorials/tutorials.html)
|
- [Tutorials](https://google.github.io/shaka-packager/html/tutorials/tutorials.html)
|
||||||
- Several open source players:
|
- Several open source players:
|
||||||
- [Web: Shaka Player](https://github.com/google/shaka-player)
|
- [Web: Shaka Player](https://github.com/google/shaka-player)
|
||||||
- [Web: dash.js](https://github.com/Dash-Industry-Forum/dash.js)
|
- [Web: dash.js](https://github.com/Dash-Industry-Forum/dash.js)
|
||||||
|
|
|
@ -190,7 +190,7 @@ After a successful build, you can find build artifacts including the main
|
||||||
`packager` binary in build output directory (`out/Release` or `out/Release_x64`
|
`packager` binary in build output directory (`out/Release` or `out/Release_x64`
|
||||||
for release build).
|
for release build).
|
||||||
|
|
||||||
See [Shaka Packager Documentation](https://google.github.io/shaka-packager/)
|
See [Shaka Packager Documentation](https://google.github.io/shaka-packager/html/)
|
||||||
on how to use `Shaka Packager`.
|
on how to use `Shaka Packager`.
|
||||||
|
|
||||||
### Update your checkout
|
### Update your checkout
|
||||||
|
|
Loading…
Reference in New Issue