Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md « ahead « text - github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2d3c6ddf0aac23e6e719ed1bc4fb4cb551d210ca (plain)
1
2
3
4
5
6
7
8
9
# gst-plugins-textahead

This is [GStreamer](https://gstreamer.freedesktop.org/) 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.
```