ofxVideoRecorder
ofxVideoRecorder copied to clipboard
A fast multi-threaded video recording extension using ffmpeg
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...
The previous methods are deprecated in open frameworks so upgrade to the recommended methods instead
Corrected Markdown
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.