Background Removal / Virtual Green-screen & Low-Light Enhance

Background Removal / Virtual Green-screen & Low-Light Enhance v1.3.2

OBS Background Removal Plugin — Release 1.3.2​

We’re excited to announce version 1.3.2 of the OBS Background Removal plugin! This update brings helpful new features, improved user assistance, and important behind-the-scenes updates to ensure smoother, more reliable streaming and recording experiences.


✨ New & Improved​

  • Interactive Help (Experimental):
    • Try out the brand-new interactive help system! A chat-based UI is now available to assist with your questions directly within the plugin interface. Powered by Svelte and integrated with WebLLM, this feature aims to make troubleshooting and exploration even easier.
    • Includes privacy and accuracy disclaimers since this feature is experimental.
  • User FAQ:
    • Added a comprehensive FAQ (FAQ.md) with answers to 50 common questions about the plugin — now easier than ever to find answers and solve issues quickly!
  • Better User Support:
    • Replaced old issue templates with a new, user-friendly GitHub issue form. This helps you provide relevant info when reporting bugs, so we can assist you faster and more effectively.

️ Other Notable Updates​

  • Plugin Info Update:
    The plugin’s metadata and repository info was updated following a maintenance transfer. You’ll now see accurate repository and author details.
  • Codebase Polish:
    • Additional formatting improvements and updated code conventions for better maintainability.
    • Svelte and Astro project enhancements, as well as improved build script hygiene.

How to Upgrade​

Download and install the latest release from the GitHub Releases page.


Thank you to everyone contributing feedback, code, and encouragement! The community keeps this project moving forward. If you run into issues or have suggestions, please open an issue or try out the new interactive help.

Happy streaming! ✨

Download https://github.com/royshil/obs-backgroundremoval/releases/tag/1.3.2

Highlights​

  • Ubuntu DEB Package is Back!: Great news for Ubuntu users—starting with this release, official .deb packages are back! Installing and updating on Ubuntu is now simpler than ever.
  • Website Overhaul: The plugin's website and documentation have migrated from SvelteKit to Astro! The site is now faster, easier to maintain, and features updated download links and documentation.
  • Cleaner Downloads: The download instructions are clearer and easier to follow. We now point all users to central download locations for simplicity.
  • Simplified Docs: We've trimmed the README and documentation to be more concise. Linux and build instructions are now maintained in one place, and uninstall steps plus advanced usage were moved online.
  • Community Support : Looking for help? Join us in GitHub Discussions—our Discord link has been retired in favor of a more transparent and open support channel.

️ Build & CI Improvements​

  • CI Now Builds and Publishes Releases: GitHub Actions workflow is now fully active! Project artifacts and debug symbols are automatically created for each new release.
  • Scheduled Website Updates: The new website auto-builds daily to stay up to date.
  • Up-to-date Shields: All project badges and status shields in the README now reference the main royshil/obs-backgroundremoval repository (not forks or unrelated projects).

Thank you to everyone for your feedback, contributions, and enthusiasm!
If you spot any issues or have feature suggestions, please open a discussion or issue on GitHub.

— The OBS Background Removal Team

Download: https://github.com/royshil/obs-backgroundremoval/releases/tag/1.3.1
We've fixed the potential lags and discrepancy between image and mask, and upgraded the ONNXRuntime to 1.17.1 - better performance and robustness!

Enjoy!

Download:
  • New! RMBG model from Bria.AI https://huggingface.co/briaai/RMBG-1.4 - remove background from any object! (not just human)
  • We got rid of the annoying "update available" message in favor of a more discreet message on the plugin settings.
  • Better handling of local file paths on Windows
Check out all of the changes: https://github.com/occ-ai/obs-backgroundremoval/releases

Support our work https://github.com/sponsors/royshil https://github.com/sponsors/umireon . Thank you!!

In this release we bumped versions of OpenCV and ONNXRuntime, and trying to get rid of the annoying "smart screen" block on Windows. We're also rolling out releases through AUR, Pacstall and Flatpak. Linux!

Enjoy!
  • Like
Reactions: 33Nikaea
It's been a second! But we have a new release with lots of changes.
In this release we're introducing "simple mode" that hides most of the settings under an "Advanced" checkbox, which should make it far easier for newcomers to start using the filter without "settings shock".
Additionaly we implemented "temporal smoothing" that helps with reducing the flickering of the edges in the binary mask.
We bumped ONNX Runtime to v1.16.3 that increases robustness and speed.
We fixed the bug of the updater popping up the dialog because we changed the repo URL.

Enjoy!

Download links:
We have a very busy release! It's been a while and we have been working to improve the plugin on all fronts.
In this release you can expect:
  • Upgrade to ONNXRuntime 1.16 which improves speed and robustness.
  • Repackaging of Mac OS release to a more consistent with Apple dev tools.
  • Fix crashes and bugs on Linux
  • We added a new "website" for the plugin, which will eventually have more installation info
  • Adding a detailed log message with plugin info which helps us debug
If this plugin has provided value to you consider adding a ⭐ on this repo, subscribing to Roy's YouTube channel, and supporting our work: https://github.com/sponsors/royshil https://github.com/sponsors/umireon

What's Changed​

Full Changelog: 1.1.6...1.1.7
In this release we fix the "halo effect" using blur background as well as remove dependency on libcurl which improves build on Linux, Mac and Windows, we also use statically built OpenCV making the build time significantly shorter (faster turnaround on PRs).

If this free plugin has provided value to you, consider sponsoring our work:

Send any feedback you have and we will address all requests!

What's Changed​

Full Changelog: v1.1.3...1.1.4
A lot going on in this busy release:
  • Reinstated the .zip packaging for Windows - for all of the portable OBS users and non-standard locations.
  • Add focal blur enable/disable option - for those who don't want the effect always on
  • Add focal blur "depth"/"width" to make it adjustable
  • Several improvements to our build system and Fedora support.
If this plugin has provided value for you, consider supporting our work so we can bring you more updates and improvements:

What's Changed​

New Contributors​

Full Changelog: 1.1.2...1.1.3
This release majorly fixes Debian-based OSs installation problems, and makes a slight improvement in build time on Linux.

If this plugin has provided value for you, please consider supporting us so we can keep bringing you updates:

What's Changed​

Full Changelog: 1.1.0...1.1.1
Top