# OBS Studio changelog > OBS Studio release notes. - Vendor: OBS Studio - Category: Media - Official site: https://obsproject.com/ - Tracked by: What's New (https://whatsnew.fyi/product/obs-studio) - Harvested from: GitHub (obsproject/obs-studio) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. ## Releases ### 32.2.1 — OBS Studio 32.2.1 - Date: 2026-07-24 - Version: 32.2.1 - Original notes: https://github.com/obsproject/obs-studio/releases/tag/32.2.1 - Permalink: https://whatsnew.fyi/product/obs-studio/releases/32.2.1 > [!IMPORTANT] > The NVIDIA SDK was updated to version 13 in this release. This means that the minimum supported driver version is now **570**. If you experience any issues with NVENC, please ensure that your GPU driver version is fully up to date. > [!IMPORTANT] > Due to an update to Qt, macOS 12 is no longer supported. For macOS 12, please use OBS Studio 32.1.2. 32.2.1 Hotfix Changes --------------------- * Fixed game capture failing after updating OBS if the previous hook was still in use [notr1ch] 32.2 New Features ----------------- * Replaced add source dropdown with new dialog [Warchamp7] * Added copy paste functions to frontend API [exeldro] * Added filter to compose SDR into HDR [jpark37] * Added delete as a hotkey to delete sources on macOS [PatTheMav] * Added dynamic bitrate support to multitrack video [lexano-ivs] * Added missing file support for filters [exeldro] * Added ability for plugins to set custom icons for new source types [cg2121] * Improved FPS selector UX [jcm93] * Included .webp files when adding a directory to Image Slide Show source [TarunCore] 32.2 Changes ------------ * Forced Intel-based installations to update to Apple Silicon version on macOS [PatTheMav] + This change means that OBS Studio versions built for Intel-based Macs but running on Apple Silicon Macs will automatically update to OBS Studio built for Apple Silicon Macs. If an installation was using third-party plugins, those plugins will no longer load until replaced with Apple Silicon versions. * Fixed audio mixer state getting out of sync when changing settings via websockets or plugins [Warchamp7] * Added theming for checked QToolButtons [glikely] * Added minimum width to spinboxes [Warchamp7] * Changed new capture devices to use fallback frame rate by default [PatTheMav] * Improved OpenGL performance slightly on low-end machines [kkartaltepe] * Set minimum size for color source to 1 pixel [exeldro] * Disallowed overwriting the crash handler [sebastian-s-beckmann] * Applied process mitigation policies for Windows [notr1ch] * Adjusted description of multitrack video [jhnbwrs] * Improved DLL loading behavior on Windows [notr1ch] * Limited multitrack video config to Custom service [PatTheMav] * Removed redundant "Monitor Only" from the Advanced Audio Properties window [Warchamp7] + Mute and Monitor are handled independently in the new Audio Mixer * Removed Close button from What's New dialog [Warchamp7] * Removed margins from What's New dialog [Warchamp7] 32.2 Bug Fixes -------------- * Fixed OAuth and dock state save corruption [PatTheMav] * Fixed group bounds not resizing when removing items [howellrl] * Fixed canvas mixes not being restored after video reset [dsaedtler] * Fixed some erroneous crashes during shutdown [Warchamp7] * Fixed display capture sometimes capturing black after a duplicator failure [ThrowTop] * Fixed color of controls dock output buttons in System theme [shiina424] * Fixed virtual camera reset failures [stephematician] * Fixed potential crash when user discards changes in the settings window [suogesi] * Fixed incorrect return value in virtualcam filter [xtfo] * Fixed source toolbar buttons not working after dragging a source into a group [Warchamp7] * Fixed properties hint icon spacing [Warchamp7] * Fixed potential crash when a video device reconnects on macOS [jcm93] * Fixed an issue where PipeWire could fail on NVIDIA GPUs [hoshinolina] * Fixed obs_canvas_get_video_info returning incorrect framerate [dsaedtler] * Fixed NVENC using incorrect bitrate in CQVBR mode [Lordmau5] * Fixed VAAPI AV1 not working when streaming with WHIP [RytoEX] 32.2 Deprecations ----------------- * Deprecated obs_properties_add_button [sebastian-s-beckmann] ###### Checksums OBS-Studio-32.2.1-Sources.tar.gz: 6a2532b1094bc51bc2fdeb1068d5c19cfe04216191a5b35c8707625401a80bf4 OBS-Studio-32.2.1-Ubuntu-24.04-x86_64-dbsym.ddeb: 7fd2a7f043658ce9504f _[Truncated at 4000 characters — full notes: https://github.com/obsproject/obs-studio/releases/tag/32.2.1]_ ### 32.2.0 — OBS Studio 32.2.0 - Date: 2026-07-21 - Version: 32.2.0 - Original notes: https://github.com/obsproject/obs-studio/releases/tag/32.2.0 - Permalink: https://whatsnew.fyi/product/obs-studio/releases/32.2.0 > [!IMPORTANT] > The NVIDIA SDK was updated to version 13 in this release. This means that the minimum supported driver version is now **570**. If you experience any issues with NVENC, please ensure that your GPU driver version is fully up to date. > [!IMPORTANT] > Due to an update to Qt, macOS 12 is no longer supported. For macOS 12, please use OBS Studio 32.1.2. 32.2 New Features ----------------- * Replaced add source dropdown with new dialog [Warchamp7] * Added copy paste functions to frontend API [exeldro] * Added filter to compose SDR into HDR [jpark37] * Added delete as a hotkey to delete sources on macOS [PatTheMav] * Added dynamic bitrate support to multitrack video [lexano-ivs] * Added missing file support for filters [exeldro] * Added ability for plugins to set custom icons for new source types [cg2121] * Improved FPS selector UX [jcm93] * Included .webp files when adding a directory to Image Slide Show source [TarunCore] 32.2 Changes ------------ * Forced Intel-based installations to update to Apple Silicon version on macOS [PatTheMav] + This change means that OBS Studio versions built for Intel-based Macs but running on Apple Silicon Macs will automatically update to OBS Studio built for Apple Silicon Macs. If an installation was using third-party plugins, those plugins will no longer load until replaced with Apple Silicon versions. * Fixed audio mixer state getting out of sync when changing settings via websockets or plugins [Warchamp7] * Added theming for checked QToolButtons [glikely] * Added minimum width to spinboxes [Warchamp7] * Changed new capture devices to use fallback frame rate by default [PatTheMav] * Improved OpenGL performance slightly on low-end machines [kkartaltepe] * Set minimum size for color source to 1 pixel [exeldro] * Disallowed overwriting the crash handler [sebastian-s-beckmann] * Applied process mitigation policies for Windows [notr1ch] * Adjusted description of multitrack video [jhnbwrs] * Improved DLL loading behavior on Windows [notr1ch] * Limited multitrack video config to Custom service [PatTheMav] * Removed redundant "Monitor Only" from the Advanced Audio Properties window [Warchamp7] + Mute and Monitor are handled independently in the new Audio Mixer * Removed Close button from What's New dialog [Warchamp7] * Removed margins from What's New dialog [Warchamp7] 32.2 Bug Fixes -------------- * Fixed OAuth and dock state save corruption [PatTheMav] * Fixed group bounds not resizing when removing items [howellrl] * Fixed canvas mixes not being restored after video reset [dsaedtler] * Fixed some erroneous crashes during shutdown [Warchamp7] * Fixed display capture sometimes capturing black after a duplicator failure [ThrowTop] * Fixed color of controls dock output buttons in System theme [shiina424] * Fixed virtual camera reset failures [stephematician] * Fixed potential crash when user discards changes in the settings window [suogesi] * Fixed incorrect return value in virtualcam filter [xtfo] * Fixed source toolbar buttons not working after dragging a source into a group [Warchamp7] * Fixed properties hint icon spacing [Warchamp7] * Fixed potential crash when a video device reconnects on macOS [jcm93] * Fixed an issue where PipeWire could fail on NVIDIA GPUs [hoshinolina] * Fixed obs_canvas_get_video_info returning incorrect framerate [dsaedtler] * Fixed NVENC using incorrect bitrate in CQVBR mode [Lordmau5] * Fixed VAAPI AV1 not working when streaming with WHIP [RytoEX] 32.2 Deprecations ----------------- * Deprecated obs_properties_add_button [sebastian-s-beckmann] ###### Checksums OBS-Studio-32.2.0-Sources.tar.gz: a26a5da53964a8c38741c613f14f93cc37d95354e5225a07b6618152cdfcec1c OBS-Studio-32.2.0-Ubuntu-24.04-x86_64-dbsym.ddeb: 650dc0f064b96a02238b0f328263b221abca3a246456ea379e2d7729ac48adba OBS-Studio-32.2.0-Ubuntu-24.04-x86_64.deb: 4b691bef1eabba502e6d7592f87d09049af56d00d83f06087a7b447c _[Truncated at 4000 characters — full notes: https://github.com/obsproject/obs-studio/releases/tag/32.2.0]_ ### 32.2.0-rc2 — OBS Studio 32.2.0 Release Candidate 2 - Date: 2026-07-16 - Version: 32.2.0-rc2 - Original notes: https://github.com/obsproject/obs-studio/releases/tag/32.2.0-rc2 - Permalink: https://whatsnew.fyi/product/obs-studio/releases/32.2.0-rc2 - Labels: Pre-release > [!IMPORTANT] > The NVIDIA SDK was updated to version 13 in this release. This means that the minimum supported driver version is now **570**. If you experience any issues with NVENC, please ensure that your GPU driver version is fully up to date. Release Candidate 2 Changes --------------------------- * Fixed right-click not working on disable Sources in Sources list in Beta 1 to RC1 [RytoEX] * Adjusted Add Source dialog according to feedback [Warchamp7] Release Candidate 1 Changes --------------------------- * Fixed empty name label in volume meter in Beta 1-3 [Warchamp7] Beta 3 Changes -------------- * Fixed extra padding on some UI elements on Windows in Beta 1-2 [Warchamp7] * Fixed NVIDIA Audio Effects not working in Beta 1-2 [pkviet] * Fixed issues with long item names in the Audio Mixer in Beta 1-2 [Warchamp7] * Removed redundant "Monitor Only" from the Advanced Audio Properties window [Warchamp7] + Mute and Monitor are handled independently in the new Audio Mixer * Removed Close button from What's New dialog [Warchamp7] * Removed margins from What's New dialog [Warchamp7] Beta 2 Changes -------------- * Fixed a CI deployment issue. There are no application changes since Beta 1. 32.2 New Features ----------------- * Replaced add source dropdown with new dialog [Warchamp7] * Improved FPS selector UX [jcm93] * Added missing file support for filters [exeldro] * Added ability for plugins to set custom icons for new source types [cg2121] * Included .webp files when adding a directory to Image Slide Show source [TarunCore] * Added copy paste functions to frontend API [exeldro] * Added filter to compose SDR into HDR [jpark37] * Added delete as a hotkey to delete sources on macOS [PatTheMav] * Added dynamic bitrate support to multitrack video [lexano-ivs] 32.2 Changes ------------ * Forced Intel-based installations to update to Apple Silicon version on macOS [PatTheMav] + This change means that OBS Studio versions built for Intel-based Macs but running on Apple Silicon Macs will automatically update to OBS Studio built for Apple Silicon Macs. If an installation was using third-party plugins, those plugins will no longer load until replaced with Apple Silicon versions. * Fixed audio mixer state getting out of sync when changing settings via websockets or plugins [Warchamp7] * Added theming for checked QToolButtons [glikely] * Improved OpenGL performance slightly on low-end machines [kkartaltepe] * Set minimum size for color source to 1 pixel [exeldro] * Added minimum width to spinboxes [Warchamp7] * Disallowed overwriting the crash handler [sebastian-s-beckmann] * Applied process mitigation policies for Windows [notr1ch] * Adjusted description of multitrack video [jhnbwrs] * Changed new capture devices to use fallback frame rate by default [PatTheMav] * Improved DLL loading behavior on Windows [notr1ch] * Limited multitrack video config to Custom service [PatTheMav] 32.2 Bug Fixes -------------- * Fixed OAuth and dock state save corruption [PatTheMav] * Fixed group bounds not resizing when removing items [howellrl] * Fixed canvas mixes not being restored after video reset [dsaedtler] * Fixed some erroneous crashes during shutdown [Warchamp7] * Fixed display capture sometimes capturing black after a duplicator failure [ThrowTop] * Fixed color of controls dock output buttons in System theme [shiina424] * Fixed virtual camera reset failures [stephematician] * Fixed potential crash when user discards changes in the settings window [suogesi] * Fixed incorrect return value in virtualcam filter [xtfo] * Fixed source toolbar buttons not working after dragging a source into a group [Warchamp7] * Fixed properties hint icon spacing [Warchamp7] * Fixed potential crash when a video device reconnects on macOS [jcm93] * Fixed an issue where PipeWire could fail on NVIDIA GPUs [hoshinolina] * Fixed obs_canvas_get_video_info returning incorrect framerat _[Truncated at 4000 characters — full notes: https://github.com/obsproject/obs-studio/releases/tag/32.2.0-rc2]_ ### 32.2.0-rc1 — OBS Studio 32.2.0 Release Candidate 1 - Date: 2026-07-10 - Version: 32.2.0-rc1 - Original notes: https://github.com/obsproject/obs-studio/releases/tag/32.2.0-rc1 - Permalink: https://whatsnew.fyi/product/obs-studio/releases/32.2.0-rc1 - Labels: Pre-release > [!IMPORTANT] > The NVIDIA SDK was updated to version 13 in this release. This means that the minimum supported driver version is now **570**. If you experience any issues with NVENC, please ensure that your GPU driver version is fully up to date. Release Candidate 1 Changes --------------------------- * Fixed empty name label in volume meter in Beta 1-3 [Warchamp7] * Fixed macOS Audio Capture sources capturing cursors unnecessarily [jcm93] Beta 3 Changes -------------- * Fixed extra padding on some UI elements on Windows in Beta 1-2 [Warchamp7] * Fixed NVIDIA Audio Effects not working in Beta 1-2 [pkviet] * Fixed issues with long item names in the Audio Mixer in Beta 1-2 [Warchamp7] * Removed redundant "Monitor Only" from the Advanced Audio Properties window [Warchamp7] + Mute and Monitor are handled independently in the new Audio Mixer * Removed Close button from What's New dialog [Warchamp7] * Removed margins from What's New dialog [Warchamp7] Beta 2 Changes -------------- * Fixed a CI deployment issue. There are no application changes since Beta 1. 32.2 New Features ----------------- * Replaced add source dropdown with new dialog [Warchamp7] * Improved FPS selector UX [jcm93] * Added missing file support for filters [exeldro] * Added ability for plugins to set custom icons for new source types [cg2121] * Included .webp files when adding a directory to Image Slide Show source [TarunCore] * Added copy paste functions to frontend API [exeldro] * Added filter to compose SDR into HDR [jpark37] * Added delete as a hotkey to delete sources on macOS [PatTheMav] * Added dynamic bitrate support to multitrack video [lexano-ivs] 32.2 Changes ------------ * Forced Intel-based installations to update to Apple Silicon version on macOS [PatTheMav] + This change means that OBS Studio versions built for Intel-based Macs but running on Apple Silicon Macs will automatically update to OBS Studio built for Apple Silicon Macs. If an installation was using third-party plugins, those plugins will no longer load until replaced with Apple Silicon versions. * Fixed audio mixer state getting out of sync when changing settings via websockets or plugins [Warchamp7] * Added theming for checked QToolButtons [glikely] * Improved OpenGL performance slightly on low-end machines [kkartaltepe] * Set minimum size for color source to 1 pixel [exeldro] * Added minimum width to spinboxes [Warchamp7] * Disallowed overwriting the crash handler [sebastian-s-beckmann] * Applied process mitigation policies for Windows [notr1ch] * Adjusted description of multitrack video [jhnbwrs] * Changed new capture devices to use fallback frame rate by default [PatTheMav] * Improved DLL loading behavior on Windows [notr1ch] * Limited multitrack video config to Custom service [PatTheMav] 32.2 Bug Fixes -------------- * Fixed OAuth and dock state save corruption [PatTheMav] * Fixed group bounds not resizing when removing items [howellrl] * Fixed canvas mixes not being restored after video reset [dsaedtler] * Fixed some erroneous crashes during shutdown [Warchamp7] * Fixed display capture sometimes capturing black after a duplicator failure [ThrowTop] * Fixed color of controls dock output buttons in System theme [shiina424] * Fixed virtual camera reset failures [stephematician] * Fixed potential crash when user discards changes in the settings window [suogesi] * Fixed incorrect return value in virtualcam filter [xtfo] * Fixed source toolbar buttons not working after dragging a source into a group [Warchamp7] * Fixed properties hint icon spacing [Warchamp7] * Fixed potential crash when a video device reconnects on macOS [jcm93] * Fixed an issue where PipeWire could fail on NVIDIA GPUs [hoshinolina] * Fixed obs_canvas_get_video_info returning incorrect framerate [dsaedtler] * Fixed NVENC using incorrect bitrate in CQVBR mode [Lordmau5] * Fixed VAAPI AV1 not working when streaming with WHIP [RytoEX] _[Truncated at 4000 characters — full notes: https://github.com/obsproject/obs-studio/releases/tag/32.2.0-rc1]_ ### 32.2.0-beta3 — OBS Studio 32.2.0 Beta 3 - Date: 2026-07-03 - Version: 32.2.0-beta3 - Original notes: https://github.com/obsproject/obs-studio/releases/tag/32.2.0-beta3 - Permalink: https://whatsnew.fyi/product/obs-studio/releases/32.2.0-beta3 - Labels: Pre-release > [!IMPORTANT] > The NVIDIA SDK was updated to version 13 in this release. This means that the minimum supported driver version is now **570**. If you experience any issues with NVENC, please ensure that your GPU driver version is fully up to date. Beta 3 Changes -------------- * Fixed extra padding on some UI elements on Windows in Beta 1-2 [Warchamp7] * Fixed NVIDIA Audio Effects not working in Beta 1-2 [pkviet] * Fixed issues with long item names in the Audio Mixer in Beta 1-2 [Warchamp7] * Removed redundant "Monitor Only" from the Advanced Audio Properties window [Warchamp7] + Mute and Monitor are handled independently in the new Audio Mixer * Removed Close button from What's New dialog [Warchamp7] * Removed margins from What's New dialog [Warchamp7] Beta 2 Changes -------------- * Fixed a CI deployment issue. There are no application changes since Beta 1. 32.2 New Features ----------------- * Replaced add source dropdown with new dialog [Warchamp7] * Improved FPS selector UX [jcm93] * Added missing file support for filters [exeldro] * Added ability for plugins to set custom icons for new source types [cg2121] * Included .webp files when adding a directory to Image Slide Show source [TarunCore] * Added copy paste functions to frontend API [exeldro] * Added filter to compose SDR into HDR [jpark37] * Added delete as a hotkey to delete sources on macOS [PatTheMav] * Added dynamic bitrate support to multitrack video [lexano-ivs] 32.2 Changes ------------ * Forced Intel-based installations to update to Apple Silicon version on macOS [PatTheMav] + This change means that OBS Studio versions built for Intel-based Macs but running on Apple Silicon Macs will automatically update to OBS Studio built for Apple Silicon Macs. If an installation was using third-party plugins, those plugins will no longer load until replaced with Apple Silicon versions. * Fixed audio mixer state getting out of sync when changing settings via websockets or plugins [Warchamp7] * Added theming for checked QToolButtons [glikely] * Improved OpenGL performance slightly on low-end machines [kkartaltepe] * Set minimum size for color source to 1 pixel [exeldro] * Added minimum width to spinboxes [Warchamp7] * Disallowed overwriting the crash handler [sebastian-s-beckmann] * Applied process mitigation policies for Windows [notr1ch] * Adjusted description of multitrack video [jhnbwrs] * Changed new capture devices to use fallback frame rate by default [PatTheMav] * Improved DLL loading behavior on Windows [notr1ch] * Limited multitrack video config to Custom service [PatTheMav] 32.2 Bug Fixes -------------- * Fixed OAuth and dock state save corruption [PatTheMav] * Fixed group bounds not resizing when removing items [howellrl] * Fixed canvas mixes not being restored after video reset [dsaedtler] * Fixed some erroneous crashes during shutdown [Warchamp7] * Fixed display capture sometimes capturing black after a duplicator failure [ThrowTop] * Fixed color of controls dock output buttons in System theme [shiina424] * Fixed virtual camera reset failures [stephematician] * Fixed potential crash when user discards changes in the settings window [suogesi] * Fixed incorrect return value in virtualcam filter [xtfo] * Fixed source toolbar buttons not working after dragging a source into a group [Warchamp7] * Fixed properties hint icon spacing [Warchamp7] * Fixed potential crash when a video device reconnects on macOS [jcm93] * Fixed an issue where PipeWire could fail on NVIDIA GPUs [hoshinolina] * Fixed obs_canvas_get_video_info returning incorrect framerate [dsaedtler] * Fixed NVENC using incorrect bitrate in CQVBR mode [Lordmau5] * Fixed VAAPI AV1 not working when streaming with WHIP [RytoEX] 32.2 Deprecations ----------------- * Deprecated obs_properties_add_button [sebastian-s-beckmann] ###### Checksums OBS-Studio-32.2.0-beta3-Sources.tar.gz: ef43995eb14efe8b8e6191c47bd6f153d _[Truncated at 4000 characters — full notes: https://github.com/obsproject/obs-studio/releases/tag/32.2.0-beta3]_ ### 32.2.0-beta2 — OBS Studio 32.2.0 Beta 2 - Date: 2026-06-22 - Version: 32.2.0-beta2 - Original notes: https://github.com/obsproject/obs-studio/releases/tag/32.2.0-beta2 - Permalink: https://whatsnew.fyi/product/obs-studio/releases/32.2.0-beta2 - Labels: Pre-release > [!IMPORTANT] > The NVIDIA SDK was updated to version 13 in this release. This means that the minimum supported driver version is now **570**. If you experience any issues with NVENC, please ensure that your GPU driver version is fully up to date. Beta 2 Changes -------------- * Fixed a CI deployment issue. There are no application changes since Beta 1. 32.2 New Features ----------------- * Replaced add source dropdown with new dialog [Warchamp7] * Improved FPS selector UX [jcm93] * Added missing file support for filters [exeldro] * Added ability for plugins to set custom icons for new source types [cg2121] * Included .webp files when adding a directory to Image Slide Show source [TarunCore] * Added copy paste functions to frontend API [exeldro] * Added filter to compose SDR into HDR [jpark37] * Added delete as a hotkey to delete sources on macOS [PatTheMav] * Added dynamic bitrate support to multitrack video [lexano-ivs] 32.2 Changes ------------ * Forced Intel-based installations to update to Apple Silicon version on macOS [PatTheMav] + This change means that OBS Studio versions built for Intel-based Macs but running on Apple Silicon Macs will automatically update to OBS Studio built for Apple Silicon Macs. If an installation was using third-party plugins, those plugins will no longer load until replaced with Apple Silicon versions. * Fixed audio mixer state getting out of sync when changing settings via websockets or plugins [Warchamp7] * Added theming for checked QToolButtons [glikely] * Improved OpenGL performance slightly on low-end machines [kkartaltepe] * Set minimum size for color source to 1 pixel [exeldro] * Added minimum width to spinboxes [Warchamp7] * Disallowed overwriting the crash handler [sebastian-s-beckmann] * Applied process mitigation policies for Windows [notr1ch] * Adjusted description of multitrack video [jhnbwrs] * Changed new capture devices to use fallback frame rate by default [PatTheMav] * Improved DLL loading behavior on Windows [notr1ch] * Limited multitrack video config to Custom service [PatTheMav] 32.2 Bug Fixes -------------- * Fixed OAuth and dock state save corruption [PatTheMav] * Fixed group bounds not resizing when removing items [howellrl] * Fixed canvas mixes not being restored after video reset [dsaedtler] * Fixed some erroneous crashes during shutdown [Warchamp7] * Fixed display capture sometimes capturing black after a duplicator failure [ThrowTop] * Fixed color of controls dock output buttons in System theme [shiina424] * Fixed virtual camera reset failures [stephematician] * Fixed potential crash when user discards changes in the settings window [suogesi] * Fixed incorrect return value in virtualcam filter [xtfo] * Fixed source toolbar buttons not working after dragging a source into a group [Warchamp7] * Fixed properties hint icon spacing [Warchamp7] * Fixed potential crash when a video device reconnects on macOS [jcm93] * Fixed an issue where PipeWire could fail on NVIDIA GPUs [hoshinolina] * Fixed obs_canvas_get_video_info returning incorrect framerate [dsaedtler] 32.2 Deprecations ----------------- * Deprecated obs_properties_add_button [sebastian-s-beckmann] ###### Checksums OBS-Studio-32.2.0-beta2-Sources.tar.gz: 2b643fba022a7a7b512522b598dfa587fd87be071e43ff345cd73608f7bdae13 OBS-Studio-32.2.0-beta2-Ubuntu-24.04-x86_64-dbsym.ddeb: ba2ce12e1a220c6aa5d00e23bc10bfead82dae263ac1c213a81e9ac88e122403 OBS-Studio-32.2.0-beta2-Ubuntu-24.04-x86_64.deb: bc02de836d115323c87eee5fca17c1bc3831ef5c1fc64709aeabd8dbce32785a OBS-Studio-32.2.0-beta2-Ubuntu-26.04-x86_64-dbsym.ddeb: 84956ff43ffec70581db566adbfd29942bab783bc98a92620ac73fdc6f3e2006 OBS-Studio-32.2.0-beta2-Ubuntu-26.04-x86_64.deb: 1816bc64e4e587883a6887744e5e48348290e8944ac8c6c5866f3c39db9a4600 OBS-Studio-32.2.0-beta2-Windows-arm64-PDBs.zip: 3110e6a4a1fef3f5474de37962e97b702601380e5afba48ec905a79966f4acfe OBS-Studio-32.2 _[Truncated at 4000 characters — full notes: https://github.com/obsproject/obs-studio/releases/tag/32.2.0-beta2]_ ### 32.1.2 — OBS Studio 32.1.2 - Date: 2026-04-21 - Version: 32.1.2 - Original notes: https://github.com/obsproject/obs-studio/releases/tag/32.1.2 - Permalink: https://whatsnew.fyi/product/obs-studio/releases/32.1.2 32.1.2 Hotfix Changes --------------------- * Fixed scene list selection lag regression present in 32.1.0 and 32.1.1 [Warchamp7] * Fixed nested menu appearance [Warchamp7] * Fixed warnings about non-existent properties in some themes [Warchamp7] 32.1.1 Hotfix Changes --------------------- * Fixed missing audio mixer tooltips [Warchamp7] * Fixed audio mixer minimum width being too large [Warchamp7] * Fixed audio mixer sorting weight for global and pinned sources [Warchamp7] * Fixed disabled sources appearing in audio mixer [Warchamp7] * Fixed missing toolbar actions for audio mixer [Warchamp7] * Fixed incorrect colors in audio mixer [Warchamp7] * Fixed audio deduplication incorrectly applying when an audio output capture source is set to monitor only [pkviet] 32.1 New Features ----------------- * Overhauled the Audio Mixer [Warchamp7] * Adjusted the horizontal layout * Adjusted the vertical layout * Added button to swap layouts to the toolbar * Changed the default layout to vertical * Added button to toggle audio monitoring * Sources in the preview are now shown while in Studio Mode * Added ability to pin audio sources + Pinned sources are always displayed + Global audio sources are always pinned * Added ability to display sources set to hide * Added ability to display sources that are not in the current scene * Added WebRTC Simulcast Support [Sean-Der] * Added missing undo/redo actions for scene items [cg2121] + Scale filtering, blending mode, blending method, deinterlacing mode and deinterlacing field order * Added partial support for Canvases to obs-websocket [exeldro/tt2468/Warchamp7] 32.1 Changes ------------ * Improved security of browser sources using local files [Warchamp7] * Improved plugin manager by allowing enabling/disabling missing plugins [Warchamp7] * Removed "Source" from source names [Warchamp7] * Updated the Edit Transform dialog [Warchamp7] * Changed copying a scene item to copy all properties [cg2121/Warchamp7] * Disabled dock animations [Warchamp7] * Moved transition preview button to button box [exeldro] * Rearranged default dock positions [Warchamp7] * Increased media source playback slider update rate [Warchamp7] * Enabled palette for Light theme audio mixer [Warchamp7] * Changed default bitrates to 6000 kbps [mihawk90] 32.1 Bug Fixes -------------- * Fixed a crash if some source data was null [Penwy] * Fixed a crash on Linux when changing profiles or on application shutdown [hoshinolina] * Fixed a possible crash on macOS during application shutdown if YouTube docks were active [PatTheMav] * Fixed an issue where projector resolutions had decimals [Warchamp7] * Fixed sync of Preview/Program size and positioning [Warchamp7] * Refactored OBSBasic::Save to only save frontend canvas scenes/groups [dsaedtler] * Fixed NAL type for HEVC caption/BPM SEIs [dsaedtler] * Fixed an issue where video scaling could be incorrect in multivideo encoder scenarios [dsaedtler] * Fixed an issue with chapter markers having incorrect time when using file splitting [garyholmes] * Fixed an issue where some recordings could have black thumbnails [derrod] * Fixed an issue where the NVIDIA Blur and Background Blur could have banding or look splotchy [pkviet] * Fixed an issue where macOS Screen Capture would select an item for capture by default [jcm93] * Fixed an issue with PipeWire when capturing a device that does not require a framerate [tytan652] * Fixed an issue where PipeWire Camera framerates listed could be incorrect [tytan652] * Fixed an issue where HDR video playback in Media Source could be darker than expected [xtfo] * Fixed an issue that could cause OBS to become unable to change profiles or video settings [exeldro] * Fixed an issue that could cause transitions to become locked [Warchamp7] ###### Checksums OBS-Studio-32.1.2-Sources.tar.gz: c6532380c68a75327fe8b551461adeca8f184dcbe4015096251a6de76362a554 _[Truncated at 4000 characters — full notes: https://github.com/obsproject/obs-studio/releases/tag/32.1.2]_ ### 32.1.1 — OBS Studio 32.1.1 - Date: 2026-04-02 - Version: 32.1.1 - Original notes: https://github.com/obsproject/obs-studio/releases/tag/32.1.1 - Permalink: https://whatsnew.fyi/product/obs-studio/releases/32.1.1 32.1.1 Hotfix Changes --------------------- * Fixed missing audio mixer tooltips [Warchamp7] * Fixed audio mixer minimum width being too large [Warchamp7] * Fixed audio mixer sorting weight for global and pinned sources [Warchamp7] * Fixed disabled sources appearing in audio mixer [Warchamp7] * Fixed missing toolbar actions for audio mixer [Warchamp7] * Fixed incorrect colors in audio mixer [Warchamp7] * Fixed audio deduplication incorrectly applying when an audio output capture source is set to monitor only [pkviet] 32.1 New Features ----------------- * Overhauled the Audio Mixer [Warchamp7] * Adjusted the horizontal layout * Adjusted the vertical layout * Added button to swap layouts to the toolbar * Changed the default layout to vertical * Added button to toggle audio monitoring * Sources in the preview are now shown while in Studio Mode * Added ability to pin audio sources + Pinned sources are always displayed + Global audio sources are always pinned * Added ability to display sources set to hide * Added ability to display sources that are not in the current scene * Added WebRTC Simulcast Support [Sean-Der] * Added missing undo/redo actions for scene items [cg2121] + Scale filtering, blending mode, blending method, deinterlacing mode and deinterlacing field order * Added partial support for Canvases to obs-websocket [exeldro/tt2468/Warchamp7] 32.1 Changes ------------ * Improved security of browser sources using local files [Warchamp7] * Improved plugin manager by allowing enabling/disabling missing plugins [Warchamp7] * Removed "Source" from source names [Warchamp7] * Updated the Edit Transform dialog [Warchamp7] * Changed copying a scene item to copy all properties [cg2121/Warchamp7] * Disabled dock animations [Warchamp7] * Moved transition preview button to button box [exeldro] * Rearranged default dock positions [Warchamp7] * Increased media source playback slider update rate [Warchamp7] * Enabled palette for Light theme audio mixer [Warchamp7] * Changed default bitrates to 6000 kbps [mihawk90] 32.1 Bug Fixes -------------- * Fixed a crash if some source data was null [Penwy] * Fixed a crash on Linux when changing profiles or on application shutdown [hoshinolina] * Fixed a possible crash on macOS during application shutdown if YouTube docks were active [PatTheMav] * Fixed an issue where projector resolutions had decimals [Warchamp7] * Fixed sync of Preview/Program size and positioning [Warchamp7] * Refactored OBSBasic::Save to only save frontend canvas scenes/groups [dsaedtler] * Fixed NAL type for HEVC caption/BPM SEIs [dsaedtler] * Fixed an issue where video scaling could be incorrect in multivideo encoder scenarios [dsaedtler] * Fixed an issue with chapter markers having incorrect time when using file splitting [garyholmes] * Fixed an issue where some recordings could have black thumbnails [derrod] * Fixed an issue where the NVIDIA Blur and Background Blur could have banding or look splotchy [pkviet] * Fixed an issue where macOS Screen Capture would select an item for capture by default [jcm93] * Fixed an issue with PipeWire when capturing a device that does not require a framerate [tytan652] * Fixed an issue where PipeWire Camera framerates listed could be incorrect [tytan652] * Fixed an issue where HDR video playback in Media Source could be darker than expected [xtfo] * Fixed an issue that could cause OBS to become unable to change profiles or video settings [exeldro] * Fixed an issue that could cause transitions to become locked [Warchamp7] ###### Checksums OBS-Studio-32.1.1-Sources.tar.gz: f4c17e1aa2a00efd8729ed6cfef9308bc6a2b6c583c187d7959eaa72eb2e3676 OBS-Studio-32.1.1-Ubuntu-24.04-x86_64-dbsym.ddeb: 243b047753fd8c1753e379913e80ff5e8bb9ab5d804778666891653ba20c1a14 OBS-Studio-32.1.1-Ubuntu-24.04-x86_64.deb: c69b5846e2eef622e902beb3606d614592735b4aac3b2a3c07bb7a1a5f52b9c4 OBS-Studio-32.1. _[Truncated at 4000 characters — full notes: https://github.com/obsproject/obs-studio/releases/tag/32.1.1]_ ### 32.1.0 — OBS Studio 32.1.0 - Date: 2026-03-11 - Version: 32.1.0 - Original notes: https://github.com/obsproject/obs-studio/releases/tag/32.1.0 - Permalink: https://whatsnew.fyi/product/obs-studio/releases/32.1.0 32.1 New Features ----------------- * Overhauled the Audio Mixer [Warchamp7] * Adjusted the horizontal layout * Adjusted the vertical layout * Added button to swap layouts to the toolbar * Changed the default layout to vertical * Added button to toggle audio monitoring * Sources in the preview are now shown while in Studio Mode * Added ability to pin audio sources + Pinned sources are always displayed + Global audio sources are always pinned * Added ability to display sources set to hide * Added ability to display sources that are not in the current scene * Added WebRTC Simulcast Support [Sean-Der] * Added missing undo/redo actions for scene items [cg2121] + Scale filtering, blending mode, blending method, deinterlacing mode and deinterlacing field order * Added partial support for Canvases to obs-websocket [exeldro/tt2468/Warchamp7] 32.1 Changes ------------ * Improved security of browser sources using local files [Warchamp7] * Improved plugin manager by allowing enabling/disabling missing plugins [Warchamp7] * Removed "Source" from source names [Warchamp7] * Updated the Edit Transform dialog [Warchamp7] * Changed copying a scene item to copy all properties [cg2121/Warchamp7] * Disabled dock animations [Warchamp7] * Moved transition preview button to button box [exeldro] * Rearranged default dock positions [Warchamp7] * Increased media source playback slider update rate [Warchamp7] * Enabled palette for Light theme audio mixer [Warchamp7] * Changed default bitrates to 6000 kbps [mihawk90] 32.1 Bug Fixes -------------- * Fixed a crash if some source data was null [Penwy] * Fixed a crash on Linux when changing profiles or on application shutdown [hoshinolina] * Fixed a possible crash on macOS during application shutdown if YouTube docks were active [PatTheMav] * Fixed an issue where projector resolutions had decimals [Warchamp7] * Fixed sync of Preview/Program size and positioning [Warchamp7] * Refactored OBSBasic::Save to only save frontend canvas scenes/groups [dsaedtler] * Fixed NAL type for HEVC caption/BPM SEIs [dsaedtler] * Fixed an issue where video scaling could be incorrect in multivideo encoder scenarios [dsaedtler] * Fixed an issue with chapter markers having incorrect time when using file splitting [garyholmes] * Fixed an issue where some recordings could have black thumbnails [derrod] * Fixed an issue where the NVIDIA Blur and Background Blur could have banding or look splotchy [pkviet] * Fixed an issue where macOS Screen Capture would select an item for capture by default [jcm93] * Fixed an issue with PipeWire when capturing a device that does not require a framerate [tytan652] * Fixed an issue where PipeWire Camera framerates listed could be incorrect [tytan652] * Fixed an issue where HDR video playback in Media Source could be darker than expected [xtfo] * Fixed an issue that could cause OBS to become unable to change profiles or video settings [exeldro] * Fixed an issue that could cause transitions to become locked [Warchamp7] ###### Checksums OBS-Studio-32.1.0-Sources.tar.gz: e03440278ef0e14232325e5a7068a18c03f358d949ab20e3d29308b7692ad7e2 OBS-Studio-32.1.0-Ubuntu-24.04-x86_64-dbsym.ddeb: d6479300c989e4a75b363081bcbbe84607ce20151654d6dc7e0d672c33fc6d96 OBS-Studio-32.1.0-Ubuntu-24.04-x86_64.deb: 89fa7657c56ffcc302ba75956eef1e7efaedd0e66ae2e2bd79170604d6c68800 OBS-Studio-32.1.0-Windows-arm64-PDBs.zip: c1e62dc4208343361fbdf6fbef2f557d51f83202cf39fb7b873663492b93d2f5 OBS-Studio-32.1.0-Windows-arm64.zip: af0ce32dc3c9beb443545fa5b356a4094b3bdbcb70936019c4c5198505dc19ee OBS-Studio-32.1.0-Windows-x64-Installer.exe: 0e3d75eb83951d3fe100cdc7a97fd870f16781bbdcf544fbe101d9b89f9c6231 OBS-Studio-32.1.0-Windows-x64-PDBs.zip: 164a6476f46fa4ba274a47ec85b979a667b04d1130b19dccf7c3da9feddc87ce OBS-Studio-32.1.0-Windows-x64.zip: 7c742f250dc1355ca4a7ccfbcd07a1b63f53ea46f4e052bce2426d8d324ee90d OBS _[Truncated at 4000 characters — full notes: https://github.com/obsproject/obs-studio/releases/tag/32.1.0]_ ### 32.1.0-rc4 — OBS Studio 32.1.0 Release Candidate 4 - Date: 2026-03-05 - Version: 32.1.0-rc4 - Original notes: https://github.com/obsproject/obs-studio/releases/tag/32.1.0-rc4 - Permalink: https://whatsnew.fyi/product/obs-studio/releases/32.1.0-rc4 - Labels: Pre-release Release Candidate 4 Changes --------------------------- * Fixed an issue with the certificate used to sign Windows releases [derrod/notr1ch/Fenrirthviti/RytoEX] Release Candidate 3 Changes --------------------------- * Fixed an issue in obs-websocket where some sources (inputs) could not be updated [exeldro] Release Candidate 2 Changes --------------------------- * Fixed a crash if some source data was null [Penwy] * Fixed a crash in Beta 1-2 and RC1 on Windows where OBS would crash on shutdown when started minimized to the system tray [Lordmau5] * Fixed a crash in Beta 1-2 and RC1 on Linux when renaming a source from the Audio Mixer [Warchamp7] * Fixed an issue in Beta 1-2 and RC1 where some buttons in the Audio Mixer were missing when using non-default font sizes [Warchamp7] * Fixed an issue in Beta 1-2 and RC1 where the Volume Controls in the Audio Mixer could render incorrectly with certain themes [Warchamp7] * Fixed an issue in Beta 1-2 and RC1 where sources with disabled audio would still appear in the Audio Mixer [Warchamp7] * Fixed an issue in Beta 1-2 and RC1 loading media files in Browser Sources [Warchamp7] * Improved plugin manager by allowing enabling/disabling missing plugins [Warchamp7] * Added partial support for Canvases to obs-websocket [exeldro/tt2468/Warchamp7] Release Candidate 1 Changes --------------------------- * Removed new Add Source dialog [Warchamp7] + The Add Source dialog was deemed not ready for this release. * Fixed an issue in Beta 2 where an Image Slideshow could have its transition interrupted [Warchamp7] * Fixed an issue in Beta 1-2 where some strings were not translated [shiina424] * Fixed an issue in Beta 1-2 where full-height docks did not have the correct default setting [Warchamp7] * Fixed an issue in Beta 1-2 where the Audio Mixer menu would not be correct [Warchamp7] * Fixed an issue in Beta 1-2 where the Audio Mixer would not show the correct monitoring state [Warchamp7] * Fixed an issue in Beta 1-2 where Previewed sources weren't shown/hidden on enabling/disabling studio mode [Penwy] * Fixed an issue in Beta 1-2 where Previewed sources weren't added/removed to the mixer when adding/removing to the previewed scene [Penwy] * Fixed an issue in Beta 1-2 where changing the Peak Meter type would not be reflected correctly in the UI [Warchamp7] * Fixed an issue in Beta 1-2 where the Audio Mixer used more resources on macOS than previously [Warchamp7] * Fixed an issue in Beta 1-2 where the Audio Mixer did not use the correct colors for muted audio sources [Warchamp7] * Fixed an issue in Beta 1-2 where the rename dialog for the Audio Mixer and Transitions would unnecessarily ask for confirmation when closing without making changes [Warchamp7] * Fixed an issue in Beta 1-2 where visibility of items in the Audio Mixer could be incorrect [Warchamp7] * Fixed an issue in Beta 1-2 where the monitoring icon in the Audio Mixer would not update correctly [shiina424] * Fixed an issue in Beta 1-2 where some icons in the Audio Mixer were missing or not styled correctly [shiina424/Warchamp7] * Fixed an issue where PipeWire Camera framerates listed could be incorrect [tytan652] * Fixed an issue where HDR video playback in Media Source could be darker than expected [xtfo] * Fixed an issue on macOS where OBS Studio could crash on application shutdown if YouTube docks were active [PatTheMav] Beta 2 Changes -------------- * Fixed an issue in Beta 1 causing buttons in the Audio Mixer to no longer display when changing font size [Warchamp7] * Fixed an issue in Beta 1 where some tooltips were missing from the Audio Mixer [Warchamp7] * Fixed an issue in Beta 1 where the dialogs spawned from the Audio Mixer on the Classic theme would be sized incorrectly [Warchamp7] * Fixed an issue in Beta 1 where changing themes would sometimes not update the Audio Mixer appearance [Warchamp7] * Fixed an issue in Beta 1 where the resolution and aspect ratio could be _[Truncated at 4000 characters — full notes: https://github.com/obsproject/obs-studio/releases/tag/32.1.0-rc4]_