From 4e7f7ac04b0da1e63015a8359a28dbe27edee371 Mon Sep 17 00:00:00 2001 From: KongQun Yang Date: Tue, 19 Sep 2017 20:30:30 -0700 Subject: [PATCH] Fix README rendering problems Change-Id: I3e2b592eef99ea1895cf32a86e135932730a0b82 --- README.md | 6 ++++-- docs/source/build_instructions.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index efa58badaa..ceaaf166d5 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/source/build_instructions.md b/docs/source/build_instructions.md index b160b233b8..2553c13034 100644 --- a/docs/source/build_instructions.md +++ b/docs/source/build_instructions.md @@ -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