On 1/27/20, Moritz Barsnick <[email protected]> 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 > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
