Go to the source code of this file.
|
enum | mode {
FF_EBUR128_MODE_M = (1 << 0),
FF_EBUR128_MODE_S = (1 << 1) | FF_EBUR128_MODE_M,
FF_EBUR128_MODE_I = (1 << 2) | FF_EBUR128_MODE_M,
FF_EBUR128_MODE_LRA = (1 << 3) | FF_EBUR128_MODE_S,
FF_EBUR128_MODE_SAMPLE_PEAK = (1 << 4) | FF_EBUR128_MODE_M,
MODE_NONE,
MODE_RO,
MODE_RW,
MODE_TOGGLE,
MODE_RANDOM,
NB_MODES,
MODE_COVER,
MODE_BLUR,
NB_MODES,
MODE_HARD,
MODE_SOFT,
MODE_MEDIUM,
MODE_HARD,
MODE_SOFT,
NB_MODES
} |
|
◆ OFFSET
◆ FLAGS
◆ mode
- Todo:
- switch to dualinput
Enumerator |
---|
FF_EBUR128_MODE_M | can call ff_ebur128_loudness_momentary
|
FF_EBUR128_MODE_S | can call ff_ebur128_loudness_shortterm
|
FF_EBUR128_MODE_I | can call ff_ebur128_loudness_global_* and ff_ebur128_relative_threshold
|
FF_EBUR128_MODE_LRA | can call ff_ebur128_loudness_range
|
FF_EBUR128_MODE_SAMPLE_PEAK | can call ff_ebur128_sample_peak
|
MODE_NONE | |
MODE_RO | |
MODE_RW | |
MODE_TOGGLE | |
MODE_RANDOM | |
NB_MODES | |
MODE_COVER | |
MODE_BLUR | |
NB_MODES | |
MODE_HARD | |
MODE_SOFT | |
MODE_MEDIUM | |
MODE_HARD | |
MODE_SOFT | |
NB_MODES | |
Definition at line 32 of file vf_cover_rect.c.
◆ AVFILTER_DEFINE_CLASS()
◆ query_formats()
◆ config_input()
◆ cover_rect()
◆ blur()
◆ filter_frame()
◆ uninit()
◆ init()
◆ cover_rect_options
Initial value:= {
}
mode
Use these values in ebur128_init (or'ed).
Definition at line 48 of file vf_cover_rect.c.
◆ cover_rect_inputs
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 232 of file vf_cover_rect.c.
◆ cover_rect_outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 242 of file vf_cover_rect.c.
◆ ff_vf_cover_rect
Initial value:= {
.name = "cover_rect",
.priv_class = &cover_rect_class,
}
static int query_formats(AVFilterContext *ctx)
static av_cold int init(AVFilterContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
static av_cold void uninit(AVFilterContext *ctx)
static const AVFilterPad cover_rect_outputs[]
static const AVFilterPad cover_rect_inputs[]
Definition at line 250 of file vf_cover_rect.c.