Skip to content

Releases: obsproject/obs-studio

OBS Studio 30.2 Beta 3

12 Jun 23:38
Compare
Choose a tag to compare
Pre-release

If you would like to support the OBS Project, please consider contributing to our Patreon or Open Collective!

Note

NVIDIA users may need to update their GPU drivers to 531.61 (Windows) / 530.41.03 (Linux) or newer.

Note

Windows users may who are experiencing crashes on startup should need to update the Microsoft Visual C++ Redistributable: https://aka.ms/vs/17/release/vc_redist.x64.exe

Important

The code signing certificate for OBS is being updated. This may impact game capture compatibility with some anti-cheat solutions starting with the next major OBS update. If you are a game or anti-cheat developer please see https://obsproject.com/kb/capture-hook-certificate-update for more information.

Beta 3 Changes

  • Fixed a crash in Beta 2 on Windows when running OBS normally (not in Portable Mode) [derrod]
  • Fixed a memory leak in Beta 2 [derrod]

Beta 2 Changes

  • Fixed a crash in Beta 1 when canceling a stream attempt with incompatible settings [palana]
  • Fixed a crash in Beta 1 related to WebSocket settings migration on systems set to non-English languages [tt2468]
  • Fixed a crash in Beta 1 where loading a theme could result in infinite recursion [derrod]
  • Fixed an issue in Beta 1 with Lua scripts not working on Linux [tytan652]
  • Fixed an issue in Beta 1 with the chapter marker hotkey setting not showing up [derrod]
  • Fixed an issue in Beta 1 where the Replay Buffer button text could be incorrect when trying to stop the Replay Buffer [gxalpha]
  • Fixed an issue in Beta 1 where a theme would override another theme with the same ID [tytan652]
  • Fixed an issue in Beta 1 where a warning dialog box for Multitrack Video errors would have untranslated buttons [RytoEX]
  • Clarified a warning message in Beta 1 when choosing a different GPU for NVENC [derrod]
  • Added detection for outdated Visual C++ Runtime which would cause a crash in Beta 1 [derrod]
  • Added detection in the Windows updater for outdated Visual C++ Runtime which would cause a crash in Beta 1 [derrod]
  • Made some UI adjustments from Beta 1 based on user feedback [Warchamp7]

30.2 New Features

  • Added support for Multitrack Video streaming [palana]
    • On Twitch, this is known as Enhanced Broadcasting. Currently, this requires Windows and an NVIDIA GPU. Support for other platforms and GPU vendors is planned. For more information, see: https://help.twitch.tv/s/article/multiple-encodes
    • When this feature is enabled, the following data about your system will be sent to the streaming service when starting a stream:
      • OBS config info (canvas width and height, frame rate, encoder width and height, VOD Audio Track setting, OBS version)
      • CPU info (name, speed, core counts)
      • GPU info (model, memory, driver version, device ID, vendor ID)
      • Memory info (free, total)
      • OS info (name, version, arch, emulation)
        • Windows info (gaming feature status: Game Bar, Game DVR, Game Mode, Hardware-accelerated GPU Scheduling)
      • Multitrack Video settings (maximum streaming bandwidth, maximum video tracks)
  • Added support for Enhanced RTMP/FLV multi-track audio and video [palana/kc5nra]
    • Replaces the old metadata-based "VOD Track"
  • Added "Hybrid MP4" output format (BETA) [derrod]
    • Combines fault-tolerance of fragmented MP4 with wide compatibility and faster access times of regular MP4. For more information, see: https://obsproject.com/kb/hybrid-mp4
    • Supports inserting chapter markers into the file via a hotkey or API. These markers are supported by most video players and editing software, such as DaVinci Resolve
  • Added Linux support to the native NVENC encoder [derrod]
    • NVENC AV1 is now supported on Linux
  • Added Linux shared texture support to the NVENC encoder [derrod]
  • Added Linux shared texture support to the QuickSync encoder [kkartaltepe]
  • Added Linux shared texture support to the VA-API encoder [nowrep]
  • Added HEVC support to WebRTC output [murillo128]
  • Added Composable Themes system to simplify theme creation, maintenance, and enable future customisation options [derrod/Warchamp7]

30.2 Changes

  • Various UI and Theme tweaks [Warchamp7]
  • Audio of multiple instances of a source in a scene/group is now deduplicated [derrod]
    • Deduplication is recursive, but does not apply on groups or nested scenes that are currently playing show/hide transitions, this may be fixed in the future
  • Scene Collection specific plugin data is now retained for plugins that are not currently loaded [derrod]
  • Closed-captions are now supported for HEVC and AV1 [jhnbwrs]
  • Qt Fusion style is now always enforced on Linux [tytan652]
  • Combined PipeWire window/display capture into unified "Screen Capture" source to align with other platforms [tytan652]
    • Renamed "Screen Capture (XSHM)" as "Display Capture (XSHM)" for consistency with other capture sources [tytan652]
  • Set default recording format on macOS to fragmented MOV [gxalpha]
  • Improved freetype2 text source performance [kkartaltepe]
  • File open dialogs now start in the directory of the currently selected file, rather than the default [Warchamp7]
  • Moved warnings in advanced output to bottom of settings window for better visibility [GPattenden]
  • Various performance improvements for texture encoding [kkartaltepe]
  • Prioritize NVDEC decoder on NVIDIA systems [moocowsheep]
  • Support NVDEC decoder for encoded DirectShow sources [moocowsheep]
  • Replaced non-texture NVENC FFmpeg fallback with native implementation [derrod]
  • Log now includes all available encoders [Penwy]
  • Reset duration of scene item show/hide transitions when removing the transitions [Warchamp7]
  • Adjusted appearance of volume meters [Warchamp7]
  • Adjusted appearance of multiview borders and labels [Warchamp7]
  • Added support for audio-only and video-only WHIP outputs [tt2468]

30.2 Bug Fixes

  • Fixed packet priority not being set for some AV1 encoders, resulting in outputs never recovering from dropping frames [derrod]
  • Fixed various issues with audio channel layouts in (remuxed) recordings [pkv/derrod]
  • Fixed various issues with the native FLV muxer [palana]
  • Fixed various issues with the RTMP protocol implementation [palana]
  • Fixed minor errors in HEVC and AVC decoder configuration records [derrod]
  • Fixed change discard confirmation dialog popping up twice when closing source properties [tytan652]
  • Fixed QSV AV1 on multi-GPU systems [thyintel/derrod]
  • Fixed FFmpeg output erroneously checking disk space when not writing to a file [RytoEX]
  • Fixed auto-config wizard not working without a stream key [mar10iana]
  • Fixed text alignment with extents [exeldro]
  • Fixed encoder properties having nested scroll areas in output settings [derrod]
  • Fixed crash if input video resolution changes when using hardware-accelerated decoding [tt2468]
  • Fixed button text being cut off in controls dock [powersagitar]
  • Fixed undo action for filters showing UUID instead of name [derrod]
  • Fixed not all eligible Patreon supporters being shown in the "About" dialogue [Warchamp7]
  • Fixed copy-pasting show/hide transitions not including duration [Warchamp7]
  • Fixed settings dialog being cut off on low-resolution screens [tytan652/Warchamp7/derrod/RytoEX] (yes, this one took four people to figure out)
  • Fixed paused indicator text stacking [Aleksbgbg]
  • Fixed disabled audio sources showing up in advanced audio properties [Penwy]
  • Fixed Grid Mode setting not being persisted when enabled through the View menu [RytoEX]
  • Fixed CoreAudio not handling encoder delay, resulting in audio being 44-48 ms late [derrod]
  • Fixed OBS not handling negative audio timestamps at the start of an output correctly, resulting in Opus and CoreAudio AAC audio being delayed by a few ms [derrod]
  • Fixed VA-API AV1 encoder being unavailable if H.264 is unsupported [kkartaltepe]
  • Fixed WebRTC buffer size being too small for recovery with high-bitrate video [Sean-Der]
  • Fixed renaming multiple scenes when hitting Tab key while renaming [howellrl]

Checksums

OBS-Studio-30.2.0-beta3-Sources.tar.gz: d248c4b0bafed2d4c1e233f2fb1652ab25ab1300e9d061296187cfa26af55e97
OBS-Studio-30.2.0-beta3-Ubuntu-22.04-x86_64-dbsym.ddeb: 8cca848e51d8a9b022c26f3f1c00982784778e7dacb879654309c12aeb165579
OBS-Studio-30.2.0-beta3-Ubuntu-22.04-x86_64.deb: 29529626cdd27b442d4ef5055df36d60bfe56af343a1f6f338d772348ce2b378
OBS-Studio-30.2.0-beta3-Ubuntu-24.04-x86_64-dbsym.ddeb: 302654ed5a0aadd21a07ae8cd1b4c6ba871c2e9d7c9dbcd832e07ec84be340cf
OBS-Studio-30.2.0-beta3-Ubuntu-24.04-x86_64.deb: bf26119e5e08b5aa7e895dc55fd69c676bea41e53a9a7e2543b35b49a2dc09fd
OBS-Studio-30.2.0-beta3-Windows-Installer.exe: b697e5e8eaba63de184a981b15ea5017e52a93d6ee7279065c923ea1fb553ecb
OBS-Studio-30.2.0-beta3-Windows-PDBs.zip: d1b3621e2058f7f5403f60e3190a74f84d127f7d76439443f6963e7cb07a185d
OBS-Studio-30.2.0-beta3-Windows.zip: 22b1176d5a83b4dd559a2ad85cb1b57be63226acba6c2b29ad686f33a2216768
OBS-Studio-30.2.0-beta3-macOS-Apple-dSYMs.tar.xz: 43ee9ce1767ce11874270ec1a7e5b34f0703b04d04a38515d9debdb5284a36a5
OBS-Studio-30.2.0-beta3-macOS-Apple.dmg: 7a348c9cba347978e3d75955373e49c09afec979020705044e70cedd0a70dcd7
OBS-Studio-30.2.0-beta3-macOS-Intel-dSYMs.tar.xz: 9b95c19328a9cd0d9a3378e073282da9d723a39126247f9739bc760fb6898f46
OBS-Studio-30.2.0-beta3-macOS-Intel.dmg: 9d13ea54145e4501178b4f9963b777b51c2e07992909f92dba79f13d089f9a90

