Commit | Line | Data |
---|---|---|
4745b5bf FB |
1 | FFmpeg README |
2 | ------------- | |
85f07f22 | 3 | |
4745b5bf | 4 | 1) Documentation |
85f07f22 FB |
5 | ---------------- |
6 | ||
4745b5bf | 7 | * Read the documentation in the doc/ directory. |
85f07f22 | 8 | |
4745b5bf | 9 | 2) Licensing |
85f07f22 FB |
10 | ------------ |
11 | ||
4745b5bf | 12 | * Read the file COPYING. ffmpeg and the associated libraries EXCEPT |
c1b54be3 | 13 | libpostproc and libswscale are licensed under the GNU Lesser General |
115329f1 | 14 | Public License. |
570233b5 | 15 | |
c1b54be3 | 16 | * libpostproc and libswscale are distributed under the GNU General Public |
570233b5 | 17 | License and their compilation and use is optional in ffmpeg. |
85f07f22 | 18 | |
2805e3b4 | 19 | Fabrice Bellard. |