gst-plugin-textahead

Crates.iogst-plugin-textahead
lib.rsgst-plugin-textahead
version0.12.0
sourcesrc
created_at2022-01-16 11:56:38.247375
updated_at2024-02-08 19:23:44.776306
descriptionGStreamer Plugin for displaying upcoming text buffers ahead of time
homepage
repositoryhttps://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
max_upload_size
id514796
size37,176
libc (github:rust-lang:libc)

documentation

README

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.
Commit count: 0

cargo fmt