OBS Studio 30.2 Beta 2

12 Jun 17:19
Compare
Choose a tag to compare
Pre-release

If you would like to support the OBS Project, please consider contributing to our Patreon or Open Collective!

Note

NVIDIA users may need to update their GPU drivers to 531.61 (Windows) / 530.41.03 (Linux) or newer.

Note

Windows users may who are experiencing crashes on startup should need to update the Microsoft Visual C++ Redistributable: https://aka.ms/vs/17/release/vc_redist.x64.exe

Important

The code signing certificate for OBS is being updated. This may impact game capture compatibility with some anti-cheat solutions starting with the next major OBS update. If you are a game or anti-cheat developer please see https://obsproject.com/kb/capture-hook-certificate-update for more information.

30.2.0 Beta 2 Changes

  • Fixed a crash in Beta 1 when canceling a stream attempt with incompatible settings [palana]
  • Fixed a crash in Beta 1 related to WebSocket settings migration on systems set to non-English languages [tt2468]
  • Fixed a crash in Beta 1 where loading a theme could result in infinite recursion [derrod]
  • Fixed an issue in Beta 1 with Lua scripts not working on Linux [tytan652]
  • Fixed an issue in Beta 1 with the chapter marker hotkey setting not showing up [derrod]
  • Fixed an issue in Beta 1 where the Replay Buffer button text could be incorrect when trying to stop the Replay Buffer [gxalpha]
  • Fixed an issue in Beta 1 where a theme would override another theme with the same ID [tytan652]
  • Fixed an issue in Beta 1 where a warning dialog box for Multitrack Video errors would have untranslated buttons [RytoEX]
  • Clarified a warning message in Beta 1 when choosing a different GPU for NVENC [derrod]
  • Added detection for outdated Visual C++ Runtime which would cause a crash in Beta 1 [derrod]
  • Added detection in the Windows updater for outdated Visual C++ Runtime which would cause a crash in Beta 1 [derrod]
  • Made some UI adjustments from Beta 1 based on user feedback [Warchamp7]

30.2 New Features

  • Added support for Multitrack Video streaming [palana]
    • On Twitch, this is known as Enhanced Broadcasting. Currently, this requires Windows and an NVIDIA GPU. Support for other platforms and GPU vendors is planned. For more information, see: https://help.twitch.tv/s/article/multiple-encodes
    • When this feature is enabled, the following data about your system will be sent to the streaming service when starting a stream:
      • OBS config info (canvas width and height, frame rate, encoder width and height, VOD Audio Track setting, OBS version)
      • CPU info (name, speed, core counts)
      • GPU info (model, memory, driver version, device ID, vendor ID)
      • Memory info (free, total)
      • OS info (name, version, arch, emulation)
        • Windows info (gaming feature status: Game Bar, Game DVR, Game Mode, Hardware-accelerated GPU Scheduling)
      • Multitrack Video settings (maximum streaming bandwidth, maximum video tracks)
  • Added support for Enhanced RTMP/FLV multi-track audio and video [palana/kc5nra]
    • Replaces the old metadata-based "VOD Track"
  • Added "Hybrid MP4" output format (BETA) [derrod]
    • Combines fault-tolerance of fragmented MP4 with wide compatibility and faster access times of regular MP4. For more information, see: https://obsproject.com/kb/hybrid-mp4
    • Supports inserting chapter markers into the file via a hotkey or API. These markers are supported by most video players and editing software, such as DaVinci Resolve
  • Added Linux support to the native NVENC encoder [derrod]
    • NVENC AV1 is now supported on Linux
  • Added Linux shared texture support to the NVENC encoder [derrod]
  • Added Linux shared texture support to the QuickSync encoder [kkartaltepe]
  • Added Linux shared texture support to the VA-API encoder [nowrep]
  • Added HEVC support to WebRTC output [murillo128]
  • Added Composable Themes system to simplify theme creation, maintenance, and enable future customisation options [derrod/Warchamp7]

30.2 Changes

  • Various UI and Theme tweaks [Warchamp7]
  • Audio of multiple instances of a source in a scene/group is now deduplicated [derrod]
    • Deduplication is recursive, but does not apply on groups or nested scenes that are currently playing show/hide transitions, this may be fixed in the future
  • Scene Collection specific plugin data is now retained for plugins that are not currently loaded [derrod]
  • Closed-captions are now supported for HEVC and AV1 [jhnbwrs]
  • Qt Fusion style is now always enforced on Linux [tytan652]
  • Combined PipeWire window/display capture into unified "Screen Capture" source to align with other platforms [tytan652]
    • Renamed "Screen Capture (XSHM)" as "Display Capture (XSHM)" for consistency with other capture sources [tytan652]
  • Set default recording format on macOS to fragmented MOV [gxalpha]
  • Improved freetype2 text source performance [kkartaltepe]
  • File open dialogs now start in the directory of the currently selected file, rather than the default [Warchamp7]
  • Moved warnings in advanced output to bottom of settings window for better visibility [GPattenden]
  • Various performance improvements for texture encoding [kkartaltepe]
  • Prioritize NVDEC decoder on NVIDIA systems [moocowsheep]
  • Support NVDEC decoder for encoded DirectShow sources [moocowsheep]
  • Replaced non-texture NVENC FFmpeg fallback with native implementation [derrod]
  • Log now includes all available encoders [Penwy]
  • Reset duration of scene item show/hide transitions when removing the transitions [Warchamp7]
  • Adjusted appearance of volume meters [Warchamp7]
  • Adjusted appearance of multiview borders and labels [Warchamp7]
  • Added support for audio-only and video-only WHIP outputs [tt2468]

30.2 Bug Fixes

  • Fixed packet priority not being set for some AV1 encoders, resulting in outputs never recovering from dropping frames [derrod]
  • Fixed various issues with audio channel layouts in (remuxed) recordings [pkv/derrod]
  • Fixed various issues with the native FLV muxer [palana]
  • Fixed various issues with the RTMP protocol implementation [palana]
  • Fixed minor errors in HEVC and AVC decoder configuration records [derrod]
  • Fixed change discard confirmation dialog popping up twice when closing source properties [tytan652]
  • Fixed QSV AV1 on multi-GPU systems [thyintel/derrod]
  • Fixed FFmpeg output erroneously checking disk space when not writing to a file [RytoEX]
  • Fixed auto-config wizard not working without a stream key [mar10iana]
  • Fixed text alignment with extents [exeldro]
  • Fixed encoder properties having nested scroll areas in output settings [derrod]
  • Fixed crash if input video resolution changes when using hardware-accelerated decoding [tt2468]
  • Fixed button text being cut off in controls dock [powersagitar]
  • Fixed undo action for filters showing UUID instead of name [derrod]
  • Fixed not all eligible Patreon supporters being shown in the "About" dialogue [Warchamp7]
  • Fixed copy-pasting show/hide transitions not including duration [Warchamp7]
  • Fixed settings dialog being cut off on low-resolution screens [tytan652/Warchamp7/derrod/RytoEX] (yes, this one took four people to figure out)
  • Fixed paused indicator text stacking [Aleksbgbg]
  • Fixed disabled audio sources showing up in advanced audio properties [Penwy]
  • Fixed Grid Mode setting not being persisted when enabled through the View menu [RytoEX]
  • Fixed CoreAudio not handling encoder delay, resulting in audio being 44-48 ms late [derrod]
  • Fixed OBS not handling negative audio timestamps at the start of an output correctly, resulting in Opus and CoreAudio AAC audio being delayed by a few ms [derrod]
  • Fixed VA-API AV1 encoder being unavailable if H.264 is unsupported [kkartaltepe]
  • Fixed WebRTC buffer size being too small for recovery with high-bitrate video [Sean-Der]
  • Fixed renaming multiple scenes when hitting Tab key while renaming [howellrl]

Checksums

