gst-plugins-rs/text/ahead
Nirbheek Chauhan 1d4d3e4cb0 build: Update versions to be 0.9.0-alpha.1
0.9.0 is the next release, so we can't name things that already.

Also the version in meson.build was 0.13.0, which is completely wrong.
2022-10-04 21:27:23 +05:30
..
src Update for GLib ParamSpec builder API changes 2022-09-05 11:45:47 +03:00
build.rs add textahead plugin 2022-01-12 08:47:23 +01:00
Cargo.toml build: Update versions to be 0.9.0-alpha.1 2022-10-04 21:27:23 +05:30
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.