File tree Expand file tree Collapse file tree 2 files changed +17
-6
lines changed
Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ modification, are permitted provided that the following conditions are met:
1111 this list of conditions and the following disclaimer in the documentation
1212 and/or other materials provided with the distribution.
1313
14- * Neither the name of ffmpeg4java nor the names of its
14+ * Neither the name of FFmpeg4Java nor the names of its
1515 contributors may be used to endorse or promote products derived from
1616 this software without specific prior written permission.
1717
Original file line number Diff line number Diff line change 1- # ffmpeg4java
1+ # FFmpeg4Java
22
3- ffmpeg4java provides a JNI wrapper of ffmpeg library.
3+ FFmpeg4Java provides a JNI wrapper of ffmpeg library.
44
55
66## License
77
8- ffmpeg4java is distributed under the terms of BSD 3-Clause License.
8+ FFmpeg4Java is distributed under the terms of BSD 3-Clause License.
99
1010 Copyright (c) 2016, Andrea Medeghini
1111 All rights reserved.
@@ -20,7 +20,7 @@ ffmpeg4java is distributed under the terms of BSD 3-Clause License.
2020 this list of conditions and the following disclaimer in the documentation
2121 and/or other materials provided with the distribution.
2222
23- * Neither the name of ffmpeg4java nor the names of its
23+ * Neither the name of FFmpeg4Java nor the names of its
2424 contributors may be used to endorse or promote products derived from
2525 this software without specific prior written permission.
2626
@@ -38,7 +38,12 @@ ffmpeg4java is distributed under the terms of BSD 3-Clause License.
3838
3939## Notice
4040
41- TODO
41+ FFmpeg4Java depends on FFmpeg library. See http://ffmpeg.org for details.
42+
43+ FFmpeg is used under the terms of GNU Lesser General Public License, version 2.1.
44+
45+ FFmpeg library is statically linked with FFmpeg4Java's JNI library
46+
4247
4348## Generate JNI code
4449
@@ -158,3 +163,9 @@ Run tests on Linux:
158163Run tests on Windows:
159164
160165 sh run-tests.sh -Pwin32
166+
167+
168+ ## TODO
169+
170+ - Add sample application to show how to use the library
171+
You can’t perform that action at this time.
0 commit comments