Menu

Tree [r8] / trunk /
 History

HTTPS access


File Date Author Commit
 glffmpeg 2017-11-15 guillaumea [r6] add Linux build instruction, and update makefile
 glffmpeg_example 2017-11-15 guillaumea [r6] add Linux build instruction, and update makefile
 COPYING 2017-09-25 guillaumea [r3] Add README and COPYING to version control
 INSTALL-LINUX 2017-11-29 guillaumea [r7] Update installation instruction
 INSTALL-WINDOWS 2017-11-29 guillaumea [r8] Fix typo in install instructions
 Makefile 2017-11-15 guillaumea [r6] add Linux build instruction, and update makefile
 Makefile.config 2017-11-15 guillaumea [r6] add Linux build instruction, and update makefile
 README 2017-11-14 guillaumea [r4] Fix broken links
 glffmpeg_vc10.sln 2017-09-22 guillaumea [r2] glffmpeg v1.4 initial commit
 glffmpeg_vc12.sln 2017-09-22 guillaumea [r2] glffmpeg v1.4 initial commit
 glffmpeg_vc14.sln 2017-11-14 guillaumea [r5] Add vc14 projects

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