Skip to content

Releases: norihiro/obs-multisource-effect

OBS Multi Source Effect 0.2.1

31 Aug 17:13
0.2.1
dcc5a97
Compare
Choose a tag to compare

This is an experimental release of Multi Source Effect plugin for OBS Studio.

Changes in 0.2.1

  • Linux: Fixed the plugin is not loaded by OBS Studio 28.
  • Linux: Fixed the source is not available on OBS Studio 27.

No changes for Windows and macOS users.

If there is a problem, please consider using the previous version 0.1.7. There is no difference in the source code at all.

Limitations

  • No binary packages were tested. (The source code was tested on Fedora 34.)

Install

Click your OS name to expand to show details.

Windows

OBS Studio 27 or later

Download obs-multisource-effect-0.2.1-obs27-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-multisource-effect-0.2.1-obs27-macos-x86_64.pkg and run installer.
Or, download zip package obs-multisource-effect-0.2.1-obs27-macos-x86_64.zip and follow this guide to extract.

OBS Studio 28 or later

Download installer obs-multisource-effect-0.2.1-obs28-macos-universal.pkg and run installer.
Or, download zip package obs-multisource-effect-0.2.1-obs28-macos-universal.zip and follow this guide to extract.

Ubuntu

OBS Studio 27 on Ubuntu

Download package obs-multisource-effect-0.2.1-obs27-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install ./obs-multisource-effect-0.2.1-obs27-ubuntu-20.04-x86_64.deb

OBS Studio 28 or later on Ubuntu

Download package obs-multisource-effect-0.2.1-obs28-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install ./obs-multisource-effect-0.2.1-obs28-ubuntu-20.04-x86_64.deb

OBS Multi Source Effect 0.2.0

24 Aug 13:53
0.2.0
6d8f8c1
Compare
Choose a tag to compare

This is an experimental release of Multi Source Effect plugin for OBS Studio.

Changes in 0.2.0

  • Revised packages for OBS 28 on macOS.
  • Windows installer is removed.

If there is a problem, please consider using the previous version 0.1.7. There is no difference in the source code at all.

Limitations

  • No binary packages were tested. (The source code was tested on Fedora 34.)

Install

Click your OS name to expand to show details.

Windows

OBS Studio 27 or later

Download obs-multisource-effect-0.2.0-obs27-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-multisource-effect-0.2.0-obs27-macos-x86_64.pkg and run installer.
Or, download zip package obs-multisource-effect-0.2.0-obs27-macos-x86_64.zip and follow this guide to extract.

OBS Studio 28 or later

Download installer obs-multisource-effect-0.2.0-obs28-macos-universal.pkg and run installer.
Or, download zip package obs-multisource-effect-0.2.0-obs28-macos-universal.zip and follow this guide to extract.

Ubuntu

OBS Studio 27 or later on Ubuntu

Download package obs-multisource-effect-0.2.0-obs27-ubuntu-20.04-x86_64.deb and install with a command below.
sudo apt install obs-multisource-effect-0.2.0-obs27-ubuntu-20.04-x86_64.deb

OBS Multi Source Effect 0.1.7

03 Jan 09:45
0.1.7
1cbf38d
Compare
Choose a tag to compare

This is a minor release of Multi Source Effect plugin for OBS Studio.

Changes in 0.1.7

  • Added a new property to set number of sources.
  • Added example effects
    • New effects; hard light, soft light, and overlay
    • Example effects with alpha blending
  • Implemented automatic reload of the effect file
    If the cache is disabled, the effect file will be automatically reloaded when timestamp of the file was updated.
    For users who don't develop effect files, it is recommended not to disable the cache.
  • Removed reload button

Changes in 0.1.6

  • Another bugfix for blend state.

Changes in 0.1.5

  • Modified blend function so that the blend behavior is similar to that of the scene in OBS-Studio.
  • Fixed missing gs_blend_state_pop.

Change in 0.1.4

  • Added two features to avoid caching of effect file and reloading the effect file by a button. It would be useful to debug your custom effect file.

Changes in 0.1.3

  • The source won't be duplicated even if Duplicate Source is enabled on OBS Studio.
    This will improve performance by avoiding to read the effect file again at the scene transition.
  • Fix a crash when source select itself or scene that causes loop

