Skip to content

Commit 922c9d3

Browse files
author
Andrea Medeghini
committed
Updated README
1 parent a863232 commit 922c9d3

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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:
158163
Run 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+

0 commit comments

Comments
 (0)