Releases: norihiro/obs-text-pthread
3.0.0-rc3
Full Changelog: 2.1.0...3.0.0-rc3
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 the Pango markup parser will appear on OBS Studio's log.
Limitation
- Not all binaries are not tested.
- Version 2.0.2 for Ubuntu is tested on OBS 28 on Ubuntu 22.04.
- Version 2.0.5 for Apple Silicon mac was tested with OBS 30.0.2.
- Version 2.0.5 for Intel mac was tested with OBS 30.0.2.
- Version 2.0.7 for Windows was tested with OBS 31.1.1.
Install
Click your OS name to expand to show details.
Windows
Download text-pthread-2.1.0-obs31-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for detailed steps.
macOS
OBS Studio 28 or later on Apple Silicon
Download installer obs-text-pthread-2.1.0-obs28-macos-arm64.pkg and run the installer.
Or, download zip package obs-text-pthread-2.1.0-obs28-macos-arm64.zip and follow instruction.
OBS Studio 28 or later on Intel mac
Download installer obs-text-pthread-2.1.0-obs28-macos-x86_64.pkg and run the installer.
Or, download zip package obs-text-pthread-2.1.0-obs28-macos-x86_64.zip and follow instruction.
OBS Studio 27 on Intel mac
Download installer obs-text-pthread-2.1.0-obs27-macos-x86_64.pkg and run the installer.
Or, download zip package obs-text-pthread-2.1.0-obs27-macos-x86_64.zip and follow instruction.
Ubuntu
The plugin is available on PPA.sudo add-apt-repository ppa:norihiro/plugins-for-obs-studio
sudo apt update
sudo apt install text-pthread-plugin-for-obs
Fedora
RPM repository is available on Fedora Copr.sudo dnf copr enable kamae/obs-studio-plugins
sudo dnf install obs-studio-plugin-text-pthreadThese releases assume obs-studio comes from Fedora Project.
Fedora 42
obs-studio-plugin-text-pthread-2.1.0-1.fc42.x86_64.rpm
obs-studio-plugin-text-pthread-2.1.0-1.fc42.src.rpm
obs-studio-plugin-text-pthread-debuginfo-2.1.0-1.fc42.x86_64.rpm
obs-studio-plugin-text-pthread-debugsource-2.1.0-1.fc42.x86_64.rpm
Fedora 41
obs-studio-plugin-text-pthread-2.1.0-1.fc41.x86_64.rpm
obs-studio-plugin-text-pthread-2.1.0-1.fc41.src.rpm
obs-studio-plugin-text-pthread-debuginfo-2.1.0-1.fc41.x86_64.rpm
obs-studio-plugin-text-pthread-debugsource-2.1.0-1.fc41.x86_64.rpm
Pthread Text 2.0.7
This is a hotfix release.
Changes in 2.0.7
- Fixed volatile variable usage.
- Added a binary package for Windows
Limitation
- Not all binaries are not tested.
- Version 2.0.2 for Ubuntu is tested on OBS 28 on Ubuntu 22.04.
- Version 2.0.7 for Apple Silicon mac was tested with OBS 32.0.0.
- Version 2.0.5 for Intel mac was tested with OBS 30.0.2.
- Version 2.0.7 for Windows was tested with OBS 31.1.1.
Install
Click your OS name to expand to show details.
Windows
OBS Studio 31.1 or later
Download and run text-pthread-2.0.7-obs31-Windows-installer-signed.exe.
Or, download text-pthread-2.0.7-obs31-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for detailed steps.
macOS
OBS Studio 27 on Intel mac
Download installer obs-text-pthread-2.0.7-obs27-macos-x86_64.pkg and run installer.
Or, download zip package obs-text-pthread-2.0.7-obs27-macos-x86_64.zip and follow this guide to extract.
OBS Studio 28 or later on Intel mac
Download installer obs-text-pthread-2.0.7-obs28-macos-x86_64.pkg and run installer.
Or, download zip package obs-text-pthread-2.0.7-obs28-macos-x86_64.zip and follow this guide to extract.
OBS Studio 28 or later on Apple Silicon
Download installer obs-text-pthread-2.0.7-obs28-macos-arm64.pkg and run installer.
Or, download zip package obs-text-pthread-2.0.7-obs28-macos-arm64.zip and follow this guide to extract.
Note: If you are using OBS Studio 27 with Rosetta2, download Intel version.
Ubuntu
OBS Studio 27.0 on Ubuntu 22.04 or later
Download package obs-text-pthread-2.0.7-obs27-ubuntu-22.04-x86_64.deb and install with a command below.
sudo apt install ./obs-text-pthread-2.0.7-obs27-ubuntu-22.04-x86_64.deb
OBS Studio 28.0 or later on Ubuntu 22.04 or later
Download package obs-text-pthread-2.0.7-obs28-ubuntu-22.04-x86_64.deb and install with a command below.
sudo apt install ./obs-text-pthread-2.0.7-obs28-ubuntu-22.04-x86_64.deb
PPA for Ubuntu 22.04 and 24.04
Alternatively, the plugin is also available on PPA.
sudo add-apt-repository ppa:norihiro/plugins-for-obs-studio
sudo apt update
sudo apt install text-pthread-plugin-for-obs
Fedora
These releases assume obs-studio comes from Fedora Project.
RPM repository is also available.
sudo dnf copr enable kamae/obs-studio-plugins
sudo dnf install obs-studio-plugin-text-pthreadOBS Studio on Fedora 41
obs-studio-plugin-text-pthread-2.0.7-1.fc41.x86_64.rpm
obs-studio-plugin-text-pthread-2.0.7-1.fc41.src.rpm
obs-studio-plugin-text-pthread-debuginfo-2.0.7-1.fc41.x86_64.rpm
obs-studio-plugin-text-pthread-debugsource-2.0.7-1.fc41.x86_64.rpm
OBS Studio on Fedora 42
obs-studio-plugin-text-pthread-2.0.7-1.fc42.x86_64.rpm
obs-studio-plugin-text-pthread-2.0.7-1.fc42.src.rpm
obs-studio-plugin-text-pthread-debuginfo-2.0.7-1.fc42.x86_64.rpm
obs-studio-plugin-text-pthread-debugsource-2.0.7-1.fc42.x86_64.rpm
Pthread Text 2.0.6
This is a hotfix release.
Changes in 2.0.6
- Fixed null pointer access when the PNG file output is enabled but the destination directory is not writable.
- Added RPM files for Fedora 41 and 42.
Limitation
- Not all binaries are not tested.
- Version 2.0.2 for Ubuntu is tested on OBS 28 on Ubuntu 22.04.
- Version 2.0.5 for Apple Silicon mac was tested with OBS 30.0.2.
- Version 2.0.5 for Intel mac was tested with OBS 30.0.2.
- No Windows support due to difficulties to build a lot of required libraries.
Install
Click your OS name to expand to show details.
macOS
OBS Studio 27 on Intel mac
Download installer obs-text-pthread-2.0.6-obs27-macos-x86_64.pkg and run installer.
Or, download zip package obs-text-pthread-2.0.6-obs27-macos-x86_64.zip and follow this guide to extract.
OBS Studio 28 or later on Intel mac
Download installer obs-text-pthread-2.0.6-obs28-macos-x86_64.pkg and run installer.
Or, download zip package obs-text-pthread-2.0.6-obs28-macos-x86_64.zip and follow this guide to extract.
OBS Studio 28 or later on Apple Silicon
Download installer obs-text-pthread-2.0.6-obs28-macos-arm64.pkg and run installer.
Or, download zip package obs-text-pthread-2.0.6-obs28-macos-arm64.zip and follow this guide to extract.
Note: If you are using OBS Studio 27 with Rosetta2, download Intel version.
Ubuntu
OBS Studio 27.0 on Ubuntu 22.04 or later
Download package obs-text-pthread-2.0.6-obs27-ubuntu-22.04-x86_64.deb and install with a command below.
sudo apt install ./obs-text-pthread-2.0.6-obs27-ubuntu-22.04-x86_64.deb
OBS Studio 28.0 or later on Ubuntu 22.04 or later
Download package obs-text-pthread-2.0.6-obs28-ubuntu-22.04-x86_64.deb and install with a command below.
sudo apt install ./obs-text-pthread-2.0.6-obs28-ubuntu-22.04-x86_64.deb
PPA for Ubuntu 22.04 and 24.04
Alternatively, the plugin is also available on PPA.
sudo add-apt-repository ppa:norihiro/plugins-for-obs-studio
sudo apt update
sudo apt install text-pthread-plugin-for-obs
Fedora
These releases assume obs-studio comes from Fedora Project.
OBS Studio on Fedora 41
obs-studio-plugin-text-pthread-2.0.6-1.fc41.x86_64.rpm
obs-studio-plugin-text-pthread-2.0.6-1.fc41.src.rpm
obs-studio-plugin-text-pthread-debuginfo-2.0.6-1.fc41.x86_64.rpm
obs-studio-plugin-text-pthread-debugsource-2.0.6-1.fc41.x86_64.rpm
OBS Studio on Fedora 42
obs-studio-plugin-text-pthread-2.0.6-1.fc42.x86_64.rpm
obs-studio-plugin-text-pthread-2.0.6-1.fc42.src.rpm
obs-studio-plugin-text-pthread-debuginfo-2.0.6-1.fc42.x86_64.rpm
obs-studio-plugin-text-pthread-debugsource-2.0.6-1.fc42.x86_64.rpm
Pthread Text 2.0.5
This is a hotfix release.
Changes in 2.0.5
- Fixed the plugin was not loaded by OBS Studio >= 30.0.0 on Intel mac.
- Added RPM packages for Fedora 39 and 40.
- Dropped RPM packages for Fedora 36 and 37.
- Updated macOS host version and GitHub action versions (This should not affect anything).
- Support in-tree build.
(There is no change for Apple Silicon mac and Ubuntu.)
Limitation
- Not all binaries are not tested.
- Version 2.0.2 for Ubuntu is tested on OBS 28 on Ubuntu 22.04.
- Version 2.0.5 for Apple Silicon mac was tested with OBS 30.0.2.
- Version 2.0.5 for Intel mac was tested with OBS 30.0.2.
- No Windows support due to difficulties to build a lot of required libraries.
Install
Click your OS name to expand to show details.
macOS
OBS Studio 27 on Intel mac
Download installer obs-text-pthread-2.0.5-obs27-macos-x86_64.pkg and run installer.
Or, download zip package obs-text-pthread-2.0.5-obs27-macos-x86_64.zip and follow this guide to extract.
OBS Studio 28 or later on Intel mac
Download installer obs-text-pthread-2.0.5-obs28-macos-x86_64.pkg and run installer.
Or, download zip package obs-text-pthread-2.0.5-obs28-macos-x86_64.zip and follow this guide to extract.
OBS Studio 28 or later on Apple Silicon
Download installer obs-text-pthread-2.0.5-obs28-macos-arm64.pkg and run installer.
Or, download zip package obs-text-pthread-2.0.5-obs28-macos-arm64.zip and follow this guide to extract.
Note: If you are using OBS Studio 27 with Rosetta2, download Intel version.
Ubuntu
OBS Studio 27 on Ubuntu
Download package obs-text-pthread-2.0.5-obs27-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install ./obs-text-pthread-2.0.5-obs27-ubuntu-20.04-x86_64.deb
OBS Studio 28 or later on Ubuntu
Download package obs-text-pthread-2.0.5-obs28-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install ./obs-text-pthread-2.0.5-obs28-ubuntu-20.04-x86_64.deb
Fedora
These releases assume obs-studio comes from Fedora Project.
OBS Studio on Fedora 39
obs-studio-plugin-text-pthread-2.0.5-1.fc39.x86_64.rpm
obs-studio-plugin-text-pthread-2.0.5-1.fc39.src.rpm
obs-studio-plugin-text-pthread-debuginfo-2.0.5-1.fc39.x86_64.rpm
obs-studio-plugin-text-pthread-debugsource-2.0.5-1.fc39.x86_64.rpm
OBS Studio on Fedora 40
obs-studio-plugin-text-pthread-2.0.5-1.fc40.x86_64.rpm
obs-studio-plugin-text-pthread-2.0.5-1.fc40.src.rpm
obs-studio-plugin-text-pthread-debuginfo-2.0.5-1.fc40.x86_64.rpm
obs-studio-plugin-text-pthread-debugsource-2.0.5-1.fc40.x86_64.rpm
Pthread Text 2.0.4
This is a hotfix release.
Changes in 2.0.4
- Improve messages in log.
- Fix code format.
- Fix deprecated code in the build flow.
(There is no changes in behavior except the log message.)
Limitation
- Not all binaries are not tested.
- Version 2.0.2 for Ubuntu is tested on OBS 28 on Ubuntu 22.04.
- Version 2.0.3 for Apple Silicon mac is the latest tested package.
- Version 2.0.0 for Intel mac was the latest tested package.
- No Windows support due to difficulties to build a lot of required libraries.
Install
Click your OS name to expand to show details.
macOS
OBS Studio 27 or later on Intel mac
Download installer obs-text-pthread-2.0.4-obs27-macos-x86_64.pkg and run installer.
Or, download zip package obs-text-pthread-2.0.4-obs27-macos-x86_64.zip and follow this guide to extract.
OBS Studio 28 or later on Apple Silicon
Download installer obs-text-pthread-2.0.4-obs28-macos-arm64.pkg and run installer.
Or, download zip package obs-text-pthread-2.0.4-obs28-macos-arm64.zip and follow this guide to extract.
Note: If you are using OBS Studio 27 with Rosetta2, download Intel version.
Ubuntu
OBS Studio 27 on Ubuntu
Download package obs-text-pthread-2.0.4-obs27-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install ./obs-text-pthread-2.0.4-obs27-ubuntu-20.04-x86_64.deb
OBS Studio 28 or later on Ubuntu
Download package obs-text-pthread-2.0.4-obs28-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install ./obs-text-pthread-2.0.4-obs28-ubuntu-20.04-x86_64.deb
Fedora
These releases assume obs-studio comes from Fedora Project.
OBS Studio on Fedora 36
obs-text-pthread-2.0.4-1.fc36.x86_64.rpm
obs-text-pthread-2.0.4-1.fc36.src.rpm
obs-text-pthread-debuginfo-2.0.4-1.fc36.x86_64.rpm
obs-text-pthread-debugsource-2.0.4-1.fc36.x86_64.rpm
OBS Studio on Fedora 37
obs-text-pthread-2.0.4-1.fc37.x86_64.rpm
obs-text-pthread-2.0.4-1.fc37.src.rpm
obs-text-pthread-debuginfo-2.0.4-1.fc37.x86_64.rpm
obs-text-pthread-debugsource-2.0.4-1.fc37.x86_64.rpm
Pthread Text 2.0.3
This is a bugfix release for macOS on Apple Silicon.
Changes in 2.0.3
- Fixed crash and issues that nothing was rendered on Apple Silicon macOS.
- Added RPM packages for Fedora 36 and 37.
(No changes for Windows and Ubuntu users. No changes for OBS 27 on macOS.)
Limitation
- Not all binaries are not tested.
- Version 2.0.2 for Ubuntu is tested on OBS 28 on Ubuntu 22.04.
- Version 2.0.3 for Apple Silicon mac is the latest tested package.
- Version 2.0.0 for Intel mac was the latest tested package.
- No Windows support due to difficulties to build a lot of required libraries.
Install
Click your OS name to expand to show details.
macOS
OBS Studio 27 or later on Intel mac
Download installer obs-text-pthread-2.0.3-obs27-macos-x86_64.pkg and run installer.
Or, download zip package obs-text-pthread-2.0.3-obs27-macos-x86_64.zip and follow this guide to extract.
OBS Studio 28 or later on Apple Silicon
Download installer obs-text-pthread-2.0.3-obs28-macos-arm64.pkg and run installer.
Or, download zip package obs-text-pthread-2.0.3-obs28-macos-arm64.zip and follow this guide to extract.
Note: If you are using OBS Studio 27 with Rosetta2, download Intel version.
Ubuntu
OBS Studio 27 on Ubuntu
Download package obs-text-pthread-2.0.3-obs27-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install ./obs-text-pthread-2.0.3-obs27-ubuntu-20.04-x86_64.deb
OBS Studio 28 or later on Ubuntu
Download package obs-text-pthread-2.0.3-obs28-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install ./obs-text-pthread-2.0.3-obs28-ubuntu-20.04-x86_64.deb
Fedora
These releases assume obs-studio comes from RPM Fusion repository.
OBS Studio on Fedora 36
obs-text-pthread-2.0.3-1.fc36.x86_64.rpm
obs-text-pthread-2.0.3-1.fc36.src.rpm
obs-text-pthread-debuginfo-2.0.3-1.fc36.x86_64.rpm
obs-text-pthread-debugsource-2.0.3-1.fc36.x86_64.rpm
OBS Studio on Fedora 37
obs-text-pthread-2.0.3-1.fc37.x86_64.rpm
obs-text-pthread-2.0.3-1.fc37.src.rpm
obs-text-pthread-debuginfo-2.0.3-1.fc37.x86_64.rpm
obs-text-pthread-debugsource-2.0.3-1.fc37.x86_64.rpm
Pthread Text 2.0.2
This is a bugfix release for Ubuntu.
Changes in 2.0.2
- Fixed library dependencies for OBS 28 on Ubuntu.
(No changes for Windows and macOS users. No changes for OBS 27 on Ubuntu.)
Limitation
- Not all binaries are not tested.
- Version 2.0.0 for Ubuntu is tested on Ubuntu 22.04.
- Binary package 2.0.0 for macOS is only tested on Intel mac.
- No Windows support due to difficulties to build a lot of required libraries.
Install
Click your OS name to expand to show details.
macOS
OBS Studio 27 or later on Intel mac
Download installer obs-text-pthread-2.0.1-obs27-macos-x86_64.pkg and run installer.
Or, download zip package obs-text-pthread-2.0.1-obs27-macos-x86_64.zip and follow this guide to extract.
OBS Studio 28 or later on Apple Silicon
Due to an unkown issue, release for Apple Silicon is suspended.
See an instruction below to build the plugin by yourself.
https://github.com/norihiro/obs-text-pthread/wiki/Build#how-to-build-for-macos
Note: If you are using OBS Studio 27 with Rosetta2, download Intel version.
Ubuntu
OBS Studio 27 on Ubuntu
Download package obs-text-pthread-2.0.2-obs27-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install ./obs-text-pthread-2.0.2-obs27-ubuntu-20.04-x86_64.deb
OBS Studio 28 or later on Ubuntu
Download package obs-text-pthread-2.0.2-obs28-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install ./obs-text-pthread-2.0.2-obs28-ubuntu-20.04-x86_64.deb
Pthread Text 2.0.1
This is a hotfix release for OBS 28 on ARM.
Changes in 2.0.1
- Fixed library dependencies for OBS 28 on ARM.
(No changes for OBS 27, OBS 28 on Intel mac, or Linux).
Limitation
- Not all binaries are tested.
- Version 2.0.0 for Ubuntu is tested on Ubuntu 22.04.
- Binary package 2.0.0 for macOS is only tested on Intel mac.
- There is an information that the text is not displayed on OBS 28 on Apple Silicon (ARM). Workaround and bugfix are welcome.
- No Windows support due to difficulties to build a lot of required libraries.
Install
Click your OS name to expand to show details.
macOS
OBS Studio 27 or later on Intel mac
Download installer obs-text-pthread-2.0.1-obs27-macos-x86_64.pkg and run installer.
Or, download zip package obs-text-pthread-2.0.1-obs27-macos-x86_64.zip and follow this guide to extract.
OBS Studio 28 or later on Apple Silicon
Due to a technical issue that the plugin does not work, the packages for ARM are removed.
If you can help debugging, package is available on Github Actions. https://github.com/norihiro/obs-text-pthread/actions/runs/2983076693
Note: If you are using OBS Studio 27 with Rosetta2, download Intel version.
Ubuntu
OBS Studio 27 or later on Ubuntu
Download package obs-text-pthread-2.0.1-obs27-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install ./obs-text-pthread-2.0.1-obs27-ubuntu-20.04-x86_64.deb
Pthread Text 2.0.0
This is a major release to support OBS 28 and to drop supporting OBS 26.
Changes in 2.0.0
- Added outline blur using Gaussian. The old blur is deprecated. I appreciate @skeletonbow for giving me the idea.
- Support OBS 28 on Apple Silicon.
- Drop support of OBS 26.
- Started to use Github Actions to build binary packages instead of Microsoft Azure Pipeline. (This change should not make any difference.)
Limitation
- Not all binaries are not tested.
- Version 2.0.0 for Ubuntu is tested on Ubuntu 22.04.
- Binary package 2.0.0 for macOS is only tested on Intel mac.
- No Windows support due to difficulties to build a lot of required libraries.
Install
Click your OS name to expand to show details.
macOS
OBS Studio 27 or later on Intel mac
Download installer obs-text-pthread-2.0.0-obs27-macos-x86_64.pkg and run installer.
Or, download zip package obs-text-pthread-2.0.0-obs27-macos-x86_64.zip and follow this guide to extract.
OBS Studio 28 or later on Apple Silicon
Removed due to a technical issue that dependencies are not correctly configured in the plugin binary file.
Note: If you are using OBS Studio 27 with Rosetta2, download Intel version.
Ubuntu
OBS Studio 27 or later on Ubuntu
Download package obs-text-pthread-2.0.0-obs27-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install obs-text-pthread-2.0.0-obs27-ubuntu-20.04-x86_64.deb