2022-03-09 11:25:16 +01:00
---
title: 'OBS Stream Effects v0.4.1 (Release)'
category: News
2023-04-04 04:11:26 +02:00
tags: [StreamFX, OBS, OBS Studio, 'WordPress Archive']
2022-03-09 11:25:16 +01:00
---
2023-04-04 04:11:26 +02:00
< p class = "block" > OBS Stream Effects Version 0.4.1 is now available and it fixes the 32-Bit crash as well as� improving overall performance and stability. If you're currently on 0.4.0 or earlier, it's time to update!< / p >
<!-- more -->
2022-03-09 11:25:16 +01:00
2023-04-04 04:11:26 +02:00
< p class = "block" > < strong > Download:� < / strong > < a href = "https://github.com/Xaymar/obs-stream-effects/releases/tag/0.4.1" > On GitHub< / a > < / p >
2022-03-09 11:25:16 +01:00
2023-04-04 04:11:26 +02:00
< h1 class = "block" > Changelog< / h1 >
2022-03-09 11:25:16 +01:00
2023-04-04 04:11:26 +02:00
< h2 class = "block" > 0.4.1< / h2 >
2022-03-09 11:25:16 +01:00
2023-04-04 04:11:26 +02:00
< ul class = "block" >
2022-03-09 11:25:16 +01:00
< li > Switched all filters and sources over to new initialization code.< / li >
< li > Fixed a 32-bit crash on machines with CPUs capable of SSE caused by Vertex Buffers.< / li >
< li > Reduced memory requirements of Vertex Buffers by ~60%.< / li >
< li > Removed a superfluous reallocation, loop and copy from Vertex Buffers.< / li >
< / ul >
2023-04-04 04:11:26 +02:00
< h2 class = "block" > 0.4.0< / h2 >
2022-03-09 11:25:16 +01:00
2023-04-04 04:11:26 +02:00
< ul class = "block" >
2022-03-09 11:25:16 +01:00
< li > Improved initialization code to ease future development.< / li >
< li > Fixed several possible crashes in the GS subsystem wrappers.< / li >
< li > Fixed 'Blur' filter color being wrong due to non-power-of-two textures.< / li >
< li > Improved 'Blur' filter error reporting for better debugging and support.< / li >
< li > Fixed 'Blur' filter crashing OBS on GPU reset, better support for this is added in a future version of OBS.< / li >
< li > Fixed 'Blur' filter occasionally just not working.< / li >
< li > Added 'Source Mirror' source which allows you to add filters to a source without modifying it as well as rescaling it.< / li >
< / ul >