gst-plugins-rs/text/ahead
Guillaume Desmottes b5d5cf25fe textahead: generate a buffer with ahead text at segment start
This is useful for karaoke use cases where the first text may appear
after a while but you want to already display the upcoming lyrics to
users.
2022-08-23 08:37:33 +02:00
..
src textahead: generate a buffer with ahead text at segment start 2022-08-23 08:37:33 +02:00
build.rs add textahead plugin 2022-01-12 08:47:23 +01:00
Cargo.toml Update minimum supported GStreamer version to 1.14 2022-04-07 12:41:54 +03:00
LICENSE-MPL-2.0 add textahead plugin 2022-01-12 08:47:23 +01:00
README.md add textahead plugin 2022-01-12 08:47:23 +01:00

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.