OBS Studio 32.0.0 Beta 2

Beta 2 Changes
--------------

* Fixed a crash in Beta 1 when loading an invalid config file in the Plugin Manager [FiniteSingularity]
* Fixed a crash in Beta 1 when streaming to an invalid SRT URL [gxalpha]
* Fixed a crash in Beta 1 when loading old NVIDIA Audio Effects SDK versions [pkviet/notr1ch]
* Fixed a crash in Beta 1 when loading plugins that use removed API functions [gxalpha]
* Fixed stack smash and TLS issues with browser sources on Linux [tytan652]
* Fixed an issue in Beta 1 where Scene and Group sources would show as missing or invalid in the Sources list [exeldro]
* Fixed an issue in Beta 1 where capture sources (screen capture, video device capture, and display capture) would not work on OpenGL [PatTheMav]
* Fixed an issue in Beta 1 where the crash log prompt was appearing on systems where OBS Studio does not handle crash logs [tytan652]
* Fixed an issue where GetGroupList with obs-websocket would return nothing [gxalpha]
* Added experimental Metal renderer for Apple Silicon Macs [PatTheMav]
* Changed the crash sentinel file location to its own subdirectory [PatTheMav]
* Removed workarounds to prevent loading Qt 5 based plugins [RytoEX]
* Removed ability on Linux to load plugins built for older major versions of OBS Studio [tytan652]
  + OBS Studio 32 (and future 32.x versions) on Linux can only load plugins linked against libobs 32.

32.0 New Features
-----------------

* Added a basic plugin manager [FiniteSingularity/PatTheMav/Warchamp7]
* Added opt-in automatic crash log upload for Windows and macOS [PatTheMav/Warchamp7]
* Added Voice Activity Detection (VAD) to NVIDIA RTX Audio Effects, which improves noise suppression for speech, as well as several optimizations to NVIDIA Effects [pkviet]
* Added chair removal option for NVIDIA RTX Background Removal, allowing removal of chairs [pkviet]
* Added Hybrid MOV support [derrod]
  + Brings ProRes support on macOS and a more widely supported HEVC/H.264 + PCM audio option to all platforms

32.0 Changes
------------

* OBS Studio will no longer load plugins built for a newer release of OBS to prevent future compatibility issues [norihiro]
* Added custom OBS widgets in preparation for larger UI updates [derrod/gxalpha/Warchamp7]
* Added preparations for Metal renderer (stay tuned!) [PatTheMav]
* Improved audio deduplication logic to cover more cases of nested scenes, groups, and multiple canvases [pkviet]
* Prevent audio duplication when sources are set to "Monitor and Output" while the monitoring device is also being captured [pkviet]
* Updated the default settings for AMD encoders [rhutsAMD]
* Improved accuracy of chapter markers in Hybrid MP4/MOV [derrod]
* Re-hid the cursor in edit fields on macOS [gxalpha]
* Improved format selection for PipeWire video capture [tytan652]

32.0 Bug Fixes
--------------

* Potentially fixed a rare crash on macOS when moving or resizing the OBS window [PatTheMav]
* Fixed a crash with SRT when using an invalid URL [pkviet]
* Fixed a crash when setting non-default pkt_size with SRT [pkviet]
* Fixed a crash in Media Source when playback starts with certain video files [howellrl]
* Fixed rare occurrence of multiview becoming blank [norihiro]
* Fixed SRT reconnection failures [pkviet]
* Fixed overflow texture rendering sRGB-awareness [PatTheMav]
* Fixed incorrect color range property setting for AMD AV1 encoder [rhutsAMD]
* Fixed Hybrid MP4 file splitting not working correctly in some cases [derrod]
* Fixed not being able to capture higher than 60fps with macOS Screen Capture [jcm93]
* Fixed focus not displaying properly in hotkey settings on macOS [gxalpha]
* Fixed the scrollbar appearing invisible in Light and Rachni themes [shiina424]
* Fixed HEVC frame priority not being set correctly in some cases, potentially causing playback errors when dropping frames [dsaedtler]
* Fixed an issue that could result in increases to output latency after temporary encoder stalls [dsaedtler]
* Removed a workaround for older Qt versions that prevented docks from loading correctly while OBS is maximized [RytoEX]