登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
12月28日,「开源中国源创会年终盛典」珠海站再次回归!点击免费报名参会
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
0
Fork
0
MorSunChen
/
obs-studio
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
Gitee Pages
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
28.0.0
OBS Studio 28.0 28.0: 10-bit and HDR Video Encoding Support ------------------------------------------ OBS now supports 10-bit and HDR, courtesy of rcdrone, YouTube, and Luxoft. New color format and color space settings have been added in the advanced settings to allow this. Important notes about HDR and 10-bit: * HDR and 10-bit can only be encoded with AV1 and HEVC encoders. * 10-bit HEVC encoding requires NVIDIA 10-series, AMD 5000 series, or newer GPU. Intel QuickSync and Apple VT are not yet supported. * The recommended settings for HDR are Color Format P010 and Color Space Rec. 2100 PQ. * If you wish to encode 10-bit SDR, you can use Color Format P010 with an SDR color space (e.g. Rec. 709, Rec. 601). However, AV1 or HEVC will still be required. * HDR streaming is currently only supported via YouTube's HLS service via an HEVC encoder. * When composing in SDR, games that operate in HDR can now be properly tonemapped to SDR. * Video capture devices can be used to capture and stream in HDR if the device supports it (e.g. EVGA XR1 Pro, Elgato 4K60 Pro Mk.2, AverMedia Live Gamer 4K). * For a list of tested devices, see https://obsproject.com/kb/video-capture-devices-with-hdr-support * Certain filters will not function if a source is rendering with HDR: * Apply LUT, Chroma Key, Color Key, Image Mask/Blend, Luma Key, Sharpness * Mac/Linux support is limited. HDR preview does not work, and several inputs/encoders still need to be updated. 28.0: Updating to Qt 6 ---------------------- As of May 2020, version 5 of the Qt user interface toolkit ceased public development and is no longer being updated. Since then, our need for a more up-to-date version has been increasing as time goes by. With version 28.0, we felt it was important for us to update our user interface toolkit to the latest version; not just to gain access to the latest features, but also for the latest bug fixes and improved support for newer operating systems and architectures such as Windows 11 and Apple Silicon. Unfortunately, this also means that certain plugins that depend on version 5 of Qt will no longer work when you upgrade to version 28.0 and will need to be updated. During this beta period of OBS 28.0, many of those plugins which rely on Qt version 5 may not yet be updated yet, and we'll be working with third-party plugin developers in order to get them updated before the final release deploys. Additionally, Qt 6 has dropped support for Windows 7 & 8, macOS 10.13 & 10.14, Ubuntu 18.04 and all 32-bit operating systems. As such, OBS will no longer be supported on these platforms. For more details, please refer to our Discussion Post: [Plan to Upgrade OBS Studio to Qt 6](https://github.com/obsproject/obs-studio/discussions/6481). 28.0: Native Apple Silicon Support ---------------------------------- With OBS 28, OBS now has native builds for Apple Silicon systems. This means that OBS will run more optimally and without x86 emulation. Unfortunately, an important caveat for this is that many third-party plugins may not yet be readily available for Apple users running native Apple Silicon builds. Users can still use x86 builds of OBS if they desire a wider selection of third-party plugins that are not yet available natively for Apple Silicon. 28.0: New Features and Additions -------------------------------- * Added a new, more optimal and up-to-date implementation of the AMD encoder on Windows [OvchinnikovDmitrii/Jim] * Added support for the ScreenCaptureKit Framework on macOS 12.5+, including support for direct audio capture without requiring third-party solutions on macOS 13+ [Developer-Ecosystem-Engineering/PatTheMav/gxalpha] * Added support for CBR, CRF, and Simple Mode to the Apple VT encoder on Apple Silicon (Note: CBR requires macOS 13+) [Developer-Ecosystem-Engineering/gxalpha/MisutaaAsriel/PatTheMav] * Added application audio capture on Windows to allow capturing the audio output from a single process [rcdrone] * Added the ability to select a separate video mix for the virtual camera [chippydip] * Added support for NVIDIA Background Removal on Windows (requires NVIDIA Video Effects SDK Runtime to be installed) [pkv] * Added "Room Echo Removal" to NVIDIA Noise Suppression filter on Windows (requires NVIDIA Audio Effects SDK runtime to be installed) [pkv] * Added obs-websocket 5.0 as a first-party plugin [tt2468] * Added new default Theme "Yami" [Warchamp7] * Added the ability to automatically split recordings based on file size or duration, or manually via hotkey [norihiro] * Added Accessibility section to the settings window, providing the ability to change colors of certain UI elements (with presets or Custom) [Dillon] * Added native SRT/RIST outputs [pkv] * Added support for sending chat messages to YouTube from within OBS [gxalpha] * Added file integrity check option on Windows to validate and repair the current OBS installation [derrod] * Added improved macOS permissions flow on startup [gxalpha/PatTheMav/WizardCM] * The Video Capture Device source on Windows will now save/remember settings changed in the "Configure" dialog [Exeldro] * Added “What’s New” dialog on macOS and Linux [derrod] 28.0: Tweaks ------------ * Updated all dependencies to their latest versions [RytoEX/PatTheMav] * It is now possible to use any version of Python 3 on Windows and macOS rather than just 3.6 [PatTheMav] * Added multiview layouts without preview and program [Exeldro] * Improved accessibility of the cropped selection border by changing it to a dotted line, and the recording/streaming inactive status bar icons with a visual slash [Dillon] * Added a rotation handle to sources selected in the preview [Dillon] * Added spacing distance helpers to sources selected in the preview [cg2121] * Added a keyboard shortcut to copy/paste scene item transformations [gxalpha] * Added copy/paste to visibility transitions [Exeldro] * In vertical studio mode, Program is now on top [gxalpha/eliasthompson] * Hotkeys now require strict modifiers (exact modifier matches) [OldBaldGeek] * Added scene names to preview/program labels in Studio Mode [cg2121] * Significantly improved reconnecting when streaming disconnects, including lowering the default reconnect delay to 2 seconds [tt2468] * Added unit suffixes to many places [Vainock/cg2121] * Reverted OBS 26.0 transitions dock redesign [gxalpha] * Added a toolbar to the audio mixer dock [cg2121] * Added the ability to reset the whole UI (View -> Reset UI) [cg2121] * Added the ability to relatively center multiple sources [cg2121] * Dark mode themes get respected in more places [WizardCM] * Sources can now be shifted more quickly when using arrow keys in the preview by holding Shift [gxalpha] * Switched rendering on Linux from GLX to EGL, which should result in a better experience [GeorgesStavracas] * Cleaned up source right-click menu [gxalpha] * Added an option for low latency audio buffering to Settings -> Audio, primarily designed for outputs like Decklink and NDI (intended to avoid audio/video going out of sync with those outputs) [jp9000] * Improved descriptiveness of many tooltips (e.g. adding sources) [cg2121] * Added support for the H264 Format in the Linux V4L2 (video capture device) source [ggodlewski] * Added status overlay icons to the dock icon on macOS [gxalpha/MisutaaAsriel] * The source properties window now defaults to a 50/50 split of preview and properties [gxalpha] * Added the ability for sources, filters and encoders to show custom info/warning/error messages alongside their settings/properties [tytan652] * .url and .lnk shortcuts are now resolved when drag-and-dropping into OBS on Windows [bontibon] * Moved Twitch/Restream OAuth to a serverless edge compute platform to improve reliability and response times, especially for users in Asia [derrod] * Updated obs-browser's CEF (Chromium) to version 103 (5060) on all platforms, fixing a rendering crash on Windows [pkv/WizardCM] * Image sources will now honor the rotation in the EXIF metadata [Dillon] * Massively improved performance for legacy macOS Window Capture sources [dossy/gxalpha] * Added support for custom FFmpeg options in media sources [stopforumspam] * Added support for audio capture to Video Output Device sources on macOS (if supported by the device) [gxalpha] * Video Capture Devices on macOS will now default to the "High" preset [gxalpha] * Improved macOS virtual camera performance on some setups [fabianishere] * Added an output buffer when recording to a file to fix "Encoding overloaded!" warnings when writing to slower media like external drives or network shares [notr1ch] * The M3U8 (HLS) recording format was removed from Simple output mode as it was a common cause of user confusion. This format is now only available in Advanced output mode [notr1ch] 28.0: Bug Fixes --------------- * Fixed performance issues with the log viewer [WizardCM] * Fixed font scaling in the audio mixer [OldBaldGeek] * Fixed hotkeys not working when OBS was out of focus. Note: To use hotkeys while OBS is out of focus, it requires "Accessibility" permissions [tbodt/gxalpha/PatTheMav] * Fixed hotkeys with modifiers not working on macOS [PatTheMav] * Fixed an issue where OBS wouldn’t respect custom icons on macOS [MisutaaAsriel] * Fixed an issue drag-and-dropping into OBS wouldn’t have an undo action [gxalpha] * Fixed an issue where OBS could become visible in screen recordings despite being set to hidden (Windows) [notr1ch] * Fixed an issue with Apple VT encoder timestamps [norihiro] * Fixed the file path getting cut off at the end in the remux window [gxalpha] * Fixed the scrollbar always being visible in the audio mixer [cg2121] * Various fixes for AJA input and output [paulh-aja] * Fixed a longstanding problem with RTMP output that could lead to OBS locking up after a connection drop [tt2468] * Fixed a memory leak with the YouTube Manage Broadcast dialog [notr1ch] * Fixed an issue where right-side modifiers wouldn't be detected on Linux [norihiro] * Fixed an issue where OBS could hang after closing the properties dialog on Linux [kkartaltepe] * Fixed an issue where certain videos would not be rotated correctly in the VLC source [pmcgaley] * Fixed an issue where transparent windows would be incorrectly captured in the Window Capture source on Windows when using Windows Graphics Capture mode [rcdrone] * Fixed the virtual camera on macOS not loading on specific hardware [fabianishere] * Removed the --disable-high-dpi-scaling command line option as it's not compatible with Qt 6 * Fixed an issue where hidden sources would still be active in audio monitoring on macOS [tuduweb] * Fixed a crash when pressing Tab while renaming a Filter [tuduweb] * Fixed an issue where AAC files would not loop in the Media Source [mvji] * Fixed an issue where the QSV encoder would never stop recording if the frame rate was fractional [norihiro] * Fixed an issue where the QSV encoder would fail to start if any virtual render devices existed (eg. Citrix, Tencent) [rcdrone] * Fixed a rare "An encoder error occurred" error when streaming or recording with the default FFmpeg AAC audio encoder [claudeha]
09da3ac
2022-09-01 03:05
下载
28.0.0-rc2
OBS Studio 28.0 Release Candidate 2 28.0 Release Candidate 2 Changes -------------------------------- * Fixed AMD encoder failing to encode on older 4xx and 5xx series AMD devices when alt-tabbing games * Fixed a freeze on startup that could happen sometimes on Linux * Made a few more tweaks and fixes to the user interface * Fixed preview pane of certain dialogs flickering on mixed Intel/NVIDIA laptops * Patched cef 5060 to fix a conflict with glib library included in both QT and CEF 28.0 Release Candidate 1 Changes -------------------------------- * Made a few tweaks and fixes to the user interface * Changed how virtual camera configuration is saved which break virtual camera configuration from beta 2 * Encoders will now show an error when trying to use color format or color space combinations that are either invalid or don't work with that encoder (e.g. trying to use HDR with an encoder that doesn't support it) * Fixed a crash when pausing/unpausing recordings (introduced in beta 2) * Fixed a deadlock that can happen when using an alternate video mix with the virtual camera * Fixed performance issues with the virtual camera on macOS on certain setups * Fixed QuickSync encoder options on Arc GPUs being unintentionally restricted when using an AMD or older Intel CPU * Fixed a crash when hiding audio mixer item on Ubuntu 22.04 * Fixed how spacing distance helpers render with groups * Added a separate filter for HDR Tone Mapping * Acri and Rachni themes are now variants of the Yami theme * Added greyscale and light variants of the Yami theme * Fixed a few Yami theme quirks * What's New window is now available on macOS and Linux * Fixed an issue that would result in wrong colors after switching themes, reintroduced faster theme switching 28.0 Beta 2 Changes ------------------- * Added the ability to use a separate video mix for the virtual camera * Added a "B-Frames" option to the new AMD encoder for H264 (note that this will only work if your device supports B-Frames) * Greatly increased the maximum limits of automatic file splitting settings * Updated a number of icons to better suit Yami * Fixed a few UI and Yami theme quirks * Changed the spacer lines to use configurable accessibility colors and be DPI-aware * Fixed preview tearing on Windows * Deprecated the previous AMD encoder in favor of the new version * Reverted faster theme switching, therefore fixing theme switching on macOS * Fixed a bug where the macOS Screen Capture source would not pick up new windows in Display Capture mode on macOS 12.5 * Fixed a bug where the split file hotkey would appear multiple times in the settings window after changing profiles * Added HDR support to the NVIDIA Background Removal filter 28.0: 10-bit and HDR Video Encoding Support ------------------------------------------ OBS now supports 10-bit and HDR, courtesy of rcdrone, YouTube, and Luxoft. New color format and color space settings have been added in the advanced settings to allow this. Important notes about HDR and 10-bit: * HDR and 10-bit can only be encoded with AV1 and HEVC encoders. * The recommended settings for HDR are Color Format P010 and Color Space Rec. 2100 PQ. * If you wish to encode 10-bit SDR, you can use Color Format P010 with an SDR color space (e.g. Rec. 709, Rec. 601). However, AV1 or HEVC will still be required. * HDR streaming is currently only supported via YouTube's HLS service via an HEVC encoder. * When composing in SDR, games that operate in HDR can now be properly tonemapped to SDR. * Video capture devices can be used to capture and stream in HDR if the device supports it (e.g. EVGA XR1 Pro, Elgato 4K60 Pro Mk.2, AverMedia Live Gamer 4K). * Certain filters will not function if a source is rendering with HDR: * Apply LUT, Chroma Key, Color Key, Image Mask/Blend, Luma Key, Sharpness * Mac/Linux support is limited. HDR preview does not work, and several inputs/encoders still need to be updated. 28.0: Updating to Qt 6 ---------------------- As of May 2020, version 5 of the Qt user interface toolkit ceased public development and is no longer being updated. Since then, our need for a more up-to-date version has been increasing as time goes by. With version 28.0, we felt it was important for us to update our user interface toolkit to the latest version; not just to gain access to the latest features, but also for the latest bug fixes and improved support for newer operating systems and architectures such as Windows 11 and Apple Silicon. Unfortunately, this also means that certain plugins that depend on version 5 of Qt will no longer work when you upgrade to version 28.0 and will need to be updated. During this beta period of OBS 28.0, many of those plugins which rely on Qt version 5 may not yet be updated yet, and we'll be working with third-party plugin developers in order to get them updated before the final release deploys. Additionally, Qt 6 has dropped support for Windows 7 & 8, macOS 10.13 & 10.14, Ubuntu 18.04 and all 32-bit operating systems. As such, OBS will no longer be supported on these platforms. For more details, please refer to our Discussion Post: [Plan to Upgrade OBS Studio to Qt 6](https://github.com/obsproject/obs-studio/discussions/6481). 28.0: Native Apple Silicon Support ---------------------------------- With OBS 28, OBS now has native builds for Apple Silicon systems. This means that OBS will run more optimally and without x86 emulation. Unfortunately, an important caveat for this is that many third-party plugins may not yet be readily available for Apple users running native Apple Silicon builds. Users can still use x86 builds of OBS if they desire a wider selection of third-party plugins that are not yet available natively for Apple Silicon. 28.0: New Features and Additions -------------------------------- * Added a new, more optimal and up-to-date implementation of the AMD encoder on Windows [OvchinnikovDmitrii/Jim] * Added support for the ScreenCaptureKit Framework on macOS 12.5+, including support for direct audio capture without requiring third-party solutions on macOS 13+ [Developer-Ecosystem-Engineering/PatTheMav/gxalpha] * Added support for CBR, CRF, and Simple Mode to the Apple VT encoder on Apple Silicon (Note: CBR requires macOS 13+) [Developer-Ecosystem-Engineering/gxalpha/MisutaaAsriel/PatTheMav] * Added application audio capture on Windows to allow capturing the audio output from a single process [rcdrone] * Added the ability to select a separate video mix for the virtual camera [chippydip] * Added support for NVIDIA Background Removal on Windows (requires NVIDIA Video Effects SDK Runtime to be installed) [pkv] * Added "Room Echo Removal" to NVIDIA Noise Suppression filter on Windows (requires NVIDIA Audio Effects SDK runtime to be installed) [pkv] * Added obs-websocket 5.0 as a first-party plugin [tt2468] * Added new default Theme "Yami" [Warchamp7] * Added the ability to automatically split recordings based on file size or duration, or manually via hotkey [norihiro] * Added Accessibility section to the settings window, providing the ability to change colors of certain UI elements (with presets or Custom) [Dillon] * Added native SRT/RIST outputs [pkv] * Added support for sending chat messages to YouTube from within OBS [gxalpha] * Added file integrity check option on Windows to validate and repair the current OBS installation [derrod] * Added improved macOS permissions flow on startup [gxalpha/PatTheMav/WizardCM] * The Video Capture Device source on Windows will now save/remember settings changed in the "Configure" dialog [Exeldro] 28.0: Tweaks ------------ * Updated all dependencies to their latest versions [RytoEX/PatTheMav] * It is now possible to use any version of Python 3 on Windows and macOS rather than just 3.6 [PatTheMav] * Added multiview layouts without preview and program [Exeldro] * Improved accessibility of the cropped selection border by changing it to a dotted line, and the recording/streaming inactive status bar icons with a visual slash [Dillon] * Added a rotation handle to sources selected in the preview [Dillon] * Added spacing distance helpers to sources selected in the preview [cg2121] * Added a keyboard shortcut to copy/paste scene item transformations [gxalpha] * Added copy/paste to visibility transitions [Exeldro] * In vertical studio mode, Program is now on top [gxalpha/eliasthompson] * Hotkeys now require strict modifiers (exact modifier matches) [OldBaldGeek] * Added scene names to preview/program labels in Studio Mode [cg2121] * Significantly improved reconnecting when streaming disconnects, including lowering the default reconnect delay to 2 seconds [tt2468] * Added unit suffixes to many places [Vainock/cg2121] * Reverted OBS 26.0 transitions dock redesign [gxalpha] * Added a toolbar to the audio mixer dock [cg2121] * Added the ability to reset the whole UI (View -> Reset UI) [cg2121] * Added the ability to relatively center multiple sources [cg2121] * Dark mode themes get respected in more places [WizardCM] * Sources can now be shifted more quickly when using arrow keys in the preview by holding Shift [gxalpha] * Switched rendering on Linux from GLX to EGL, which should result in a better experience [GeorgesStavracas] * Cleaned up source right-click menu [gxalpha] * Added an option for low latency audio buffering to Settings -> Audio, primarily designed for outputs like Decklink and NDI (intended to avoid audio/video going out of sync with those outputs) [jp9000] * Improved descriptiveness of many tooltips (e.g. adding sources) [cg2121] * Added support for the H264 Format in the Linux V4L2 (video capture device) source [ggodlewski] * Added status overlay icons to the dock icon on macOS [gxalpha/MisutaaAsriel] * The source properties window now defaults to a 50/50 split of preview and properties [gxalpha] * Added the ability for sources, filters and encoders to show custom info/warning/error messages alongside their settings/properties [tytan652] * .url and .lnk shortcuts are now resolved when drag-and-dropping into OBS on Windows [bontibon] * Moved Twitch/Restream OAuth to a serverless edge compute platform to improve reliability and response times, especially for users in Asia [derrod] * Updated obs-browser's CEF (Chromium) to version 103 (5060) on all platforms, fixing a rendering crash on Windows [pkv/WizardCM] * Image sources will now honor the rotation in the EXIF metadata [Dillon] * Massively improved performance for legacy macOS Window Capture sources [dossy/gxalpha] * Added support for custom FFmpeg options in media sources [stopforumspam] * Added support for audio capture to Video Output Device sources on macOS (if supported by the device) [gxalpha] * Video Capture Devices on macOS will now default to the "High" preset [gxalpha] * Improved macOS virtual camera performance on some setups [fabianishere] * Added an output buffer when recording to a file to fix "Encoding overloaded!" warnings when writing to slower media like external drives or network shares [notr1ch] * The M3U8 (HLS) recording format was removed from Simple output mode as it was a common cause of user confusion. This format is now only available in Advanced output mode [notr1ch] 28.0: Bug Fixes --------------- * Fixed performance issues with the log viewer [WizardCM] * Fixed font scaling in the audio mixer [OldBaldGeek] * Fixed hotkeys not working when OBS was out of focus. Note: To use hotkeys while OBS is out of focus, it requires "Accessibility" permissions [tbodt/gxalpha/PatTheMav] * Fixed hotkeys with modifiers not working on macOS [PatTheMav] * Fixed an issue where OBS wouldn’t respect custom icons on macOS [MisutaaAsriel] * Fixed an issue drag-and-dropping into OBS wouldn’t have an undo action [gxalpha] * Fixed an issue where OBS could become visible in screen recordings despite being set to hidden (Windows) [notr1ch] * Fixed an issue with Apple VT encoder timestamps [norihiro] * Fixed the file path getting cut off at the end in the remux window [gxalpha] * Fixed the scrollbar always being visible in the audio mixer [cg2121] * Various fixes for AJA input and output [paulh-aja] * Fixed a longstanding problem with RTMP output that could lead to OBS locking up after a connection drop [tt2468] * Fixed a memory leak with the YouTube Manage Broadcast dialog [notr1ch] * Fixed an issue where right-side modifiers wouldn't be detected on Linux [norihiro] * Fixed an issue where OBS could hang after closing the properties dialog on Linux [kkartaltepe] * Fixed an issue where certain videos would not be rotated correctly in the VLC source [pmcgaley] * Fixed an issue where transparent windows would be incorrectly captured in the Window Capture source on Windows when using Windows Graphics Capture mode [rcdrone] * Fixed the virtual camera on macOS not loading on specific hardware [fabianishere] * Removed the --disable-high-dpi-scaling command line option as it's not compatible with Qt 6 * Fixed an issue where hidden sources would still be active in audio monitoring on macOS [tuduweb] * Fixed a crash when pressing Tab while renaming a Filter [tuduweb] * Fixed an issue where AAC files would not loop in the Media Source [mvji] * Fixed an issue where the QSV encoder would never stop recording if the frame rate was fractional [norihiro] * Fixed an issue where the QSV encoder would fail to start if any virtual render devices existed (eg. Citrix, Tencent) [rcdrone] * Fixed a rare "An encoder error occurred" error when streaming or recording with the default FFmpeg AAC audio encoder [claudeha]
2ca0e7c
2022-08-24 23:31
下载
28.0.0-rc1
OBS Studio 28.0 Release Candidate 1 28.0 Release Candidate 1 Changes -------------------------------- * Made a few tweaks and fixes to the user interface * Changed how virtual camera configuration is saved which break virtual camera configuration from beta 2 * Encoders will now show an error when trying to use color format or color space combinations that are either invalid or don’t work with that encoder (e.g. trying to use HDR with an encoder that doesn’t support it) * Fixed a crash when pausing/unpausing recordings (introduced in beta 2) * Fixed a deadlock that can happen when using an alternate video mix with the virtual camera * Fixed performance issues with the virtual camera on macOS on certain setups * Fixed QuickSync encoder options on Arc GPUs being unintentionally restricted when using an AMD or older Intel CPU * Fixed a crash when hiding audio mixer item on Ubuntu 22.04 * Fixed how spacing distance helpers render with groups * Added a separate filter for HDR Tone Mapping * Acri and Rachni themes are now variants of the Yami theme * Added greyscale and light variants of the Yami theme * Fixed a few Yami theme quirks * What’s New window is now available on macOS and Linux 28.0 Beta 2 Changes ------------------- * Added the ability to use a separate video mix for the virtual camera * Added a "B-Frames" option to the new AMD encoder for H264 (note that this will only work if your device supports B-Frames) * Greatly increased the maximum limits of automatic file splitting settings * Updated a number of icons to better suit Yami * Fixed a few UI and Yami theme quirks * Changed the spacer lines to use configurable accessibility colors and be DPI-aware * Fixed preview tearing on Windows * Deprecated the previous AMD encoder in favor of the new version * Reverted faster theme switching, therefore fixing theme switching on macOS * Fixed a bug where the macOS Screen Capture source would not pick up new windows in Display Capture mode on macOS 12.5 * Fixed a bug where the split file hotkey would appear multiple times in the settings window after changing profiles * Added HDR support to the NVIDIA Background Removal filter 28.0: 10-bit and HDR Video Encoding Support ------------------------------------------ OBS now supports 10-bit and HDR, courtesy of rcdrone, YouTube, and Luxoft. New color format and color space settings have been added in the advanced settings to allow this. Important notes about HDR and 10-bit: * HDR and 10-bit can only be encoded with AV1 and HEVC encoders. * The recommended settings for HDR are Color Format P010 and Color Space Rec. 2100 PQ. * If you wish to encode 10-bit SDR, you can use Color Format P010 with an SDR color space (e.g. Rec. 709, Rec. 601). However, AV1 or HEVC will still be required. * HDR streaming is currently only supported via YouTube's HLS service via an HEVC encoder. * When composing in SDR, games that operate in HDR can now be properly tonemapped to SDR. * Video capture devices can be used to capture and stream in HDR if the device supports it (e.g. EVGA XR1 Pro, Elgato 4K60 Pro Mk.2, AverMedia Live Gamer 4K). * Certain filters will not function if a source is rendering with HDR: * Apply LUT, Chroma Key, Color Key, Image Mask/Blend, Luma Key, Sharpness * Mac/Linux support is limited. HDR preview does not work, and several inputs/encoders still need to be updated. 28.0: Updating to Qt 6 ---------------------- As of May 2020, version 5 of the Qt user interface toolkit ceased public development and is no longer being updated. Since then, our need for a more up-to-date version has been increasing as time goes by. With version 28.0, we felt it was important for us to update our user interface toolkit to the latest version; not just to gain access to the latest features, but also for the latest bug fixes and improved support for newer operating systems and architectures such as Windows 11 and Apple Silicon. Unfortunately, this also means that certain plugins that depend on version 5 of Qt will no longer work when you upgrade to version 28.0 and will need to be updated. During this beta period of OBS 28.0, many of those plugins which rely on Qt version 5 may not yet be updated yet, and we'll be working with third-party plugin developers in order to get them updated before the final release deploys. Additionally, Qt 6 has dropped support for Windows 7 & 8, macOS 10.13 & 10.14, Ubuntu 18.04 and all 32-bit operating systems. As such, OBS will no longer be supported on these platforms. For more details, please refer to our Discussion Post: [Plan to Upgrade OBS Studio to Qt 6](https://github.com/obsproject/obs-studio/discussions/6481). 28.0: Native Apple Silicon Support ---------------------------------- With OBS 28, OBS now has native builds for Apple Silicon systems. This means that OBS will run more optimally and without x86 emulation. Unfortunately, an important caveat for this is that many third-party plugins may not yet be readily available for Apple users running native Apple Silicon builds. Users can still use x86 builds of OBS if they desire a wider selection of third-party plugins that are not yet available natively for Apple Silicon. 28.0: New Features and Additions -------------------------------- * Added a new, more optimal and up-to-date implementation of the AMD encoder on Windows [OvchinnikovDmitrii/Jim] * Added support for the ScreenCaptureKit Framework on macOS 12.5+, including support for direct audio capture without requiring third-party solutions on macOS 13+ [Developer-Ecosystem-Engineering/PatTheMav/gxalpha] * Added support for CBR, CRF, and Simple Mode to the Apple VT encoder on Apple Silicon (Note: CBR requires macOS 13+) [Developer-Ecosystem-Engineering/gxalpha/MisutaaAsriel/PatTheMav] * Added application audio capture on Windows to allow capturing the audio output from a single process [rcdrone] * Added the ability to select a separate video mix for the virtual camera [chippydip] * Added support for NVIDIA Background Removal on Windows (requires NVIDIA Video Effects SDK Runtime to be installed) [pkv] * Added "Room Echo Removal" to NVIDIA Noise Suppression filter on Windows (requires NVIDIA Audio Effects SDK runtime to be installed) [pkv] * Added obs-websocket 5.0 as a first-party plugin [tt2468] * Added new default Theme "Yami" [Warchamp7] * Added the ability to automatically split recordings based on file size or duration, or manually via hotkey [norihiro] * Added Accessibility section to the settings window, providing the ability to change colors of certain UI elements (with presets or Custom) [Dillon] * Added native SRT/RIST outputs [pkv] * Added support for sending chat messages to YouTube from within OBS [gxalpha] * Added file integrity check option on Windows to validate and repair the current OBS installation [derrod] * Added improved macOS permissions flow on startup [gxalpha/PatTheMav/WizardCM] * The Video Capture Device source on Windows will now save/remember settings changed in the "Configure" dialog [Exeldro] 28.0: Tweaks ------------ * Updated all dependencies to their latest versions [RytoEX/PatTheMav] * It is now possible to use any version of Python 3 on Windows and macOS rather than just 3.6 [PatTheMav] * Added multiview layouts without preview and program [Exeldro] * Improved accessibility of the cropped selection border by changing it to a dotted line, and the recording/streaming inactive status bar icons with a visual slash [Dillon] * Added a rotation handle to sources selected in the preview [Dillon] * Added spacing distance helpers to sources selected in the preview [cg2121] * Added a keyboard shortcut to copy/paste scene item transformations [gxalpha] * Added copy/paste to visibility transitions [Exeldro] * In vertical studio mode, Program is now on top [gxalpha/eliasthompson] * Hotkeys now require strict modifiers (exact modifier matches) [OldBaldGeek] * Added scene names to preview/program labels in Studio Mode [cg2121] * Significantly improved reconnecting when streaming disconnects, including lowering the default reconnect delay to 2 seconds [tt2468] * Added unit suffixes to many places [Vainock/cg2121] * Reverted OBS 26.0 transitions dock redesign [gxalpha] * Added a toolbar to the audio mixer dock [cg2121] * Added the ability to reset the whole UI (View -> Reset UI) [cg2121] * Added the ability to relatively center multiple sources [cg2121] * Dark mode themes get respected in more places [WizardCM] * Sources can now be shifted more quickly when using arrow keys in the preview by holding Shift [gxalpha] * Switched rendering on Linux from GLX to EGL, which should result in a better experience [GeorgesStavracas] * Cleaned up source right-click menu [gxalpha] * Added an option for low latency audio buffering to Settings -> Audio, primarily designed for outputs like Decklink and NDI (intended to avoid audio/video going out of sync with those outputs) [jp9000] * Improved descriptiveness of many tooltips (e.g. adding sources) [cg2121] * Added support for the H264 Format in the Linux V4L2 (video capture device) source [ggodlewski] * Added status overlay icons to the dock icon on macOS [gxalpha/MisutaaAsriel] * The source properties window now defaults to a 50/50 split of preview and properties [gxalpha] * Added the ability for sources, filters and encoders to show custom info/warning/error messages alongside their settings/properties [tytan652] * .url and .lnk shortcuts are now resolved when drag-and-dropping into OBS on Windows [bontibon] * Moved Twitch/Restream OAuth to a serverless edge compute platform to improve reliability and response times, especially for users in Asia [derrod] * Updated obs-browser's CEF (Chromium) to version 103 (5060) on all platforms, fixing a rendering crash on Windows [pkv/WizardCM] * Image sources will now honor the rotation in the EXIF metadata [Dillon] * Massively improved performance for legacy macOS Window Capture sources [dossy/gxalpha] * Added support for custom FFmpeg options in media sources [stopforumspam] * Added support for audio capture to Video Output Device sources on macOS (if supported by the device) [gxalpha] * Video Capture Devices on macOS will now default to the "High" preset [gxalpha] * Improved macOS virtual camera performance on some setups [fabianishere] * Added an output buffer when recording to a file to fix "Encoding overloaded!" warnings when writing to slower media like external drives or network shares [notr1ch] * The M3U8 (HLS) recording format was removed from Simple output mode as it was a common cause of user confusion. This format is now only available in Advanced output mode [notr1ch] 28.0: Bug Fixes --------------- * Fixed performance issues with the log viewer [WizardCM] * Fixed font scaling in the audio mixer [OldBaldGeek] * Fixed hotkeys not working when OBS was out of focus. Note: To use hotkeys while OBS is out of focus, it requires "Accessibility" permissions [tbodt/gxalpha/PatTheMav] * Fixed hotkeys with modifiers not working on macOS [PatTheMav] * Fixed an issue where OBS wouldn’t respect custom icons on macOS [MisutaaAsriel] * Fixed an issue drag-and-dropping into OBS wouldn’t have an undo action [gxalpha] * Fixed an issue where OBS could become visible in screen recordings despite being set to hidden (Windows) [notr1ch] * Fixed an issue with Apple VT encoder timestamps [norihiro] * Fixed the file path getting cut off at the end in the remux window [gxalpha] * Fixed the scrollbar always being visible in the audio mixer [cg2121] * Various fixes for AJA input and output [paulh-aja] * Fixed a longstanding problem with RTMP output that could lead to OBS locking up after a connection drop [tt2468] * Fixed a memory leak with the YouTube Manage Broadcast dialog [notr1ch] * Fixed an issue where right-side modifiers wouldn't be detected on Linux [norihiro] * Fixed an issue where OBS could hang after closing the properties dialog on Linux [kkartaltepe] * Fixed an issue where certain videos would not be rotated correctly in the VLC source [pmcgaley] * Fixed an issue where transparent windows would be incorrectly captured in the Window Capture source on Windows when using Windows Graphics Capture mode [rcdrone] * Fixed the virtual camera on macOS not loading on specific hardware [fabianishere] * Removed the --disable-high-dpi-scaling command line option as it's not compatible with Qt 6 * Fixed an issue where hidden sources would still be active in audio monitoring on macOS [tuduweb] * Fixed a crash when pressing Tab while renaming a Filter [tuduweb] * Fixed an issue where AAC files would not loop in the Media Source [mvji] * Fixed an issue where the QSV encoder would never stop recording if the frame rate was fractional [norihiro] * Fixed an issue where the QSV encoder would fail to start if any virtual render devices existed (eg. Citrix, Tencent) [rcdrone] * Fixed a rare "An encoder error occurred" error when streaming or recording with the default FFmpeg AAC audio encoder [claudeha]
f5be6f5
2022-08-18 15:01
下载
28.0.0-beta2
OBS Studio 28.0 28.0 Beta 2 Notes ----------------- * Added the ability to use a separate video mix for the virtual camera * Added a "B-Frames" option to the new AMD encoder for H264 (note that this will only work if your device supports B-Frames) * Greatly increased the maximum limits of automatic file splitting settings * Updated a number of icons to better suit Yami * Fixed a few UI and Yami theme quirks * Changed the spacer lines to use configurable accessibility colors and be DPI-aware * Fixed preview tearing on Windows * Deprecated the previous AMD encoder in favor of the new version * Reverted faster theme switching, therefore fixing theme switching on macOS * Fixed a bug where the macOS Screen Capture source would not pick up new windows in Display Capture mode on macOS 12.5 * Fixed a bug where the split file hotkey would appear multiple times in the settings window after changing profiles * Added HDR support to the NVIDIA Background Removal filter 28.0: 10-bit and HDR Video Encoding Support ------------------------------------------ OBS now supports 10-bit and HDR, courtesy of rcdrone, YouTube, and Luxoft. New color format and color space settings have been added in the advanced settings to allow this. Important notes about HDR and 10-bit: * HDR and 10-bit can only be encoded with AV1 and HEVC encoders. * The recommended settings for HDR are Color Format P010 and Color Space Rec. 2100 PQ. * If you wish to encode 10-bit SDR, you can use Color Format P010 with an SDR color space (e.g. Rec. 709, Rec. 601). However, AV1 or HEVC will still be required. * HDR streaming is currently only supported via YouTube's HLS service via an HEVC encoder. * When composing in SDR, games that operate in HDR can now be properly tonemapped to SDR. * Video capture devices can be used to capture and stream in HDR if the device supports it (e.g. EVGA XR1 Pro, Elgato 4K60 Pro Mk.2, AverMedia Live Gamer 4K). * Certain filters will not function if a source is rendering with HDR: * Apply LUT, Chroma Key, Color Key, Image Mask/Blend, Luma Key, Sharpness * Mac/Linux support is limited. HDR preview does not work, and several inputs/encoders still need to be updated. 28.0: Updating to Qt 6 ---------------------- As of May 2020, version 5 of the Qt user interface toolkit ceased public development and is no longer being updated. Since then, our need for a more up-to-date version has been increasing as time goes by. With version 28.0, we felt it was important for us to update our user interface toolkit to the latest version; not just to gain access to the latest features, but also for the latest bug fixes and improved support for newer operating systems and architectures such as Windows 11 and Apple Silicon. Unfortunately, this also means that certain plugins that depend on version 5 of Qt will no longer work when you upgrade to version 28.0 and will need to be updated. During this beta period of OBS 28.0, many of those plugins which rely on Qt version 5 may not yet be updated yet, and we'll be working with third-party plugin developers in order to get them updated before the final release deploys. Additionally, Qt 6 has dropped support for Windows 7 & 8, macOS 10.13 & 10.14, Ubuntu 18.04 and all 32-bit operating systems. As such, OBS will no longer be supported on these platforms. For more details, please refer to our Discussion Post: [Plan to Upgrade OBS Studio to Qt 6](https://github.com/obsproject/obs-studio/discussions/6481). 28.0: Native Apple Silicon Support ---------------------------------- With OBS 28, OBS now has native builds for Apple Silicon systems. This means that OBS will run more optimally and without x86 emulation. Unfortunately, an important caveat for this is that many third-party plugins may not yet be readily available for Apple users running native Apple Silicon builds. Users can still use x86 builds of OBS if they desire a wider selection of third-party plugins that are not yet available natively for Apple Silicon. 28.0: New Features and Additions -------------------------------- * Added a new, more optimal and up-to-date implementation of the AMD encoder on Windows [OvchinnikovDmitrii/Jim] * Added support for the ScreenCaptureKit Framework on macOS 12.5+, including support for direct audio capture without requiring third-party solutions on macOS 13+ [Developer-Ecosystem-Engineering/PatTheMav/gxalpha] * Added support for CBR, CRF, and Simple Mode to the Apple VT encoder on Apple Silicon (Note: CBR requires macOS 13+) [Developer-Ecosystem-Engineering/gxalpha/MisutaaAsriel/PatTheMav] * Added application audio capture on Windows to allow capturing the audio output from a single process [rcdrone] * Added the ability to select a separate video mix for the virtual camera [chippydip] * Added support for Nvidia RTX Background Removal on Windows (requires RTX Video Effects SDK Runtime to be installed) [pkv] * Added "Room Echo Removal" to RTX Noise Suppression filter on Windows (requires RTX Audio Effects SDK runtime to be installed) [pkv] * Added obs-websocket 5.0 as a first-party plugin [tt2468] * Added new default Theme "Yami" [Warchamp7] * Added the ability to automatically split recordings based on file size or duration, or manually via hotkey [norihiro] * Added Accessibility section to the settings window, providing the ability to change colors of certain UI elements (with presets or Custom) [Dillon] * Added native SRT/RIST outputs [pkv] * Added support for sending chat messages to YouTube from within OBS [gxalpha] * Added file integrity check option on Windows to validate and repair the current OBS installation [derrod] * Added improved macOS permissions flow on startup [gxalpha/PatTheMav/WizardCM] * The Video Capture Device source on Windows will now save/remember settings changed in the "Configure" dialog [Exeldro] 28.0: Tweaks ------------ * Updated all dependencies to their latest versions [RytoEX/PatTheMav] * It is now possible to use any version of Python 3 on Windows and macOS rather than just 3.6 [PatTheMav] * Added multiview layouts without preview and program [Exeldro] * Improved accessibility of the cropped selection border by changing it to a dotted line, and the recording/streaming inactive status bar icons with a visual slash [Dillon] * Added a rotation handle to sources selected in the preview [Dillon] * Added spacing distance helpers to sources selected in the preview [cg2121] * Added a keyboard shortcut to copy/paste scene item transformations [gxalpha] * Added copy/paste to visibility transitions [Exeldro] * In vertical studio mode, Program is now on top [gxalpha/eliasthompson] * Hotkeys now require strict modifiers (exact modifier matches) [OldBaldGeek] * Added scene names to preview/program labels in Studio Mode [cg2121] * Significantly improved reconnecting when streaming disconnects, including lowering the default reconnect delay to 2 seconds [tt2468] * Added unit suffixes to many places [Vainock/cg2121] * Reverted OBS 26.0 transitions dock redesign [gxalpha] * Added a toolbar to the audio mixer dock [cg2121] * Added the ability to reset the whole UI (View -> Reset UI) [cg2121] * Added the ability to relatively center multiple sources [cg2121] * Dark mode themes get respected in more places [WizardCM] * Sources can now be shifted more quickly when using arrow keys in the preview by holding Shift [gxalpha] * Switched rendering on Linux from GLX to EGL, which should result in a better experience [GeorgesStavracas] * Cleaned up source right-click menu [gxalpha] * Added an option for low latency audio buffering to Settings -> Audio, primarily designed for outputs like Decklink and NDI (intended to avoid audio/video going out of sync with those outputs) [jp9000] * Improved descriptiveness of many tooltips (e.g. adding sources) [cg2121] * Added support for the H264 Format in the Linux V4L2 (video capture device) source [ggodlewski] * Added status overlay icons to the dock icon on macOS [gxalpha/MisutaaAsriel] * The source properties window now defaults to a 50/50 split of preview and properties [gxalpha] * Added the ability for sources, filters and encoders to show custom info/warning/error messages alongside their settings/properties [tytan652] * .url and .lnk shortcuts are now resolved when drag-and-dropping into OBS on Windows [bontibon] * Moved Twitch/Restream OAuth to a serverless edge compute platform to improve reliability and response times, especially for users in Asia [derrod] * Updated obs-browser's CEF (Chromium) to version 103 (5060) on all platforms, fixing a rendering crash on Windows [pkv/WizardCM] * Image sources will now honor the rotation in the EXIF metadata [Dillon] * Massively improved performance for legacy macOS Window Capture sources [dossy/gxalpha] * Added support for custom FFmpeg options in media sources [stopforumspam] * Added support for audio capture to Video Output Device sources on macOS (if supported by the device) [gxalpha] * Video Capture Devices on macOS will now default to the "High" preset [gxalpha] * Improved macOS virtual camera performance on some setups [fabianishere] * Added an output buffer when recording to a file to fix "Encoding overloaded!" warnings when writing to slower media like external drives or network shares [notr1ch] * The M3U8 (HLS) recording format was removed from Simple output mode as it was a common cause of user confusion. This format is now only available in Advanced output mode [notr1ch] 28.0: Bug Fixes --------------- * Fixed performance issues with the log viewer [WizardCM] * Fixed font scaling in the audio mixer [OldBaldGeek] * Fixed hotkeys not working when OBS was out of focus. Note: To use hotkeys while OBS is out of focus, it requires "Accessibility" permissions [tbodt/gxalpha/PatTheMav] * Fixed hotkeys with modifiers not working on macOS [PatTheMav] * Fixed an issue where OBS wouldn’t respect custom icons on macOS [MisutaaAsriel] * Fixed an issue drag-and-dropping into OBS wouldn’t have an undo action [gxalpha] * Fixed an issue where OBS could become visible in screen recordings despite being set to hidden (Windows) [notr1ch] * Fixed an issue with Apple VT encoder timestamps [norihiro] * Fixed the file path getting cut off at the end in the remux window [gxalpha] * Fixed the scrollbar always being visible in the audio mixer [cg2121] * Various fixes for AJA input and output [paulh-aja] * Fixed a longstanding problem with RTMP output that could lead to OBS locking up after a connection drop [tt2468] * Fixed a memory leak with the YouTube Manage Broadcast dialog [notr1ch] * Fixed an issue where right-side modifiers wouldn't be detected on Linux [norihiro] * Fixed an issue where OBS could hang after closing the properties dialog on Linux [kkartaltepe] * Fixed an issue where certain videos would not be rotated correctly in the VLC source [pmcgaley] * Fixed an issue where transparent windows would be incorrectly captured in the Window Capture source on Windows when using Windows Graphics Capture mode [rcdrone] * Fixed the virtual camera on macOS not loading on specific hardware [fabianishere] * Removed the --disable-high-dpi-scaling command line option as it's not compatible with Qt 6 * Fixed an issue where hidden sources would still be active in audio monitoring on macOS [tuduweb] * Fixed a crash when pressing Tab while renaming a Filter [tuduweb] * Fixed an issue where AAC files would not loop in the Media Source [mvji] * Fixed an issue where the QSV encoder would never stop recording if the frame rate was fractional [norihiro] * Fixed an issue where the QSV encoder would fail to start if any virtual render devices existed (eg. Citrix, Tencent) [rcdrone] * Fixed a rare "An encoder error occurred" error when streaming or recording with the default FFmpeg AAC audio encoder [claudeha]
b4f7499
2022-08-10 14:00
下载
28.0.0-beta1
OBS Studio 28.0 28.0: 10bit and HDR Video Encoding Support ------------------------------------------ OBS now supports 10-bit and HDR, courtesy of rcdrone, YouTube, and Luxoft. New color format and color space settings have been added in the advanced settings to allow this. Important notes about HDR and 10-bit: * HDR and 10-bit can only be encoded with AV1 and HEVC encoders. * The recommended settings for HDR are Color Format P010 and Color Space Rec. 2100 PQ. * If you wish to encode 10-bit SDR, you can use Color Format P010 with an SDR color space (e.g. Rec. 709, Rec. 601). However, AV1 or HEVC will still be required. * HDR streaming is currently only supported via YouTube's HLS service via an HEVC encoder. * When composing in SDR, games that operate in HDR can now be properly tonemapped to SDR. * Video capture devices can be used to capture and stream in HDR if the device supports it (e.g. EVGA XR1 Pro, Elgato 4K60 Pro Mk.2, AverMedia Live Gamer 4K). * Certain filters will not function if a source is rendering with HDR: * Apply LUT, Chroma Key, Color Key, Image Mask/Blend, Luma Key, Sharpness * Mac/Linux support is limited. HDR preview does not work, and several inputs/encoders still need to be updated. 28.0: Updating to Qt 6 ---------------------- As of May 2020, version 5 of the Qt user interface toolkit ceased public development and is no longer being updated. Since then, our need for a more up-to-date version has been increasing as time goes by. With version 28.0, we felt it was important for us to update our user interface toolkit to the latest version; not just to gain access to the latest features, but also for the latest bug fixes and improved support for newer operating systems and architectures such as Windows 11 and Apple Silicon. Unfortunately, this also means that certain plugins that depend on version 5 of Qt will no longer work when you upgrade to version 28.0 and will need to be updated. During this beta period of OBS 28.0, many of those plugins which rely on Qt version 5 may not yet be updated yet, and we'll be working with third-party plugin developers in order to get them updated before the final release deploys. Additionally, Qt 6 has dropped support for Windows 7 & 8, macOS 10.13 & 10.14, Ubuntu 18.04 and all 32-bit operating systems. As such, OBS will no longer be supported on these platforms. For more details, please refer to our Discussion Post: [Plan to Upgrade OBS Studio to Qt 6](https://github.com/obsproject/obs-studio/discussions/6481). 28.0: Native Apple Silicon Support ---------------------------------- With OBS 28, OBS now has native builds for Apple Silicon systems. This means that OBS will run more optimally and without x86 emulation. Unfortunately, an important caveat for this is that many third-party plugins may not yet be readily available for Apple users running native Apple Silicon builds. Users can still use x86 builds of OBS if they desire a wider selection of third-party plugins that are not yet available natively for Apple Silicon. 28.0: New Features and Additions -------------------------------- * Added a new, more optimal and up-to-date implementation of the AMD encoder on Windows [OvchinnikovDmitrii/Jim] * Added support for the ScreenCaptureKit Framework on macOS 12.5+, including support for direct audio capture without requiring third-party solutions on macOS 13+ [Developer-Ecosystem-Engineering/PatTheMav/gxalpha] * Added support for CBR, CRF, and Simple Mode to the Apple VT encoder on Apple Silicon (Note: CBR requires macOS 13+) [Developer-Ecosystem-Engineering/gxalpha/MisutaaAsriel/PatTheMav] * Added application audio capture on Windows to allow capturing the audio output from a single process [rcdrone] * Added support for Nvidia RTX Background Removal on Windows (requires RTX Video Effects SDK Runtime to be installed) [pkv] * Added "Room Echo Removal" to RTX Noise Suppression filter on Windows (requires RTX Audio Effects SDK runtime to be installed) [pkv] * Added obs-websocket 5.0 as a first-party plugin [tt2468] * Added new default Theme "Yami" [Warchamp7] * Added the ability to automatically split recordings based on file size or duration, or manually via hotkey [norihiro] * Added Accessibility section to the settings window, providing the ability to change colors of certain UI elements (with presets or Custom) [Dillon] * Added native SRT/RIST outputs [pkv] * Added support for sending chat messages to YouTube from within OBS [gxalpha] * Added file integrity check option on Windows to validate and repair the current OBS installation [derrod] * Added improved macOS permissions flow on startup [gxalpha/PatTheMav/WizardCM] * The Video Capture Device source on Windows will now save/remember settings changed in the "Configure" dialog [Exeldro] 28.0: Tweaks ------------ * Updated all dependencies to their latest versions [RytoEX/PatTheMav] * It is now possible to use any version of Python 3 on Windows and macOS rather than just 3.6 [PatTheMav] * Added multiview layouts without preview and program [Exeldro] * Improved accessibility of the cropped selection border by changing it to a dotted line, and the recording/streaming inactive status bar icons with a visual slash [Dillon] * Added a rotation handle to sources selected in the preview [Dillon] * Added spacing distance helpers to sources selected in the preview [cg2121] * Added a keyboard shortcut to copy/paste scene item transformations [gxalpha] * Added copy/paste to visibility transitions [Exeldro] * In vertical studio mode, Program is now on top [gxalpha/eliasthompson] * Hotkeys now require strict modifiers (exact modifier matches) [OldBaldGeek] * Added scene names to preview/program labels in Studio Mode [cg2121] * Significantly improved reconnecting when streaming disconnects, including lowering the default reconnect delay to 2 seconds [tt2468] * Added unit suffixes to many places [Vainock/cg2121] * Reverted OBS 26.0 transitions dock redesign [gxalpha] * Added a toolbar to the audio mixer dock [cg2121] * Added the ability to reset the whole UI (View -> Reset UI) [cg2121] * Added the ability to relatively center multiple sources [cg2121] * Dark mode themes get respected in more places [WizardCM] * Shortened time to switch themes [WizardCM] * Sources can now be shifted more quickly when using arrow keys in the preview by holding Shift [gxalpha] * Switched rendering on Linux from GLX to EGL, which should result in a better experience [GeorgesStavracas] * Cleaned up source right-click menu [gxalpha] * Added an option for low latency audio buffering to Settings -> Audio, primarily designed for outputs like Decklink and NDI (intended to avoid audio/video going out of sync with those outputs) [jp9000] * Improved descriptiveness of many tooltips (e.g. adding sources) [cg2121] * Added support for the H264 Format in the Linux V4L2 (video capture device) source [ggodlewski] * Added status overlay icons to the dock icon on macOS [gxalpha/MisutaaAsriel] * The source properties window now defaults to a 50/50 split of preview and properties [gxalpha] * Added the ability for sources, filters and encoders to show custom info/warning/error messages alongside their settings/properties [tytan652] * .url and .lnk shortcuts are now resolved when drag-and-dropping into OBS on Windows [bontibon] * Moved Twitch/Restream OAuth to a serverless edge compute platform to improve reliability and response times, especially for users in Asia [derrod] * Updated obs-browser's CEF (Chromium) to version 103 (5060) on all platforms, fixing a rendering crash on Windows [pkv/WizardCM] * Image sources will now honor the rotation in the EXIF metadata [Dillon] * Massively improved performance for legacy macOS Window Capture sources [dossy/gxalpha] * Added support for custom FFmpeg options in media sources [stopforumspam] * Added support for audio capture to Video Output Device sources on macOS (if supported by the device) [gxalpha] * Video Capture Devices on macOS will now default to the "High" preset [gxalpha] * Improved macOS virtual camera performance on some setups [fabianishere] * Added an output buffer when recording to a file to fix "Encoding overloaded!" warnings when writing to slower media like external drives or network shares [notr1ch] * The M3U8 (HLS) recording format was removed from Simple output mode as it was a common cause of user confusion. This format is now only available in Advanced output mode [notr1ch] 28.0: Bug Fixes --------------- * Fixed performance issues with the log viewer [WizardCM] * Fixed font scaling in the audio mixer [OldBaldGeek] * Fixed hotkeys not working when OBS was out of focus. Note: To use hotkeys while OBS is out of focus, it requires "Accessibility" permissions [tbodt/gxalpha/PatTheMav] * Fixed hotkeys with modifiers not working on macOS [PatTheMav] * Fixed an issue where OBS wouldn’t respect custom icons on macOS [MisutaaAsriel] * Fixed an issue drag-and-dropping into OBS wouldn’t have an undo action [gxalpha] * Fixed an issue where OBS could become visible in screen recordings despite being set to hidden (Windows) [notr1ch] * Fixed an issue with Apple VT encoder timestamps [norihiro] * Fixed the file path getting cut off at the end in the remux window [gxalpha] * Fixed the scrollbar always being visible in the audio mixer [cg2121] * Various fixes for AJA input and output [paulh-aja] * Fixed a longstanding problem with RTMP output that could lead to OBS locking up after a connection drop [tt2468] * Fixed a memory leak with the YouTube Manage Broadcast dialog [notr1ch] * Fixed an issue where right-side modifiers wouldn't be detected on Linux [norihiro] * Fixed an issue where OBS could hang after closing the properties dialog on Linux [kkartaltepe] * Fixed an issue where certain videos would not be rotated correctly in the VLC source [pmcgaley] * Fixed an issue where transparent windows would be incorrectly captured in the Window Capture source on Windows when using Windows Graphics Capture mode [rcdrone] * Fixed the virtual camera on macOS not loading on specific hardware [fabianishere] * Removed the --disable-high-dpi-scaling command line option as it's not compatible with Qt 6 * Fixed an issue where hidden sources would still be active in audio monitoring on macOS [tuduweb] * Fixed a crash when pressing Tab while renaming a Filter [tuduweb] * Fixed an issue where AAC files would not loop in the Media Source [mvji] * Fixed an issue where the QSV encoder would never stop recording if the frame rate was fractional [norihiro] * Fixed an issue where the QSV encoder would fail to start if any virtual render devices existed (eg. Citrix, Tencent) [rcdrone] * Fixed a rare "An encoder error occurred" error when streaming or recording with the default FFmpeg AAC audio encoder [claudeha]
4a64b2a
2022-08-03 07:43
下载
27.2.4
OBS Studio 27.2.4 27.2.4 Hotfix Changes --------------------- * Fixed a bug where sources could show up in the mixer while using studio mode even when those sources weren’t active [cg2121] * Fixed a bug where audio wouldn’t capture for people with older Windows versions [rcdrone] * Fixed an incorrectly colored icon on the Rachni theme [Monsteer] 27.2.3 Hotfix Changes --------------------- * Fixed a bug where the virtual camera on Windows wouldn't display properly [Jim] 27.2.2 Hotfix Changes --------------------- * Fixed a bug where the preview would freeze, and the stream could disconnect [rcdrone/Jim] * Fixed a random crash that could happen on shutdown when using scripts [Jim] * Fixed a crash that could happen in Firefox/Chrome when using the virtual camera on Windows [Jim] * Fixed a crash on startup related to audio capture on Windows [R1CH] * Fixed compilation on FreeBSD [obiwac] * Fixed an issue where menu options in the Edit menu (like "Reset Transform") would be wrongly grayed out, also causing certain shortcuts to fail [gxalpha] * Fixed .cube LUT files not working on macOS/Linux with certain non-english languages [rcdrone] * Fixed an issue where FFmpeg dependencies would still be breaking third-party plugins on macOS [RytoEX] 27.2.1 Hotfix Changes --------------------- * Fixed an issue that triggered a full system freeze for some users. Made a legendary workaround to some sort of driver/kernel bug which was triggered by the browser source (I am really proud of this) [Jim] * Improved performance of the updated Chromium build of browser source (I am also really proud of this) [Jim] * Fixed an issue where some users with certain older Windows versions would not be able to stream at a very high bitrate [R1CH] * Fixed an issue where some cameras wouldn’t decode correctly on Linux [kkartaltepe] * Fixed an issue where common in-program shortcuts stopped working sometimes (such as Ctrl-F to make a source fit to screen) [gxalpha/WizardCM] * Fixed a bug on Windows 8.1 where desktop audio capture stopped working [WizardCM] * Fixed SRT and RIST from crashing OBS when a URL isn’t set or when disabling a Media source with a RIST URL [pkv] * Fixed a memory leak in PipeWire capture on Linux [fzwoch] * Fixed an issue where the resize grip would break if you dragged it all the way to the top in the filters window [WizardCM] * Updated AOM/SVT encoders again because there seems to be some new good changes [Jim] * Hiding OBS from capture is now logged [WizardCM] * Fixed an issue on macOS where FFmpeg dependency filenames were unnecessarily complex, breaking some third party plugins [PatTheMav] * Fixed browser plugin not loading if OBS launched from certain paths on macOS [derrod] 27.2 New Features and Additions ------------------------------- * Added AJA source for AJA devices [DDRBoxman/AJA Team] * Added AJA output to tools menu for AJA devices [DDRBoxman/AJA Team] * Updated CEF (Chromium) for the browser source from 75 (3770) to version 95 (4638) (Absolutely amazing work by everyone who worked on this, especially the CEF community -Jim) [PatTheMav/RytoEX/pkv/WizardCM/VodBox] * Added the ability to set different blend modes to sources via the source right-click context menu (similar to Photoshop’s layer blending for example) [jw0z96] * Added AOM AV1 and SVT-AV1 encoders (note that these are currently considered experimental, work best with CPUs that have many cores, and are only accessible for recording in advanced output mode) [Jim] * Added an OBS hotkey for browser sources to allow refreshing a browser source via that hotkey [gxalpha] * Added hotkey filter search [furious] * Added hotkey duplicate detection [furious/Jim] * Added a warning dialog when switching profiles that have settings changes that require a restart [offthegrid-mike] * Added a “Show active outputs warning on exit” option in advanced settings, which allows you to enable/disable the confirmation dialog on exit while recording/streaming [bobvandevijver] * Added support for the RIST protocol [pkv] * Added official Flatpak support for Linux [GeorgesStavracas] * Added framework for future support of background hotkeys on Wayland [kkartaltepe] * Added an option to general settings to hide OBS from all capturing, allowing you to capture your screen without OBS showing up [R1CH] 27.2 Tweaks ----------- * Updated dependencies to their latest versions [Jim/RytoEX/pkv/WizardCM/VodBox] * Volume meters will now show audio activity in grayscale when muted rather than showing no activity [cg2121] * Improve menu bar icons on macOS [PatTheMav] * A warning will now be shown when failing to start/stop YouTube streams [derrod] * Improved consistency of transition duration suffixes [cg2121] * On Linux, the list of windows shown in Window capture will now show alphabetically [donotnoot] * Twitch panels will now use light or dark mode depending on the OBS theme [RytoEX] * Changed the Docks menu from being a submenu in the View menu to instead be its own top-level menu on the menu-bar [Warchamp7] * A more user-friendly dialog is now displayed when a file could not be written for recording [R1CH] * The filters preview/properties are now resizable [Warchamp7] * Added the ability for RTMP servers to request a silent reconnect when the server is going down (otherwise known as the “[RTMP go away](https://github.com/facebookincubator/rtmp-go-away)” feature) [Jim] * Incompatible audio filters will now not be shown for sources that don’t support them [WizardCM] * Added frontend event so scripts can know when OBS is shutting down [cg2121] * PipeWire capturing is now more robust, especially in multi-GPU setups [columbarius] * Sources will now be activated when viewing them in the filters dialog [tt2468] * Browser sources are no longer refreshed when their size changes (useful when programmatically resizing them) [exeldro] 27.2 Bug Fixes -------------- * Fixed the cursor capture position on certain applications with window and game capture [rcdrone] * Fix YouTube GoLive feature not working for existing broadcasts that are not auto-start broadcasts [derrod] * Fixed the YouTube broadcast button state when stopping streams without auto-start, that have auto-stop enabled [derrod] * Fixed an issue where the edit menu wouldn’t properly update its state depending on what was selected [offthegrid-mike] * Fixed the Paste Source context menu items from still being enabled if source has been destroyed [Jim] * Fixed a bug where pressing “Cancel” on a properties dialog would cause settings to save in some cases despite hitting cancel [gxalpha] * Fixed a bug where certain settings would show as available in the video capture device properties when they weren’t actually available [lexi-lambda] * Fixed a crash where modifying the video capture device properties on Linux could cause a crash on some systems [lexi-lambda] * Fixed Linux PulseAudio monitoring volume with signed 32bit and unsigned 8bit formats [norihiro] * Fixed Media Source not working with audio-only files [norihiro] * Fixed a couple memory leaks with QSV [shleeable] * Fixed an issue where audio monitoring could have significant latency on Linux [kkartaltepe] * Fixed undo/redo not working for text changes on the context bar [gxalpha] * Fixed an issue where the transform window would not consistently updated for selected sources/scenes [offthegrid-mike] * Fixed missing undo/redo action when resetting filter properties [gxalpha] * Fixed missing undo/redo action when using “Add existing source” [gxalpha] * Fixed an issue where stinger transitions could sometimes loop unintentionally [exeldro] * Fixed an issue where transforms/crops would not be included when copying/pasting sources [torresam] * Fixed a couple potential freezes and crashes, especially with browser sources [Jim] * Fixed an issue where devices would not always reinitialize properly when switching scene collections [Jim] * Fixed various issues that would affect the websockets plugin [tt2468] * Fixed a bug where certain Twitch panel settings wouldn’t save properly [derrod] * Fixed a bug on Linux where Window capture wouldn’t properly capture on software rasterization devices [ishitatsuyuki] * Fixed various potential bugs and race conditions across the program and multiple plugins [wangshaohui] * Fixed network throughput to distant servers potentially being limited in low memory environments [R1CH] * Fixed a crash on Linux X11 that could happen when closing certain dialogs containing video previews [tt2468] * Fixed VST plugin windows disappearing when resized [Blue Cat Audio] * Fixed a VST plugin crash that could occur under certain circumstances [walker-WSH] * Fixed an incorrect offset of scene labels on certain multiview configurations [norihiro] * Fixed a bug that would allow resizing sources that are locked [ntoff] * Fixed a performance issue with X11 window capture on Linux [ishitatsuyuki] * Fixed a bug where projectors could not be resized with certain window managers on Linux [univrsal] * Fixed window flashing on macOS when starting the program minimized to tray [CodyJung] * Fixed a bug where push-to-talk or mute delay would not save under certain circumstances [CodyJung] * Fixed a bug where mouse hotkeys would not always function correctly on Linux [kkartaltepe]
aab14ba
2022-03-28 07:28
下载
27.2.3
OBS Studio 27.2.3 27.2.3 Hotfix Changes --------------------- * Fixed a bug where the virtual camera on Windows wouldn't display properly [Jim] 27.2.2 Hotfix Changes --------------------- * Fixed a bug where the preview would freeze, and the stream could disconnect [rcdrone/Jim] * Fixed a random crash that could happen on shutdown when using scripts [Jim] * Fixed a crash on startup related to audio capture on Windows [R1CH] * Fixed compilation on FreeBSD [obiwac] * Fixed an issue where menu options in the Edit menu (like "Reset Transform") would be wrongly grayed out, also causing certain shortcuts to fail [gxalpha] * Fixed .cube LUT files not working on macOS/Linux with certain non-english languages [rcdrone] * Fixed an issue where FFmpeg dependencies would still be breaking third-party plugins on macOS [RytoEX] 27.2.1 Hotfix Changes --------------------- * Fixed an issue that triggered a full system freeze for some users. Made a legendary workaround to some sort of driver/kernel bug which was triggered by the browser source (I am really proud of this) [Jim] * Improved performance of the updated Chromium build of browser source (I am also really proud of this) [Jim] * Fixed an issue where some users with certain older Windows versions would not be able to stream at a very high bitrate [R1CH] * Fixed an issue where some cameras wouldn’t decode correctly on Linux [kkartaltepe] * Fixed an issue where common in-program shortcuts stopped working sometimes (such as Ctrl-F to make a source fit to screen) [gxalpha/WizardCM] * Fixed a bug on Windows 8.1 where desktop audio capture stopped working [WizardCM] * Fixed SRT and RIST from crashing OBS when a URL isn’t set or when disabling a Media source with a RIST URL [pkv] * Fixed a memory leak in PipeWire capture on Linux [fzwoch] * Fixed an issue where the resize grip would break if you dragged it all the way to the top in the filters window [WizardCM] * Updated AOM/SVT encoders again because there seems to be some new good changes [Jim] * Hiding OBS from capture is now logged [WizardCM] * Fixed an issue on macOS where FFmpeg dependency filenames were unnecessarily complex, breaking some third party plugins [PatTheMav] * Fixed browser plugin not loading if OBS launched from certain paths on macOS [derrod] 27.2 New Features and Additions ------------------------------- * Added AJA source for AJA devices [DDRBoxman/AJA Team] * Added AJA output to tools menu for AJA devices [DDRBoxman/AJA Team] * Updated CEF (Chromium) for the browser source from 75 (3770) to version 95 (4638) (Absolutely amazing work by everyone who worked on this, especially the CEF community -Jim) [PatTheMav/RytoEX/pkv/WizardCM/VodBox] * Added the ability to set different blend modes to sources via the source right-click context menu (similar to Photoshop’s layer blending for example) [jw0z96] * Added AOM AV1 and SVT-AV1 encoders (note that these are currently considered experimental, work best with CPUs that have many cores, and are only accessible for recording in advanced output mode) [Jim] * Added an OBS hotkey for browser sources to allow refreshing a browser source via that hotkey [gxalpha] * Added hotkey filter search [furious] * Added hotkey duplicate detection [furious/Jim] * Added a warning dialog when switching profiles that have settings changes that require a restart [offthegrid-mike] * Added a “Show active outputs warning on exit” option in advanced settings, which allows you to enable/disable the confirmation dialog on exit while recording/streaming [bobvandevijver] * Added support for the RIST protocol [pkv] * Added official Flatpak support for Linux [GeorgesStavracas] * Added framework for future support of background hotkeys on Wayland [kkartaltepe] * Added an option to general settings to hide OBS from all capturing, allowing you to capture your screen without OBS showing up [R1CH] 27.2 Tweaks ----------- * Updated dependencies to their latest versions [Jim/RytoEX/pkv/WizardCM/VodBox] * Volume meters will now show audio activity in grayscale when muted rather than showing no activity [cg2121] * Improve menu bar icons on macOS [PatTheMav] * A warning will now be shown when failing to start/stop YouTube streams [derrod] * Improved consistency of transition duration suffixes [cg2121] * On Linux, the list of windows shown in Window capture will now show alphabetically [donotnoot] * Twitch panels will now use light or dark mode depending on the OBS theme [RytoEX] * Changed the Docks menu from being a submenu in the View menu to instead be its own top-level menu on the menu-bar [Warchamp7] * A more user-friendly dialog is now displayed when a file could not be written for recording [R1CH] * The filters preview/properties are now resizable [Warchamp7] * Added the ability for RTMP servers to request a silent reconnect when the server is going down (otherwise known as the “[RTMP go away](https://github.com/facebookincubator/rtmp-go-away)” feature) [Jim] * Incompatible audio filters will now not be shown for sources that don’t support them [WizardCM] * Added frontend event so scripts can know when OBS is shutting down [cg2121] * PipeWire capturing is now more robust, especially in multi-GPU setups [columbarius] * Sources will now be activated when viewing them in the filters dialog [tt2468] * Browser sources are no longer refreshed when their size changes (useful when programmatically resizing them) [exeldro] 27.2 Bug Fixes -------------- * Fixed the cursor capture position on certain applications with window and game capture [rcdrone] * Fix YouTube GoLive feature not working for existing broadcasts that are not auto-start broadcasts [derrod] * Fixed the YouTube broadcast button state when stopping streams without auto-start, that have auto-stop enabled [derrod] * Fixed an issue where the edit menu wouldn’t properly update its state depending on what was selected [offthegrid-mike] * Fixed the Paste Source context menu items from still being enabled if source has been destroyed [Jim] * Fixed a bug where pressing “Cancel” on a properties dialog would cause settings to save in some cases despite hitting cancel [gxalpha] * Fixed a bug where certain settings would show as available in the video capture device properties when they weren’t actually available [lexi-lambda] * Fixed a crash where modifying the video capture device properties on Linux could cause a crash on some systems [lexi-lambda] * Fixed Linux PulseAudio monitoring volume with signed 32bit and unsigned 8bit formats [norihiro] * Fixed Media Source not working with audio-only files [norihiro] * Fixed a couple memory leaks with QSV [shleeable] * Fixed an issue where audio monitoring could have significant latency on Linux [kkartaltepe] * Fixed undo/redo not working for text changes on the context bar [gxalpha] * Fixed an issue where the transform window would not consistently updated for selected sources/scenes [offthegrid-mike] * Fixed missing undo/redo action when resetting filter properties [gxalpha] * Fixed missing undo/redo action when using “Add existing source” [gxalpha] * Fixed an issue where stinger transitions could sometimes loop unintentionally [exeldro] * Fixed an issue where transforms/crops would not be included when copying/pasting sources [torresam] * Fixed a couple potential freezes and crashes, especially with browser sources [Jim] * Fixed an issue where devices would not always reinitialize properly when switching scene collections [Jim] * Fixed various issues that would affect the websockets plugin [tt2468] * Fixed a bug where certain Twitch panel settings wouldn’t save properly [derrod] * Fixed a bug on Linux where Window capture wouldn’t properly capture on software rasterization devices [ishitatsuyuki] * Fixed various potential bugs and race conditions across the program and multiple plugins [wangshaohui] * Fixed network throughput to distant servers potentially being limited in low memory environments [R1CH] * Fixed a crash on Linux X11 that could happen when closing certain dialogs containing video previews [tt2468] * Fixed VST plugin windows disappearing when resized [Blue Cat Audio] * Fixed a VST plugin crash that could occur under certain circumstances [walker-WSH] * Fixed an incorrect offset of scene labels on certain multiview configurations [norihiro] * Fixed a bug that would allow resizing sources that are locked [ntoff] * Fixed a performance issue with X11 window capture on Linux [ishitatsuyuki] * Fixed a bug where projectors could not be resized with certain window managers on Linux [univrsal] * Fixed window flashing on macOS when starting the program minimized to tray [CodyJung] * Fixed a bug where push-to-talk or mute delay would not save under certain circumstances [CodyJung] * Fixed a bug where mouse hotkeys would not always function correctly on Linux [kkartaltepe]
b65ee7e
2022-03-03 09:28
下载
27.2.2
OBS Studio 27.2.2 27.2.2 Hotfix Changes --------------------- * Fixed a bug where the preview would freeze, and the stream could disconnect [rcdrone/Jim] * Fixed a random crash that could happen on shutdown when using scripts [Jim] * Fixed a crash that could happen in Firefox/Chrome when using the virtual camera on Windows [Jim] * Fixed a crash on startup related to audio capture on Windows [R1CH] * Fixed compilation on FreeBSD [obiwac] * Fixed an issue where menu options in the Edit menu (like "Reset Transform") would be wrongly grayed out, also causing certain shortcuts to fail [gxalpha] * Fixed .cube LUT files not working on macOS/Linux with certain non-english languages [rcdrone] * Fixed an issue where FFmpeg dependencies would still be breaking third-party plugins on macOS [RytoEX] 27.2.1 Hotfix Changes --------------------- * Fixed an issue that triggered a full system freeze for some users. Made a legendary workaround to some sort of driver/kernel bug which was triggered by the browser source (I am really proud of this) [Jim] * Improved performance of the updated Chromium build of browser source (I am also really proud of this) [Jim] * Fixed an issue where some users with certain older Windows versions would not be able to stream at a very high bitrate [R1CH] * Fixed an issue where some cameras wouldn’t decode correctly on Linux [kkartaltepe] * Fixed an issue where common in-program shortcuts stopped working sometimes (such as Ctrl-F to make a source fit to screen) [gxalpha/WizardCM] * Fixed a bug on Windows 8.1 where desktop audio capture stopped working [WizardCM] * Fixed SRT and RIST from crashing OBS when a URL isn’t set or when disabling a Media source with a RIST URL [pkv] * Fixed a memory leak in PipeWire capture on Linux [fzwoch] * Fixed an issue where the resize grip would break if you dragged it all the way to the top in the filters window [WizardCM] * Updated AOM/SVT encoders again because there seems to be some new good changes [Jim] * Hiding OBS from capture is now logged [WizardCM] * Fixed an issue on macOS where FFmpeg dependency filenames were unnecessarily complex, breaking some third party plugins [PatTheMav] * Fixed browser plugin not loading if OBS launched from certain paths on macOS [derrod] 27.2 New Features and Additions ------------------------------- * Added AJA source for AJA devices [DDRBoxman/AJA Team] * Added AJA output to tools menu for AJA devices [DDRBoxman/AJA Team] * Updated CEF (Chromium) for the browser source from 75 (3770) to version 95 (4638) (Absolutely amazing work by everyone who worked on this, especially the CEF community -Jim) [PatTheMav/RytoEX/pkv/WizardCM/VodBox] * Added the ability to set different blend modes to sources via the source right-click context menu (similar to Photoshop’s layer blending for example) [jw0z96] * Added AOM AV1 and SVT-AV1 encoders (note that these are currently considered experimental, work best with CPUs that have many cores, and are only accessible for recording in advanced output mode) [Jim] * Added an OBS hotkey for browser sources to allow refreshing a browser source via that hotkey [gxalpha] * Added hotkey filter search [furious] * Added hotkey duplicate detection [furious/Jim] * Added a warning dialog when switching profiles that have settings changes that require a restart [offthegrid-mike] * Added a “Show active outputs warning on exit” option in advanced settings, which allows you to enable/disable the confirmation dialog on exit while recording/streaming [bobvandevijver] * Added support for the RIST protocol [pkv] * Added official Flatpak support for Linux [GeorgesStavracas] * Added framework for future support of background hotkeys on Wayland [kkartaltepe] * Added an option to general settings to hide OBS from all capturing, allowing you to capture your screen without OBS showing up [R1CH] 27.2 Tweaks ----------- * Updated dependencies to their latest versions [Jim/RytoEX/pkv/WizardCM/VodBox] * Volume meters will now show audio activity in grayscale when muted rather than showing no activity [cg2121] * Improve menu bar icons on macOS [PatTheMav] * A warning will now be shown when failing to start/stop YouTube streams [derrod] * Improved consistency of transition duration suffixes [cg2121] * On Linux, the list of windows shown in Window capture will now show alphabetically [donotnoot] * Twitch panels will now use light or dark mode depending on the OBS theme [RytoEX] * Changed the Docks menu from being a submenu in the View menu to instead be its own top-level menu on the menu-bar [Warchamp7] * A more user-friendly dialog is now displayed when a file could not be written for recording [R1CH] * The filters preview/properties are now resizable [Warchamp7] * Added the ability for RTMP servers to request a silent reconnect when the server is going down (otherwise known as the “[RTMP go away](https://github.com/facebookincubator/rtmp-go-away)” feature) [Jim] * Incompatible audio filters will now not be shown for sources that don’t support them [WizardCM] * Added frontend event so scripts can know when OBS is shutting down [cg2121] * PipeWire capturing is now more robust, especially in multi-GPU setups [columbarius] * Sources will now be activated when viewing them in the filters dialog [tt2468] * Browser sources are no longer refreshed when their size changes (useful when programmatically resizing them) [exeldro] 27.2 Bug Fixes -------------- * Fixed the cursor capture position on certain applications with window and game capture [rcdrone] * Fix YouTube GoLive feature not working for existing broadcasts that are not auto-start broadcasts [derrod] * Fixed the YouTube broadcast button state when stopping streams without auto-start, that have auto-stop enabled [derrod] * Fixed an issue where the edit menu wouldn’t properly update its state depending on what was selected [offthegrid-mike] * Fixed the Paste Source context menu items from still being enabled if source has been destroyed [Jim] * Fixed a bug where pressing “Cancel” on a properties dialog would cause settings to save in some cases despite hitting cancel [gxalpha] * Fixed a bug where certain settings would show as available in the video capture device properties when they weren’t actually available [lexi-lambda] * Fixed a crash where modifying the video capture device properties on Linux could cause a crash on some systems [lexi-lambda] * Fixed Linux PulseAudio monitoring volume with signed 32bit and unsigned 8bit formats [norihiro] * Fixed Media Source not working with audio-only files [norihiro] * Fixed a couple memory leaks with QSV [shleeable] * Fixed an issue where audio monitoring could have significant latency on Linux [kkartaltepe] * Fixed undo/redo not working for text changes on the context bar [gxalpha] * Fixed an issue where the transform window would not consistently updated for selected sources/scenes [offthegrid-mike] * Fixed missing undo/redo action when resetting filter properties [gxalpha] * Fixed missing undo/redo action when using “Add existing source” [gxalpha] * Fixed an issue where stinger transitions could sometimes loop unintentionally [exeldro] * Fixed an issue where transforms/crops would not be included when copying/pasting sources [torresam] * Fixed a couple potential freezes and crashes, especially with browser sources [Jim] * Fixed an issue where devices would not always reinitialize properly when switching scene collections [Jim] * Fixed various issues that would affect the websockets plugin [tt2468] * Fixed a bug where certain Twitch panel settings wouldn’t save properly [derrod] * Fixed a bug on Linux where Window capture wouldn’t properly capture on software rasterization devices [ishitatsuyuki] * Fixed various potential bugs and race conditions across the program and multiple plugins [wangshaohui] * Fixed network throughput to distant servers potentially being limited in low memory environments [R1CH] * Fixed a crash on Linux X11 that could happen when closing certain dialogs containing video previews [tt2468] * Fixed VST plugin windows disappearing when resized [Blue Cat Audio] * Fixed a VST plugin crash that could occur under certain circumstances [walker-WSH] * Fixed an incorrect offset of scene labels on certain multiview configurations [norihiro] * Fixed a bug that would allow resizing sources that are locked [ntoff] * Fixed a performance issue with X11 window capture on Linux [ishitatsuyuki] * Fixed a bug where projectors could not be resized with certain window managers on Linux [univrsal] * Fixed window flashing on macOS when starting the program minimized to tray [CodyJung] * Fixed a bug where push-to-talk or mute delay would not save under certain circumstances [CodyJung] * Fixed a bug where mouse hotkeys would not always function correctly on Linux [kkartaltepe]
5bd791d
2022-02-28 03:37
下载
27.2.1
OBS Studio 27.2.1 27.2.1 Hotfix Changes --------------------- * Fixed an issue that triggered a full system freeze for some users. Made a legendary workaround to some sort of driver/kernel bug which was triggered by the browser source (I am really proud of this) [Jim] * Improved performance of the updated Chromium build of browser source (I am also really proud of this) [Jim] * Fixed an issue where some users with certain older Windows versions would not be able to stream at a very high bitrate [R1CH] * Fixed an issue where some cameras wouldn’t decode correctly on Linux [kkartaltepe] * Fixed an issue where common in-program shortcuts stopped working sometimes (such as Ctrl-F to make a source fit to screen) [gxalpha/WizardCM] * Fixed a bug where desktop audio capture stopped working on Windows 8.1 [WizardCM] * Fixed SRT and RIST from crashing OBS when a URL isn’t set or when disabling a Media source with a RIST URL [pkv] * Fixed a memory leak in PipeWire capture on Linux [fzwoch] * Fixed an issue where the resize grip would break if you dragged it all the way to the top in the filters window [WizardCM] * Updated AOM/SVT encoders again because there seems to be some new good changes [Jim] * Hiding OBS from capture is now logged [WizardCM] * Fixed an issue on macOS where FFmpeg dependency filenames were unnecessarily complex, breaking some third party plugins [PatTheMav] 27.2 New Features and Additions ------------------------------- * Added AJA source for AJA devices [DDRBoxman/AJA Team] * Added AJA output to tools menu for AJA devices [DDRBoxman/AJA Team] * Updated CEF (Chromium) for the browser source from 75 (3770) to version 95 (4638) (Absolutely amazing work by everyone who worked on this, especially the CEF community -Jim) [PatTheMav/RytoEX/pkv/WizardCM/VodBox] * Added the ability to set different blend modes to sources via the source right-click context menu (similar to Photoshop’s layer blending for example) [jw0z96] * Added AOM AV1 and SVT-AV1 encoders (note that these are currently considered experimental, work best with CPUs that have many cores, and are only accessible for recording in advanced output mode) [Jim] * Added an OBS hotkey for browser sources to allow refreshing a browser source via that hotkey [gxalpha] * Added hotkey filter search [furious] * Added hotkey duplicate detection [furious/Jim] * Added a warning dialog when switching profiles that have settings changes that require a restart [offthegrid-mike] * Added a “Show active outputs warning on exit” option in advanced settings, which allows you to enable/disable the confirmation dialog on exit while recording/streaming [bobvandevijver] * Added support for the RIST protocol [pkv] * Added official Flatpak support for Linux [GeorgesStavracas] * Added framework for future support of background hotkeys on Wayland [kkartaltepe] * Added an option to general settings to hide OBS from all capturing, allowing you to capture your screen without OBS showing up [R1CH] 27.2 Tweaks ----------- * Updated dependencies to their latest versions [Jim/RytoEX/pkv/WizardCM/VodBox] * Volume meters will now show audio activity in grayscale when muted rather than showing no activity [cg2121] * Improve menu bar icons on macOS [PatTheMav] * A warning will now be shown when failing to start/stop YouTube streams [derrod] * Improved consistency of transition duration suffixes [cg2121] * On Linux, the list of windows shown in Window capture will now show alphabetically [donotnoot] * Twitch panels will now use light or dark mode depending on the OBS theme [RytoEX] * Changed the Docks menu from being a submenu in the View menu to instead be its own top-level menu on the menu-bar [Warchamp7] * A more user-friendly dialog is now displayed when a file could not be written for recording [R1CH] * The filters preview/properties are now resizable [Warchamp7] * Added the ability for RTMP servers to request a silent reconnect when the server is going down (otherwise known as the “[RTMP go away](https://github.com/facebookincubator/rtmp-go-away)” feature) [Jim] * Incompatible audio filters will now not be shown for sources that don’t support them [WizardCM] * Added frontend event so scripts can know when OBS is shutting down [cg2121] * PipeWire capturing is now more robust, especially in multi-GPU setups [columbarius] * Sources will now be activated when viewing them in the filters dialog [tt2468] * Browser sources are no longer refreshed when their size changes (useful when programmatically resizing them) [exeldro] 27.2 Bug Fixes -------------- * Fixed the cursor capture position on certain applications with window and game capture [rcdrone] * Fix YouTube GoLive feature not working for existing broadcasts that are not auto-start broadcasts [derrod] * Fixed the YouTube broadcast button state when stopping streams without auto-start, that have auto-stop enabled [derrod] * Fixed an issue where the edit menu wouldn’t properly update its state depending on what was selected [offthegrid-mike] * Fixed the Paste Source context menu items from still being enabled if source has been destroyed [Jim] * Fixed a bug where pressing “Cancel” on a properties dialog would cause settings to save in some cases despite hitting cancel [gxalpha] * Fixed a bug where certain settings would show as available in the video capture device properties when they weren’t actually available [lexi-lambda] * Fixed a crash where modifying the video capture device properties on Linux could cause a crash on some systems [lexi-lambda] * Fixed Linux PulseAudio monitoring volume with signed 32bit and unsigned 8bit formats [norihiro] * Fixed Media Source not working with audio-only files [norihiro] * Fixed a couple memory leaks with QSV [shleeable] * Fixed an issue where audio monitoring could have significant latency on Linux [kkartaltepe] * Fixed undo/redo not working for text changes on the context bar [gxalpha] * Fixed an issue where the transform window would not consistently updated for selected sources/scenes [offthegrid-mike] * Fixed missing undo/redo action when resetting filter properties [gxalpha] * Fixed missing undo/redo action when using “Add existing source” [gxalpha] * Fixed an issue where stinger transitions could sometimes loop unintentionally [exeldro] * Fixed an issue where transforms/crops would not be included when copying/pasting sources [torresam] * Fixed a couple potential freezes and crashes, especially with browser sources [Jim] * Fixed an issue where devices would not always reinitialize properly when switching scene collections [Jim] * Fixed various issues that would affect the websockets plugin [tt2468] * Fixed a bug where certain Twitch panel settings wouldn’t save properly [derrod] * Fixed a bug on Linux where Window capture wouldn’t properly capture on software rasterization devices [ishitatsuyuki] * Fixed various potential bugs and race conditions across the program and multiple plugins [wangshaohui] * Fixed network throughput to distant servers potentially being limited in low memory environments [R1CH] * Fixed a crash on Linux X11 that could happen when closing certain dialogs containing video previews [tt2468] * Fixed VST plugin windows disappearing when resized [Blue Cat Audio] * Fixed a VST plugin crash that could occur under certain circumstances [walker-WSH] * Fixed an incorrect offset of scene labels on certain multiview configurations [norihiro] * Fixed a bug that would allow resizing sources that are locked [ntoff] * Fixed a performance issue with X11 window capture on Linux [ishitatsuyuki] * Fixed a bug where projectors could not be resized with certain window managers on Linux [univrsal] * Fixed window flashing on macOS when starting the program minimized to tray [CodyJung] * Fixed a bug where push-to-talk or mute delay would not save under certain circumstances [CodyJung] * Fixed a bug where mouse hotkeys would not always function correctly on Linux [kkartaltepe]
acad9db
2022-02-21 08:35
下载
27.2.0
OBS Studio 27.2 New Features and Additions -------------------------- * Added AJA source for AJA devices [DDRBoxman/AJA Team] * Added AJA output to tools menu for AJA devices [DDRBoxman/AJA Team] * Updated CEF (Chromium) for the browser source from 75 (3770) to version 95 (4638) (Absolutely amazing work by everyone who worked on this, especially the CEF community -Jim) [PatTheMav/RytoEX/pkv/WizardCM/VodBox] * Added the ability to set different blend modes to sources via the source right-click context menu (similar to Photoshop’s layer blending for example) [jw0z96] * Added AOM AV1 and SVT-AV1 encoders (note that these are currently considered experimental, work best with CPUs that have many cores, and are only accessible for recording in advanced output mode) [Jim] * Added an OBS hotkey for browser sources to allow refreshing a browser source via that hotkey [gxalpha] * Added hotkey filter search [furious] * Added hotkey duplicate detection [furious/Jim] * Added a warning dialog when switching profiles that have settings changes that require a restart [offthegrid-mike] * Added a “Show active outputs warning on exit” option in advanced settings, which allows you to enable/disable the confirmation dialog on exit while recording/streaming [bobvandevijver] * Added support for the RIST protocol [pkv] * Added official Flatpak support for Linux [GeorgesStavracas] * Added framework for future support of background hotkeys on Wayland [kkartaltepe] * Added an option to general settings to hide OBS from all capturing, allowing you to capture your screen without OBS showing up [R1CH] Tweaks ------ * Updated dependencies to their latest versions [Jim/RytoEX/pkv/WizardCM/VodBox] * Volume meters will now show audio activity in grayscale when muted rather than showing no activity [cg2121] * Improve menu bar icons on macOS [PatTheMav] * A warning will now be shown when failing to start/stop YouTube streams [derrod] * Improved consistency of transition duration suffixes [cg2121] * On Linux, the list of windows shown in Window capture will now show alphabetically [donotnoot] * Twitch panels will now use light or dark mode depending on the OBS theme [RytoEX] * Changed the Docks menu from being a submenu in the View menu to instead be its own top-level menu on the menu-bar [Warchamp7] * A more user-friendly dialog is now displayed when a file could not be written for recording [R1CH] * The filters preview/properties are now resizable [Warchamp7] * Added the ability for RTMP servers to request a silent reconnect when the server is going down (otherwise known as the “[RTMP go away](https://github.com/facebookincubator/rtmp-go-away)” feature) [Jim] * Incompatible audio filters will now not be shown for sources that don’t support them [WizardCM] * Added frontend event so scripts can know when OBS is shutting down [cg2121] * PipeWire capturing is now more robust, especially in multi-GPU setups [columbarius] * Sources will now be activated when viewing them in the filters dialog [tt2468] * Browser sources are no longer refreshed when their size changes (useful when programmatically resizing them) [exeldro] Bug Fixes --------- * Fixed the cursor capture position on certain applications with window and game capture [rcdrone] * Fix YouTube GoLive feature not working for existing broadcasts that are not auto-start broadcasts [derrod] * Fixed the YouTube broadcast button state when stopping streams without auto-start, that have auto-stop enabled [derrod] * Fixed an issue where the edit menu wouldn’t properly update its state depending on what was selected [offthegrid-mike] * Fixed the Paste Source context menu items from still being enabled if source has been destroyed [Jim] * Fixed a bug where pressing “Cancel” on a properties dialog would cause settings to save in some cases despite hitting cancel [gxalpha] * Fixed a bug where certain settings would show as available in the video capture device properties when they weren’t actually available [lexi-lambda] * Fixed a crash where modifying the video capture device properties on Linux could cause a crash on some systems [lexi-lambda] * Fixed Linux PulseAudio monitoring volume with signed 32bit and unsigned 8bit formats [norihiro] * Fixed Media Source not working with audio-only files [norihiro] * Fixed a couple memory leaks with QSV [shleeable] * Fixed an issue where audio monitoring could have significant latency on Linux [kkartaltepe] * Fixed undo/redo not working for text changes on the context bar [gxalpha] * Fixed an issue where the transform window would not consistently updated for selected sources/scenes [offthegrid-mike] * Fixed missing undo/redo action when resetting filter properties [gxalpha] * Fixed missing undo/redo action when using “Add existing source” [gxalpha] * Fixed an issue where stinger transitions could sometimes loop unintentionally [exeldro] * Fixed an issue where transforms/crops would not be included when copying/pasting sources [torresam] * Fixed a couple potential freezes and crashes, especially with browser sources [Jim] * Fixed an issue where devices would not always reinitialize properly when switching scene collections [Jim] * Fixed various issues that would affect the websockets plugin [tt2468] * Fixed a bug where certain Twitch panel settings wouldn’t save properly [derrod] * Fixed a bug on Linux where Window capture wouldn’t properly capture on software rasterization devices [ishitatsuyuki] * Fixed various potential bugs and race conditions across the program and multiple plugins [wangshaohui] * Fixed network throughput to distant servers potentially being limited in low memory environments [R1CH] * Fixed a crash on Linux X11 that could happen when closing certain dialogs containing video previews [tt2468] * Fixed VST plugin windows disappearing when resized [Blue Cat Audio] * Fixed a VST plugin crash that could occur under certain circumstances [walker-WSH] * Fixed an incorrect offset of scene labels on certain multiview configurations [norihiro] * Fixed a bug that would allow resizing sources that are locked [ntoff] * Fixed a performance issue with X11 window capture on Linux [ishitatsuyuki] * Fixed a bug where projectors could not be resized with certain window managers on Linux [univrsal] * Fixed window flashing on macOS when starting the program minimized to tray [CodyJung] * Fixed a bug where push-to-talk or mute delay would not save under certain circumstances [CodyJung] * Fixed a bug where mouse hotkeys would not always function correctly on Linux [kkartaltepe]
9c504f4
2022-02-13 05:57
下载
27.2.0-rc4
OBS Studio 27.2 Release Candidate 4 Release Candidate 4 Changes --------------------------- * Fixed another crash (blame Jim for that one) Release Candidate 3 Changes –-------------------------- * Fixed a crash with the script properties view Release Candidate 2 Changes --------------------------- * Fixed SVT-AV1 not properly setting rate control (CBR/VBR) * Fixed a crash with the filters window * Fixed a few AJA bugs * Fixed PipeWire window capture not saving settings * Updated translations New Features and Additions -------------------------- * Added AJA source for AJA devices [DDRBoxman/AJA Team] * Added AJA output to tools menu for AJA devices [DDRBoxman/AJA Team] * Added the ability to set different blend modes to sources via the source right-click context menu (similar to Photoshop’s layer blending for example) [jw0z96] * Added AOM AV1 and SVT-AV1 encoders (note that these are currently considered experimental, work best with CPUs that have many cores, and are only accessible for recording in advanced output mode) [Jim] * Added an OBS hotkey for browser sources to allow refreshing a browser source via that hotkey [gxalpha] * Added hotkey filter search [furious] * Added hotkey duplicate detection [furious/Jim] * Added a warning dialog when switching profiles that have settings changes that require a restart [offthegrid-mike] * Added a “Show active outputs warning on exit” option in advanced settings, which allows you to enable/disable the confirmation dialog on exit while recording/streaming [bobvandevijver] * Added support for the RIST protocol [pkv] * Added official Flatpak support for Linux [GeorgesStavracas] * Added framework for future support of background hotkeys on Wayland [kkartaltepe] * Added an option to general settings to hide OBS from all capturing, allowing you to capture your screen without OBS showing up [R1CH] Tweaks ------ * Updated CEF (Chromium) for the browser source from 75 (3770) to version 95 (4638) (Absolutely amazing work by everyone who worked on this, especially the CEF community -Jim) [RytoEX/pkv/WizardCM/VodBox] * Updated dependencies to their latest versions [Jim/RytoEX/pkv/WizardCM/VodBox] * Volume meters will now show audio activity in grayscale when muted rather than showing no activity [cg2121] * Improve menu bar icons on macOS [PatTheMav] * A warning will now be shown when failing to start/stop YouTube streams [derrod] * Improved consistency of transition duration suffixes [cg2121] * On Linux, the list of windows shown in Window capture will now show alphabetically [donotnoot] * Twitch panels will now use light or dark mode depending on the OBS theme [RytoEX] * Changed the Docks menu from being a submenu in the View menu to instead be its own top-level menu on the menu-bar [Warchamp7] * A more user-friendly dialog is now displayed when a file could not be written for recording [R1CH] * The filters preview/properties are now resizable [Warchamp7] * Added the ability for RTMP servers to request a silent reconnect when the server is going down (otherwise known as the “[RTMP go away](https://github.com/facebookincubator/rtmp-go-away)” feature) [Jim] * Incompatible audio filters will now not be shown for sources that don’t support them [WizardCM] * Added frontend event so scripts can know when OBS is shutting down [cg2121] * PipeWire capturing is now more robust, especially in multi-GPU setups [columbarius] * Sources will now be activated when viewing them in the filters dialog [tt2468] * Browser sources are no longer refreshed when their size changes (useful when programmatically resizing them) [exeldro] Bug Fixes --------- * Fixed the cursor capture position on certain applications with window and game capture [rcdrone] * Fix YouTube GoLive feature not working for existing broadcasts that are not auto-start broadcasts [derrod] * Fixed the YouTube broadcast button state when stopping streams without auto-start, that have auto-stop enabled [derrod] * Fixed an issue where the edit menu wouldn’t properly update its state depending on what was selected [offthegrid-mike] * Fixed the Paste Source context menu items from still being enabled if source has been destroyed [Jim] * Fixed a bug where pressing “Cancel” on a properties dialog would cause settings to save in some cases despite hitting cancel [gxalpha] * Fixed a bug where certain settings would show as available in the video capture device properties when they weren’t actually available [lexi-lambda] * Fixed a crash where modifying the video capture device properties on Linux could cause a crash on some systems [lexi-lambda] * Fixed Linux PulseAudio monitoring volume with signed 32bit and unsigned 8bit formats [norihiro] * Fixed Media Source not working with audio-only files [norihiro] * Fixed a couple memory leaks with QSV [shleeable] * Fixed an issue where audio monitoring could have significant latency on Linux [kkartaltepe] * Fixed undo/redo not working for text changes on the context bar [gxalpha] * Fixed an issue where the transform window would not consistently updated for selected sources/scenes [offthegrid-mike] * Fixed missing undo/redo action when resetting filter properties [gxalpha] * Fixed missing undo/redo action when using “Add existing source” [gxalpha] * Fixed an issue where stinger transitions could sometimes loop unintentionally [exeldro] * Fixed an issue where transforms/crops would not be included when copying/pasting sources [torresam] * Fixed a couple potential freezes and crashes, especially with browser sources [Jim] * Fixed an issue where devices would not always reinitialize properly when switching scene collections [Jim] * Fixed various issues that would affect the websockets plugin [tt2468] * Fixed a bug where certain Twitch panel settings wouldn’t save properly [derrod] * Fixed a bug on Linux where Window capture wouldn’t properly capture on software rasterization devices [ishitatsuyuki] * Fixed various potential bugs and race conditions across the program and multiple plugins [wangshaohui] * Fixed network throughput to distant servers potentially being limited in low memory environments [R1CH] * Fixed a crash on Linux X11 that could happen when closing certain dialogs containing video previews [tt2468] * Fixed VST plugin windows disappearing when resized [Blue Cat Audio] * Fixed a VST plugin crash that could occur under certain circumstances [walker-WSH] * Fixed an incorrect offset of scene labels on certain multiview configurations [norihiro] * Fixed a bug that would allow resizing sources that are locked [ntoff] * Fixed a performance issue with X11 window capture on Linux [ishitatsuyuki] * Fixed a bug where projectors could not be resized with certain window managers on Linux [univrsal] * Fixed window flashing on macOS when starting the program minimized to tray [CodyJung] * Fixed a bug where push-to-talk or mute delay would not save under certain circumstances [CodyJung] * Fixed a bug where mouse hotkeys would not always function correctly on Linux [kkartaltepe]
aa73de9
2022-02-09 04:55
下载
27.2.0-rc3
OBS Studio 27.2 Release Candidate 3 Release Candidate 3 Changes –-------------------------- * Fixed a crash with the script properties view Release Candidate 2 Changes --------------------------- * Fixed SVT-AV1 not properly setting rate control (CBR/VBR) * Fixed a crash with the filters window * Fixed a few AJA bugs * Fixed PipeWire window capture not saving settings * Updated translations New Features and Additions -------------------------- * Added AJA source for AJA devices [DDRBoxman/AJA Team] * Added AJA output to tools menu for AJA devices [DDRBoxman/AJA Team] * Added the ability to set different blend modes to sources via the source right-click context menu (similar to Photoshop’s layer blending for example) [jw0z96] * Added AOM AV1 and SVT-AV1 encoders (note that these are currently considered experimental, work best with CPUs that have many cores, and are only accessible for recording in advanced output mode) [Jim] * Added an OBS hotkey for browser sources to allow refreshing a browser source via that hotkey [gxalpha] * Added hotkey filter search [furious] * Added hotkey duplicate detection [furious/Jim] * Added a warning dialog when switching profiles that have settings changes that require a restart [offthegrid-mike] * Added a “Show active outputs warning on exit” option in advanced settings, which allows you to enable/disable the confirmation dialog on exit while recording/streaming [bobvandevijver] * Added support for the RIST protocol [pkv] * Added official Flatpak support for Linux [GeorgesStavracas] * Added framework for future support of background hotkeys on Wayland [kkartaltepe] * Added an option to general settings to hide OBS from all capturing, allowing you to capture your screen without OBS showing up [R1CH] Tweaks ------ * Updated CEF (Chromium) for the browser source from 75 (3770) to version 95 (4638) (Absolutely amazing work by everyone who worked on this, especially the CEF community -Jim) [RytoEX/pkv/WizardCM/VodBox] * Updated dependencies to their latest versions [Jim/RytoEX/pkv/WizardCM/VodBox] * Volume meters will now show audio activity in grayscale when muted rather than showing no activity [cg2121] * Improve menu bar icons on macOS [PatTheMav] * A warning will now be shown when failing to start/stop YouTube streams [derrod] * Improved consistency of transition duration suffixes [cg2121] * On Linux, the list of windows shown in Window capture will now show alphabetically [donotnoot] * Twitch panels will now use light or dark mode depending on the OBS theme [RytoEX] * Changed the Docks menu from being a submenu in the View menu to instead be its own top-level menu on the menu-bar [Warchamp7] * A more user-friendly dialog is now displayed when a file could not be written for recording [R1CH] * The filters preview/properties are now resizable [Warchamp7] * Added the ability for RTMP servers to request a silent reconnect when the server is going down (otherwise known as the “[RTMP go away](https://github.com/facebookincubator/rtmp-go-away)” feature) [Jim] * Incompatible audio filters will now not be shown for sources that don’t support them [WizardCM] * Added frontend event so scripts can know when OBS is shutting down [cg2121] * PipeWire capturing is now more robust, especially in multi-GPU setups [columbarius] * Sources will now be activated when viewing them in the filters dialog [tt2468] * Browser sources are no longer refreshed when their size changes (useful when programmatically resizing them) [exeldro] Bug Fixes --------- * Fixed the cursor capture position on certain applications with window and game capture [rcdrone] * Fix YouTube GoLive feature not working for existing broadcasts that are not auto-start broadcasts [derrod] * Fixed the YouTube broadcast button state when stopping streams without auto-start, that have auto-stop enabled [derrod] * Fixed an issue where the edit menu wouldn’t properly update its state depending on what was selected [offthegrid-mike] * Fixed the Paste Source context menu items from still being enabled if source has been destroyed [Jim] * Fixed a bug where pressing “Cancel” on a properties dialog would cause settings to save in some cases despite hitting cancel [gxalpha] * Fixed a bug where certain settings would show as available in the video capture device properties when they weren’t actually available [lexi-lambda] * Fixed a crash where modifying the video capture device properties on Linux could cause a crash on some systems [lexi-lambda] * Fixed Linux PulseAudio monitoring volume with signed 32bit and unsigned 8bit formats [norihiro] * Fixed Media Source not working with audio-only files [norihiro] * Fixed a couple memory leaks with QSV [shleeable] * Fixed an issue where audio monitoring could have significant latency on Linux [kkartaltepe] * Fixed undo/redo not working for text changes on the context bar [gxalpha] * Fixed an issue where the transform window would not consistently updated for selected sources/scenes [offthegrid-mike] * Fixed missing undo/redo action when resetting filter properties [gxalpha] * Fixed missing undo/redo action when using “Add existing source” [gxalpha] * Fixed an issue where stinger transitions could sometimes loop unintentionally [exeldro] * Fixed an issue where transforms/crops would not be included when copying/pasting sources [torresam] * Fixed a couple potential freezes and crashes, especially with browser sources [Jim] * Fixed an issue where devices would not always reinitialize properly when switching scene collections [Jim] * Fixed various issues that would affect the websockets plugin [tt2468] * Fixed a bug where certain Twitch panel settings wouldn’t save properly [derrod] * Fixed a bug on Linux where Window capture wouldn’t properly capture on software rasterization devices [ishitatsuyuki] * Fixed various potential bugs and race conditions across the program and multiple plugins [wangshaohui] * Fixed network throughput to distant servers potentially being limited in low memory environments [R1CH] * Fixed a crash on Linux X11 that could happen when closing certain dialogs containing video previews [tt2468] * Fixed VST plugin windows disappearing when resized [Blue Cat Audio] * Fixed a VST plugin crash that could occur under certain circumstances [walker-WSH] * Fixed an incorrect offset of scene labels on certain multiview configurations [norihiro] * Fixed a bug that would allow resizing sources that are locked [ntoff] * Fixed a performance issue with X11 window capture on Linux [ishitatsuyuki] * Fixed a bug where projectors could not be resized with certain window managers on Linux [univrsal] * Fixed window flashing on macOS when starting the program minimized to tray [CodyJung] * Fixed a bug where push-to-talk or mute delay would not save under certain circumstances [CodyJung] * Fixed a bug where mouse hotkeys would not always function correctly on Linux [kkartaltepe]
b0528e0
2022-02-09 03:07
下载
27.2.0-rc2
OBS Studio 27.2 Release Candidate 2 Release Candidate 2 Changes --------------------------- * Fix SVT-AV1 not properly setting rate control (CBR/VBR) * Fixed a crash with the source filters window * Fixed a few AJA bugs * Fixed PipeWire window capture not saving settings * Updated translations New Features and Additions -------------------------- * Added AJA source for AJA devices [DDRBoxman/AJA Team] * Added AJA output to tools menu for AJA devices [DDRBoxman/AJA Team] * Added the ability to set different blend modes to sources via the source right-click context menu (similar to Photoshop’s layer blending for example) [jw0z96] * Added AOM AV1 and SVT-AV1 encoders (note that these are currently considered experimental, work best with CPUs that have many cores, and are only accessible for recording in advanced output mode) [Jim] * Added an OBS hotkey for browser sources to allow refreshing a browser source via that hotkey [gxalpha] * Added hotkey filter search [furious] * Added hotkey duplicate detection [furious/Jim] * Added a warning dialog when switching profiles that have settings changes that require a restart [offthegrid-mike] * Added a “Show active outputs warning on exit” option in advanced settings, which allows you to enable/disable the confirmation dialog on exit while recording/streaming [bobvandevijver] * Added support for the RIST protocol [pkv] * Added official Flatpak support for Linux [GeorgesStavracas] * Added framework for future support of background hotkeys on Wayland [kkartaltepe] * Added an option to general settings to hide OBS from all capturing, allowing you to capture your screen without OBS showing up [R1CH] Tweaks ------ * Updated CEF (Chromium) for the browser source from 75 (3770) to version 95 (4638) (Absolutely amazing work by everyone who worked on this, especially the CEF community -Jim) [RytoEX/pkv/WizardCM/VodBox] * Updated dependencies to their latest versions [Jim/RytoEX/pkv/WizardCM/VodBox] * Volume meters will now show audio activity in grayscale when muted rather than showing no activity [cg2121] * Improve menu bar icons on macOS [PatTheMav] * A warning will now be shown when failing to start/stop YouTube streams [derrod] * Improved consistency of transition duration suffixes [cg2121] * On Linux, the list of windows shown in Window capture will now show alphabetically [donotnoot] * Twitch panels will now use light or dark mode depending on the OBS theme [RytoEX] * Changed the Docks menu from being a submenu in the View menu to instead be its own top-level menu on the menu-bar [Warchamp7] * A more user-friendly dialog is now displayed when a file could not be written for recording [R1CH] * The filters preview/properties are now resizable [Warchamp7] * Added the ability for RTMP servers to request a silent reconnect when the server is going down (otherwise known as the “[RTMP go away](https://github.com/facebookincubator/rtmp-go-away)” feature) [Jim] * Incompatible audio filters will now not be shown for sources that don’t support them [WizardCM] * Added frontend event so scripts can know when OBS is shutting down [cg2121] * PipeWire capturing is now more robust, especially in multi-GPU setups [columbarius] * Sources will now be activated when viewing them in the filters dialog [tt2468] * Browser sources are no longer refreshed when their size changes (useful when programmatically resizing them) [exeldro] Bug Fixes --------- * Fixed the cursor capture position on certain applications with window and game capture [rcdrone] * Fix YouTube GoLive feature not working for existing broadcasts that are not auto-start broadcasts [derrod] * Fixed the YouTube broadcast button state when stopping streams without auto-start, that have auto-stop enabled [derrod] * Fixed an issue where the edit menu wouldn’t properly update its state depending on what was selected [offthegrid-mike] * Fixed the Paste Source context menu items from still being enabled if source has been destroyed [Jim] * Fixed a bug where pressing “Cancel” on a properties dialog would cause settings to save in some cases despite hitting cancel [gxalpha] * Fixed a bug where certain settings would show as available in the video capture device properties when they weren’t actually available [lexi-lambda] * Fixed a crash where modifying the video capture device properties on Linux could cause a crash on some systems [lexi-lambda] * Fixed Linux PulseAudio monitoring volume with signed 32bit and unsigned 8bit formats [norihiro] * Fixed Media Source not working with audio-only files [norihiro] * Fixed a couple memory leaks with QSV [shleeable] * Fixed an issue where audio monitoring could have significant latency on Linux [kkartaltepe] * Fixed undo/redo not working for text changes on the context bar [gxalpha] * Fixed an issue where the transform window would not consistently updated for selected sources/scenes [offthegrid-mike] * Fixed missing undo/redo action when resetting filter properties [gxalpha] * Fixed missing undo/redo action when using “Add existing source” [gxalpha] * Fixed an issue where stinger transitions could sometimes loop unintentionally [exeldro] * Fixed an issue where transforms/crops would not be included when copying/pasting sources [torresam] * Fixed a couple potential freezes and crashes, especially with browser sources [Jim] * Fixed an issue where devices would not always reinitialize properly when switching scene collections [Jim] * Fixed various issues that would affect the websockets plugin [tt2468] * Fixed a bug where certain Twitch panel settings wouldn’t save properly [derrod] * Fixed a bug on Linux where Window capture wouldn’t properly capture on software rasterization devices [ishitatsuyuki] * Fixed various potential bugs and race conditions across the program and multiple plugins [wangshaohui] * Fixed network throughput to distant servers potentially being limited in low memory environments [R1CH] * Fixed a crash on Linux X11 that could happen when closing certain dialogs containing video previews [tt2468] * Fixed VST plugin windows disappearing when resized [Blue Cat Audio] * Fixed a VST plugin crash that could occur under certain circumstances [walker-WSH] * Fixed an incorrect offset of scene labels on certain multiview configurations [norihiro] * Fixed a bug that would allow resizing sources that are locked [ntoff] * Fixed a performance issue with X11 window capture on Linux [ishitatsuyuki] * Fixed a bug where projectors could not be resized with certain window managers on Linux [univrsal] * Fixed window flashing on macOS when starting the program minimized to tray [CodyJung] * Fixed a bug where push-to-talk or mute delay would not save under certain circumstances [CodyJung] * Fixed a bug where mouse hotkeys would not always function correctly on Linux [kkartaltepe]
b7a24d5
2022-02-08 06:16
下载
27.2.0-rc1
OBS Studio 27.2 Release Candidate 1 New Features and Additions -------------------------- * Added AJA source for AJA devices [DDRBoxman/AJA Team] * Added AJA output to tools menu for AJA devices [DDRBoxman/AJA Team] * Added the ability to set different blend modes to sources via the source right-click context menu (similar to Photoshop’s layer blending for example) [jw0z96] * Added AOM AV1 and SVT-AV1 encoders (note that these are currently considered experimental, work best with CPUs that have many cores, and are only accessible for recording in advanced output mode) [Jim] * Added an OBS hotkey for browser sources to allow refreshing a browser source via that hotkey [gxalpha] * Added hotkey filter search [furious] * Added hotkey duplicate detection [furious/Jim] * Added a warning dialog when switching profiles that have settings changes that require a restart [offthegrid-mike] * Added a “Show active outputs warning on exit” option in advanced settings, which allows you to enable/disable the confirmation dialog on exit while recording/streaming [bobvandevijver] * Added support for the RIST protocol [pkv] * Added official Flatpak support for Linux [GeorgesStavracas] * Added framework for future support of background hotkeys on Wayland [kkartaltepe] * Added an option to general settings to hide OBS from all capturing, allowing you to capture your screen without OBS showing up [R1CH] Tweaks ------ * Updated CEF (Chromium) for the browser source from 75 (3770) to version 95 (4638) (Absolutely amazing work by everyone who worked on this, especially the CEF community -Jim) [RytoEX/pkv/WizardCM/VodBox] * Updated dependencies to their latest versions [Jim/RytoEX/pkv/WizardCM/VodBox] * Volume meters will now show audio activity in grayscale when muted rather than showing no activity [cg2121] * Improve menu bar icons on macOS [PatTheMav] * A warning will now be shown when failing to start/stop YouTube streams [derrod] * Improved consistency of transition duration suffixes [cg2121] * On Linux, the list of windows shown in Window capture will now show alphabetically [donotnoot] * Twitch panels will now use light or dark mode depending on the OBS theme [RytoEX] * Changed the Docks menu from being a submenu in the View menu to instead be its own top-level menu on the menu-bar [Warchamp7] * A more user-friendly dialog is now displayed when a file could not be written for recording [R1CH] * The filters preview/properties are now resizable [Warchamp7] * Added the ability for RTMP servers to request a silent reconnect when the server is going down (otherwise known as the “[RTMP go away](https://github.com/facebookincubator/rtmp-go-away)” feature) [Jim] * Incompatible audio filters will now not be shown for sources that don’t support them [WizardCM] * Added frontend event so scripts can know when OBS is shutting down [cg2121] * PipeWire capturing is now more robust, especially in multi-GPU setups [columbarius] * Sources will now be activated when viewing them in the filters dialog [tt2468] * Browser sources are no longer refreshed when their size changes (useful when programmatically resizing them) [exeldro] Bug Fixes --------- * Fixed the cursor capture position on certain applications with window and game capture [rcdrone] * Fix YouTube GoLive feature not working for existing broadcasts that are not auto-start broadcasts [derrod] * Fixed the YouTube broadcast button state when stopping streams without auto-start, that have auto-stop enabled [derrod] * Fixed an issue where the edit menu wouldn’t properly update its state depending on what was selected [offthegrid-mike] * Fixed the Paste Source context menu items from still being enabled if source has been destroyed [Jim] * Fixed a bug where pressing “Cancel” on a properties dialog would cause settings to save in some cases despite hitting cancel [gxalpha] * Fixed a bug where certain settings would show as available in the video capture device properties when they weren’t actually available [lexi-lambda] * Fixed a crash where modifying the video capture device properties on Linux could cause a crash on some systems [lexi-lambda] * Fixed Linux PulseAudio monitoring volume with signed 32bit and unsigned 8bit formats [norihiro] * Fixed Media Source not working with audio-only files [norihiro] * Fixed a couple memory leaks with QSV [shleeable] * Fixed an issue where audio monitoring could have significant latency on Linux [kkartaltepe] * Fixed undo/redo not working for text changes on the context bar [gxalpha] * Fixed an issue where the transform window would not consistently updated for selected sources/scenes [offthegrid-mike] * Fixed missing undo/redo action when resetting filter properties [gxalpha] * Fixed missing undo/redo action when using “Add existing source” [gxalpha] * Fixed an issue where stinger transitions could sometimes loop unintentionally [exeldro] * Fixed an issue where transforms/crops would not be included when copying/pasting sources [torresam] * Fixed a couple potential freezes and crashes, especially with browser sources [Jim] * Fixed an issue where devices would not always reinitialize properly when switching scene collections [Jim] * Fixed various issues that would affect the websockets plugin [tt2468] * Fixed a bug where certain Twitch panel settings wouldn’t save properly [derrod] * Fixed a bug on Linux where Window capture wouldn’t properly capture on software rasterization devices [ishitatsuyuki] * Fixed various potential bugs and race conditions across the program and multiple plugins [wangshaohui] * Fixed network throughput to distant servers potentially being limited in low memory environments [R1CH] * Fixed a crash on Linux X11 that could happen when closing certain dialogs containing video previews [tt2468] * Fixed VST plugin windows disappearing when resized [Blue Cat Audio] * Fixed a VST plugin crash that could occur under certain circumstances [walker-WSH] * Fixed an incorrect offset of scene labels on certain multiview configurations [norihiro] * Fixed a bug that would allow resizing sources that are locked [ntoff] * Fixed a performance issue with X11 window capture on Linux [ishitatsuyuki] * Fixed a bug where projectors could not be resized with certain window managers on Linux [univrsal] * Fixed window flashing on macOS when starting the program minimized to tray [CodyJung] * Fixed a bug where push-to-talk or mute delay would not save under certain circumstances [CodyJung] * Fixed a bug where mouse hotkeys would not always function correctly on Linux [kkartaltepe]
3aa90f7
2022-01-30 09:53
下载
27.2.0-beta4
OBS Studio 27.2 Beta 4 If you would like to support the OBS Project, please consider contributing to our [Patreon](https://patreon.com/obsproject) or [Open Collective](https://opencollective.com/obsproject)! Beta 4 Changes —------------- * Fixed a number of crashes with CEF 95 related to browser sources and browser panels * Fixed a crash when opening the transition properties dialog * Fixed a memory leak in the auto-configuration wizard * Browser source pages are no longer refreshed when their size changes (useful when programmatically resizing them) * Fixed browser sources not rendering after hide/show * Fixed various aja plugin issues * Fixed a crash that could happen on shutdown with certain third-party plugins * Fixed HTTP request errors not being logged when communicating with the YouTube API * Added an option to general settings to hide OBS from screen capturing, allowing you to capture your display without OBS showing up * Bumped SVT/AOM AV1 encoders to their latest versions * Fixed a few minor stability issues Beta 3 Changes –------------- * Reverted a change causing reduced performance on macOS * Fixed a crash when using sidechain on audio compression filters * Fixed a regression causing replay buffers to overwrite old replays * Fixed a regression causing replays to save to the wrong locations if slashes are present in the name formatting * Fixed a bug causing AV1 encoders to not to start up if OBS is set to a fractional framerate (e.g. 59.94) * Fixed various bugs with the hotkey section of the settings window * Fixed VST plugin windows disappearing when resized * Fixed an uncommon crash with VST plugins * Fixed an incorrect offset of scene labels on certain multiview configurations * Fixed a bug that would allow resizing sources that are locked * Fixed a performance issue with X11 window capture on Linux * Fixed a bug where projectors could not be resized with certain window managers on Linux * Fixed window flashing when starting the program minimized to tray * Fixed a bug where push-to-talk or mute delay would not save under certain circumstances * Fixed various AJA plugin issues/bugs * Fixed a bug where mouse hotkeys would not always function correctly on Linux Beta 2 Changes -------------- * Fixed vertical volume meters not showing grayscale activity while muted * Fixed a crash when using transition overrides * Fixed Flatpak deployment issue New Features and Additions -------------------------- * Added AJA source for AJA devices [DDRBoxman/AJA Team] * Added AJA output to tools menu for AJA devices [DDRBoxman/AJA Team] * Added the ability to set different blend modes to sources via the source right-click context menu (similar to Photoshop’s layer blending for example) [jw0z96] * Added AOM AV1 and SVT-AV1 encoders (note that these are currently considered experimental, work best with CPUs that have many cores, and are only accessible for recording in advanced output mode) [Jim] * Added an OBS hotkey for browser sources to allow refreshing a browser source via that hotkey [gxalpha] * Added hotkey filter search [furious] * Added hotkey duplicate detection [furious/Jim] * Added a warning dialog when switching profiles that have settings changes that require a restart [offthegrid-mike] * Added a “Show active outputs warning on exit” option in advanced settings, which allows you to enable/disable the confirmation dialog on exit while recording/streaming [bobvandevijver] * Added support for the RIST protocol [pkv] * Added official Flatpak support for Linux [GeorgesStavracas] * Added framework for future support of background hotkeys on Wayland [kkartaltepe] * Added an option to general settings to hide OBS from all capturing, allowing you to capture your system without OBS showing up [R1CH] Tweaks ------ * Updated CEF (Chromium) for the browser source from 75 (3770) to version 95 (4638) (Absolutely amazing work by everyone who worked on this, especially the CEF community -Jim) [RytoEX/pkv/WizardCM/VodBox] * Updated dependencies to their latest versions [Jim/RytoEX/pkv/WizardCM/VodBox] * Volume meters will now show audio activity in grayscale when muted rather than showing no activity [cg2121] * Improve menu bar icons on macOS [PatTheMav] * A warning will now be shown when failing to start/stop YouTube streams [derrod] * Improved consistency of transition duration suffixes [cg2121] * On Linux, the list of windows shown in Window capture will now show alphabetically [donotnoot] * Twitch panels will now use light or dark mode depending on the OBS theme [RytoEX] * Changed the Docks menu from being a submenu in the View menu to instead be its own top-level menu on the menu-bar [Warchamp7] * A more user-friendly dialog is now displayed when a file could not be written for recording [R1CH] * The filters preview/properties are now resizable [Warchamp7] * Added the ability for RTMP servers to request a silent reconnect when the server is going down (otherwise known as the “[RTMP go away](https://github.com/facebookincubator/rtmp-go-away)” feature) [Jim] * Incompatible audio filters will now not be shown for sources that don’t support them [WizardCM] * Added frontend event so scripts can know when OBS is shutting down [cg2121] * PipeWire capturing is now more robust, especially in multi-GPU setups [columbarius] * Sources will now be activated when viewing them in the filters dialog [tt2468] * Browser sources are no longer refreshed when their size changes (useful when programmatically resizing them) [exeldro] Bug Fixes --------- * Fixed the cursor capture position on certain applications with window and game capture [rcdrone] * Fix YouTube GoLive feature not working for existing broadcasts that are not auto-start broadcasts [derrod] * Fixed the YouTube broadcast button state when stopping streams without auto-start that have auto-stop enabled [derrod] * Fixed an issue where the edit menu wouldn’t properly update its state depending on what was selected [offthegrid-mike] * Fixed the Paste Source context menu items from still being enabled if source has been destroyed [Jim] * Fixed a bug where pressing “Cancel” on a properties dialog would cause settings to save in some cases despite hitting cancel [gxalpha] * Fixed a bug where certain settings would show as available in the video capture device properties when they weren’t actually available [lexi-lambda] * Fixed a crash where modifying the video capture device properties on Linux could cause a crash on some systems [lexi-lambda] * Fixed Linux PulseAudio monitoring volume with signed 32bit and unsigned 8bit formats [norihiro] * Fixed Media Source not working with audio-only files [norihiro] * Fixed a couple memory leaks with QSV [shleeable] * Fixed an issue where audio monitoring could have significant latency on Linux [kkartaltepe] * Fixed undo/redo not working for text changes on the context bar [gxalpha] * Fixed an issue where the transform window would not consistently updated for selected sources/scenes [offthegrid-mike] * Fixed missing undo/redo action when resetting filter properties [gxalpha] * Fixed missing undo/redo action when using “Add existing source” [gxalpha] * Fixed an issue where stinger transitions could sometimes loop unintentionally [exeldro] * Fixed an issue where transforms/crops would not be included when copying/pasting sources [torresam] * Fixed a couple potential freezes and crashes, especially with browser sources [Jim] * Fixed an issue where devices would not always reinitialize properly when switching scene collections [Jim] * Fixed various issues that would affect the websockets plugin [tt2468] * Fixed a bug where certain Twitch panel settings wouldn’t save properly [derrod] * Fixed a bug on Linux where Window capture wouldn’t properly capture on software rasterization devices [ishitatsuyuki] * Fixed various potential bugs and race conditions across the program and multiple plugins [wangshaohui] * Fixed network throughput to distant servers potentially being limited in low memory environments [R1CH] * Fixed a crash on Linux X11 that could happen when closing certain dialogs containing video previews [tt2468] * Fixed VST plugin windows disappearing when resized [Blue Cat Audio] * Fixed a VST plugin crash that could occur under certain circumstances [walker-WSH] * Fixed an incorrect offset of scene labels on certain multiview configurations [norihiro] * Fixed a bug that would allow resizing sources that are locked [ntoff] * Fixed a performance issue with X11 window capture on Linux [ishitatsuyuki] * Fixed a bug where projectors could not be resized with certain window managers on Linux [univrsal] * Fixed window flashing on macOS when starting the program minimized to tray [CodyJung] * Fixed a bug where push-to-talk or mute delay would not save under certain circumstances [CodyJung] * Fixed a bug where mouse hotkeys would not always function correctly on Linux [kkartaltepe]
2416dfb
2022-01-24 03:53
下载
27.2.0-beta3
OBS Studio 27.2 Beta 3 If you would like to support the OBS Project, please consider contributing to our [Patreon](https://patreon.com/obsproject) or [Open Collective](https://opencollective.com/obsproject)! Beta 3 Changes –------------- * Reverted a change causing reduced performance on macOS * Fixed a crash when using sidechain on audio compression filters * Fixed a regression causing replay buffers to overwrite old replays * Fixed a regression causing replays to save to the wrong locations if slashes are present in the name formatting * Fixed a bug causing AV1 encoders to not to start up if OBS is set to a fractional framerate (e.g. 59.94) * Fixed various bugs with the hotkey section of the settings window * Fixed VST plugin windows disappearing when resized * Fixed an uncommon crash with VST plugins * Fixed an incorrect offset of scene labels on certain multiview configurations * Fixed a bug that would allow resizing sources that are locked * Fixed a performance issue with X11 window capture on Linux * Fixed a bug where projectors could not be resized with certain window managers on Linux * Fixed window flashing when starting the program minimized to tray * Fixed a bug where push-to-talk or mute delay would not save under certain circumstances * Fixed various AJA plugin issues/bugs * Fixed a bug where mouse hotkeys would not always function correctly on Linux Beta 2 Changes -------------- * Fixed vertical volume meters not showing grayscale activity while muted * Fixed a crash when using transition overrides * Fixed Flatpak deployment issue New Features and Additions -------------------------- * Added AJA source for AJA devices [DDRBoxman/AJA Team] * Added AJA output to tools menu for AJA devices [DDRBoxman/AJA Team] * Added the ability to set different blend modes to sources via the source right-click context menu (similar to Photoshop’s layer blending for example) [jw0z96] * Added AOM AV1 and SVT-AV1 encoders (note that these are currently considered experimental, work best with CPUs that have many cores, and are only accessible for recording in advanced output mode) [Jim] * Added an OBS hotkey for browser sources to allow refreshing a browser source via that hotkey [gxalpha] * Added hotkey filter search [furious] * Added hotkey duplicate detection [furious/Jim] * Added a warning dialog when switching profiles that have settings changes that require a restart [offthegrid-mike] * Added a “Show active outputs warning on exit” option in advanced settings, which allows you to enable/disable the confirmation dialog on exit while recording/streaming [bobvandevijver] * Added support for the RIST protocol [pkv] * Added official Flatpak support for Linux [GeorgesStavracas] * Added framework for future support of background hotkeys on Wayland [kkartaltepe] Tweaks ------ * Updated CEF (Chromium) for the browser source from 75 (3770) to version 95 (4638) (Absolutely amazing work by everyone who worked on this, especially the CEF community -Jim) [RytoEX/pkv/WizardCM/VodBox] * Updated dependencies to their latest versions [Jim/RytoEX/pkv/WizardCM/VodBox] * Volume meters will now show audio activity in grayscale when muted rather than showing no activity [cg2121] * Improve menu bar icons on macOS [PatTheMav] * A warning will now be shown when failing to start/stop YouTube streams [derrod] * Improved consistency of transition duration suffixes [cg2121] * On Linux, the list of windows shown in Window capture will now show alphabetically [donotnoot] * Twitch panels will now use light or dark mode depending on the OBS theme [RytoEX] * Changed the Docks menu from being a submenu in the View menu to instead be its own top-level menu on the menu-bar [Warchamp7] * A more user-friendly dialog is now displayed when a file could not be written for recording [R1CH] * The filters preview/properties are now resizable [Warchamp7] * Added the ability for RTMP servers to request a silent reconnect when the server is going down (otherwise known as the “[RTMP go away](https://github.com/facebookincubator/rtmp-go-away)” feature) [Jim] * Incompatible audio filters will now not be shown for sources that don’t support them [WizardCM] * Added frontend event so scripts can know when OBS is shutting down [cg2121] * PipeWire capturing is now more robust, especially in multi-GPU setups [columbarius] * Sources will now be activated when viewing them in the filters dialog [tt2468] Bug Fixes --------- * Fixed the cursor capture position on certain applications with window and game capture [rcdrone] * Fix YouTube GoLive feature not working for existing broadcasts that are not auto-start broadcasts [derrod] * Fixed the YouTube broadcast button state when stopping streams without auto-start that have auto-stop enabled [derrod] * Fixed an issue where the edit menu wouldn’t properly update its state depending on what was selected [offthegrid-mike] * Fixed the Paste Source context menu items from still being enabled if source has been destroyed [Jim] * Fixed a bug where pressing “Cancel” on a properties dialog would cause settings to save in some cases despite hitting cancel [gxalpha] * Fixed a bug where certain settings would show as available in the video capture device properties when they weren’t actually available [lexi-lambda] * Fixed a crash where modifying the video capture device properties on Linux could cause a crash on some systems [lexi-lambda] * Fixed Linux PulseAudio monitoring volume with signed 32bit and unsigned 8bit formats [norihiro] * Fixed Media Source not working with audio-only files [norihiro] * Fixed a couple memory leaks with QSV [shleeable] * Fixed an issue where audio monitoring could have significant latency on Linux [kkartaltepe] * Fixed undo/redo not working for text changes on the context bar [gxalpha] * Fixed an issue where the transform window would not consistently updated for selected sources/scenes [offthegrid-mike] * Fixed missing undo/redo action when resetting filter properties [gxalpha] * Fixed missing undo/redo action when using “Add existing source” [gxalpha] * Fixed an issue where stinger transitions could sometimes loop unintentionally [exeldro] * Fixed an issue where transforms/crops would not be included when copying/pasting sources [torresam] * Fixed a couple potential freezes and crashes, especially with browser sources [Jim] * Fixed an issue where devices would not always reinitialize properly when switching scene collections [Jim] * Fixed various issues that would affect the websockets plugin [tt2468] * Fixed a bug where certain Twitch panel settings wouldn’t save properly [derrod] * Fixed a bug on Linux where Window capture wouldn’t properly capture on software rasterization devices [ishitatsuyuki] * Fixed various potential bugs and race conditions across the program and multiple plugins [wangshaohui] * Fixed network throughput to distant servers potentially being limited in low memory environments [R1CH] * Fixed a crash on Linux X11 that could happen when closing certain dialogs containing video previews [tt2468] * Fixed VST plugin windows disappearing when resized [Blue Cat Audio] * Fixed a VST plugin crash that could occur under certain circumstances [walker-WSH] * Fixed an incorrect offset of scene labels on certain multiview configurations [norihiro] * Fixed a bug that would allow resizing sources that are locked [ntoff] * Fixed a performance issue with X11 window capture on Linux [ishitatsuyuki] * Fixed a bug where projectors could not be resized with certain window managers on Linux [univrsal] * Fixed window flashing on macOS when starting the program minimized to tray [CodyJung] * Fixed a bug where push-to-talk or mute delay would not save under certain circumstances [CodyJung] * Fixed a bug where mouse hotkeys would not always function correctly on Linux [kkartaltepe]
046d98d
2022-01-11 07:41
下载
27.2.0-beta2
OBS Studio 27.2 Beta 2 Beta 2 Changes —------------- * Fixed vertical volume meters not showing grayscale activity while muted * Fixed a crash when using transition overrides * Fixed Flatpak deployment issue * Fixed a bug when using YouTube integration without browser support New Features and Additions -------------------------- * Added AJA source for AJA devices [DDRBoxman/AJA Team] * Added AJA output to tools menu for AJA devices [DDRBoxman/AJA Team] * Added the ability to set different blend modes to sources via the source right-click context menu (similar to Photoshop’s layer blending for example) [jw0z96] * Added AOM AV1 and SVT-AV1 encoders (note that these are currently considered experimental, work best with CPUs that have many cores, and are only accessible for recording in advanced output mode) [Jim] * Added an OBS hotkey for browser sources to allow refreshing a browser source via that hotkey [gxalpha] * Added hotkey filter search [furious] * Added hotkey duplicate detection [furious/Jim] * Added a warning dialog when switching profiles that have settings changes that require a restart [offthegrid-mike] * Added a “Show active outputs warning on exit” option in advanced settings, which allows you to enable/disable the confirmation dialog on exit while recording/streaming [bobvandevijver] * Added support for the RIST protocol [pkv] * Added official Flatpak support for Linux [GeorgesStavracas] * Added framework for future support of background hotkeys on Wayland [kkartaltepe] Tweaks ------ * Updated CEF (Chromium) for the browser source from 75 (3770) to version 95 (4638) (Absolutely amazing work by everyone who worked on this, especially the CEF community -Jim) [RytoEX/pkv/WizardCM/VodBox] * Updated dependencies to their latest versions [Jim/RytoEX/pkv/WizardCM/VodBox] * Volume meters will now show audio activity in grayscale when muted rather than showing no activity [cg2121] * Improve menu bar icons on macOS [PatTheMav] * A warning will now be shown when failing to start/stop YouTube streams [derrod] * Improved consistency of transition duration suffixes [cg2121] * On Linux, the list of windows shown in Window capture will now show alphabetically [donotnoot] * Twitch panels will now use light or dark mode depending on the OBS theme [RytoEX] * Changed the Docks menu from being a submenu in the View menu to instead be its own top-level menu on the menu-bar [Warchamp7] * A more user-friendly dialog is now displayed when a file could not be written for recording [R1CH] * The filters preview/properties are now resizable [Warchamp7] * Added the ability for RTMP servers to request a silent reconnect when the server is going down (otherwise known as the “[RTMP go away](https://github.com/facebookincubator/rtmp-go-away)” feature) [Jim] * Incompatible audio filters will now not be shown for sources that don’t support them [WizardCM] * Added frontend event so scripts can know when OBS is shutting down [cg2121] * PipeWire capturing is now more robust, especially in multi-GPU setups [columbarius] Bug Fixes --------- * Fixed the cursor capture position on certain applications with window and game capture [rcdrone] * Fix YouTube GoLive feature not working for existing broadcasts that are not auto-start broadcasts [derrod] * Fixed the YouTube broadcast button state when stopping streams without auto-start that have auto-stop enabled [derrod] * Fixed an issue where the edit menu wouldn’t properly update its state depending on what was selected [offthegrid-mike] * Fixed the Paste Source context menu items from still being enabled if source has been destroyed [Jim] * Fixed a bug where pressing “Cancel” on a properties dialog would cause settings to save in some cases despite hitting cancel [gxalpha] * Fixed a bug where certain settings would show as available in the video capture device properties when they weren’t actually available [lexi-lambda] * Fixed a crash where modifying the video capture device properties on Linux could cause a crash on some systems [lexi-lambda] * Fixed Linux PulseAudio monitoring volume with signed 32bit and unsigned 8bit formats [norihiro] * Fixed Media Source not working with audio-only files [norihiro] * Fixed a couple memory leaks with QSV [shleeable] * Fixed an issue where audio monitoring could have significant latency on Linux [kkartaltepe] * Fixed undo/redo not working for text changes on the context bar [gxalpha] * Fixed an issue where the transform window would not consistently updated for selected sources/scenes [offthegrid-mike] * Fixed missing undo/redo action when resetting filter properties [gxalpha] * Fixed missing undo/redo action when using “Add existing source” [gxalpha] * Fixed an issue where stinger transitions could sometimes loop unintentionally [exeldro] * Fixed an issue where transforms/crops would not be included when copying/pasting sources [torresam] * Fixed a couple potential freezes and crashes, especially with browser sources [Jim] * Fixed an issue where devices would not always reinitialize properly when switching scene collections [Jim] * Fixed various issues that would affect the websockets plugin [tt2468] * Fixed a bug where certain Twitch panel settings wouldn’t save properly [derrod] * Fixed a bug on Linux where Window capture wouldn’t properly capture on software rasterization devices [ishitatsuyuki] * Fixed various potential bugs and race conditions across the program and multiple plugins [wangshaohui] * Fixed network throughput to distant servers potentially being limited in low memory environments [R1CH] * Fixed a crash on Linux X11 that could happen when closing certain dialogs containing video previews [tt2468]
1dd9612
2021-12-31 01:18
下载
27.2.0-beta1
OBS Studio 27.2 Beta 1 If you would like to support the OBS Project, please consider contributing to our [Open Collective](https://opencollective.com/obsproject) or [Patreon](https://patreon.com/obsproject)! New Features and Additions -------------------------- * Added AJA source for AJA devices [DDRBoxman/AJA Team] * Added AJA output to tools menu for AJA devices [DDRBoxman/AJA Team] * Added the ability to set different blend modes to sources via the source right-click context menu (similar to Photoshop’s layer blending for example) [jw0z96] * Added AOM AV1 and SVT-AV1 encoders (note that these are currently considered experimental, work best with CPUs that have many cores, and are only accessible for recording in advanced output mode) [Jim] * Added an OBS hotkey for browser sources to allow refreshing a browser source via that hotkey [gxalpha] * Added hotkey filter search [furious] * Added hotkey duplicate detection [furious/Jim] * Added a warning dialog when switching profiles that have settings changes that require a restart [offthegrid-mike] * Added a “Show active outputs warning on exit” option in advanced settings, which allows you to enable/disable the confirmation dialog on exit while recording/streaming [bobvandevijver] * Added support for the RIST protocol [pkv] * Added official Flatpak support for Linux [GeorgesStavracas] * Added hotkey support when running OBS on Linux with Wayland [kkartaltepe] Tweaks ------ * Updated CEF (Chromium) for the browser source from 75 (3770) to version 95 (4638) (Absolutely amazing work by everyone who worked on this, especially the CEF community -Jim) [RytoEX/pkv/WizardCM/VodBox] * Updated dependencies to their latest versions [Jim/RytoEX/pkv/WizardCM/VodBox] * Volume meters will now show audio activity in grayscale when muted rather than showing no activity [cg2121] * Improve menu bar icons on macOS [PatTheMav] * A warning will now be shown when failing to start/stop YouTube streams [derrod] * Improved consistency of transition duration suffixes [cg2121] * On Linux, the list of windows shown in Window capture will now show alphabetically [donotnoot] * Twitch panels will now use light or dark mode depending on the OBS theme [RytoEX] * Changed the Docks menu from being a submenu in the View menu to instead be its own top-level menu on the menu-bar [Warchamp7] * A more user-friendly dialog is now displayed when a file could not be written for recording [R1CH] * The filters preview/properties are now resizable [Warchamp7] * Added the ability for RTMP servers to request a silent reconnect when the server is going down (otherwise known as the “[RTMP go away](https://github.com/facebookincubator/rtmp-go-away)” feature) [Jim] * Incompatible audio filters will now not be shown for sources that don’t support them [WizardCM] * Added frontend event so scripts can know when OBS is shutting down [cg2121] * PipeWire capturing is now more robust, especially in multi-GPU setups [columbarius] Bug Fixes --------- * Fixed the cursor capture position on certain games with window and game capture [rcdrone] * Fix YouTube GoLive feature not working for existing broadcasts that are not auto-start broadcasts [derrod] * Fixed the YouTube broadcast button state when stopping streams without auto-start that have auto-stop enabled [derrod] * Fixed an issue where the edit menu wouldn’t properly update its state depending on what was selected [offthegrid-mike] * Fixed the Paste Source context menu items from still being enabled if source has been destroyed [Jim] * Fixed a bug where pressing “Cancel” on a properties dialog would cause settings to save in some cases despite hitting cancel [gxalpha] * Fixed a bug where certain settings would show as available in the video capture device properties when they weren’t actually available [lexi-lambda] * Fixed a crash where modifying the video capture device properties on Linux could cause a crash on some systems [lexi-lambda] * Fixed Linux PulseAudio monitoring volume with signed 32bit and unsigned 8bit formats [norihiro] * Fixed Media Source not working with audio-only files [norihiro] * Fixed a couple memory leaks with QSV [shleeable] * Fixed an issue where audio monitoring could have significant latency on Linux [kkartaltepe] * Fixed undo/redo not working for text changes on the context bar [gxalpha] * Fixed an issue where the transform window would not consistently updated for selected sources/scenes [offthegrid-mike] * Fixed missing undo/redo action when resetting filter properties [gxalpha] * Fixed missing undo/redo action when using “Add existing source” [gxalpha] * Fixed an issue where stinger transitions could sometimes loop unintentionally [exeldro] * Fixed an issue where transforms/crops would not be included when copying/pasting sources [torresam] * Fixed a couple potential freezes and crashes, especially with browser sources [Jim] * Fixed an issue where devices would not always reinitialize properly when switching scene collections [Jim] * Fixed various issues that would affect the websockets plugin [tt2468] * Fixed a bug where certain Twitch panel settings wouldn’t save properly [derrod] * Fixed a bug on Linux where Window capture wouldn’t properly capture on software rasterization devices [ishitatsuyuki] * Fixed various potential bugs and race conditions across the program and multiple plugins [wangshaohui] * Fixed network throughput to distant servers potentially being limited in low memory environments [R1CH]
7c50621
2021-12-29 13:55
下载
27.1.3
OBS Studio 27.1.3 If you would like to support the OBS Project, please consider contributing to our [Patreon](https://patreon.com/obsproject) or [Open Collective](https://opencollective.com/obsproject)! 27.1.3 Hotfix Changes --------------------- * Fixed a bug introduced in 27.1.2 where some sources wouldn't have their audio output properly [Jim] 27.1.2 Hotfix Changes --------------------- * Fixed Browser Source transparency issue [rcdrone] * Fixed an issue where the main window could not be resized for smaller monitors [Warchamp7] * Fixed hotkeys failing sometimes when the program was in focus [RytoEX] * Fixed an issue where the Bandwidth Test checkbox for Twitch would be incorrectly disabled [derrod] * Fixed an issue where the Bandwidth Test was unavailable for YouTube in the Auto Configuration wizard [derrod] * Fixed a crash when opening the Auto Configuration dialog with a linked YouTube account [notr1ch] 27.1.1 Hotfix Changes --------------------- * Fixed an issue that caused an incorrect deployment of 27.1 on Windows, causing the Display Capture Source to look washed out [Jim] 27.1 New Features and Additions ------------------------------- * Added YouTube integration [yuriy-chumak] * Allows the ability to connect your YouTube account without using a stream key * Adds various features when setting up your stream that allows you to set settings for each stream: your stream title, description, privacy settings, scheduling streams, and more * YouTube streams are created and managed via a new “Manage Broadcast” button next to “Start Streaming” [derrod] * Also features a chat dock for public and unlisted broadcasts (currently read-only) [derrod] * Bandwidth testing is now supported in the Auto-Configuration wizard when logged in [derrod] * Special thanks to the developers at YouTube for working with us directly on the initial implementation of this feature and helping to make it a reality * Added an 18-scene multiview option [XDelta] * Added a “Mask Only” option to the stinger track matte [Jim] * Added a feature to browser sources to allow limited control over OBS, which must be explicitly granted by the user [gxalpha] * Added an option to draw safe areas in the preview (same as the safe areas in the multiview) [cg2121] 27.1 Tweaks ----------- * Added performance fixes for Windows 11 and Windows 10 Insider builds [rcdrone] * Names for displays on macOS Display capture are now human readable names [Developer-Ecosystem-Engineering] * Auto-Remux now works with Replay Buffer [gxalpha] * Optimized the media source, reducing unnecessary CPU usage [rcdrone] * The missing files dialog will now detect missing files for stingers as well [gxalpha] * Remove “Enter Fullscreen” from the menu on macOS because macOS already has a builtin fullscreen mode interface option [gxalpha] * Sources that are invisible/hidden will now have their text dimmed as well in the source list [gxalpha] * Added a “Missing Files Check” menu item to the “Scene Collections” menu [gxalpha] * Added source icons to the source toolbar [cg2121] * Image sources that use gif files now will animate in preview when using studio mode [cg2121] * Enabled Alpha option in the Freetype 2 Test Source’s Font dialog [norihiro] * Added the ability to disable the Missing Files dialog using a startup flag [tt2468] * Added Ctrl+R on Linux and Cmd+R on macOS to reload browser panels [WizardCM] * Re-enabled drag & drop for scenes & sources on Linux [GeorgeStavracas] * Minor UI improvements to various areas, including Source Toolbar, Transform dialog and more [Warchamp7] * Improved internal behaviour in the game capture source to avoid unnecessary re-hooking [rcdrone] * Wayland capture sources are now available without having to pass custom parameters to OBS from the command line [tytan652] 27.1 Bug Fixes -------------- * Fixed a bug on Wayland on Linux where the cursor would capture slightly mispositioned [GeorgeStavracas] * Fixed a bug with Dynamic Bitrate that would cause it to malfunction when used with hardware encoders [R1CH] * Fixed a bug on Wayland where capture methods (ie window/desktop) that weren’t fully supported would appear anyway [GeorgeStavracas] * Fixed a variety of colour-related bugs in window capture and browser source [rcdrone] * Fixed a bug where track matte stingers would flash previous frames sometimes [Jim] * Fixed an issue where the projectors would list incorrect resolutions for DPI-scaled monitors [RytoEX] * Fixed a crash on exit that could occur when using 3rd party plugins that hold references to sources with audio monitoring enabled [R1CH] * Fixed a bug where the Game Capture source would occasionally still capture overlays with the “Capture third-party overlays” option disabled [kokole] * Fixed a bug where keyboard interaction did not work correctly on macOS [WizardCM] * Fixed a bug where the replay * *buffer could crash when plugins interact with it [exeldro] * Fixed an issue where the mask/blend filter looked incorrect on version 27 [rcdrone] * Fixed a bug where deleting a scene that’s used as a source wouldn’t Undo/Redo properly [exeldro] * Fixed a bug where the Auto-Remux would pop up blank sometimes [gxalpha] * Fixed a bug where performing a redo for creating sources would cause sources to be created in the wrong scene [gxalpha] * Fixed the “Deactivate when not showing” option in the Decklink source not working properly [cg2121] * Fixed a bug where themes were unable to use previously defined palette variables [WizardCM] * Fixed log viewer taking up unnecessary extra memory when closed [cg2121] * Fixed a crash that could occur when exiting OBS with decklink output active [R1CH] * Fixed an issue where saving screenshots or the replay buffer would fail if the output filename format contained a directory path [R1CH] * Fixed a crash that could occur when a connection was dropped during the Auto-Configuration Wizard’s bandwidth-testing stage [derrod] * Disabled "Network Optimizations" when using RTMPS because of incompatibility [R1CH] * Fixed an issue where setting a zero second auto reconnect delay would cause OBS to stop responding if disconnected [R1CH]
3c14e4e
2021-10-05 01:37
下载
27.1.2
OBS Studio 27.1.2 If you would like to support the OBS Project, please consider contributing to our [Patreon](https://patreon.com/obsproject) or [Open Collective](https://opencollective.com/obsproject)! 27.1.2 Hotfix Changes —-------------------- * Fixed Browser Source transparency issue [rcdrone] * Fixed an issue where the main window could not be resized for smaller monitors [Warchamp7] * Fixed hotkeys failing sometimes when the program was in focus [RytoEX] * Fixed an issue where the Bandwidth Test checkbox for Twitch would be incorrectly disabled [derrod] * Fixed an issue where the Bandwidth Test was unavailable for YouTube in the Auto Configuration wizard [derrod] * Fixed a crash when opening the Auto Configuration dialog with a linked YouTube account [notr1ch] 27.1.1 Hotfix Changes —-------------------- * Fixed an issue that caused an incorrect deployment of 27.1 on Windows, causing the Display Capture Source to look washed out [Jim] 27.1 New Features and Additions ------------------------------- * Added YouTube integration [yuriy-chumak] * Allows the ability to connect your YouTube account without using a stream key * Adds various features when setting up your stream that allows you to set settings for each stream: your stream title, description, privacy settings, scheduling streams, and more * YouTube streams are created and managed via a new “Manage Broadcast” button next to “Start Streaming” [derrod] * Also features a chat dock for public and unlisted broadcasts (currently read-only) [derrod] * Bandwidth testing is now supported in the Auto-Configuration wizard when logged in [derrod] * Special thanks to the developers at YouTube for working with us directly on the initial implementation of this feature and helping to make it a reality * Added an 18-scene multiview option [XDelta] * Added a “Mask Only” option to the stinger track matte [Jim] * Added a feature to browser sources to allow limited control over OBS, which must be explicitly granted by the user [gxalpha] * Added an option to draw safe areas in the preview (same as the safe areas in the multiview) [cg2121] 27.1 Tweaks ----------- * Added performance fixes for Windows 11 and Windows 10 Insider builds [rcdrone] * Names for displays on macOS Display capture are now human readable names [Developer-Ecosystem-Engineering] * Auto-Remux now works with Replay Buffer [gxalpha] * Optimized the media source, reducing unnecessary CPU usage [rcdrone] * The missing files dialog will now detect missing files for stingers as well [gxalpha] * Remove “Enter Fullscreen” from the menu on macOS because macOS already has a builtin fullscreen mode interface option [gxalpha] * Sources that are invisible/hidden will now have their text dimmed as well in the source list [gxalpha] * Added a “Missing Files Check” menu item to the “Scene Collections” menu [gxalpha] * Added source icons to the source toolbar [cg2121] * Image sources that use gif files now will animate in preview when using studio mode [cg2121] * Enabled Alpha option in the Freetype 2 Test Source’s Font dialog [norihiro] * Added the ability to disable the Missing Files dialog using a startup flag [tt2468] * Added Ctrl+R on Linux and Cmd+R on macOS to reload browser panels [WizardCM] * Re-enabled drag & drop for scenes & sources on Linux [GeorgeStavracas] * Minor UI improvements to various areas, including Source Toolbar, Transform dialog and more [Warchamp7] * Improved internal behaviour in the game capture source to avoid unnecessary re-hooking [rcdrone] * Wayland capture sources are now available without having to pass custom parameters to OBS from the command line [tytan652] 27.1 Bug Fixes -------------- * Fixed a bug on Wayland on Linux where the cursor would capture slightly mispositioned [GeorgeStavracas] * Fixed a bug with Dynamic Bitrate that would cause it to malfunction when used with hardware encoders [R1CH] * Fixed a bug on Wayland where capture methods (ie window/desktop) that weren’t fully supported would appear anyway [GeorgeStavracas] * Fixed a variety of colour-related bugs in window capture and browser source [rcdrone] * Fixed a bug where track matte stingers would flash previous frames sometimes [Jim] * Fixed an issue where the projectors would list incorrect resolutions for DPI-scaled monitors [RytoEX] * Fixed a crash on exit that could occur when using 3rd party plugins that hold references to sources with audio monitoring enabled [R1CH] * Fixed a bug where the Game Capture source would occasionally still capture overlays with the “Capture third-party overlays” option disabled [kokole] * Fixed a bug where keyboard interaction did not work correctly on macOS [WizardCM] * Fixed a bug where the replay * *buffer could crash when plugins interact with it [exeldro] * Fixed an issue where the mask/blend filter looked incorrect on version 27 [rcdrone] * Fixed a bug where deleting a scene that’s used as a source wouldn’t Undo/Redo properly [exeldro] * Fixed a bug where the Auto-Remux would pop up blank sometimes [gxalpha] * Fixed a bug where performing a redo for creating sources would cause sources to be created in the wrong scene [gxalpha] * Fixed the “Deactivate when not showing” option in the Decklink source not working properly [cg2121] * Fixed a bug where themes were unable to use previously defined palette variables [WizardCM] * Fixed log viewer taking up unnecessary extra memory when closed [cg2121] * Fixed a crash that could occur when exiting OBS with decklink output active [R1CH] * Fixed an issue where saving screenshots or the replay buffer would fail if the output filename format contained a directory path [R1CH] * Fixed a crash that could occur when a connection was dropped during the Auto-Configuration Wizard’s bandwidth-testing stage [derrod] * Disabled "Network Optimizations" when using RTMPS because of incompatibility [R1CH] * Fixed an issue where setting a zero second auto reconnect delay would cause OBS to stop responding if disconnected [R1CH]
a0595ae
2021-10-04 04:44
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
1
https://gitee.com/MorsunJacky/obs-studio.git
git@gitee.com:MorsunJacky/obs-studio.git
MorsunJacky
obs-studio
obs-studio
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册