ofxVideoRecorder icon indicating copy to clipboard operation
ofxVideoRecorder copied to clipboard

A fast multi-threaded video recording extension using ffmpeg

Results 18 ofxVideoRecorder issues
Sort by recently updated
recently updated
newest added

I keep getting the error `‘ofxVideoRecorder’ does not name a type`. I have updated the project, placed the addon in the correct directory. Should I be including the header file...

I noticed a couple of issues -- it's all a little hazy but some notes if helpful a) open(...) used to get the file handle for the pipes, seems unhappy...

Not sure if this is a issue related to ofxVideoRecorder or to ffmpeg itself. I'm using ofxVideoRecorder in a project and I'm having some strange issues. When I start running...

I do not have unistd.h. . .

feature

The previous methods are deprecated in open frameworks so upgrade to the recommended methods instead

Hi, I am quite new to OF, and I came across your library. It seems that there was a change in the dependency resolving recently. With the proposed change, your...

hey, I added Poco with Project Generator and #include "ofxXmlPoco.h" ``` Severity Code Description Project File Line Suppression State Error (active) E1696 cannot open source file "unistd.h" ofxVideoRecorderExample openframeworks\addons\ofxVideoRecorder\src\ofxVideoRecorder.cpp 10...

I have an application where I read a video file with ofVideoPlayer (presumably AVFoundation), apply effects to it, and write each frame to ofxVideoRecorder. However, I'm having difficulty figuring out...

ofxVideoRecorder create a file used for the pipe but not delete it. This cause a crash in xcode.