|
FFmpeg
|
video scene change detection filter More...
#include "libavutil/imgutils.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "libavutil/timestamp.h"#include "avfilter.h"#include "filters.h"#include "scene_sad.h"#include "video.h"Go to the source code of this file.
Data Structures | |
| struct | SCDetContext |
Macros | |
| #define | OFFSET(x) |
| #define | V AV_OPT_FLAG_VIDEO_PARAM |
| #define | F AV_OPT_FLAG_FILTERING_PARAM |
Functions | |
| AVFILTER_DEFINE_CLASS (scdet) | |
| static int | config_input (AVFilterLink *inlink) |
| static av_cold void | uninit (AVFilterContext *ctx) |
| static double | get_scene_score (AVFilterContext *ctx, AVFrame *frame) |
| static int | set_meta (SCDetContext *s, AVFrame *frame, const char *key, const char *value) |
| static int | activate (AVFilterContext *ctx) |
Variables | |
| static const AVOption | scdet_options [] |
| static enum AVPixelFormat | pix_fmts [] |
| static const AVFilterPad | scdet_inputs [] |
| const FFFilter | ff_vf_scdet |
video scene change detection filter
Definition in file vf_scdet.c.
| #define OFFSET | ( | x | ) |
Definition at line 49 of file vf_scdet.c.
| #define V AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 50 of file vf_scdet.c.
| #define F AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 51 of file vf_scdet.c.
| AVFILTER_DEFINE_CLASS | ( | scdet | ) |
|
static |
Definition at line 76 of file vf_scdet.c.
|
static |
Definition at line 101 of file vf_scdet.c.
|
static |
Definition at line 108 of file vf_scdet.c.
Referenced by activate().
|
static |
Definition at line 139 of file vf_scdet.c.
Referenced by activate().
|
static |
Definition at line 144 of file vf_scdet.c.
|
static |
Definition at line 53 of file vf_scdet.c.
|
static |
Definition at line 63 of file vf_scdet.c.
|
static |
Definition at line 188 of file vf_scdet.c.
| const FFFilter ff_vf_scdet |
Definition at line 196 of file vf_scdet.c.