Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork6
Rich text source plugin for OBS Studio
License
norihiro/obs-text-pthread
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This plugin displays text with many advanced features.
- Markup
- Text alignment
- Left, center, and right
- Justification
- Outline
- Configurable width, color, and opacity
- Configurable shape of corners
- Blur
- Transition
- Fade-in, fade-out, cross-fade
- Slide
- Threaded glyph drawing
- Lower priority to draw glyphs so that other sources and encoders are not impacted
- More frequent polling of the text file
- Automatic line-break supporting East Asian languages
- Saving as PNG files for post production
Seethe Pango Markup Languagefor detailed markup tags available.
List of properties describes all available propeties.
This plugin can set the text by setting or from a text file.To have transition, it is recommended that the text is updated from a progam, not by typing on the propeties window.
You can useSetSourceSettings request forobs-websocket.Request fields will be as below for example.
{"inputName": "source-name", "inputSettings": {"text": "your new text"}}This plugin checks these file attributes; inode, mtime, and size.Recommended flow to update the text is as below.
- Set the source file in the property of this plugin. Let's say
/dev/shm/text.txtfor example. - Write to a temporary file.
your_program > /dev/shm/text.txt~ - Move the temporary file to the target file.
mv /dev/shm/text.txt~ /dev/shm/text.txtThis step is atomic so that the plugin won't read the middle state.
- and feature requests.
About
Rich text source plugin for OBS Studio
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.