Valkka
1.6.1
OpenSource Video Management
|
Dumps AVBitmapFrame(s) into a files. More...
#include <framefilter2.h>
Public Member Functions | |
DumpAVBitmapFrameFilter (const char *name, FrameFilter *next=NULL) | |
Public Member Functions inherited from FrameFilter | |
FrameFilter (const char *name, FrameFilter *next=NULL) | |
Default constructor. More... | |
virtual | ~FrameFilter () |
Virtual destructor // <pyapi> | |
virtual void | run (Frame *frame) |
Calls this->go(Frame* frame) and then calls the this->next->run(Frame* frame) (if this->next != NULL) | |
void | setVoid () |
nullifies the next framefilter in the chain -> cuts the framefilter chain | |
Protected Member Functions | |
void | go (Frame *frame) |
Does the actual filtering/modification to the Frame. Define in subclass. | |
Protected Attributes | |
int | count |
Additional Inherited Members | |
Public Attributes inherited from FrameFilter | |
std::string | name |
FrameFilter * | next |
The next frame filter in the chain to be applied. | |
Dumps AVBitmapFrame(s) into a files.
You can convert the dumped yuv files into png images like this:
ffmpeg -pixel_format yuv420p -video_size 1920x1080 -i image_c10_s0_.yuv kokkelis.png