Fix README rendering problems

Change-Id: I3e2b592eef99ea1895cf32a86e135932730a0b82
This commit is contained in:
KongQun Yang 2017-09-19 20:30:30 -07:00
parent 21b0ca6ea5
commit 4e7f7ac04b
2 changed files with 5 additions and 3 deletions

View File

@ -22,6 +22,7 @@ Shaka Packager supports:
- [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)
- Media Containers and codecs
| Codecs | ISO-BMFF | WebM | MPEG2-TS | WVM |
|:-----------------:|:------------:|:------------:|:------------:|:-----------:|
| H264 (AVC) | I / O | - | I / O | I |
@ -33,6 +34,7 @@ Shaka Packager supports:
| DTS | I / O | - | - | - |
| Opus | *I / O* | I / O | - | - |
| Vorbis | - | I / O | - | - |
** I for input and O for output.
** Opus support in ISO-BMFF is experimental.
- 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)
(join for release announcements or problem discussions)
- [Documentation](https://google.github.io/shaka-packager/)
- [Tutorials](https://google.github.io/shaka-packager/tutorials/tutorials.html)
- [Documentation](https://google.github.io/shaka-packager/html/)
- [Tutorials](https://google.github.io/shaka-packager/html/tutorials/tutorials.html)
- Several open source players:
- [Web: Shaka Player](https://github.com/google/shaka-player)
- [Web: dash.js](https://github.com/Dash-Industry-Forum/dash.js)

View File

@ -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`
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`.
### Update your checkout