This PlugIT allows generating and displaying synchronized subtitles from input text. It splits the text into segments based on the configured duration per word and the maximum number of words per segment.
Typical use: displaying subtitles for videos, animations, or interactive presentations in an OpenSpace3D project.
Parameters |
|
1 |
Time in milliseconds assigned to each word. Controls the subtitle display speed. |
2 |
Maximum number of words displayed per subtitle segment. |
3 |
Full text to be displayed as subtitles. |
4 |
Indicates if subtitles should initialize automatically at startup. |
Actions |
|
Set word time |
Allows dynamically changing the duration per word during execution. |
Next input |
Moves to the next subtitle segment. |
Clear subtitle |
Clears the currently displayed subtitles. |
Resume |
Resumes subtitle display after a pause. |
Pause |
Pauses subtitle display. |
Stop |
Completely stops subtitle display. |
Start |
Starts or restarts subtitle display. |
In |
Adds a new text string to be displayed as subtitles. |
Events |
|
End |
Triggered when all subtitles have been displayed. |
Out |
Provides the current subtitle segment. |
Begin |
Triggered at the beginning of the first subtitle segment display. |