OBS-Studio-30.2.0-beta2-Sources.tar.gz: c269eaa502004f7abf1a3685f1db9851aa74d749842f23a5282c888ac0ce7fc3
OBS-Studio-30.2.0-beta2-Ubuntu-22.04-x86_64-dbsym.ddeb: 9418d7851c13f610672e93e0f59587a6445ec52b4375e45a12d45823d96e2ff3
OBS-Studio-30.2.0-beta2-Ubuntu-22.04-x86_64.deb: 317c2a2fb66cccfc9f6a86811abd280f3f4a7566d9c12fb447e4dca3fa46ec5a
OBS-Studio-30.2.0-beta2-Ubuntu-24.04-x86_64-dbsym.ddeb: 21a2577f49866108e04dc2cf364c654a2bd5fdfeb68da61c86419ac4d139305f
OBS-Studio-30.2.0-beta2-Ubuntu-24.04-x86_64.deb: 3089d77a0dba13777b2594d1b536c886aaf9a693d09215966e7384d74a7db91f
OBS-Studio-30.2.0-beta2-Windows-Installer.exe: dee5e7462813e20676b45c1571093b9630f8de97ce0e13365645c45b47a563c2
OBS-Studio-30.2.0-beta2-Windows-PDBs.zip: 6f70669722f5aa8ce8e3036b57bcc083aaa172d99fbc16fabaeeb1f99c02f6d0
OBS-Studio-30.2.0-beta2-Windows.zip: cdb52df585eb1edb0ed7e6644f18facdefb10630bfddbb34b8c209783521f5a6
OBS-Studio-30.2.0-beta2-macOS-Apple-dSYMs.tar.xz: c2fcd8bcd51c520bd13f1e00ea00ef123094c2d26f4df559707d7b4d6d8e0961
OBS-Studio-30.2.0-beta2-macOS-Apple.dmg: 5982448f834752109b964a3e633f620b690dadfcbef7309ea1223125cd27d941
OBS-Studio-30.2.0-beta2-macOS-Intel-dSYMs.tar.xz: 88bc67e53075a82454d99b974d490584234734779cb4fd755ac8a2686ed57685
OBS-Studio-30.2.0-beta2-macOS-Intel.dmg: 06761ca3f10048d1fb7787dcccf8405776a3e47cf31bb784b021b847aa93eb2a

OBS Studio 30.2 Beta 1

08 Jun 01:42
Compare
Choose a tag to compare
Pre-release

If you would like to support the OBS Project, please consider contributing to our Patreon or Open Collective!

Note

NVIDIA users may need to update their GPU drivers to 531.61 (Windows) / 530.41.03 (Linux) or newer.

Note

Windows users may who are experiencing crashes on startup should need to update the Microsoft Visual C++ Redistributable: https://aka.ms/vs/17/release/vc_redist.x64.exe

Important

The code signing certificate for OBS is being updated. This may impact game capture compatibility with some anti-cheat solutions starting with the next major OBS update. If you are a game or anti-cheat developer please see https://obsproject.com/kb/capture-hook-certificate-update for more information.

30.2 New Features

  • Added support for Multitrack Video streaming [palana]
    • On Twitch, this is known as Enhanced Broadcasting. Currently, this requires Windows and an NVIDIA GPU. Support for other platforms and GPU vendors is planned. For more information, see: https://help.twitch.tv/s/article/multiple-encodes
    • When this feature is enabled, the following data about your system will be sent to the streaming service when starting a stream:
      • OBS config info (canvas width and height, frame rate, encoder width and height, VOD Audio Track setting, OBS version)
      • CPU info (name, speed, core counts)
      • GPU info (model, memory, driver version, device ID, vendor ID)
      • Memory info (free, total)
      • OS info (name, version, arch, emulation)
        • Windows info (gaming feature status: Game Bar, Game DVR, Game Mode, Hardware-accelerated GPU Scheduling)
      • Multitrack Video settings (maximum streaming bandwidth, maximum video tracks)
  • Added support for Enhanced RTMP/FLV multi-track audio and video [palana/kc5nra]
    • Replaces the old metadata-based "VOD Track"
  • Added "Hybrid MP4" output format (BETA) [derrod]
    • Combines fault-tolerance of fragmented MP4 with wide compatibility and faster access times of regular MP4. For more information, see: https://obsproject.com/kb/hybrid-mp4
    • Supports inserting chapter markers into the file via a hotkey or API. These markers are supported by most video players and editing software, such as DaVinci Resolve
  • Added Linux support to the native NVENC encoder [derrod]
    • NVENC AV1 is now supported on Linux
  • Added Linux shared texture support to the NVENC encoder [derrod]
  • Added Linux shared texture support to the QuickSync encoder [kkartaltepe]
  • Added Linux shared texture support to the VA-API encoder [nowrep]
  • Added HEVC support to WebRTC output [murillo128]
  • Added Composable Themes system to simplify theme creation, maintenance, and enable future customisation options [derrod/Warchamp7]

30.2 Changes

  • Various UI and Theme tweaks [Warchamp7]
  • Audio of multiple instances of a source in a scene/group is now deduplicated [derrod]
    • Deduplication is recursive, but does not apply on groups or nested scenes that are currently playing show/hide transitions, this may be fixed in the future
  • Scene Collection specific plugin data is now retained for plugins that are not currently loaded [derrod]
  • Closed-captions are now supported for HEVC and AV1 [jhnbwrs]
  • Qt Fusion style is now always enforced on Linux [tytan652]
  • Combined PipeWire window/display capture into unified "Screen Capture" source to align with other platforms [tytan652]
    • Renamed "Screen Capture (XSHM)" as "Display Capture (XSHM)" for consistency with other capture sources [tytan652]
  • Set default recording format on macOS to fragmented MOV [gxalpha]
  • Improved freetype2 text source performance [kkartaltepe]
  • File open dialogs now start in the directory of the currently selected file, rather than the default [Warchamp7]
  • Moved warnings in advanced output to bottom of settings window for better visibility [GPattenden]
  • Various performance improvements for texture encoding [kkartaltepe]
  • Prioritize NVDEC decoder on NVIDIA systems [moocowsheep]
  • Support NVDEC decoder for encoded DirectShow sources [moocowsheep]
  • Replaced non-texture NVENC FFmpeg fallback with native implementation [derrod]
  • Log now includes all available encoders [Penwy]
  • Reset duration of scene item show/hide transitions when removing the transitions [Warchamp7]
  • Adjusted appearance of volume meters [Warchamp7]
  • Adjusted appearance of multiview borders and labels [Warchamp7]
  • Added support for audio-only and video-only WHIP outputs [tt2468]

30.2 Bug Fixes

  • Fixed packet priority not being set for some AV1 encoders, resulting in outputs never recovering from dropping frames [derrod]
  • Fixed various issues with audio channel layouts in (remuxed) recordings [pkv/derrod]
  • Fixed various issues with the native FLV muxer [palana]
  • Fixed various issues with the RTMP protocol implementation [palana]
  • Fixed minor errors in HEVC and AVC decoder configuration records [derrod]
  • Fixed change discard confirmation dialog popping up twice when closing source properties [tytan652]
  • Fixed QSV AV1 on multi-GPU systems [thyintel/derrod]
  • Fixed FFmpeg output erroneously checking disk space when not writing to a file [RytoEX]
  • Fixed auto-config wizard not working without a stream key [mar10iana]
  • Fixed text alignment with extents [exeldro]
  • Fixed encoder properties having nested scroll areas in output settings [derrod]
  • Fixed crash if input video resolution changes when using hardware-accelerated decoding [tt2468]
  • Fixed button text being cut off in controls dock [powersagitar]
  • Fixed undo action for filters showing UUID instead of name [derrod]
  • Fixed not all eligible Patreon supporters being shown in the "About" dialogue [Warchamp7]
  • Fixed copy-pasting show/hide transitions not including duration [Warchamp7]
  • Fixed settings dialog being cut off on low-resolution screens [tytan652/Warchamp7/derrod/RytoEX] (yes, this one took four people to figure out)
  • Fixed paused indicator text stacking [Aleksbgbg]
  • Fixed disabled audio sources showing up in advanced audio properties [Penwy]
  • Fixed Grid Mode setting not being persisted when enabled through the View menu [RytoEX]
  • Fixed CoreAudio not handling encoder delay, resulting in audio being 44-48 ms late [derrod]
  • Fixed OBS not handling negative audio timestamps at the start of an output correctly, resulting in Opus and CoreAudio AAC audio being delayed by a few ms [derrod]
  • Fixed VA-API AV1 encoder being unavailable if H.264 is unsupported [kkartaltepe]
  • Fixed WebRTC buffer size being too small for recovery with high-bitrate video [Sean-Der]
  • Fixed renaming multiple scenes when hitting Tab key while renaming [howellrl]

Checksums

OBS-Studio-30.2.0-beta1-Sources.tar.gz: 25d32d1c232df088cf4dff307d23d215d2fb225ef1c76596667389f7dcecc23b
OBS-Studio-30.2.0-beta1-Ubuntu-22.04-x86_64-dbsym.ddeb: ed02a5477280135d1f7dd2fce9330c473bc8a1633d0174c14721a126f310b0b7
OBS-Studio-30.2.0-beta1-Ubuntu-22.04-x86_64.deb: 1a3a6d38aab14c6db7fd32c128188da83cad54e79e0a600d29019a12dba6ab0a
OBS-Studio-30.2.0-beta1-Ubuntu-24.04-x86_64-dbsym.ddeb: 66aebb6db7c6dcb0a696578cda308cff42ae83900f2567575f44de96975f3bf2
OBS-Studio-30.2.0-beta1-Ubuntu-24.04-x86_64.deb: 147b8609adc77796e07fb704765f30b7f28792826ad7f3d0cc6f99d45c530f0f
OBS-Studio-30.2.0-beta1-Windows-Installer.exe: 9e892281413e1a95eedaf9feb5f8b7290360ec9c128409ea9e339697acc3e13e
OBS-Studio-30.2.0-beta1-Windows-PDBs.zip: 54ca1a2589367ca22720cd5f1a9ca99a23a218e16f038712a5fb91f608f24db2
OBS-Studio-30.2.0-beta1-Windows.zip: 5b42815b87ee7b9757d8924f4a45cb3305d5520f2a9ff697de19266ff508f277
OBS-Studio-30.2.0-beta1-macOS-Apple-dSYMs.tar.xz: 4447e98dea7ccad5ff4b044f53d0c519bb83f603fa372d7c5fe79f96362948c4
OBS-Studio-30.2.0-beta1-macOS-Apple.dmg: 4ebb2f2bb05face965bbc4cd400092dcd6a346671b719433dec9c943e148e7d7
OBS-Studio-30.2.0-beta1-macOS-Intel-dSYMs.tar.xz: 13e82e8468c893fa8c1b2caf6bdbf43c6fc28dd82d67880b9f858600ba5c9159
OBS-Studio-30.2.0-beta1-macOS-Intel.dmg: f0edca9f2fc126075bbba10af17fb893094d830695972f9e2c47d20b7628eff1

