{"id":13729140,"url":"https://github.com/norihiro/obs-text-pthread","last_synced_at":"2026-01-31T06:20:03.076Z","repository":{"id":45134696,"uuid":"267788931","full_name":"norihiro/obs-text-pthread","owner":"norihiro","description":"Rich text source plugin for OBS Studio","archived":false,"fork":false,"pushed_at":"2025-12-31T05:26:52.000Z","size":236,"stargazers_count":58,"open_issues_count":10,"forks_count":6,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-01-04T07:36:15.398Z","etag":null,"topics":["obs-studio","obs-studio-plugin"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/norihiro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":"https://paypal.me/nkamae","github":"norihiro","ko_fi":"nkamae"}},"created_at":"2020-05-29T07:01:34.000Z","updated_at":"2025-12-31T05:26:55.000Z","dependencies_parsed_at":"2024-01-13T05:12:58.686Z","dependency_job_id":"41b5536a-66e9-4344-8f77-b1b3b46fa14c","html_url":"https://github.com/norihiro/obs-text-pthread","commit_stats":{"total_commits":127,"total_committers":3,"mean_commits":"42.333333333333336","dds":"0.015748031496062964","last_synced_commit":"09bcaab35fdb3ab44354d242929319c3f7341d82"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/norihiro/obs-text-pthread","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norihiro%2Fobs-text-pthread","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norihiro%2Fobs-text-pthread/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norihiro%2Fobs-text-pthread/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norihiro%2Fobs-text-pthread/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/norihiro","download_url":"https://codeload.github.com/norihiro/obs-text-pthread/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/norihiro%2Fobs-text-pthread/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28931096,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T04:05:25.756Z","status":"ssl_error","status_checked_at":"2026-01-31T04:02:35.005Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["obs-studio","obs-studio-plugin"],"created_at":"2024-08-03T02:00:55.615Z","updated_at":"2026-01-31T06:20:03.068Z","avatar_url":"https://github.com/norihiro.png","language":"C","funding_links":["https://paypal.me/nkamae","https://github.com/sponsors/norihiro","https://ko-fi.com/nkamae"],"categories":["Setting up OBS Studio"],"sub_categories":["Useful OBS Studio 3rd party plugins and themes."],"readme":"# Pthread Text plugin for OBS Studio\n\n## Introduction\n\nThis plugin displays text with many advanced features.\n\n* Markup\n* Text alignment\n  * Left, center, and right\n  * Justification\n* Outline\n  * Configurable width, color, and opacity\n  * Configurable shape of corners\n  * Blur\n* Transition\n  * Fade-in, fade-out, cross-fade\n  * Slide\n* Threaded glyph drawing\n  * Lower priority to draw glyphs so that other sources and encoders are not impacted\n  * More frequent polling of the text file\n* Automatic line-break supporting East Asian languages\n* Saving as PNG files for post production\n\n### Markups\n\nSee [the Pango Markup Language](https://docs.gtk.org/Pango/pango_markup.html)\nfor detailed markup tags available.\n\n### Properties\n\n[List of properties](doc/properties.md) describes all available propeties.\n\n### Updating text\n\nThis plugin can set the text by setting or from a text file.\nTo have transition, it is recommended that the text is updated from a progam, not by typing on the propeties window.\n\n#### Updating text using obs-websocket\n\nYou can use `SetSourceSettings` request for [obs-websocket](https://github.com/obsproject/obs-websocket/).\nRequest fields will be as below for example.\n```\n{\"inputName\": \"source-name\", \"inputSettings\": {\"text\": \"your new text\"}}\n```\n\n#### Updating text file\n\nThis plugin checks these file attributes; inode, mtime, and size.\nRecommended flow to update the text is as below.\n1. Set the source file in the property of this plugin. Let's say ```/dev/shm/text.txt``` for example.\n2. Write to a temporary file.\n   ```your_program \u003e /dev/shm/text.txt~```\n3. Move the temporary file to the target file.\n   ```mv /dev/shm/text.txt~ /dev/shm/text.txt```\n   This step is atomic so that the plugin won't read the middle state.\n\n### Furture plan\n\n* and feature requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnorihiro%2Fobs-text-pthread","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnorihiro%2Fobs-text-pthread","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnorihiro%2Fobs-text-pthread/lists"}