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 |
570233b5 | 13 | liba52 and libpostproc are licensed under the Lesser GNU General |
115329f1 | 14 | Public License. |
570233b5 FB |
15 | |
16 | * liba52 and libpostproc are distributed under the GNU General Public | |
17 | License and their compilation and use is optional in ffmpeg. | |
85f07f22 | 18 | |
2805e3b4 | 19 | Fabrice Bellard. |