Change in 0.1.2

  • Fix a crash when source name is not specified. (#4)

Changes from 0.1.1

  • Now provides combo box for each source name.
  • Fix a bug causing dead-lock of the UI thread.
  • Fix a memory leak

Limitations

  • No binary packages are tested. (My development environment is Fedora Linux.)

Install

Windows

Download obs-multisource-effect-0.1.7-Windows-Installer.exe (provided below) and execute it.
Or, download obs-multisource-effect-0.1.7-Windows.zip (provided below) and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

MacOS

Download obs-multisource-effect-0.1.7-macos.zip (provided below) and extract in /Library/Application Support/obs-studio/plugins.
See also this guide.

Linux

Download and install obs-multisource-effect-0.1.7-1_amd64.deb (provided below)
Or, compile from source for other distributions.

OBS Multi Source Effect 0.1.6

08 Dec 01:43
0.1.6
0795d7f
Compare
Choose a tag to compare

This is a hotfix release of Multi Source Effect plugin for OBS Studio.

Changes in 0.1.6

  • Another bugfix for blend state.

Changes in 0.1.5

  • Modified blend function so that the blend behavior is similar to that of the scene in OBS-Studio.
  • Fixed missing gs_blend_state_pop.

Change in 0.1.4

  • Added two features to avoid caching of effect file and reloading the effect file by a button. It would be useful to debug your custom effect file.

Changes in 0.1.3

  • The source won't be duplicated even if Duplicate Source is enabled on OBS Studio.
    This will improve performance by avoiding to read the effect file again at the scene transition.
  • Fix a crash when source select itself or scene that causes loop

Change in 0.1.2

  • Fix a crash when source name is not specified. (#4)

Changes from 0.1.1

  • Now provides combo box for each source name.
  • Fix a bug causing dead-lock of the UI thread.
  • Fix a memory leak

Limitations

  • No binary packages are tested. (My development environment is Fedora Linux.)

Install

Windows

Download obs-multisource-effect-0.1.6-Windows-Installer.exe (provided below) and execute it.
Or, download obs-multisource-effect-0.1.6-Windows.zip (provided below) and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

MacOS

Download obs-multisource-effect-0.1.6-macos.zip (provided below) and extract in /Library/Application Support/obs-studio/plugins.
See also this guide.

Linux

Download and install obs-multisource-effect-0.1.6-1_amd64.deb (provided below)
Or, compile from source for other distributions.

OBS Multi Source Effect 0.1.5

07 Dec 12:41
0.1.5
b97fcdd
Compare
Choose a tag to compare

This is a hotfix release of Multi Source Effect plugin for OBS Studio.

Changes in 0.1.5

  • Modified blend function so that the blend behavior is similar to that of the scene in OBS-Studio.
  • Fixed missing gs_blend_state_pop.

Change in 0.1.4

  • Added two features to avoid caching of effect file and reloading the effect file by a button. It would be useful to debug your custom effect file.

Changes in 0.1.3

  • The source won't be duplicated even if Duplicate Source is enabled on OBS Studio.
    This will improve performance by avoiding to read the effect file again at the scene transition.
  • Fix a crash when source select itself or scene that causes loop

Change in 0.1.2

  • Fix a crash when source name is not specified. (#4)

Changes from 0.1.1

  • Now provides combo box for each source name.
  • Fix a bug causing dead-lock of the UI thread.
  • Fix a memory leak

Limitations

  • No binary packages are tested. (My development environment is Fedora Linux.)

Install

Windows

Download obs-multisource-effect-0.1.5-Windows-Installer.exe (provided below) and execute it.
Or, download obs-multisource-effect-0.1.5-Windows.zip (provided below) and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

MacOS

Download obs-multisource-effect-0.1.5-macos.zip (provided below) and extract in /Library/Application Support/obs-studio/plugins.
See also this guide.

Linux

Download and install obs-multisource-effect-0.1.5-1_amd64.deb (provided below)
Or, compile from source for other distributions.

OBS Multi Source Effect 0.1.4

07 Dec 11:13
0.1.4
3cd4094
Compare
Choose a tag to compare

This is a minor release of Multi Source Effect plugin for OBS Studio.

Change in 0.1.4

  • Added two features to avoid caching of effect file and reloading the effect file by a button. It would be useful to debug your custom effect file.

Changes in 0.1.3

  • The source won't be duplicated even if Duplicate Source is enabled on OBS Studio.
    This will improve performance by avoiding to read the effect file again at the scene transition.
  • Fix a crash when source select itself or scene that causes loop

Change in 0.1.2

  • Fix a crash when source name is not specified. (#4)

Changes from 0.1.1

  • Now provides combo box for each source name.
  • Fix a bug causing dead-lock of the UI thread.
  • Fix a memory leak

Limitations

  • No binary packages are tested. (My development environment is Fedora Linux.)

Install

Windows

Download obs-multisource-effect-0.1.4-Windows-Installer.exe (provided below) and execute it.
Or, download obs-multisource-effect-0.1.4-Windows.zip (provided below) and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

MacOS

Download obs-multisource-effect-0.1.4-macos.zip (provided below) and extract in /Library/Application Support/obs-studio/plugins.
See also this guide.

Linux

Download and install obs-multisource-effect-0.1.4-1_amd64.deb (provided below)
Or, compile from source for other distributions.

OBS Multi Source Effect 0.1.3

05 Dec 00:07
0.1.3
de6ba3a
Compare
Choose a tag to compare

This is a hotfix release of Multi Source Effect plugin for OBS Studio.

Changes from 0.1.2

  • The source won't be duplicated even if Duplicate Source is enabled on OBS Studio.
    This will improve performance by avoiding to read the effect file again at the scene transition.
  • Fix a crash when source select itself or scene that causes loop

Changes from 0.1.1

  • Fix a crash when source name is not specified. (#4)

Changes from 0.1.0

  • Now provides combo box for each source name.
  • Fix a bug causing dead-lock of the UI thread.
  • Fix a memory leak

Limitations

  • No binary packages are tested. (My development environment is Fedora Linux.)

Install

Windows

Download obs-multisource-effect-0.1.3-Windows-Installer.exe (provided below) and execute it.
Or, download obs-multisource-effect-0.1.3-Windows.zip (provided below) and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

MacOS

Download obs-multisource-effect-0.1.3-macos.zip (provided below) and extract in /Library/Application Support/obs-studio/plugins.
See also this guide.

Linux

Download and install obs-multisource-effect-0.1.3-1_amd64.deb (provided below)
Or, compile from source for other distributions.

OBS Multi Source Effect 0.1.2

30 Nov 00:14
0.1.2
51cb273
Compare
Choose a tag to compare

This is a hotfix release of Multi Source Effect plugin for OBS Studio.

Changes from 0.1.1

  • Fix a crash when source name is not specified. (#4)

Changes from 0.1.0

  • Now provides combo box for each source name.
  • Fix a bug causing dead-lock of the UI thread.
  • Fix a memory leak

Limitations

  • No binary packages are tested. (My development environment is Fedora Linux.)

Install

Windows

Download obs-multisource-effect-0.1.2-Windows-Installer.exe (provided below) and execute it.
Or, download obs-multisource-effect-0.1.2-Windows.zip (provided below) and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

MacOS

Download obs-multisource-effect-0.1.2-macos.zip (provided below) and extract in /Library/Application Support/obs-studio/plugins.
See also this guide.

Linux

Download and install obs-multisource-effect-0.1.2-1_amd64.deb (provided below)
Or, compile from source for other distributions.

OBS Multi Source Effect 0.1.1

29 Nov 13:44
0.1.1
a1bc717
Compare
Choose a tag to compare

This is a minor release of Multi Source Effect plugin for OBS Studio.

Changes from 0.1.0

  • Now provides combo box for each source name.
  • Fix a bug causing dead-lock of the UI thread.
  • Fix a memory leak

Limitations

  • No binary packages are tested. (My development environment is Fedora Linux.)

Install

Windows

Download obs-multisource-effect-0.1.1-Windows-Installer.exe (provided below) and execute it.
Or, download obs-multisource-effect-0.1.1-Windows.zip (provided below) and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

MacOS

Download obs-multisource-effect-0.1.1-macos.zip (provided below) and extract in /Library/Application Support/obs-studio/plugins.
See also this guide.

Linux

Download and install obs-multisource-effect-0.1.1-1_amd64.deb (provided below)
Or, compile from source for other distributions.

OBS Multi Source Effect 0.1.0

27 Nov 13:44
0.1.0
Compare
Choose a tag to compare

This is a first release of Multi Source Effect plugin for OBS Studio.

What this program can do

  • Input two sources
  • Set built-in and custom shader file
  • Render these textures witht the shader

Limitations

  • Source name is not selectable in the property dialog.
    User has to type the source names without mistake.
  • No binary packages are tested. (My development environment is Fedora Linux.)

Install

Windows

Download obs-multisource-effect-0.1.0-Windows-Installer.exe (provided below) and execute it.
Or, download obs-multisource-effect-0.1.0-Windows.zip (provided below) and extract to your OBS Studio installed directory.
See install instruction for detailed steps.

MacOS

Download obs-multisource-effect-0.1.0-macos.zip (provided below) and extract in /Library/Application Support/obs-studio/plugins.
See also this guide.

Linux

Download and install obs-multisource-effect-0.1.0-1_amd64.deb (provided below)
Or, compile from source for other distributions.