Skip to content

arturoc/ofxTextureRecorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages