README 445 B

12345678910111213141516171819
  1. FFmpeg README
  2. -------------
  3. 1) Documentation
  4. ----------------
  5. * Read the documentation in the doc/ directory.
  6. 2) Licensing
  7. ------------
  8. * Read the file COPYING. ffmpeg and the associated libraries EXCEPT
  9. liba52 and libpostproc are licensed under the Lesser GNU General
  10. Public License.
  11. * liba52 and libpostproc are distributed under the GNU General Public
  12. License and their compilation and use is optional in ffmpeg.
  13. Fabrice Bellard.