Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 664 Bytes

readme.md

File metadata and controls

13 lines (7 loc) · 664 Bytes

GLFFmpeg

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 and Instructions for building ffmpeg on Windows can be found at: https://github.com/BtbN/FFmpeg-Builds/releases

The latest ffmpeg sources can be found at: https://github.com/FFmpeg/FFmpeg

Fork from glffmpeg