[FFmpeg-devel] [PATCH v8 08/13] avfilter/overlay_textsubs: Add overlay_textsubs and textsubs2video filters

Nicolas George george at nsup.org
Wed Sep 22 10:16:42 EEST 2021


Soft Works (12021-09-21):
> - overlay_textsubs {VS -> V)
>   Overlay text subtitles onto a video stream.
> 
> - textsubs2video {S -> V)
>   Converts text subtitles to video frames
> 
> Signed-off-by: softworkz <softworkz at hotmail.com>
> ---
>  configure                         |   2 +
>  doc/filters.texi                  |  69 ++++
>  libavfilter/Makefile              |   2 +
>  libavfilter/allfilters.c          |   2 +
>  libavfilter/avfilter.c            |  18 +-
>  libavfilter/vf_overlay_textsubs.c | 615 ++++++++++++++++++++++++++++++
>  6 files changed, 703 insertions(+), 5 deletions(-)
>  create mode 100644 libavfilter/vf_overlay_textsubs.c

This code does not ensure synchronization between its inputs.

-- 
  Nicolas George


More information about the ffmpeg-devel mailing list