OBS Studio 30.1.2

05 Apr 23:37
Compare
Choose a tag to compare

If you would like to support the OBS Project, please consider contributing to our Patreon or Open Collective!

Important

NOTE: This release is NOT the Twitch Enhanced Broadcasting Beta. This release does not include those features.
For more information on Twitch Enhanced Broadcasting, please see their announcement:
https://blog.twitch.tv/en/2024/01/08/introducing-the-enhanced-broadcasting-beta/

Note

NVIDIA users may need to update their GPU drivers to 531.61 or newer.

30.1.2 Hotfix Changes

  • Fixed NVENC failing with old drivers/devices [RytoEX]
  • Reverted: Changed default recording format to fMP4/fMOV for stable releases [RytoEX]

30.1.1 Hotfix Changes

  • Fixed a crash on macOS 11 when starting OBS [PatTheMav/RytoEX]
  • Fixed missing HDR metadata for certain encoders [derrod]
  • Fixed broken hardware decoding of remote streams in Media Sources [pkviet]
  • Fixed broken file output from remuxing a file with PCM audio [derrod]
  • Fixed an issue where macOS Audio Capture or macOS Screen Capture sources could stop capturing [jcm93]
  • Fixed an issue on Windows causing Virtual Camera and 32-bit Game Capture to fail [PatTheMav]
  • Fixed an issue on Linux which caused QSV encoders to be enabled on systems with no Intel GPUs [kkartaltepe]
  • Backported xdg-data metadata updates [GeorgesStavracas]

30.1 New Features

  • Enabled HDR for HEVC over RTMP [nquah]
    • AV1 HDR is not currently supported by YouTube.
  • Reworked the Image Slideshow source [Lain-B]
    • The reworked Image Slideshow source loads files asynchronously and fixes an issue where the slideshow would loop before showing all images. To change existing Image Slideshow sources to the new version, you must recreate them. Existing Image Slideshow sources will continue functioning as before.
  • Added Capture Audio option to window/game capture on Windows [derrod]
  • Added Premultiplied Alpha option for game capture on Windows [jpark37]
  • Added option for automatic cropping to bounding box [derrod]
  • Added maxRGB tonemapper for SDR in HDR Tone Mapping filter [jpark37]
  • Added GPU rescaling options for streaming and recording outputs [derrod]
  • Added channel selection for CoreAudio input devices [PatTheMav]
  • Added Capture Card Device source type on macOS [PatTheMav]
  • Enabled multi-track audio support for mpegts [pkviet]
  • Added AV1 support for VA-API [nowrep]
  • Added AV1 support for WebRTC/WHIP output [Sean-Der]
  • Added Video Capture Device (PipeWire) source type [GeorgesStavracas]

30.1 Changes

  • Added HDR support for the Elgato HD60 X Rev.2 [FBirth]
  • Added theme data search paths [derrod]
  • Added Lua script location to search path for Lua native libraries [Smartkin]
  • Added Python 3.11 support for macOS [PatTheMav]
  • Updated obs-websocket to version 5.4.2 [tt2468/Lain-B]
  • Improved simple mode replay buffer settings [gxalpha]
  • Switched to bigger units in the UI for high bitrate/large recordings [derrod]
  • Disabled Paste Transform on locked scene items [cg2121]
  • Disabled Edit Transform if scene item is locked [cg2121]
  • Removed Windows 7 and Ubuntu 20.04 NVENC fallbacks [derrod]
  • PCM audio in (fragmented) MP4/MOV is now supported [derrod]
  • Changed default recording format to fMP4/fMOV for stable releases [derrod]

30.1 Bug Fixes

  • Fixed crashes with the Virtual Camera on Windows when apps consumed it as YUY2 [vico-shang]
  • Fixed crash when loading Python at runtime on Windows [PatTheMav]
  • Fixed crash in Image Slideshow when adding a directory with no files in it [notr1ch]
  • Fixed crash on macOS when attempting to stream to a WHIP servers with certain configurations [RytoEX/Sean-Der]
  • Fixed crash when trying to stream with WebRTC/WHIP [CrackThrough]
  • Fixed a possible crash in Lua scripts when switching scene collections [exeldro]
  • Fixed a possible crash with WHIP output [Aleksbgbg]
  • Fixed deadlock when adding a macOS Screen Capture source [PatTheMav]
  • Fixed issue where OBS could be closed by docked browser panels [WizardCM]
  • Fixed high CPU usage with Virtual Camera on macOS [jcm93]
  • Fixed checkbox misalignment on macOS in properties view [nikola3211]
  • Fixed audio track 1 audio being offset/desynced with other tracks [derrod]
  • Fixed incorrect VST window size on HiDPI display [xlinshan]
  • Fixed editable list UI element having incorrect background-color [tuduweb]
  • Fixed the resize cursor with respecting the item transformation [BGM99]
  • Fixed disk space reporting for attached network drives on macOS [PatTheMav]
  • Fixed Safe Mode removing third-party transitions from scene collection [derrod]
  • Fixed being unable to use QSV in the Flatpak package [twelho]
  • Fixed audio track titles not being set in Custom FFmpeg Output [tuduweb]
  • Fixed an issue with free disk space calculation on ExFAT and FAT32 volumes on macOS [PatTheMav]
  • Fixed an issue with free disk space calculation on macOS not matching values in Finder [jcm]
  • Fixed an issue where a removed source's scene would not be correctly logged [exeldro]
  • Clarified the macOS microphone permissions prompt [jcm]
  • Fixed a regression causing a missing tooltip for Fragmented MOV/MP4 [shiina424]
  • Fixed an issue with the background of audio meters being transparent causing visual artifacts [fzwoch]
  • Fixed an issue with Yes/No buttons on the Reset Docks confirmation message box not being translated [shiina424]
  • Fixed an issue preventing the Remux dialog from being used multiple times [RytoEX]

Checksums

OBS-Studio-30.1.2-Ubuntu-x86_64-dbsym.ddeb: 031bfa2f69cc1ecee0eb23f3368df74ed6baa9fd26c9b143060e7b0537fca7ee
OBS-Studio-30.1.2-Ubuntu-x86_64.deb: d27fc564b6e9fd7ef6219b5c6b06e04743978e910d461714f4885265767155ab
OBS-Studio-30.1.2-macOS-Apple-dSYMs.tar.xz: 2a1a1625cb433a6f4b0bdf1808dbc04355f0463688d809d0a60949743d3a1e8e
OBS-Studio-30.1.2-macOS-Apple.dmg: 64f6a93a98ff89f72de721aae2d02092483c168ad2c16230f57e549d10bf1120
OBS-Studio-30.1.2-macOS-Intel-dSYMs.tar.xz: b68800406b36370a076f907cc6ad39f0bbcce2e8d550fd4c6ff14bb9b2547e2d
OBS-Studio-30.1.2-macOS-Intel.dmg: d53b85a6142de340bfb0c48bc563b6be0d99ae6b091da43a7ba25020bac6902e

OBS Studio 30.1.1

23 Mar 21:16
Compare
Choose a tag to compare

If you would like to support the OBS Project, please consider contributing to our Patreon or Open Collective!

Important

NOTE: This release is NOT the Twitch Enhanced Broadcasting Beta. This release does not include those features.
For more information on Twitch Enhanced Broadcasting, please see their announcement:
https://blog.twitch.tv/en/2024/01/08/introducing-the-enhanced-broadcasting-beta/

Note

Note: NVIDIA users may need to update their GPU drivers to 531.61 or newer.

30.1.1 Hotfix Changes

  • Fixed a crash on macOS 11 when starting OBS [PatTheMav/RytoEX]
  • Fixed missing HDR metadata for certain encoders [derrod]
  • Fixed broken hardware decoding of remote streams in Media Sources [pkviet]
  • Fixed broken file output from remuxing a file with PCM audio [derrod]
  • Fixed an issue where macOS Audio Capture or macOS Screen Capture sources could stop capturing [jcm93]
  • Fixed an issue on Windows causing Virtual Camera and 32-bit Game Capture to fail [PatTheMav]
  • Fixed an issue on Linux which caused QSV encoders to be enabled on systems with no Intel GPUs [kkartaltepe]
  • Backported xdg-data metadata updates [GeorgesStavracas]

30.1 New Features

  • Enabled HDR for HEVC over RTMP [nquah]
    • AV1 HDR is not currently supported by YouTube.
  • Reworked the Image Slideshow source [Lain-B]
    • The reworked Image Slideshow source loads files asynchronously and fixes an issue where the slideshow would loop before showing all images. To change existing Image Slideshow sources to the new version, you must recreate them. Existing Image Slideshow sources will continue functioning as before.
  • Added Capture Audio option to window/game capture on Windows [derrod]
  • Added Premultiplied Alpha option for game capture on Windows [jpark37]
  • Added option for automatic cropping to bounding box [derrod]
  • Added maxRGB tonemapper for SDR in HDR Tone Mapping filter [jpark37]
  • Added GPU rescaling options for streaming and recording outputs [derrod]
  • Added channel selection for CoreAudio input devices [PatTheMav]
  • Added Capture Card Device source type on macOS [PatTheMav]
  • Enabled multi-track audio support for mpegts [pkviet]
  • Added AV1 support for VA-API [nowrep]
  • Added AV1 support for WebRTC/WHIP output [Sean-Der]
  • Added Video Capture Device (PipeWire) source type [GeorgesStavracas]

