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

Paul B Mahol onemda at gmail.com
Mon Jan 27 17:37:17 EET 2020


On 1/27/20, Moritz Barsnick <barsnick at gmx.net> wrote:
> 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?

well spotted, will remove.

>
> Cheers,
> Moritz
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-devel mailing list