An open API service indexing awesome lists of open source software.

https://github.com/jackeylea/glffmpeg

GLFFmpeg uses the video recording functionality provided by the FFmpeg library to capture content generated using OpenGL. The cross-platform library provides a minimalistic set of API to simplify the task of capturing OpenGL output to a video stream.
https://github.com/jackeylea/glffmpeg

capture cpp ffmpeg ffmpeg-libraries ffmpeg7 opengl presagis prime vega vegaprime visual-studio visualstudio2022

Last synced: 2 months ago
JSON representation

GLFFmpeg uses the video recording functionality provided by the FFmpeg library to capture content generated using OpenGL. The cross-platform library provides a minimalistic set of API to simplify the task of capturing OpenGL output to a video stream.

Awesome Lists containing this project

README

          

## 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