30.1 Changes

  • Added HDR support for the Elgato HD60 X Rev.2 [FBirth]
  • Added theme data search paths [derrod]
  • Added Lua script location to search path for Lua native libraries [Smartkin]
  • Added Python 3.11 support for macOS [PatTheMav]
  • Updated obs-websocket to version 5.4.2 [tt2468/Lain-B]
  • Improved simple mode replay buffer settings [gxalpha]
  • Switched to bigger units in the UI for high bitrate/large recordings [derrod]
  • Disabled Paste Transform on locked scene items [cg2121]
  • Disabled Edit Transform if scene item is locked [cg2121]
  • Removed Windows 7 and Ubuntu 20.04 NVENC fallbacks [derrod]
  • PCM audio in (fragmented) MP4/MOV is now supported [derrod]
  • Changed default recording format to fMP4/fMOV for stable releases [derrod]

30.1 Bug Fixes

  • Fixed crashes with the Virtual Camera on Windows when apps consumed it as YUY2 [vico-shang]
  • Fixed crash when loading Python at runtime on Windows [PatTheMav]
  • Fixed crash in Image Slideshow when adding a directory with no files in it [notr1ch]
  • Fixed crash on macOS when attempting to stream to a WHIP servers with certain configurations [RytoEX/Sean-Der]
  • Fixed crash when trying to stream with WebRTC/WHIP [CrackThrough]
  • Fixed a possible crash in Lua scripts when switching scene collections [exeldro]
  • Fixed a possible crash with WHIP output [Aleksbgbg]
  • Fixed deadlock when adding a macOS Screen Capture source [PatTheMav]
  • Fixed issue where OBS could be closed by docked browser panels [WizardCM]
  • Fixed high CPU usage with Virtual Camera on macOS [jcm93]
  • Fixed checkbox misalignment on macOS in properties view [nikola3211]
  • Fixed audio track 1 audio being offset/desynced with other tracks [derrod]
  • Fixed incorrect VST window size on HiDPI display [xlinshan]
  • Fixed editable list UI element having incorrect background-color [tuduweb]
  • Fixed the resize cursor with respecting the item transformation [BGM99]
  • Fixed disk space reporting for attached network drives on macOS [PatTheMav]
  • Fixed Safe Mode removing third-party transitions from scene collection [derrod]
  • Fixed being unable to use QSV in the Flatpak package [twelho]
  • Fixed audio track titles not being set in Custom FFmpeg Output [tuduweb]
  • Fixed an issue with free disk space calculation on ExFAT and FAT32 volumes on macOS [PatTheMav]
  • Fixed an issue with free disk space calculation on macOS not matching values in Finder [jcm]
  • Fixed an issue where a removed source's scene would not be correctly logged [exeldro]
  • Clarified the macOS microphone permissions prompt [jcm]
  • Fixed a regression causing a missing tooltip for Fragmented MOV/MP4 [shiina424]
  • Fixed an issue with the background of audio meters being transparent causing visual artifacts [fzwoch]
  • Fixed an issue with Yes/No buttons on the Reset Docks confirmation message box not being translated [shiina424]
  • Fixed an issue preventing the Remux dialog from being used multiple times [RytoEX]

Checksums

OBS-Studio-30.1.1-Ubuntu-x86_64-dbsym.ddeb: ea7c9bf9155dfc637f340ad7dc8f827312a8dc1a39a4da32f93a07b404aaeb25
OBS-Studio-30.1.1-Ubuntu-x86_64.deb: 470f6bb09bc07cbe21e890280fe13f3b86451bc7d87e1883c0c919208d8b15a1
OBS-Studio-30.1.1-macOS-Apple-dSYMs.tar.xz: 4043b8bcf364648e929e65a55e75ab17003893d30408304e4d535269a88cb1aa
OBS-Studio-30.1.1-macOS-Apple.dmg: bf38dfed33cf24c03772795afa20999cb54ec1650f69af06117627204359d333
OBS-Studio-30.1.1-macOS-Intel-dSYMs.tar.xz: b8acdc5599eb4c0737904e6285028497e751ec28c45f8aab41878ec2770d7565
OBS-Studio-30.1.1-macOS-Intel.dmg: d37a2f968e19473c05d3a0e173c04e278e7ca8fc52019550765b63c8ba6d44d3

OBS Studio 30.1

12 Mar 23:08
Compare
Choose a tag to compare

If you would like to support the OBS Project, please consider contributing to our Patreon or Open Collective!

Important

NOTE: This release is NOT the Twitch Enhanced Broadcasting Beta. This release does not include those features.
For more information on Twitch Enhanced Broadcasting, please see their announcement:
https://blog.twitch.tv/en/2024/01/08/introducing-the-enhanced-broadcasting-beta/

Note

Note: NVIDIA users may need to update their GPU drivers to 531.61 or newer.

30.1 New Features

  • Enabled HDR for HEVC over RTMP [nquah]
    • AV1 HDR is not currently supported by YouTube.
  • Reworked the Image Slideshow source [Lain-B]
    • The reworked Image Slideshow source loads files asynchronously and fixes an issue where the slideshow would loop before showing all images. To change existing Image Slideshow sources to the new version, you must recreate them. Existing Image Slideshow sources will continue functioning as before.
  • Added Capture Audio option to window/game capture on Windows [derrod]
  • Added Premultiplied Alpha option for game capture on Windows [jpark37]
  • Added option for automatic cropping to bounding box [derrod]
  • Added maxRGB tonemapper for SDR in HDR Tone Mapping filter [jpark37]
  • Added GPU rescaling options for streaming and recording outputs [derrod]
  • Added channel selection for CoreAudio input devices [PatTheMav]
  • Added Capture Card Device source type on macOS [PatTheMav]
  • Enabled multi-track audio support for mpegts [pkviet]
  • Added AV1 support for VA-API [nowrep]
  • Added AV1 support for WebRTC/WHIP output [Sean-Der]
  • Added Video Capture Device (PipeWire) source type [GeorgesStavracas]

30.1 Changes

  • Added HDR support for the Elgato HD60 X Rev.2 [FBirth]
  • Added theme data search paths [derrod]
  • Added Lua script location to search path for Lua native libraries [Smartkin]
  • Added Python 3.11 support for macOS [PatTheMav]
  • Updated obs-websocket to version 5.4.2 [tt2468/Lain-B]
  • Improved simple mode replay buffer settings [gxalpha]
  • Switched to bigger units in the UI for high bitrate/large recordings [derrod]
  • Disabled Paste Transform on locked scene items [cg2121]
  • Disabled Edit Transform if scene item is locked [cg2121]
  • Removed Windows 7 and Ubuntu 20.04 NVENC fallbacks [derrod]
  • PCM audio in (fragmented) MP4/MOV is now supported [derrod]
  • Changed default recording format to fMP4/fMOV for stable releases [derrod]

30.1 Bug Fixes

  • Fixed crashes with the Virtual Camera on Windows when apps consumed it as YUY2 [vico-shang]
  • Fixed crash when loading Python at runtime on Windows [PatTheMav]
  • Fixed crash in Image Slideshow when adding a directory with no files in it [notr1ch]
  • Fixed crash on macOS when attempting to stream to a WHIP servers with certain configurations [RytoEX/Sean-Der]
  • Fixed crash when trying to stream with WebRTC/WHIP [CrackThrough]
  • Fixed a possible crash in Lua scripts when switching scene collections [exeldro]
  • Fixed a possible crash with WHIP output [Aleksbgbg]
  • Fixed deadlock when adding a macOS Screen Capture source [PatTheMav]
  • Fixed issue where OBS could be closed by docked browser panels [WizardCM]
  • Fixed high CPU usage with Virtual Camera on macOS [jcm93]
  • Fixed checkbox misalignment on macOS in properties view [nikola3211]
  • Fixed audio track 1 audio being offset/desynced with other tracks [derrod]
  • Fixed incorrect VST window size on HiDPI display [xlinshan]
  • Fixed editable list UI element having incorrect background-color [tuduweb]
  • Fixed the resize cursor with respecting the item transformation [BGM99]
  • Fixed disk space reporting for attached network drives on macOS [PatTheMav]
  • Fixed Safe Mode removing third-party transitions from scene collection [derrod]
  • Fixed being unable to use QSV in the Flatpak package [twelho]
  • Fixed audio track titles not being set in Custom FFmpeg Output [tuduweb]
  • Fixed an issue with free disk space calculation on ExFAT and FAT32 volumes on macOS [PatTheMav]
  • Fixed an issue with free disk space calculation on macOS not matching values in Finder [jcm]
  • Fixed an issue where a removed source's scene would not be correctly logged [exeldro]
  • Clarified the macOS microphone permissions prompt [jcm]
  • Fixed a regression causing a missing tooltip for Fragmented MOV/MP4 [shiina424]
  • Fixed an issue with the background of audio meters being transparent causing visual artifacts [fzwoch]
  • Fixed an issue with Yes/No buttons on the Reset Docks confirmation message box not being translated [shiina424]
  • Fixed an issue preventing the Remux dialog from being used multiple times [RytoEX]

Checksums

