[FFmpeg-devel] [PATCH] lavfi: add splice filters

Paul B Mahol onemda at gmail.com
Fri Apr 12 15:05:14 CEST 2013


On 4/9/13, Stefano Sabatini <stefasab at gmail.com> wrote:
> ---
>  doc/filters.texi         |   38 ++++++
>  libavfilter/Makefile     |    2 +
>  libavfilter/allfilters.c |    2 +
>  libavfilter/f_splice.c   |  295
> ++++++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 337 insertions(+)
>  create mode 100644 libavfilter/f_splice.c
>

See: http://www.vapoursynth.com/doc/functions/splice.html#std.Splice

This acts similar to our concat, but:

http://www.vapoursynth.com/doc/functions/interleave.html#std.Interleave

Is something what above splice do.

[I'm not calling for rename]


More information about the ffmpeg-devel mailing list