This is a minor change release of a frame interleave filter for OBS Studio.
Changes in 0.2.0
- Defined the module name as "Frame Interleave Filter" for the plugin manager on OBS Studio 32.
- Removed a log message when unloading plugin
- Dropped supporting OBS Studio 27
- Revised build flow, now building against OBS Studio 28, 30, 31, and 32.
Limitation
- Not all binaries are tested.
- Windows: 0.2.0 was tested with OBS 32.0.1.
- macOS: 0.2.0 was tested with OBS 32.0.0 on Apple Silicon.
- Ubuntu: 0.1.1 was tested with OBS 28.1.1.
Install
Click your OS name to expand to show details.
Windows
OBS Studio 32 or later
Download obs-frame-interleave-filter-0.2.0-1-obs32-Windows-Installer.exe and execute it.
Download obs-frame-interleave-filter-0.2.0-obs32-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for details.
OBS Studio 31.1
Download obs-frame-interleave-filter-0.2.0-1-obs31-Windows-Installer.exe and execute it.
Download obs-frame-interleave-filter-0.2.0-obs31-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for details.
OBS Studio 30 or later
Download obs-frame-interleave-filter-0.2.0-1-obs30-Windows-Installer.exe and execute it.
Download obs-frame-interleave-filter-0.2.0-obs30-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for details.
OBS Studio 28 or later
Download obs-frame-interleave-filter-0.2.0-1-obs28-Windows-Installer.exe and execute it.
Download obs-frame-interleave-filter-0.2.0-obs28-Windows.zip and extract to your OBS Studio installed directory.
See install instruction for details.
macOS
OBS Studio 32 or later
Download installer obs-frame-interleave-filter-0.2.0-obs32-macos-universal.pkg and run the installer.
Or, download zip package obs-frame-interleave-filter-0.2.0-obs32-macos-universal.zip and follow instruction.
OBS Studio 31
Download installer obs-frame-interleave-filter-0.2.0-obs31-macos-universal.pkg and run the installer.
Or, download zip package obs-frame-interleave-filter-0.2.0-obs31-macos-universal.zip and follow instruction.
OBS Studio 30
Download installer obs-frame-interleave-filter-0.2.0-obs30-macos-universal.pkg and run the installer.
Or, download zip package obs-frame-interleave-filter-0.2.0-obs30-macos-universal.zip and follow instruction.
OBS Studio 28 or later
Download installer obs-frame-interleave-filter-0.2.0-obs28-macos-universal.pkg and run the installer.
Or, download zip package obs-frame-interleave-filter-0.2.0-obs28-macos-universal.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 frame-interleave-filter-for-obs
OBS Studio 32 or later on Ubuntu 24.04
Download obs-frame-interleave-filter-0.2.0-obs32-ubuntu-24.04-x86_64.deb and install with a command below.
sudo apt install ./obs-frame-interleave-filter-0.2.0-obs32-ubuntu-24.04-x86_64.deb
OBS Studio 31 on Ubuntu 24.04
Download obs-frame-interleave-filter-0.2.0-obs31-ubuntu-24.04-x86_64.deb and install with a command below.
sudo apt install ./obs-frame-interleave-filter-0.2.0-obs31-ubuntu-24.04-x86_64.deb
OBS Studio 30 on Ubuntu 22.04
Download obs-frame-interleave-filter-0.2.0-obs30-ubuntu-22.04-x86_64.deb and install with a command below.
sudo apt install ./obs-frame-interleave-filter-0.2.0-obs30-ubuntu-22.04-x86_64.deb
OBS Studio 28 or later on Ubuntu 22.04
Download obs-frame-interleave-filter-0.2.0-obs28-ubuntu-22.04-x86_64.deb and install with a command below.
sudo apt install ./obs-frame-interleave-filter-0.2.0-obs28-ubuntu-22.04-x86_64.deb
Fedora
RPM repository is available on Fedora Copr.sudo dnf copr enable kamae/obs-studio-plugins
sudo dnf install obs-studio-plugin-frame-interleave-filter