OBS-Studio-30.1.0-Ubuntu-x86_64-dbsym.ddeb: 9b64c395ff1265fe8dc6c1831bd585465f9f63fc2ebf6e87060d15fb1d10dc1d
OBS-Studio-30.1.0-Ubuntu-x86_64.deb: 810c80772cfbe307ea92164c39b924b67da707cfc1f3cf99ea10b958db672ca3
OBS-Studio-30.1.0-macOS-Apple-dSYMs.tar.xz: 215345335ae04142957da1a3863540906ac3902c27f8cd5f0645ec101c51762c
OBS-Studio-30.1.0-macOS-Apple.dmg: ff8100aedd2a0be51e7dc016d7f618652263670d8383c659443f659503d14059
OBS-Studio-30.1.0-macOS-Intel-dSYMs.tar.xz: 3bdb373007ca0815af641023e8aa2944bcb48f2551f5f8086b37596ffe24fde9
OBS-Studio-30.1.0-macOS-Intel.dmg: 6dab04738b12465c6a88302b59a5d94ceb9b6845dd4f42632b83e46a8f444f88

OBS Studio 30.1 RC1

02 Mar 02:14
Compare
Choose a tag to compare
OBS Studio 30.1 RC1 Pre-release
Pre-release

If you would like to support the OBS Project, please consider contributing to our Patreon or Open Collective!

Important

NOTE: This beta is NOT the Twitch Enhanced Broadcasting Beta. This beta does not include those features.
For more information on Twitch Enhanced Broadcasting, please see their announcement:
https://blog.twitch.tv/en/2024/01/08/introducing-the-enhanced-broadcasting-beta/

Note

Note: NVIDIA users may need to update their GPU drivers to 531.61 or newer.

RC1 Changes

  • Fixed a crash in Beta 1-3 when streaming with SRT [pkviet/RytoEX]
  • Fixed an issue in Beta 1-3 where settings would not save correctly under certain circumstances when changing services [pkviet/RytoEX]
  • Fixed an issue in Beta 1-3 where the Source Toolbar would not update after deleting a scene item [cg2121]
  • Fixed an issue in Beta 1-3 on macOS with not being able to select an appropriate frame rate on some camera/capture devices [PatTheMav]
  • Fixed an issue with Beta 3 not being published on Flathub [tytan652]

Beta 3 Changes

  • Fixed a crash in Beta 1 and 2 on macOS when starting OBS with a device that has more than 8 audio channels [PatTheMav]
  • Fixed a crash in Beta 1 and 2 on macOS when reconnecting an audio device that had channel mapping configured [PatTheMav]
  • Fixed a crash in Beta 1 and 2 on macOS when encoding with AOM [PatTheMav/RytoEX]
  • Fixed possible crashes in Beta 1 and 2 in third-party plugins [exeldro/Lain-B]
  • Fixed several possible crashes in Beta 1 and 2 on macOS when trying to add a Capture Card Device or Video Capture Device source [PatTheMav]
  • Fixed an issue in Beta 1 and 2 having a memory leak with the "Capture Audio (BETA)" option in the Game Capture source [derrod]
  • Fixed an issue in Beta 1 and 2 with the "Capture Audio (BETA)" option in the Game Capture source not disabling the application audio capture when the game capture was deactivated [derrod]
  • Fixed an issue in Beta 1 and 2 with the tooltip for the "Capture Audio (BETA)" option in the Game Capture source being too long [shiina424]
  • Fixed an issue in Beta 1 and 2 with Capture Card Device source on macOS not working due to incompatible settings on device initialization [PatTheMav]
  • Fixed an issue with Beta 1 and 2 not being published on Flathub [GeorgesStavracas]
  • Fixed a regression causing a missing tooltip for Fragmented MOV/MP4 [shiina424]
  • Fixed an issue with the background of audio meters being transparent causing visual artifacts [fzwoch]
  • Fixed an issue with Yes/No buttons on the Reset Docks confirmation message box not being translated [shiina424]
  • Fixed an issue preventing the Remux dialog from being used multiple times [RytoEX]

Beta 2 Changes

  • Fixed a crash in Beta 1 in the new Image Slideshow source when clicking the Randomize button with no files loaded [flaeri]
  • Fixed a possible crash in Lua scripts when switching scene collections [exeldro]
  • Fixed crashes with the Virtual Camera on Windows when apps consumed it as YUY2 [vico-shang]
  • Fixed an issue in Beta 1 where Twitch VOD track did not work in Advanced Output [pkviet]
  • Fixed an issue in Beta 1 where AMF encoded videos did not work correctly in DaVinci Resolve [lucenticus]
  • Fixed an issue in Beta 1 where QSV on Linux could fail on systems with multiple GPUs [kkartaltepe]
  • Fixed an issue in Beta 1 where QSV on Linux would fail due to attempting to use the unimplemented texture encoder [kkartaltepe]
  • Fixed an issue in Beta 1 where the FFmpeg VAAPI encoder could hang on Intel [kkartaltepe]
  • Fixed an issue with free disk space calculation on ExFAT and FAT32 volumes on macOS [PatTheMav]
  • Fixed an issue with free disk space calculation on macOS not matching values in Finder [jcm]
  • Fixed an issue where a removed source's scene would not be correctly logged [exeldro]
  • Clarified the macOS microphone permissions prompt [jcm]

30.1 New Features

  • Enabled HDR for HEVC over RTMP [nquah]
  • Reworked the Image Slideshow source [Lain-B]
    • The reworked Image Slideshow source loads files asynchronously and fixes an issue where the slideshow would loop before showing all images. To change existing Image Slideshow sources to the new version, you must recreate them. Existing Image Slideshow sources will continue functioning as before.
  • Added Capture Audio option to window/game capture on Windows [derrod]
  • Added Premultiplied Alpha option for game capture on Windows [jpark37]
  • Added option for automatic cropping to bounding box [derrod]
  • Added maxRGB tonemapper for SDR in HDR Tone Mapping filter [jpark37]
  • Added GPU rescaling options for streaming and recording outputs [derrod]
  • Added channel selection for CoreAudio input devices [PatTheMav]
  • Added Capture Card Device source type on macOS [PatTheMav]
  • Enabled multi-track audio support for mpegts [pkviet]
  • Added AV1 support for VA-API [nowrep]
  • Added AV1 support for WebRTC/WHIP output [Sean-Der]
  • Added Video Capture Device (PipeWire) source type [GeorgesStavracas]

30.1 Changes

  • Added HDR support for the Elgato HD60 X Rev.2 [FBirth]
  • Added theme data search paths [derrod]
  • Added Lua script location to search path for Lua native libraries [Smartkin]
  • Added Python 3.11 support for macOS [PatTheMav]
  • Updated obs-websocket to version 5.4.0 [tt2468]
  • Improved simple mode replay buffer settings [gxalpha]
  • Switched to bigger units in the UI for high bitrate/large recordings [derrod]
  • Disabled Paste Transform on locked scene items [cg2121]
  • Disabled Edit Transform if scene item is locked [cg2121]
  • Removed Windows 7 and Ubuntu 20.04 NVENC fallbacks [derrod]
  • PCM audio in (fragmented) MP4/MOV is now supported [derrod]

30.1 Bug Fixes

  • Fixed crash when loading Python at runtime on Windows [PatTheMav]
  • Fixed crash in Image Slideshow when adding a directory with no files in it [notr1ch]
  • Fixed crash on macOS when attempting to stream to a WHIP servers with certain configurations [RytoEX/Sean-Der]
  • Fixed crash when trying to stream with WebRTC/WHIP [CrackThrough]
  • Fixed deadlock when adding a macOS Screen Capture source [PatTheMav]
  • Fixed issue where OBS could be closed by docked browser panels [WizardCM]
  • Fixed high CPU usage with Virtual Camera on macOS [jcm93]
  • Fixed checkbox misalignment on macOS in properties view [nikola3211]
  • Fixed audio track 1 audio being offset/desynced with other tracks [derrod]
  • Fixed incorrect VST window size on HiDPI display [xlinshan]
  • Fixed editable list UI element having incorrect background-color [tuduweb]
  • Fixed the resize cursor with respecting the item transformation [BGM99]
  • Fixed disk space reporting for attached network drives on macOS [PatTheMav]
  • Fixed Safe Mode removing third-party transitions from scene collection [derrod]
  • Fixed being unable to use QSV in the Flatpak package [twelho]
  • Fixed audio track titles not being set in Custom FFmpeg Output [tuduweb]

Checksums

OBS-Studio-30.1.0-rc1-Ubuntu-x86_64-dbsym.ddeb: 011c5ca30db533cf7b1e9aef9d74cb9f93d1bcb1d729e3b611d8dc4ca8f139f6
OBS-Studio-30.1.0-rc1-Ubuntu-x86_64.deb: 39676175e33edc71cd0e9515dc4158b7b4847dc3568ca7a1d588764b2da20ae0
OBS-Studio-30.1.0-rc1-macOS-Apple-dSYMs.tar.xz: d8659c5a85ef0ccdcbb899c31b9db384c3726ce204466268c1528bfca8d82474
OBS-Studio-30.1.0-rc1-macOS-Apple.dmg: 2a749d1308029a039e4cad6223076d90fa30a86c11e1e1271ac82ae7596624fe
OBS-Studio-30.1.0-rc1-macOS-Intel-dSYMs.tar.xz: 66d29b1ccf733ddb07c8ed30efe8c3e255f7de0671b396e5dabfdd9cd54b41b8
OBS-Studio-30.1.0-rc1-macOS-Intel.dmg: 15af4c79230a18f7e48cb1c2182b97b13b09420130cccf805814cbe77c009c41

