Crates.io | gst-plugin-textahead |
lib.rs | gst-plugin-textahead |
version | 0.13.0 |
source | src |
created_at | 2022-01-16 11:56:38.247375 |
updated_at | 2024-07-16 15:47:58.533947 |
description | GStreamer Plugin for displaying upcoming text buffers ahead of time |
homepage | |
repository | https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs |
max_upload_size | |
id | 514796 |
size | 37,179 |
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.