Skip to content

buenoIsHere/ofxMovieExporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Declare exporter:

Apex::ofxMovieExporter movieExporter;

Setup exporter, see ofxMovieExporter.h for further setup options:

movieExporter.setup();

Start capturing:

movieExporter.record();

Stop capturing:

movieExporter.stop();

New movies will be saved to data folder each time record() then stop() are called named capture0.mp4, capture1.mp4 and so on.

Dependencies

Addon is based on avlib version 371888c from git://git.videolan.org/ffmpeg.git

OSX binaries were compiled as LGPL. Windows binaries were downloaded from here - http://ffmpeg.zeranoe.com/builds/ - and include x264 and hence are GPL. If you feel in the mood for some Windows fun, compile away and I'll update.

TODO

About

Addon to capture and encode video straight from OF applications based on libav.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published