Skip to content

Releases: pedanticdan/obs-placeholder

v1.2.1 obs-placeholder for OBS v.28 on M1 and Intel Macs

03 Oct 05:57
Compare
Choose a tag to compare

OBS v.28 is a major redesign off OBS Studio, and as a result, this plugin would not load in v.28 on MacOS.

This release should work with OBS Studio v.28 on M1 and Intel Macs.

This relase has only been tested with OBS v28.0.3 on an M1 mac running MacOS 12.6.

v1.1.0 OBS VirtualCam GUI to select custom placeholder.png on MacOS and Windows 10

17 Jan 23:53
Compare
Choose a tag to compare

The plugin will now automatically change the placeholder.png file when the user switches to a different profile. If the new profile has no custom placeholder.png file, then the default OBS placeholder.png file will be used.

A Windows version is now available as an executable installer.

The simplest way to add Windows support was to include a slightly modified win-dshow module (actually, the obs-virtualcam-module that is part of win-dshow). The modified module checks for a placeholder.png file in the user's %APPDATA% file space. If found, that image will be used when the Virtual Camera is off in OBS. IF not found, the original placeholder.png file will be used as normal. (The virtualcam module on MacOS already works this way).

The installer also adds an uninstaller in the OBS install directory ( such as C:\Program Files\obs-studio ).

The installer should deregister the default obs-virtualcam-module and then register the modified module.

The source code for the obs-placeholder module is unchanged from the MacOS version. What's new is:

A) A Windows build of the module.
B) A Windows build of win-dshow from my obs-studio PR.
C) A Windows installer.

EDIT: Added placeholder-windows.zip for anyone who prefers that mode of delivery on Windows. Unzip into the OBS install directory (such as C:\Program FIles\obs-studio).

OBS VirtualCam GUI to select custom placeholder.png on Windows

06 Feb 23:02
Compare
Choose a tag to compare

A (Beta) Windows version is now available as an installer executable.

The simplest way to add Windows support is to include a slightly modified win-dhsow module (actually, a obs-virtualcam-module that is part of win-dshow). The modified module checks for a placeholder.png file in the user's %APPDATA% file space. If found, that image will be used when the Virtual Camera is off in OBS. IF not found, the original placeholder.png file will be used as normal. (The virtualcam module on MacOS already works this way).

The installer also adds an uninstaller in the OBS install directory ( such as C:\Program Files\obs-studio ).

The installer should deregister the default obs-virtualcam-module and then register the modified module.

The source code for the obs-placeholder module is unchanged from the MacOS version. What's new is:

A) A Windows build of the module.
B) A Windows build of win-dshow from my obs-studio PR.
C) A Windows installer.

EDIT: Added placeholder.zip for anyone who prefers that mode of delivery. Unzip into the OBS install directory (such as C:\Program FIles\obs-studio).

OBS VirtualCam GUI to select custom placeholder.png on MacOS

05 Jun 22:11
Compare
Choose a tag to compare

The plugin now checks whether the virtual camera feature is enabled before adding the new UI element to the Tools menu.

This plugin would work on Windows, but the Windows version of OBS does not contain the necessary code to use an alternate placeholder.png file.

OBS VirtualCam GUI to select custom placeholder.png on MacOS

10 Apr 05:21
Compare
Choose a tag to compare

v0.0.3 of obs-placeholder plugin for OBS Studio