[FFmpeg-devel] [PATCH 5/5] libavfilter/ebur128: add scale parameter

Moritz Barsnick barsnick at gmx.net
Mon Oct 8 10:21:50 EEST 2018


On Sun, Oct 07, 2018 at 23:19:56 +0200, Daniel Molkentin wrote:
> +Sets the display scale for the loudness. Valid parameters are @code{absolute}
> +(in LUFS) or @code{relative} (LU) relative to the target. This only affects the
> +video output, not the summary or continous log output.
                                    ^ continuous

> +    { "scale", "sets display method for the stats", OFFSET(scale), AV_OPT_TYPE_INT, {.i64 = 0}, 0, INT_MAX, V|F, "scaletype" },

Same remark regarding the range as for the other patch.

Adding options (and changing output line format?) might also warrant a
micro-version bump of lavfi, but that's up to others to decide.

Cheers,
Moritz


More information about the ffmpeg-devel mailing list