Skip to content

neilmendoza/ofxMovieExporter

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 

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