[FFmpeg-devel] [PATCH] avfilter: add (a)separate filters

Nicolas George george at nsup.org
Sun Aug 1 20:01:44 EEST 2021


Paul B Mahol (12021-08-01):
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>  doc/filters.texi         |  31 ++++
>  libavfilter/Makefile     |   2 +
>  libavfilter/allfilters.c |   2 +
>  libavfilter/f_separate.c | 346 +++++++++++++++++++++++++++++++++++++++
>  4 files changed, 381 insertions(+)
>  create mode 100644 libavfilter/f_separate.c

Did not review the code.

Separate seems the wrong word: afaik, it is to be used when things of
different nature have gotten mixed together.

Split would be the best choice, and in line with mkvmerge options, but
it is already used.

Maybe timesplit. Or segment.

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20210801/ec0fa132/attachment.sig>


More information about the ffmpeg-devel mailing list