Read Me
GLFFmpeg README
-------------
1) Documentation
----------------
GLFFmpeg uses the video recording functionality provided by
the FFmpeg library to capture content generated using OpenGL.
The GLFFmpeg library provides a minimalistic set of entry points
into the (very thorough) FFmpeg API to simplify the task of
capturing OpenGL output to a video stream.
See the samples included with the distribution for usage.
Pre-built binaries for ffmpeg on Windows can be found at:
http://ffmpeg.zeranoe.com/builds/
The latest ffmpeg sources can be found at:
https://www.ffmpeg.org/download.html
2) Licensing
------------
* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
liba52 and libpostproc are licensed under the Lesser GNU General
Public License (LGPL).
* liba52 and libpostproc are distributed under the GNU General Public
License and their compilation and use is optional in ffmpeg.
Marco Ippolito