Entropy / ofxTextureRecorder

fast recording of textures to disk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ofxTextureRecorder

Build status linux / osx Build status windows

Fast recording of textures to disk. You can draw to an fbo to record the full screen.

It uses a PBO to download from the graphics card without blocking the main thread and several threads for encoding as fast as possible to the chosen format.

The number of threads is the hardware concurrency value (usually number of cores * 2) - 2 so there's at 2 cores free for other tasks.

About

fast recording of textures to disk


Languages

Language:C++ 100.0%Language:Makefile 0.0%