Resource icon

Pthread Text 2.1.0

Supported Bit Versions
  1. 64-bit
Source Code URL
https://github.com/norihiro/obs-text-pthread
Minimum OBS Studio Version
27.0.0
Supported Platforms
  1. Windows
  2. macOS
  3. Linux
This plugin aims to show beautiful texts on OBS Studio. The render is more lightweight than the browser source.
  • Markup
    • Font, size, style, ...
    • Color
    • Subscript and superscript
  • Text alignment
    • Left, center, and right
    • Justification
  • Outline
    • Configurable width, color, and opacity
    • Blur
  • Transition
    • Fade-in, fade-out, cross-fade
    • Slider
  • Threaded glyph drawing
    • Lower priority to draw glyphs so that other sources and encoders are not impacted
    • More frequent polling of the text file than the built-in test source
  • Automatic line-break supporting East Asian languages
  • Saving PNG images for post production
Features
Markups
See the Pango Markup Language for detailed markup tags available.
pango-markup.png

Transition
Fade time can be configurable separately for these 3 cases.
  • Fade-in; Received a non-empty text when text was empty.
  • Fade-out; Received an empty text when text was not empty.
  • Cross-fade; Receiving a non-empty text when text was not empty.
Slide feature is currently experimental.
  • When the text is updated, the old text will move up to disappear and the new text will rise from the bottom.
fadein-out-slide.gif

For Windows
The minimum OBS Studio version is 31.0.0 due to the limitation of build environment.
Author
norihiro
Downloads
22,346
Views
49,129
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from norihiro

Latest updates

  1. Pthread Text 2.1.0

    This is a minor version update. Changes in 2.1.0 Added a log hander so that the errors from...
  2. Pthread Text 2.0.7

    This is a hotfix release. For Windows, this is the first release. Changes in 2.0.7 Fixed...
  3. Pthread Text 2.0.6

    This is a hotfix release. Changes in 2.0.6 Fixed null pointer access when the PNG file output...
Back
Top