You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This library raises `RuntimeException`s (like `IlleagalStateException`) in various situations. Please catch it and provide alternate logics. I know this is bad design according to Effective Java; just is TODO.
56
+
- Currently this library does not generate streaming-aware mp4 file.
57
+
Use [qtfaststart-java](https://github.com/ypresto/qtfaststart-java) to place moov atom at beginning of file.
58
+
- 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).
59
+
- This library does not support video files recorded by other device like digital cameras, iOS (mov files, including non-baseline profile h.264), etc.
60
+
53
61
## License
54
62
55
63
```
56
-
Copyright (C) 2014 Yuya Tanaka
64
+
Copyright (C) 2015 Yuya Tanaka
57
65
58
66
Licensed under the Apache License, Version 2.0 (the "License");
59
67
you may not use this file except in compliance with the License.
@@ -67,3 +75,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
67
75
See the License for the specific language governing permissions and
0 commit comments