Skip to content

gary9716/ofxMovieExporter-VS2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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

make it compilable against VS 2015

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published