/OpenGLRecorder

A library for writing OpenGL rendering to video files

Primary LanguageCGNU General Public License v3.0GPL-3.0

OpenGL Recorder

A backend library for writing OpenGL rendering to video files

Licensing

Project available under GPLv3. Based on work by Ciro Santilli, also available under GPLv3, and sample code from Libav, under LGPL 2.1.

Dependencies

Requires standard OpenGL development packages (e.g. freeglut3-dev). Install the additional dependencies on a Debian based distribution with

sudo apt-get install libswscale-dev libavcodec-dev libavutil-dev