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 <softwo...@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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".