A backend library for writing OpenGL rendering to video files
Project available under GPLv3. Based on work by Ciro Santilli, also available under GPLv3, and sample code from Libav, under LGPL 2.1.
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