[FFmpeg-devel] [PATCH] avfilter: add xfade filter

Moritz Barsnick barsnick at gmx.net
Mon Jan 27 16:48:54 EET 2020


On Sun, Jan 26, 2020 at 14:46:56 +0100, Paul B Mahol wrote:
> +static const AVOption xfade_options[] = {
[...]
> +    { "duration", "set cross fade duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64=1000000}, 0, 60000000, FLAGS },
> +    { "offset",   "set cross fade start relative to first input stream", OFFSET(offset), AV_OPT_TYPE_DURATION, {.i64=0}, 0, 60000000, FLAGS },

Did you mean to limit the start point?

Cheers,
Moritz


More information about the ffmpeg-devel mailing list