OBS Studio 30.1 Beta 3

23 Feb 00:34
Compare
Choose a tag to compare
Pre-release

If you would like to support the OBS Project, please consider contributing to our Patreon or Open Collective!

Important

This beta is NOT the Twitch Enhanced Broadcasting Beta. This beta does not include those features.
For more information on Twitch Enhanced Broadcasting, please see their announcement:
https://blog.twitch.tv/en/2024/01/08/introducing-the-enhanced-broadcasting-beta/

Note

NVIDIA users may need to update their GPU drivers to 531.61 or newer.

Beta 3 Changes

  • Fixed a crash in Beta 1 and 2 on macOS when starting OBS with a device that has more than 8 audio channels [PatTheMav]
  • Fixed a crash in Beta 1 and 2 on macOS when reconnecting an audio device that had channel mapping configured [PatTheMav]
  • Fixed a crash in Beta 1 and 2 on macOS when encoding with AOM [PatTheMav/RytoEX]
  • Fixed possible crashes in Beta 1 and 2 in third-party plugins [exeldro/Lain-B]
  • Fixed several possible crashes in Beta 1 and 2 on macOS when trying to add a Capture Card Device or Video Capture Device source [PatTheMav]
  • Fixed an issue in Beta 1 and 2 having a memory leak with the "Capture Audio (BETA)" option in the Game Capture source [derrod]
  • Fixed an issue in Beta 1 and 2 with the "Capture Audio (BETA)" option in the Game Capture source not disabling the application audio capture when the game capture was deactivated [derrod]
  • Fixed an issue in Beta 1 and 2 with the tooltip for the "Capture Audio (BETA)" option in the Game Capture source being too long [shiina424]
  • Fixed an issue in Beta 1 and 2 with Capture Card Device source on macOS not working due to incompatible settings on device initialization [PatTheMav]
  • Fixed an issue with Beta 1 and 2 not being published on Flathub [GeorgesStavracas]
  • Fixed a regression causing a missing tooltip for Fragmented MOV/MP4 [shiina424]
  • Fixed an issue with the background of audio meters being transparent causing visual artifacts [fzwoch]
  • Fixed an issue with Yes/No buttons on the Reset Docks confirmation message box not being translated [shiina424]
  • Fixed an issue preventing the Remux dialog from being used multiple times [RytoEX]

Beta 2 Changes

  • Fixed a crash in Beta 1 in the new Image Slideshow source when clicking the Randomize button with no files loaded [flaeri]
  • Fixed a possible crash in Lua scripts when switching scene collections [exeldro]
  • Fixed crashes with the Virtual Camera on Windows when apps consumed it as YUY2 [vico-shang]
  • Fixed an issue in Beta 1 where Twitch VOD track did not work in Advanced Output [pkviet]
  • Fixed an issue in Beta 1 where AMF encoded videos did not work correctly in DaVinci Resolve [lucenticus]
  • Fixed an issue in Beta 1 where QSV on Linux could fail on systems with multiple GPUs [kkartaltepe]
  • Fixed an issue in Beta 1 where QSV on Linux would fail due to attempting to use the unimplemented texture encoder [kkartaltepe]
  • Fixed an issue in Beta 1 where the FFmpeg VAAPI encoder could hang on Intel [kkartaltepe]
  • Fixed an issue with free disk space calculation on ExFAT and FAT32 volumes on macOS [PatTheMav]
  • Fixed an issue with free disk space calculation on macOS not matching values in Finder [jcm]
  • Fixed an issue where a removed source's scene would not be correctly logged [exeldro]
  • Clarified the macOS microphone permissions prompt [jcm]

30.1 New Features

  • Enabled HDR for HEVC over RTMP [nquah]
  • Reworked the Image Slideshow source [Lain-B]
    • The reworked Image Slideshow source loads files asynchronously and fixes an issue where the slideshow would loop before showing all images. To change existing Image Slideshow sources to the new version, you must recreate them. Existing Image Slideshow sources will continue functioning as before.
  • Added Capture Audio option to window/game capture on Windows [derrod]
  • Added Premultiplied Alpha option for game capture on Windows [jpark37]
  • Added option for automatic cropping to bounding box [derrod]
  • Added maxRGB tonemapper for SDR in HDR Tone Mapping filter [jpark37]
  • Added GPU rescaling options for streaming and recording outputs [derrod]
  • Added channel selection for CoreAudio input devices [PatTheMav]
  • Added Capture Card Device source type on macOS [PatTheMav]
  • Enabled multi-track audio support for mpegts [pkviet]
  • Added AV1 support for VA-API [nowrep]
  • Added AV1 support for WebRTC/WHIP output [Sean-Der]
  • Added Video Capture Device (PipeWire) source type [GeorgesStavracas]

30.1 Changes

  • Added HDR support for the Elgato HD60 X Rev.2 [FBirth]
  • Added theme data search paths [derrod]
  • Added Lua script location to search path for Lua native libraries [Smartkin]
  • Added Python 3.11 support for Windows and macOS [PatTheMav]
  • Updated obs-websocket to version 5.4.0 [tt2468]
  • Improved simple mode replay buffer settings [gxalpha]
  • Switched to bigger units in the UI for high bitrate/large recordings [derrod]
  • Disabled Paste Transform on locked scene items [cg2121]
  • Disabled Edit Transform if scene item is locked [cg2121]
  • Removed Windows 7 and Ubuntu 20.04 NVENC fallbacks [derrod]
  • PCM audio in (fragmented) MP4/MOV is now supported [derrod]

30.1 Bug Fixes

  • Fixed crash when loading Python at runtime on Windows [PatTheMav]
  • Fixed crash in Image Slideshow when adding a directory with no files in it [notr1ch]
  • Fixed crash on macOS when attempting to stream to a WHIP servers with certain configurations [RytoEX/Sean-Der]
  • Fixed crash when trying to stream with WebRTC/WHIP [CrackThrough]
  • Fixed deadlock when adding a macOS Screen Capture source [PatTheMav]
  • Fixed issue where OBS could be closed by docked browser panels [WizardCM]
  • Fixed high CPU usage with Virtual Camera on macOS [jcm93]
  • Fixed checkbox misalignment on macOS in properties view [nikola3211]
  • Fixed audio track 1 audio being offset/desynced with other tracks [derrod]
  • Fixed incorrect VST window size on HiDPI display [xlinshan]
  • Fixed editable list UI element having incorrect background-color [tuduweb]
  • Fixed the resize cursor with respecting the item transformation [BGM99]
  • Fixed disk space reporting for attached network drives on macOS [PatTheMav]
  • Fixed Safe Mode removing third-party transitions from scene collection [derrod]
  • Fixed being unable to use QSV in the Flatpak package [twelho]
  • Fixed audio track titles not being set in Custom FFmpeg Output [tuduweb]

Checksums

OBS-Studio-30.1.0-beta3-Ubuntu-x86_64-dbsym.ddeb: 60e0aae427fd88219c45099319c248affbd56f92aef6d8dd37ff1eced40b5cdf
OBS-Studio-30.1.0-beta3-Ubuntu-x86_64.deb: aae6b037cfe7f2f4a9e72724299f02fe400443281c9dee4ba51bc72631bc7782
OBS-Studio-30.1.0-beta3-macOS-Apple-dSYMs.tar.xz: eef0b73e29beab614dcaad01da87de4633a4557c773b0444ab737ef8de286810
OBS-Studio-30.1.0-beta3-macOS-Apple.dmg: 799a75e08f23a5e93005332bd2966e4531df7e8e34d6fceca16b55bbfa2d9135
OBS-Studio-30.1.0-beta3-macOS-Intel-dSYMs.tar.xz: 9a3c067dce2ac154ab05c657dfe47daeb1e86f2b10b71b27573d4f933fecb3e2
OBS-Studio-30.1.0-beta3-macOS-Intel.dmg: fc83d5c6f0126fe7c930be3a403c7b13f5cfdd2b830245f620d0b2a78e7e99c5

OBS Studio 30.1 Beta 2

13 Feb 05:38
Compare
Choose a tag to compare
Pre-release

If you would like to support the OBS Project, please consider contributing to our Patreon or Open Collective!

Important

This beta is NOT the Twitch Enhanced Broadcasting Beta. This beta does not include those features.
For more information on Twitch Enhanced Broadcasting, please see their announcement:
https://blog.twitch.tv/en/2024/01/08/introducing-the-enhanced-broadcasting-beta/

Note

NVIDIA users may need to update their GPU drivers to 531.61 or newer.

Beta 2 Changes

  • Fixed a crash in Beta 1 in the new Image Slideshow source when clicking the Randomize button with no files loaded [flaeri]
  • Fixed a possible crash in Lua scripts when switching scene collections [exeldro]
  • Fixed crashes with the Virtual Camera on Windows when apps consumed it as YUY2 [vico-shang]
  • Fixed an issue in Beta 1 where Twitch VOD track did not work in Advanced Output [pkviet]
  • Fixed an issue in Beta 1 where AMF encoded videos did not work correctly in DaVinci Resolve [lucenticus]
  • Fixed an issue in Beta 1 where QSV on Linux could fail on systems with multiple GPUs [kkartaltepe]
  • Fixed an issue in Beta 1 where QSV on Linux would fail due to attempting to use the unimplemented texture encoder [kkartaltepe]
  • Fixed an issue in Beta 1 where the FFmpeg VAAPI encoder could hang on Intel [kkartaltepe]
  • Fixed an issue with free disk space calculation on ExFAT and FAT32 volumes on macOS [PatTheMav]
  • Fixed an issue with free disk space calculation on macOS not matching values in Finder [jcm]
  • Fixed an issue where a removed source's scene would not be correctly logged [exeldro]
  • Clarified the macOS microphone permissions prompt [jcm]

