Skip to content

StreamFX 0.11.1

Latest
Compare
Choose a tag to compare
@Xaymar Xaymar released this 26 Feb 20:18

⚠️ Binaries removed due to GPL license violation! ⚠️

We had to remove binaries and source code due to a contributor submitting code that was not licensed under the GPLv2 "or later" license or any compatible license. While we were able to adjust the source code contained in the repository to exclude these license violations, we can't guarantee that binaries will be available again.


Support the development of StreamFX!

Patreon Maintaining a project like StreamFX requires time and money, of which both are in short supply. If you use any feature of StreamFX, please consider supporting StreamFX via Patreon. Even as little as 1€ per month matters a lot, plus you get a number of benefits!

System Requirements

Please read the Installation Guide and System Requirements!
The installation of StreamFX requires that you follow certain instructions, as well as fulfill a minimum hardware and software requirement. Please ensure that you have read and verified both before asking for help, as many issues can be fixed by reading both of them in their entirety.

Windows
Windows
Linux
Linux
MacOS
MacOS
OS Minimum Windows 10 21H2 (or newer) Ubuntu 20.04 (or equivalent)
Ubuntu 22.04 (or equivalent)
MacOS 10.15 (or newer)
Recommended Windows 10 21H2 (or newer) Ubuntu 20.04 (or equivalent)
Ubuntu 22.04 (or equivalent)
MacOS 12 (or newer)
CPU Minimum Any x86-64-v3 compatible: AMD Excavator Series, Intel Haswell Series
Required Instruction Sets: x86-64-v2, AVX, BMI1, BMI2, F16C, FMA, MOVBE
Recommended Any x86-64-v3 compatible: AMD Zen 2 Series, Intel Comet Lake Series
Required Instruction Sets: x86-64-v2, AVX, BMI1, BMI2, F16C, FMA, MOVBE
Memory (RAM) Minimum 4 GiB (free)
Recommended 8 GiB (free) 6 GiB (free)
Video (GPU) Minimum DirectX 11 / OpenGL 3 capable, Shader Model 4, 4 GiB VRAM (total)
Recommended DirectX 12 / OpenGL 4 capable, Shader Model 5, 6 GiB VRAM (total)
Disk Space Minimum ~50 MiB (free)
Recommended ~50 MiB (free)
OBS Version Minimum 27.2.0
Recommended 27.2.4
Other Microsoft Visual C/C++ Redistributable 2017-2022 Qt for obs-studio
FFmpeg for obs-studio
System Libraries must match chosen Ubuntu version!

What's Changed

🔧 Fixes

FFmpeg Encoders now support OBS Studio 27.2! (#775, #777, #783)

With the release of OBS Studio 27.2, the FFmpeg binaries shipped with OBS Studio were updated to something much more recent in order to support AV1. StreamFX's FFmpeg-based encoders however were written for FFmpeg 4.2, and as such some of them were unable to work in the new environment. This should now be resolved, but your configurations for encoders may have to be manually adjusted for the updated FFmpeg version.

Detailed Changelog

0.11.1
  • Removed legacy API usage in FFmpeg encoder (#783)
0.11.1b1
  • Further improve support for various FFmpeg versions. (#777)
  • Fix migration of settings from older StreamFX versions for the FFmpeg change. (#777)
0.11.1a1
  • Add support for FFmpeg versions other than 4.2. (#775)