Skip to content

Commit f7d5712

Browse files
authored
Add reference to qiita post
1 parent bdf9db3 commit f7d5712

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,20 @@ Use [qtfaststart-java](https://github.com/ypresto/qtfaststart-java) to place moo
7878
- Android does not gurantees that all devices have bug-free codecs/accelerators for your codec parameters (especially, resolution). Refer [supported media formats](http://developer.android.com/guide/appendix/media-formats.html) for parameters guaranteed by [CTS](https://source.android.com/compatibility/cts-intro.html).
7979
- This library does not support video files recorded by other device like digital cameras, iOS (mov files, including non-baseline profile h.264), etc.
8080

81+
82+
## More information about internals
83+
84+
There is a blog post about this library written in Japanese.
85+
http://qiita.com/yuya_presto/items/d48e29c89109b746d000
86+
87+
While it is Japanese, diagrams would be useful for understanding internals of this library.
88+
89+
## References for Android Low-Level Media APIs
90+
91+
- http://bigflake.com/mediacodec/
92+
- https://github.com/google/grafika
93+
- https://android.googlesource.com/platform/frameworks/av/+/lollipop-release/media/libstagefright
94+
8195
## License
8296

8397
```
@@ -95,9 +109,3 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
95109
See the License for the specific language governing permissions and
96110
limitations under the License.
97111
```
98-
99-
## References for Android Low-Level Media APIs
100-
101-
- http://bigflake.com/mediacodec/
102-
- https://github.com/google/grafika
103-
- https://android.googlesource.com/platform/frameworks/av/+/lollipop-release/media/libstagefright

0 commit comments

Comments
 (0)