#gstreamer #plugin #displaying #buffer #applications #text #karaoke

gst-plugin-textahead

GStreamer Plugin for displaying upcoming text buffers ahead of time

10 releases (5 breaking)

0.13.0 Jul 16, 2024
0.12.0 Feb 8, 2024
0.11.1 Oct 4, 2023
0.10.0 Feb 9, 2023
0.8.1 Feb 4, 2022

#299 in Algorithms

Download history 52/week @ 2024-04-01 156/week @ 2024-07-15

156 downloads per month

MPL-2.0 license

22KB
431 lines

gst-plugins-textahead

This is GStreamer plugin displays upcoming text buffers ahead with the current one. This is mainly useful for Karaoke applications where singers need to know beforehand the next lines of the song.

gst-launch-1.0 videotestsrc pattern=black ! video/x-raw,width=1920,height=1080 ! textoverlay name=txt ! autovideosink filesrc location=subtitles.srt ! subparse ! textahead n-ahead=2 ! txt.

Dependencies

~10MB
~209K SLoC