|
FFmpeg
|
Search for black frames to detect scene transitions. More...
#include <stdio.h>#include <inttypes.h>#include "libavutil/internal.h"#include "libavutil/opt.h"#include "avfilter.h"#include "formats.h"#include "internal.h"#include "video.h"Classes | |
| struct | BlackFrameContext |
Macros | |
| #define | SET_META(key, format, value) |
| #define | OFFSET(x) offsetof(BlackFrameContext, x) |
| #define | FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Typedefs | |
| typedef struct BlackFrameContext | BlackFrameContext |
Functions | |
| AVFILTER_DEFINE_CLASS (blackframe) | |
Variables | |
| AVFilter | ff_vf_blackframe |
Search for black frames to detect scene transitions.
Ported from MPlayer libmpcodecs/vf_blackframe.c.
| #define SET_META | ( | key, | |
| format, | |||
| value | |||
| ) |
| AVFilter ff_vf_blackframe |
1.8.12