30.1 New Features

  • Enabled HDR for HEVC over RTMP [nquah]
  • Reworked the Image Slideshow source [Lain-B]
    • The reworked Image Slideshow source loads files asynchronously and fixes an issue where the slideshow would loop before showing all images. To change existing Image Slideshow sources to the new version, you must recreate them. Existing Image Slideshow sources will continue functioning as before.
  • Added Capture Audio option to window/game capture on Windows [derrod]
  • Added Premultiplied Alpha option for game capture on Windows [jpark37]
  • Added option for automatic cropping to bounding box [derrod]
  • Added maxRGB tonemapper for SDR in HDR Tone Mapping filter [jpark37]
  • Added GPU rescaling options for streaming and recording outputs [derrod]
  • Added channel selection for CoreAudio input devices [PatTheMav]
  • Added Capture Card Device source type on macOS [PatTheMav]
  • Enabled multi-track audio support for mpegts [pkviet]
  • Added AV1 support for VA-API [nowrep]
  • Added AV1 support for WebRTC/WHIP output [Sean-Der]
  • Added Video Capture Device (PipeWire) source type [GeorgesStavracas]

30.1 Changes

  • Added HDR support for the Elgato HD60 X Rev.2 [FBirth]
  • Added theme data search paths [derrod]
  • Added Lua script location to search path for Lua native libraries [Smartkin]
  • Added Python 3.11 support for Windows and macOS [PatTheMav]
  • Updated obs-websocket to version 5.4.0 [tt2468]
  • Improved simple mode replay buffer settings [gxalpha]
  • Switched to bigger units in the UI for high bitrate/large recordings [derrod]
  • Disabled Paste Transform on locked scene items [cg2121]
  • Disabled Edit Transform if scene item is locked [cg2121]
  • Removed Windows 7 and Ubuntu 20.04 NVENC fallbacks [derrod]
  • PCM audio in (fragmented) MP4/MOV is now supported [derrod]

30.1 Bug Fixes

  • Fixed crash when loading Python at runtime on Windows [PatTheMav]
  • Fixed crash in Image Slideshow when adding a directory with no files in it [notr1ch]
  • Fixed crash on macOS when attempting to stream to a WHIP servers with certain configurations [RytoEX/Sean-Der]
  • Fixed crash when trying to stream with WebRTC/WHIP [CrackThrough]
  • Fixed deadlock when adding a macOS Screen Capture source [PatTheMav]
  • Fixed issue where OBS could be closed by docked browser panels [WizardCM]
  • Fixed high CPU usage with Virtual Camera on macOS [jcm93]
  • Fixed checkbox misalignment on macOS in properties view [nikola3211]
  • Fixed audio track 1 audio being offset/desynced with other tracks [derrod]
  • Fixed incorrect VST window size on HiDPI display [xlinshan]
  • Fixed editable list UI element having incorrect background-color [tuduweb]
  • Fixed the resize cursor with respecting the item transformation [BGM99]
  • Fixed disk space reporting for attached network drives on macOS [PatTheMav]
  • Fixed Safe Mode removing third-party transitions from scene collection [derrod]
  • Fixed being unable to use QSV in the Flatpak package [twelho]
  • Fixed audio track titles not being set in Custom FFmpeg Output [tuduweb]

Checksums

OBS-Studio-30.1.0-beta2-Ubuntu-x86_64-dbsym.ddeb: c829127e433d5698a9b2dbededf33aa692b2c775971ffe39b5cd2a8ff05e87ec
OBS-Studio-30.1.0-beta2-Ubuntu-x86_64.deb: 6e003b96368f546ca6ff11cd026bda156204885de754d8b662d85cb9c570258d
OBS-Studio-30.1.0-beta2-macOS-Apple-dSYMs.tar.xz: 82dcf1a308a9768487cf81e8db600893958afd18541e60f0c9bd0128579c8fae
OBS-Studio-30.1.0-beta2-macOS-Apple.dmg: 747031f856c8f614427dd8fba0d69c34d71d079fbdbc6d45790cbc2f11edd0bc
OBS-Studio-30.1.0-beta2-macOS-Intel-dSYMs.tar.xz: f0455a0d4761ddf992bdb905062a9bf64564a908adc9801e4bc86d46130f6cf8
OBS-Studio-30.1.0-beta2-macOS-Intel.dmg: a475c7974c55eb05c252d0d960ab5c5db3eff0614f522474821df00910a1cc49

OBS Studio 30.1 Beta 1

02 Feb 03:48
Compare
Choose a tag to compare
Pre-release

If you would like to support the OBS Project, please consider contributing to our Patreon or Open Collective!

NOTE: This beta is NOT the Twitch Enhanced Broadcasting Beta. This beta does not include those features.
For more information on Twitch Enhanced Broadcasting, please see their announcement:
https://blog.twitch.tv/en/2024/01/08/introducing-the-enhanced-broadcasting-beta/

Note: NVIDIA users may need to update their GPU drivers to 531.61 or newer.

30.1 New Features

  • Enabled HDR for HEVC over RTMP [nquah]
  • Reworked the Image Slideshow source [Lain-B]
    • The reworked Image Slideshow source loads files asynchronously and fixes an issue where the slideshow would loop before showing all images. To change existing Image Slideshow sources to the new version, you must recreate them. Existing Image Slideshow sources will continue functioning as before.
  • Added Capture Audio option to window/game capture on Windows [derrod]
  • Added Premultiplied Alpha option for game capture on Windows [jpark37]
  • Added option for automatic cropping to bounding box [derrod]
  • Added maxRGB tonemapper for SDR in HDR Tone Mapping filter [jpark37]
  • Added GPU rescaling options for streaming and recording outputs [derrod]
  • Added channel selection for CoreAudio input devices [PatTheMav]
  • Added Capture Card Device source type on macOS [PatTheMav]
  • Enabled multi-track audio support for mpegts [pkviet]
  • Added AV1 support for VA-API [nowrep]
  • Added AV1 support for WebRTC/WHIP output [Sean-Der]
  • Added Video Capture Device (PipeWire) source type [GeorgesStavracas]

30.1 Changes

  • Added HDR support for the Elgato HD60 X Rev.2 [FBirth]
  • Added theme data search paths [derrod]
  • Added Lua script location to search path for Lua native libraries [Smartkin]
  • Added Python 3.11 support for Windows and macOS [PatTheMav]
  • Updated obs-websocket to version 5.4.0 [tt2468]
  • Improved simple mode replay buffer settings [gxalpha]
  • Switched to bigger units in the UI for high bitrate/large recordings [derrod]
  • Disabled Paste Transform on locked scene items [cg2121]
  • Disabled Edit Transform if scene item is locked [cg2121]
  • Removed Windows 7 and Ubuntu 20.04 NVENC fallbacks [derrod]
  • PCM audio in (fragmented) MP4/MOV is now supported [derrod]

30.1 Bug Fixes

  • Fixed crash when loading Python at runtime on Windows [PatTheMav]
  • Fixed crash in Image Slideshow when adding a directory with no files in it [notr1ch]
  • Fixed crash on macOS when attempting to stream to a WHIP servers with certain configurations [RytoEX/Sean-Der]
  • Fixed crash when trying to stream with WebRTC/WHIP [CrackThrough]
  • Fixed deadlock when adding a macOS Screen Capture source [PatTheMav]
  • Fixed issue where OBS could be closed by docked browser panels [WizardCM]
  • Fixed high CPU usage with Virtual Camera on macOS [jcm93]
  • Fixed checkbox misalignment on macOS in properties view [nikola3211]
  • Fixed audio track 1 audio being offset/desynced with other tracks [derrod]
  • Fixed incorrect VST window size on HiDPI display [xlinshan]
  • Fixed editable list UI element having incorrect background-color [tuduweb]
  • Fixed the resize cursor with respecting the item transformation [BGM99]
  • Fixed disk space reporting for attached network drives on macOS [PatTheMav]
  • Fixed Safe Mode removing third-party transitions from scene collection [derrod]
  • Fixed being unable to use QSV in the Flatpak package [twelho]
  • Fixed audio track titles not being set in Custom FFmpeg Output [tuduweb]

Checksums

OBS-Studio-30.1.0-beta1-Ubuntu-x86_64-dbsym.ddeb: e06054e86c036552f83be5bd0de4b5daf62fab2486b601cfe76a02fcf61cf1c6
OBS-Studio-30.1.0-beta1-Ubuntu-x86_64.deb: 15525b03853b9e0ace597a49507fe47392812cc3c9907caccc480c9bcf01f45b
OBS-Studio-30.1.0-beta1-macOS-Apple-dSYMs.tar.xz: 31552c2dea217b0f14bbe3898f1d540a19d2dbbb7096a8c3bdbe964e73e60b4e
OBS-Studio-30.1.0-beta1-macOS-Apple.dmg: 0d0ed0d951fda7b6d0fa88e17aa4eac92a49474a4c834c017dd2d534240fc200
OBS-Studio-30.1.0-beta1-macOS-Intel-dSYMs.tar.xz: e2d86c758c425b0a4fe8ba61c4729a9588a74794e0ebcbdb4d63c4086eacec4b
OBS-Studio-30.1.0-beta1-macOS-Intel.dmg: 450feeee848cd289deec5004210880db08a8a63c3e4c83f7329c1f748d0b1292