登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
12月28日,「开源中国源创会年终盛典」珠海站再次回归!点击免费报名参会
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
0
Fork
0
嘲月
/
obs-studio
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
Gitee Pages
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
25.0.7
**As usual, if you would like to support our project, please check us out on [Patreon](https://www.patreon.com/obsproject) or [OpenCollective](https://opencollective.com/obsproject)!** 25.0.7 Hotfix Changes (macOS) ------------------------------- * Fix an issue with text sources on OSX 10.13 * Fix an entitlement issue that was breaking plugins * Fix OBS crashing on case sensitive filesystems on OSX 25.0.6 Hotfix Changes (macOS) -------------------------------- * Prevent closing vst plugin windows from the window UI for now to avoid a crash. You can still close them from the filter properties. * Make syphon plugin use ARC to fix some memory issues we ran into 25.0.5 Hotfix Changes (macOS) ----------------------------- * **NOTE**: MacOS 10.12 is no longer supported as of this release, due to the need to upgrade Qt for the latest versions of macOS. * Fixed a crash that could occur when using secure input fields on macOS. Because of a likely bug with macOS Catalina that was causing this crash, if you use secure input while using OBS, external hotkeys will no longer function for the duration of the program, so if you use hotkeys with OBS, we do not recommend using secure input while using OBS. (This is a temporary fix to the crash because the only way to fully work around it is likely rewriting the entire macOS hotkey system to a different hotkey-capturing method) * Fixed an issue where performance would be severely impacted when using Studio Mode on macOS 25.0.4 Hotfix Changes --------------------- * Added an option to use MixrElixr when using Mixer in the streaming section of settings * Fixed a crash on Windows with certain audio devices * Fixed a crash with Decklink output * Fixed a crash with Vulkan game capture hook on Intel GPUs * Fixed scenes not always importing correctly from Streamlabs * Fixed a bug with QuickSync ICQ rate control where it would have a limited bitrate * Fixed NVENC not showing up on Windows 7 * Fixed keyboard input on Linux not being fully functional when interacting with browser sources 25.0.3 Hotfix Changes (Linux) ----------------------------- * Fixed video device source lagging on Linux 25.0.2 Hotfix Changes (Linux) ----------------------------- * Fixed a crash when changing settings on Linux * Fixed a freeze on Linux * Fixed a crash on Windows 25.0.1 Hotfix Changes --------------------- * Fixed some FLV files not playing back properly with the media source * Fixed two crashes with the browser source * Fixed the names of monitors not showing up when using projectors * Fixed a crash with window capture * Fixed an issue where the preview would be stuck as disabled when starting the program minimized to tray * Fixed an issue where NVENC wasn't showing up for users on Linux (sorry about that, that was my fault -Jim) * Fixed a bug where certain games (particularly "Don't Starve Together") wouldn't capture with game capture anymore 25.0 New Features ----------------- * Added the ability to capture Vulkan-based games with game capture. Big thanks to Ubisoft Montreal for submitting this feature! [Littlematth/jpark37/Jim] * Added a new capture method to window capture which allows capturing browsers, browser-based windows, and Microsoft Store (UWP) programs [jpark37] * By default, it will use "Automatic", which will use the normal method on most windows, and the new method on browsers, browser-based windows, and Microsoft Store (UWP) programs * The downside of the new method is that it can cause a bit of cursor lag, as well as a highlighted border around the captured window. The border itself does not get captured, however. * You can choose which capture method to use in window capture properties * Added advanced scene collection importing (on the menu bar, Scene Collection -> Import) which allows you to import from other common streaming programs [Dillon] * Added Media source hotkeys to allow control of playback (stop/pause/play/restart) [cg2121] * For now, these are just hotkeys. User interface for this is also planned for future updates * Added the ability to drag and drop URLs to create browser sources (after displaying a confirmation prompt to ensure it was by intention) [WizardCM] * Developers can add an embed to their web pages that let them pre-specify parameters that automatically get set in the source when it's dragged into OBS. See this link for more details: https://obsproject.com/tools/browser-drag-and-drop * Added T-bar to studio mode [cg2121] * Note that this will not work while using a Stinger transition or the "Cut" transition * Added support for the SRT protocol (https://en.wikipedia.org/wiki/Secure_Reliable_Transport) [boxerab] * This is available by choosing "Custom" under Stream settings > Service, then entering your `srt://` path into the Server box. * Added a button grid mode to the scenes list, which can be toggled via right-clicking on the scenes list [Dillon] * Added ability to lock volume values of audio sources via their right-click context menu in the mixer [cg2121] * Added source icons to the source list that give a more visible indication of their function (can be disabled in the View menu) [cg2121] * Added support for cube LUT files in the LUT filter [jpark37] * Added an option to show all audio sources to advanced audio settings [exeldro] * Added an option to use percent rather than dB in advanced audio properties via right-clicking items in the window [cg2121] * Added a button to save replay buffer next to the replay buffer button (similar to the pause button on the recording button) [cg2121] * Added support for certain devices that can automatically rotate their camera output such as the Logitech StreamCam [Jim] * Added the ability to change the projector type to the projector's right-click context menu [cg2121] * Added the ability to copy/paste multiple selected sources [torresam] * Added an option to enable/disable BTTV and/or FFZ chat extensions when connecting your Twitch account in the stream section of settings [Rodney] * Added a system tray icon to show when the recording is paused [Programatic] * Added a "Custom Quantization Matrix" option to QSV encoder (available on Ice Lake or newer) [brittneysclark] * Added an option to toggle looping to the scroll filter [Dillon] * Added a "Fade to Black" option for quick transitions in studio mode [cg2121] * Added string specifiers to the Filename Formatting option in advanced settings which allows you to specify certain settings such as resolution and FPS to recording filenames [exeldro] * Added a hotkey to reset the stats window/panel [cg2121] * Added help icons when an property has a tooltip associated with it [WizardCM] * Added monitor names in monitor selection context menus [WizardCM] * Video settings now shows aspect ratio of canvas and output resolutions [cg2121] 25.0 Changes/Tweaks ------------------- * Increased default size of color source to the size of the canvas [cg2121] * Increased default size of text in text sources [cg2121] * Increased the number of files you can open with the image slideshow at once [Jim] * Added various minor performance improvements [jpark37] * The mask filter will now reload the mask automatically if the mask file has been modified [omkelderman] * The browser source now uses a monospace font for the custom CSS property [WizardCM] * Redesigned Decklink output UI by combining the start and stop buttons and highlighting them when the output is active. [cg2121] * Removed the older deprecated NVENC encoder in advanced output mode to prevent confusion. You will now only see "NVENC (new)" (which we will eventually rename back to just "NVENC"). Rescaling is now supported on it (automatically falls back to the older implementation internally) 25.0 Bug Fixes -------------- * Fixed an issue where window capture could select an unintended window when opening its properties [Jim/Dillon] * Fixed browser source not loading files with a hash character in the path [Dillon] * Fixed a bug where importing profiles didn't work correctly in portable mode [WizardCM] * Fixed a bug where resizing docks wouldn't work when hotkeys were disabled while OBS is focused [WizardCM] * Fixed a bug where preview wasn't fully disabled when minimized [R1CH] * Fixed a bug where the program could crash on startup if the system had flash installed on it [R1CH/Jim] * Fixed a bug where the media source could sometimes lock up on a frame [Jim] * Fixed a bug where Twitch browser panels would not use dark theme the first time they run [Jim] * Fixed a bug where the recording audio bitrate would be too low when using a custom recording quality in simple output mode [Fenrir] * Fixed a bug where a reconnected stream would drop to 0 kbps and disconnect if using audio track 2 [R1CH] * Fixed a bug when using multiple game captures where the wrong game would sometimes be captured [Dillon] * Fixed a crash when entering large resolutions in video settings [cg2121] * Fixed a crash with PulseAudio on Linux [cg2121] * Fixed a crash on shutdown that could occur after using the auto configuration wizard [R1CH] * Fixed a crash with the VLC and slideshow sources when adding directories containing files with many unicode characters [R1CH] * Fixed a crash on startup if a plugin saved whitespace to its config file (this primarily affected the Tuna plugin) [R1CH] * Fixed a crash when no Decklink outputs are available, such as when the input is active at the same time [cg2121] * Fixed a crash when when no Decklink output device is selected when the output is started [cg2121] * Fixed a crash when using custom RTMP authentication [R1CH] * Fixed an issue where devices could lock up when using the browser source [Jim] * Fixed a few minor memory leaks [jpark37] * Fixed an issue where the program would not let you know that the recording path was invalid [Lqlsoftware]
355cd6c
2020-04-17 08:41
下载
25.0.6
OBS Studio 25.0.6 25.0.6 Hotfix Changes (macOS) ---------------------------- * Prevent crash on closing vst windows on macos * Fix syphon plugin, we switched over to ARC to prevent some memory issues 25.0.5 Hotfix Changes (macOS) ----------------------------- * Fixed a crash that could occur when using secure input fields on macOS. Because of a likely bug with macOS Catalina that was causing this crash, if you use secure input while using OBS, external hotkeys will no longer function for the duration of the program, so if you use hotkeys with OBS, we do not recommend using secure input while using OBS. (This is a temporary fix to the crash because the only way to fully work around it is likely rewriting the entire macOS hotkey system to a different hotkey-capturing method) 25.0.4 Hotfix Changes --------------------- * Added an option to use MixrElixr when using Mixer in the streaming section of settings * Fixed a crash on Windows with certain audio devices * Fixed a crash with Decklink output * Fixed a crash with Vulkan game capture hook on Intel GPUs * Fixed scenes not always importing correctly from Streamlabs * Fixed a bug with QuickSync ICQ rate control where it would have a limited bitrate * Fixed NVENC not showing up on Windows 7 * Fixed keyboard input on Linux not being fully functional when interacting with browser sources 25.0.3 Hotfix Changes (Linux) ----------------------------- * Fixed video device source lagging on Linux 25.0.2 Hotfix Changes (Linux) ----------------------------- * Fixed a crash when changing settings on Linux * Fixed a freeze on Linux * Fixed a crash on Windows 25.0.1 Hotfix Changes --------------------- * Fixed some FLV files not playing back properly with the media source * Fixed two crashes with the browser source * Fixed the names of monitors not showing up when using projectors * Fixed a crash with window capture * Fixed an issue where the preview would be stuck as disabled when starting the program minimized to tray * Fixed an issue where NVENC wasn't showing up for users on Linux (sorry about that, that was my fault -Jim) * Fixed a bug where certain games (particularly "Don't Starve Together") wouldn't capture with game capture anymore 25.0 New Features ----------------- * Added the ability to capture Vulkan-based games with game capture. Big thanks to Ubisoft Montreal for submitting this feature! [Littlematth/jpark37/Jim] * Added a new capture method to window capture which allows capturing browsers, browser-based windows, and Microsoft Store (UWP) programs [jpark37] * By default, it will use "Automatic", which will use the normal method on most windows, and the new method on browsers, browser-based windows, and Microsoft Store (UWP) programs * The downside of the new method is that it can cause a bit of cursor lag, as well as a highlighted border around the captured window. The border itself does not get captured, however. * You can choose which capture method to use in window capture properties * Added advanced scene collection importing (on the menu bar, Scene Collection -> Import) which allows you to import from other common streaming programs [Dillon] * Added Media source hotkeys to allow control of playback (stop/pause/play/restart) [cg2121] * For now, these are just hotkeys. User interface for this is also planned for future updates * Added the ability to drag and drop URLs to create browser sources (after displaying a confirmation prompt to ensure it was by intention) [WizardCM] * Developers can add an embed to their web pages that let them pre-specify parameters that automatically get set in the source when it's dragged into OBS. See this link for more details: https://obsproject.com/tools/browser-drag-and-drop * Added T-bar to studio mode [cg2121] * Note that this will not work while using a Stinger transition or the "Cut" transition * Added support for the SRT protocol (https://en.wikipedia.org/wiki/Secure_Reliable_Transport) [boxerab] * This is available by choosing "Custom" under Stream settings > Service, then entering your `srt://` path into the Server box. * Added a button grid mode to the scenes list, which can be toggled via right-clicking on the scenes list [Dillon] * Added ability to lock volume values of audio sources via their right-click context menu in the mixer [cg2121] * Added source icons to the source list that give a more visible indication of their function (can be disabled in the View menu) [cg2121] * Added support for cube LUT files in the LUT filter [jpark37] * Added an option to show all audio sources to advanced audio settings [exeldro] * Added an option to use percent rather than dB in advanced audio properties via right-clicking items in the window [cg2121] * Added a button to save replay buffer next to the replay buffer button (similar to the pause button on the recording button) [cg2121] * Added support for certain devices that can automatically rotate their camera output such as the Logitech StreamCam [Jim] * Added the ability to change the projector type to the projector's right-click context menu [cg2121] * Added the ability to copy/paste multiple selected sources [torresam] * Added an option to enable/disable BTTV and/or FFZ chat extensions when connecting your Twitch account in the stream section of settings [Rodney] * Added a system tray icon to show when the recording is paused [Programatic] * Added a "Custom Quantization Matrix" option to QSV encoder (available on Ice Lake or newer) [brittneysclark] * Added an option to toggle looping to the scroll filter [Dillon] * Added a "Fade to Black" option for quick transitions in studio mode [cg2121] * Added string specifiers to the Filename Formatting option in advanced settings which allows you to specify certain settings such as resolution and FPS to recording filenames [exeldro] * Added a hotkey to reset the stats window/panel [cg2121] * Added help icons when an property has a tooltip associated with it [WizardCM] * Added monitor names in monitor selection context menus [WizardCM] * Video settings now shows aspect ratio of canvas and output resolutions [cg2121] 25.0 Changes/Tweaks ------------------- * Increased default size of color source to the size of the canvas [cg2121] * Increased default size of text in text sources [cg2121] * Increased the number of files you can open with the image slideshow at once [Jim] * Added various minor performance improvements [jpark37] * The mask filter will now reload the mask automatically if the mask file has been modified [omkelderman] * The browser source now uses a monospace font for the custom CSS property [WizardCM] * Redesigned Decklink output UI by combining the start and stop buttons and highlighting them when the output is active. [cg2121] * Removed the older deprecated NVENC encoder in advanced output mode to prevent confusion. You will now only see "NVENC (new)" (which we will eventually rename back to just "NVENC"). Rescaling is now supported on it (automatically falls back to the older implementation internally) 25.0 Bug Fixes -------------- * Fixed an issue where window capture could select an unintended window when opening its properties [Jim/Dillon] * Fixed browser source not loading files with a hash character in the path [Dillon] * Fixed a bug where importing profiles didn't work correctly in portable mode [WizardCM] * Fixed a bug where resizing docks wouldn't work when hotkeys were disabled while OBS is focused [WizardCM] * Fixed a bug where preview wasn't fully disabled when minimized [R1CH] * Fixed a bug where the program could crash on startup if the system had flash installed on it [R1CH/Jim] * Fixed a bug where the media source could sometimes lock up on a frame [Jim] * Fixed a bug where Twitch browser panels would not use dark theme the first time they run [Jim] * Fixed a bug where the recording audio bitrate would be too low when using a custom recording quality in simple output mode [Fenrir] * Fixed a bug where a reconnected stream would drop to 0 kbps and disconnect if using audio track 2 [R1CH] * Fixed a bug when using multiple game captures where the wrong game would sometimes be captured [Dillon] * Fixed a crash when entering large resolutions in video settings [cg2121] * Fixed a crash with PulseAudio on Linux [cg2121] * Fixed a crash on shutdown that could occur after using the auto configuration wizard [R1CH] * Fixed a crash with the VLC and slideshow sources when adding directories containing files with many unicode characters [R1CH] * Fixed a crash on startup if a plugin saved whitespace to its config file (this primarily affected the Tuna plugin) [R1CH] * Fixed a crash when no Decklink outputs are available, such as when the input is active at the same time [cg2121] * Fixed a crash when when no Decklink output device is selected when the output is started [cg2121] * Fixed a crash when using custom RTMP authentication [R1CH] * Fixed an issue where devices could lock up when using the browser source [Jim] * Fixed a few minor memory leaks [jpark37] * Fixed an issue where the program would not let you know that the recording path was invalid [Lqlsoftware]
e3c63c0
2020-04-14 09:41
下载
25.0.5
OBS Studio 25.0.5 25.0.5 Hotfix Changes (macOS) ----------------------------- * Fixed a crash that could occur when using secure input fields on macOS. Because of a likely bug with macOS Catalina that was causing this crash, if you use secure input while using OBS, external hotkeys will no longer function for the duration of the program, so if you use hotkeys with OBS, we do not recommend using secure input while using OBS. (This is a temporary fix to the crash because the only way to fully work around it is likely rewriting the entire macOS hotkey system to a different hotkey-capturing method) 25.0.4 Hotfix Changes --------------------- * Added an option to use MixrElixr when using Mixer in the streaming section of settings * Fixed a crash on Windows with certain audio devices * Fixed a crash with Decklink output * Fixed a crash with Vulkan game capture hook on Intel GPUs * Fixed scenes not always importing correctly from Streamlabs * Fixed a bug with QuickSync ICQ rate control where it would have a limited bitrate * Fixed NVENC not showing up on Windows 7 * Fixed keyboard input on Linux not being fully functional when interacting with browser sources 25.0.3 Hotfix Changes (Linux) ----------------------------- * Fixed video device source lagging on Linux 25.0.2 Hotfix Changes (Linux) ----------------------------- * Fixed a crash when changing settings on Linux * Fixed a freeze on Linux * Fixed a crash on Windows 25.0.1 Hotfix Changes --------------------- * Fixed some FLV files not playing back properly with the media source * Fixed two crashes with the browser source * Fixed the names of monitors not showing up when using projectors * Fixed a crash with window capture * Fixed an issue where the preview would be stuck as disabled when starting the program minimized to tray * Fixed an issue where NVENC wasn't showing up for users on Linux (sorry about that, that was my fault -Jim) * Fixed a bug where certain games (particularly "Don't Starve Together") wouldn't capture with game capture anymore 25.0 New Features ----------------- * Added the ability to capture Vulkan-based games with game capture. Big thanks to Ubisoft Montreal for submitting this feature! [Littlematth/jpark37/Jim] * Added a new capture method to window capture which allows capturing browsers, browser-based windows, and Microsoft Store (UWP) programs [jpark37] * By default, it will use "Automatic", which will use the normal method on most windows, and the new method on browsers, browser-based windows, and Microsoft Store (UWP) programs * The downside of the new method is that it can cause a bit of cursor lag, as well as a highlighted border around the captured window. The border itself does not get captured, however. * You can choose which capture method to use in window capture properties * Added advanced scene collection importing (on the menu bar, Scene Collection -> Import) which allows you to import from other common streaming programs [Dillon] * Added Media source hotkeys to allow control of playback (stop/pause/play/restart) [cg2121] * For now, these are just hotkeys. User interface for this is also planned for future updates * Added the ability to drag and drop URLs to create browser sources (after displaying a confirmation prompt to ensure it was by intention) [WizardCM] * Developers can add an embed to their web pages that let them pre-specify parameters that automatically get set in the source when it's dragged into OBS. See this link for more details: https://obsproject.com/tools/browser-drag-and-drop * Added T-bar to studio mode [cg2121] * Note that this will not work while using a Stinger transition or the "Cut" transition * Added support for the SRT protocol (https://en.wikipedia.org/wiki/Secure_Reliable_Transport) [boxerab] * This is available by choosing "Custom" under Stream settings > Service, then entering your `srt://` path into the Server box. * Added a button grid mode to the scenes list, which can be toggled via right-clicking on the scenes list [Dillon] * Added ability to lock volume values of audio sources via their right-click context menu in the mixer [cg2121] * Added source icons to the source list that give a more visible indication of their function (can be disabled in the View menu) [cg2121] * Added support for cube LUT files in the LUT filter [jpark37] * Added an option to show all audio sources to advanced audio settings [exeldro] * Added an option to use percent rather than dB in advanced audio properties via right-clicking items in the window [cg2121] * Added a button to save replay buffer next to the replay buffer button (similar to the pause button on the recording button) [cg2121] * Added support for certain devices that can automatically rotate their camera output such as the Logitech StreamCam [Jim] * Added the ability to change the projector type to the projector's right-click context menu [cg2121] * Added the ability to copy/paste multiple selected sources [torresam] * Added an option to enable/disable BTTV and/or FFZ chat extensions when connecting your Twitch account in the stream section of settings [Rodney] * Added a system tray icon to show when the recording is paused [Programatic] * Added a "Custom Quantization Matrix" option to QSV encoder (available on Ice Lake or newer) [brittneysclark] * Added an option to toggle looping to the scroll filter [Dillon] * Added a "Fade to Black" option for quick transitions in studio mode [cg2121] * Added string specifiers to the Filename Formatting option in advanced settings which allows you to specify certain settings such as resolution and FPS to recording filenames [exeldro] * Added a hotkey to reset the stats window/panel [cg2121] * Added help icons when an property has a tooltip associated with it [WizardCM] * Added monitor names in monitor selection context menus [WizardCM] * Video settings now shows aspect ratio of canvas and output resolutions [cg2121] 25.0 Changes/Tweaks ------------------- * Increased default size of color source to the size of the canvas [cg2121] * Increased default size of text in text sources [cg2121] * Increased the number of files you can open with the image slideshow at once [Jim] * Added various minor performance improvements [jpark37] * The mask filter will now reload the mask automatically if the mask file has been modified [omkelderman] * The browser source now uses a monospace font for the custom CSS property [WizardCM] * Redesigned Decklink output UI by combining the start and stop buttons and highlighting them when the output is active. [cg2121] * Removed the older deprecated NVENC encoder in advanced output mode to prevent confusion. You will now only see "NVENC (new)" (which we will eventually rename back to just "NVENC"). Rescaling is now supported on it (automatically falls back to the older implementation internally) 25.0 Bug Fixes -------------- * Fixed an issue where window capture could select an unintended window when opening its properties [Jim/Dillon] * Fixed browser source not loading files with a hash character in the path [Dillon] * Fixed a bug where importing profiles didn't work correctly in portable mode [WizardCM] * Fixed a bug where resizing docks wouldn't work when hotkeys were disabled while OBS is focused [WizardCM] * Fixed a bug where preview wasn't fully disabled when minimized [R1CH] * Fixed a bug where the program could crash on startup if the system had flash installed on it [R1CH/Jim] * Fixed a bug where the media source could sometimes lock up on a frame [Jim] * Fixed a bug where Twitch browser panels would not use dark theme the first time they run [Jim] * Fixed a bug where the recording audio bitrate would be too low when using a custom recording quality in simple output mode [Fenrir] * Fixed a bug where a reconnected stream would drop to 0 kbps and disconnect if using audio track 2 [R1CH] * Fixed a bug when using multiple game captures where the wrong game would sometimes be captured [Dillon] * Fixed a crash when entering large resolutions in video settings [cg2121] * Fixed a crash with PulseAudio on Linux [cg2121] * Fixed a crash on shutdown that could occur after using the auto configuration wizard [R1CH] * Fixed a crash with the VLC and slideshow sources when adding directories containing files with many unicode characters [R1CH] * Fixed a crash on startup if a plugin saved whitespace to its config file (this primarily affected the Tuna plugin) [R1CH] * Fixed a crash when no Decklink outputs are available, such as when the input is active at the same time [cg2121] * Fixed a crash when when no Decklink output device is selected when the output is started [cg2121] * Fixed a crash when using custom RTMP authentication [R1CH] * Fixed an issue where devices could lock up when using the browser source [Jim] * Fixed a few minor memory leaks [jpark37] * Fixed an issue where the program would not let you know that the recording path was invalid [Lqlsoftware]
e10d44d
2020-04-09 07:21
下载
25.0.4
OBS Studio 25.0.4 25.0.4 Hotfix Changes --------------------- * Added an option to use MixrElixr when using Mixer in the streaming section of settings * Fixed a crash that could occur when using secure input fields on macOS. Because of a likely bug with macOS Catalina that was causing this crash, if you use secure input while using OBS, external hotkeys will no longer function for the duration of the program, so if you use hotkeys with OBS, we do not recommend using secure input while using OBS. (This is a temporary fix to the crash because the only way to fully work around it is likely rewriting the entire macOS hotkey system to a different hotkey-capturing method) * Fixed a crash on Windows with certain audio devices * Fixed a crash with Decklink output * Fixed a crash with Vulkan game capture hook on Intel GPUs * Fixed scenes not always importing correctly from Streamlabs * Fixed a bug with QuickSync ICQ rate control where it would have a limited bitrate * Fixed NVENC not showing up on Windows 7 * Fixed keyboard input on Linux not being fully functional when interacting with browser sources 25.0.3 Hotfix Changes (Linux) ----------------------------- * Fixed video device source lagging on Linux 25.0.2 Hotfix Changes (Linux) ----------------------------- * Fixed a crash when changing settings on Linux * Fixed a freeze on Linux * Fixed a crash on Windows 25.0.1 Hotfix Changes --------------------- * Fixed some FLV files not playing back properly with the media source * Fixed two crashes with the browser source * Fixed the names of monitors not showing up when using projectors * Fixed a crash with window capture * Fixed an issue where the preview would be stuck as disabled when starting the program minimized to tray * Fixed an issue where NVENC wasn't showing up for users on Linux (sorry about that, that was my fault -Jim) * Fixed a bug where certain games (particularly "Don't Starve Together") wouldn't capture with game capture anymore 25.0 New Features ----------------- * Added the ability to capture Vulkan-based games with game capture. Big thanks to Ubisoft Montreal for submitting this feature! [Littlematth/jpark37/Jim] * Added a new capture method to window capture which allows capturing browsers, browser-based windows, and Microsoft Store (UWP) programs [jpark37] * By default, it will use "Automatic", which will use the normal method on most windows, and the new method on browsers, browser-based windows, and Microsoft Store (UWP) programs * The downside of the new method is that it can cause a bit of cursor lag, as well as a highlighted border around the captured window. The border itself does not get captured, however. * You can choose which capture method to use in window capture properties * Added advanced scene collection importing (on the menu bar, Scene Collection -> Import) which allows you to import from other common streaming programs [Dillon] * Added Media source hotkeys to allow control of playback (stop/pause/play/restart) [cg2121] * For now, these are just hotkeys. User interface for this is also planned for future updates * Added the ability to drag and drop URLs to create browser sources (after displaying a confirmation prompt to ensure it was by intention) [WizardCM] * Developers can add an embed to their web pages that let them pre-specify parameters that automatically get set in the source when it's dragged into OBS. See this link for more details: https://obsproject.com/tools/browser-drag-and-drop * Added T-bar to studio mode [cg2121] * Note that this will not work while using a Stinger transition or the "Cut" transition * Added support for the SRT protocol (https://en.wikipedia.org/wiki/Secure_Reliable_Transport) [boxerab] * This is available by choosing "Custom" under Stream settings > Service, then entering your `srt://` path into the Server box. * Added a button grid mode to the scenes list, which can be toggled via right-clicking on the scenes list [Dillon] * Added ability to lock volume values of audio sources via their right-click context menu in the mixer [cg2121] * Added source icons to the source list that give a more visible indication of their function (can be disabled in the View menu) [cg2121] * Added support for cube LUT files in the LUT filter [jpark37] * Added an option to show all audio sources to advanced audio settings [exeldro] * Added an option to use percent rather than dB in advanced audio properties via right-clicking items in the window [cg2121] * Added a button to save replay buffer next to the replay buffer button (similar to the pause button on the recording button) [cg2121] * Added support for certain devices that can automatically rotate their camera output such as the Logitech StreamCam [Jim] * Added the ability to change the projector type to the projector's right-click context menu [cg2121] * Added the ability to copy/paste multiple selected sources [torresam] * Added an option to enable/disable BTTV and/or FFZ chat extensions when connecting your Twitch account in the stream section of settings [Rodney] * Added a system tray icon to show when the recording is paused [Programatic] * Added a "Custom Quantization Matrix" option to QSV encoder (available on Ice Lake or newer) [brittneysclark] * Added an option to toggle looping to the scroll filter [Dillon] * Added a "Fade to Black" option for quick transitions in studio mode [cg2121] * Added string specifiers to the Filename Formatting option in advanced settings which allows you to specify certain settings such as resolution and FPS to recording filenames [exeldro] * Added a hotkey to reset the stats window/panel [cg2121] * Added help icons when an property has a tooltip associated with it [WizardCM] * Added monitor names in monitor selection context menus [WizardCM] * Video settings now shows aspect ratio of canvas and output resolutions [cg2121] 25.0 Changes/Tweaks ------------------- * Increased default size of color source to the size of the canvas [cg2121] * Increased default size of text in text sources [cg2121] * Increased the number of files you can open with the image slideshow at once [Jim] * Added various minor performance improvements [jpark37] * The mask filter will now reload the mask automatically if the mask file has been modified [omkelderman] * The browser source now uses a monospace font for the custom CSS property [WizardCM] * Redesigned Decklink output UI by combining the start and stop buttons and highlighting them when the output is active. [cg2121] * Removed the older deprecated NVENC encoder in advanced output mode to prevent confusion. You will now only see "NVENC (new)" (which we will eventually rename back to just "NVENC"). Rescaling is now supported on it (automatically falls back to the older implementation internally) 25.0 Bug Fixes -------------- * Fixed an issue where window capture could select an unintended window when opening its properties [Jim/Dillon] * Fixed browser source not loading files with a hash character in the path [Dillon] * Fixed a bug where importing profiles didn't work correctly in portable mode [WizardCM] * Fixed a bug where resizing docks wouldn't work when hotkeys were disabled while OBS is focused [WizardCM] * Fixed a bug where preview wasn't fully disabled when minimized [R1CH] * Fixed a bug where the program could crash on startup if the system had flash installed on it [R1CH/Jim] * Fixed a bug where the media source could sometimes lock up on a frame [Jim] * Fixed a bug where Twitch browser panels would not use dark theme the first time they run [Jim] * Fixed a bug where the recording audio bitrate would be too low when using a custom recording quality in simple output mode [Fenrir] * Fixed a bug where a reconnected stream would drop to 0 kbps and disconnect if using audio track 2 [R1CH] * Fixed a bug when using multiple game captures where the wrong game would sometimes be captured [Dillon] * Fixed a crash when entering large resolutions in video settings [cg2121] * Fixed a crash with PulseAudio on Linux [cg2121] * Fixed a crash on shutdown that could occur after using the auto configuration wizard [R1CH] * Fixed a crash with the VLC and slideshow sources when adding directories containing files with many unicode characters [R1CH] * Fixed a crash on startup if a plugin saved whitespace to its config file (this primarily affected the Tuna plugin) [R1CH] * Fixed a crash when no Decklink outputs are available, such as when the input is active at the same time [cg2121] * Fixed a crash when when no Decklink output device is selected when the output is started [cg2121] * Fixed a crash when using custom RTMP authentication [R1CH] * Fixed an issue where devices could lock up when using the browser source [Jim] * Fixed a few minor memory leaks [jpark37] * Fixed an issue where the program would not let you know that the recording path was invalid [Lqlsoftware]
47058d9
2020-04-05 09:41
下载
25.0.3
OBS Studio 25.0.2 25.0.3 Hotfix Changes --------------------- * Fixed video device source lagging on Linux 25.0.2 Hotfix Changes --------------------- * Fixed a crash when changing settings on Linux * Fixed a freeze on Linux * Fixed a crash on Windows 25.0.1 Hotfix Changes --------------------- * Fixed some FLV files not playing back properly with the media source * Fixed two crashes with the browser source * Fixed the names of monitors not showing up when using projectors * Fixed a crash with window capture * Fixed an issue where the preview would be stuck as disabled when starting the program minimized to tray * Fixed an issue where NVENC wasn't showing up for users on Linux (sorry about that, that was my fault -Jim) * Fixed a bug where certain games (particularly "Don't Starve Together") wouldn't capture with game capture anymore 25.0 New Features ----------------- * Added the ability to capture Vulkan-based games with game capture. Big thanks to Ubisoft Montreal for submitting this feature! [Littlematth/jpark37/Jim] * Added a new capture method to window capture which allows capturing browsers, browser-based windows, and Microsoft Store (UWP) programs [jpark37] * By default, it will use "Automatic", which will use the normal method on most windows, and the new method on browsers, browser-based windows, and Microsoft Store (UWP) programs * The downside of the new method is that it can cause a bit of cursor lag, as well as a highlighted border around the captured window. The border itself does not get captured, however. * You can choose which capture method to use in window capture properties * Added advanced scene collection importing (on the menu bar, Scene Collection -> Import) which allows you to import from other common streaming programs [Dillon] * Added Media source hotkeys to allow control of playback (stop/pause/play/restart) [cg2121] * For now, these are just hotkeys. User interface for this is also planned for future updates * Added the ability to drag and drop URLs to create browser sources (after displaying a confirmation prompt to ensure it was by intention) [WizardCM] * Developers can add an embed to their web pages that let them pre-specify parameters that automatically get set in the source when it's dragged into OBS. See this link for more details: https://obsproject.com/tools/browser-drag-and-drop * Added T-bar to studio mode [cg2121] * Note that this will not work while using a Stinger transition or the "Cut" transition * Added support for the SRT protocol (https://en.wikipedia.org/wiki/Secure_Reliable_Transport) [boxerab] * This is available by choosing "Custom" under Stream settings > Service, then entering your `srt://` path into the Server box. * Added a button grid mode to the scenes list, which can be toggled via right-clicking on the scenes list [Dillon] * Added ability to lock volume values of audio sources via their right-click context menu in the mixer [cg2121] * Added source icons to the source list that give a more visible indication of their function (can be disabled in the View menu) [cg2121] * Added support for cube LUT files in the LUT filter [jpark37] * Added an option to show all audio sources to advanced audio settings [exeldro] * Added an option to use percent rather than dB in advanced audio properties via right-clicking items in the window [cg2121] * Added a button to save replay buffer next to the replay buffer button (similar to the pause button on the recording button) [cg2121] * Added support for certain devices that can automatically rotate their camera output such as the Logitech StreamCam [Jim] * Added the ability to change the projector type to the projector's right-click context menu [cg2121] * Added the ability to copy/paste multiple selected sources [torresam] * Added an option to enable/disable BTTV and/or FFZ chat extensions when connecting your Twitch account in the stream section of settings [Rodney] * Added a system tray icon to show when the recording is paused [Programatic] * Added a "Custom Quantization Matrix" option to QSV encoder (available on Ice Lake or newer) [brittneysclark] * Added an option to toggle looping to the scroll filter [Dillon] * Added a "Fade to Black" option for quick transitions in studio mode [cg2121] * Added string specifiers to the Filename Formatting option in advanced settings which allows you to specify certain settings such as resolution and FPS to recording filenames [exeldro] * Added a hotkey to reset the stats window/panel [cg2121] * Added help icons when an property has a tooltip associated with it [WizardCM] * Added monitor names in monitor selection context menus [WizardCM] * Video settings now shows aspect ratio of canvas and output resolutions [cg2121] 25.0 Changes/Tweaks ------------------- * Increased default size of color source to the size of the canvas [cg2121] * Increased default size of text in text sources [cg2121] * Increased the number of files you can open with the image slideshow at once [Jim] * Added various minor performance improvements [jpark37] * The mask filter will now reload the mask automatically if the mask file has been modified [omkelderman] * The browser source now uses a monospace font for the custom CSS property [WizardCM] * Redesigned Decklink output UI by combining the start and stop buttons and highlighting them when the output is active. [cg2121] * Removed the older deprecated NVENC encoder in advanced output mode to prevent confusion. You will now only see "NVENC (new)" (which we will eventually rename back to just "NVENC"). Rescaling is now supported on it (automatically falls back to the older implementation internally) 25.0 Bug Fixes -------------- * Fixed an issue where window capture could select an unintended window when opening its properties [Jim/Dillon] * Fixed browser source not loading files with a hash character in the path [Dillon] * Fixed a bug where importing profiles didn't work correctly in portable mode [WizardCM] * Fixed a bug where resizing docks wouldn't work when hotkeys were disabled while OBS is focused [WizardCM] * Fixed a bug where preview wasn't fully disabled when minimized [R1CH] * Fixed a bug where the program could crash on startup if the system had flash installed on it [R1CH/Jim] * Fixed a bug where the media source could sometimes lock up on a frame [Jim] * Fixed a bug where Twitch browser panels would not use dark theme the first time they run [Jim] * Fixed a bug where the recording audio bitrate would be too low when using a custom recording quality in simple output mode [Fenrir] * Fixed a bug where a reconnected stream would drop to 0 kbps and disconnect if using audio track 2 [R1CH] * Fixed a bug when using multiple game captures where the wrong game would sometimes be captured [Dillon] * Fixed a crash when entering large resolutions in video settings [cg2121] * Fixed a crash with PulseAudio on Linux [cg2121] * Fixed a crash on shutdown that could occur after using the auto configuration wizard [R1CH] * Fixed a crash with the VLC and slideshow sources when adding directories containing files with many unicode characters [R1CH] * Fixed a crash on startup if a plugin saved whitespace to its config file (this primarily affected the Tuna plugin) [R1CH] * Fixed a crash when no Decklink outputs are available, such as when the input is active at the same time [cg2121] * Fixed a crash when when no Decklink output device is selected when the output is started [cg2121] * Fixed a crash when using custom RTMP authentication [R1CH] * Fixed an issue where devices could lock up when using the browser source [Jim] * Fixed a few minor memory leaks [jpark37] * Fixed an issue where the program would not let you know that the recording path was invalid [Lqlsoftware]
3c78a8a
2020-03-24 10:16
下载
25.0.2
OBS Studio 25.0.2 25.0.2 Hotfix Changes --------------------- * Fixed a crash when changing settings on Linux * Fixed a freeze on Linux * Fixed a crash on Windows 25.0.1 Hotfix Changes --------------------- * Fixed some FLV files not playing back properly with the media source * Fixed two crashes with the browser source * Fixed the names of monitors not showing up when using projectors * Fixed a crash with window capture * Fixed an issue where the preview would be stuck as disabled when starting the program minimized to tray * Fixed an issue where NVENC wasn't showing up for users on Linux (sorry about that, that was my fault -Jim) * Fixed a bug where certain games (particularly "Don't Starve Together") wouldn't capture with game capture anymore 25.0 New Features ----------------- * Added the ability to capture Vulkan-based games with game capture. Big thanks to Ubisoft Montreal for submitting this feature! [Littlematth/jpark37/Jim] * Added a new capture method to window capture which allows capturing browsers, browser-based windows, and Microsoft Store (UWP) programs [jpark37] * By default, it will use "Automatic", which will use the normal method on most windows, and the new method on browsers, browser-based windows, and Microsoft Store (UWP) programs * The downside of the new method is that it can cause a bit of cursor lag, as well as a highlighted border around the captured window. The border itself does not get captured, however. * You can choose which capture method to use in window capture properties * Added advanced scene collection importing (on the menu bar, Scene Collection -> Import) which allows you to import from other common streaming programs [Dillon] * Added Media source hotkeys to allow control of playback (stop/pause/play/restart) [cg2121] * For now, these are just hotkeys. User interface for this is also planned for future updates * Added the ability to drag and drop URLs to create browser sources (after displaying a confirmation prompt to ensure it was by intention) [WizardCM] * Developers can add an embed to their web pages that let them pre-specify parameters that automatically get set in the source when it's dragged into OBS. See this link for more details: https://obsproject.com/tools/browser-drag-and-drop * Added T-bar to studio mode [cg2121] * Note that this will not work while using a Stinger transition or the "Cut" transition * Added support for the SRT protocol (https://en.wikipedia.org/wiki/Secure_Reliable_Transport) [boxerab] * This is available by choosing "Custom" under Stream settings > Service, then entering your `srt://` path into the Server box. * Added a button grid mode to the scenes list, which can be toggled via right-clicking on the scenes list [Dillon] * Added ability to lock volume values of audio sources via their right-click context menu in the mixer [cg2121] * Added source icons to the source list that give a more visible indication of their function (can be disabled in the View menu) [cg2121] * Added support for cube LUT files in the LUT filter [jpark37] * Added an option to show all audio sources to advanced audio settings [exeldro] * Added an option to use percent rather than dB in advanced audio properties via right-clicking items in the window [cg2121] * Added a button to save replay buffer next to the replay buffer button (similar to the pause button on the recording button) [cg2121] * Added support for certain devices that can automatically rotate their camera output such as the Logitech StreamCam [Jim] * Added the ability to change the projector type to the projector's right-click context menu [cg2121] * Added the ability to copy/paste multiple selected sources [torresam] * Added an option to enable/disable BTTV and/or FFZ chat extensions when connecting your Twitch account in the stream section of settings [Rodney] * Added a system tray icon to show when the recording is paused [Programatic] * Added a "Custom Quantization Matrix" option to QSV encoder (available on Ice Lake or newer) [brittneysclark] * Added an option to toggle looping to the scroll filter [Dillon] * Added a "Fade to Black" option for quick transitions in studio mode [cg2121] * Added string specifiers to the Filename Formatting option in advanced settings which allows you to specify certain settings such as resolution and FPS to recording filenames [exeldro] * Added a hotkey to reset the stats window/panel [cg2121] * Added help icons when an property has a tooltip associated with it [WizardCM] * Added monitor names in monitor selection context menus [WizardCM] * Video settings now shows aspect ratio of canvas and output resolutions [cg2121] 25.0 Changes/Tweaks ------------------- * Increased default size of color source to the size of the canvas [cg2121] * Increased default size of text in text sources [cg2121] * Increased the number of files you can open with the image slideshow at once [Jim] * Added various minor performance improvements [jpark37] * The mask filter will now reload the mask automatically if the mask file has been modified [omkelderman] * The browser source now uses a monospace font for the custom CSS property [WizardCM] * Redesigned Decklink output UI by combining the start and stop buttons and highlighting them when the output is active. [cg2121] * Removed the older deprecated NVENC encoder in advanced output mode to prevent confusion. You will now only see "NVENC (new)" (which we will eventually rename back to just "NVENC"). Rescaling is now supported on it (automatically falls back to the older implementation internally) 25.0 Bug Fixes -------------- * Fixed an issue where window capture could select an unintended window when opening its properties [Jim/Dillon] * Fixed browser source not loading files with a hash character in the path [Dillon] * Fixed a bug where importing profiles didn't work correctly in portable mode [WizardCM] * Fixed a bug where resizing docks wouldn't work when hotkeys were disabled while OBS is focused [WizardCM] * Fixed a bug where preview wasn't fully disabled when minimized [R1CH] * Fixed a bug where the program could crash on startup if the system had flash installed on it [R1CH/Jim] * Fixed a bug where the media source could sometimes lock up on a frame [Jim] * Fixed a bug where Twitch browser panels would not use dark theme the first time they run [Jim] * Fixed a bug where the recording audio bitrate would be too low when using a custom recording quality in simple output mode [Fenrir] * Fixed a bug where a reconnected stream would drop to 0 kbps and disconnect if using audio track 2 [R1CH] * Fixed a bug when using multiple game captures where the wrong game would sometimes be captured [Dillon] * Fixed a crash when entering large resolutions in video settings [cg2121] * Fixed a crash with PulseAudio on Linux [cg2121] * Fixed a crash on shutdown that could occur after using the auto configuration wizard [R1CH] * Fixed a crash with the VLC and slideshow sources when adding directories containing files with many unicode characters [R1CH] * Fixed a crash on startup if a plugin saved whitespace to its config file (this primarily affected the Tuna plugin) [R1CH] * Fixed a crash when no Decklink outputs are available, such as when the input is active at the same time [cg2121] * Fixed a crash when when no Decklink output device is selected when the output is started [cg2121] * Fixed a crash when using custom RTMP authentication [R1CH] * Fixed an issue where devices could lock up when using the browser source [Jim] * Fixed a few minor memory leaks [jpark37] * Fixed an issue where the program would not let you know that the recording path was invalid [Lqlsoftware]
a0e8adb
2020-03-23 02:42
下载
25.0.1
OBS Studio 25.0.1 25.0.1 Hotfix Changes --------------------- * Fixed some FLV files not playing back properly with the media source * Fixed two crashes with the browser source * Fixed the names of monitors not showing up when using projectors * Fixed a crash with window capture * Fixed an issue where the preview would be stuck as disabled when starting the program minimized to tray * Fixed an issue where NVENC wasn't showing up for users on Linux (sorry about that, that was my fault -Jim) * Fixed a bug where certain games (particularly "Don't Starve Together") wouldn't capture with game capture anymore 25.0 New Features ----------------- * Added the ability to capture Vulkan-based games with game capture. Big thanks to Ubisoft Montreal for submitting this feature! [Littlematth/jpark37/Jim] * Added a new capture method to window capture which allows capturing browsers, browser-based windows, and Microsoft Store (UWP) programs [jpark37] * By default, it will use "Automatic", which will use the normal method on most windows, and the new method on browsers, browser-based windows, and Microsoft Store (UWP) programs * The downside of the new method is that it can cause a bit of cursor lag, as well as a highlighted border around the captured window. The border itself does not get captured, however. * You can choose which capture method to use in window capture properties * Added advanced scene collection importing (on the menu bar, Scene Collection -> Import) which allows you to import from other common streaming programs [Dillon] * Added Media source hotkeys to allow control of playback (stop/pause/play/restart) [cg2121] * For now, these are just hotkeys. User interface for this is also planned for future updates * Added the ability to drag and drop URLs to create browser sources (after displaying a confirmation prompt to ensure it was by intention) [WizardCM] * Developers can add an embed to their web pages that let them pre-specify parameters that automatically get set in the source when it's dragged into OBS. See this link for more details: https://obsproject.com/tools/browser-drag-and-drop * Added T-bar to studio mode [cg2121] * Note that this will not work while using a Stinger transition or the "Cut" transition * Added support for the SRT protocol (https://en.wikipedia.org/wiki/Secure_Reliable_Transport) [boxerab] * This is available by choosing "Custom" under Stream settings > Service, then entering your `srt://` path into the Server box. * Added a button grid mode to the scenes list, which can be toggled via right-clicking on the scenes list [Dillon] * Added ability to lock volume values of audio sources via their right-click context menu in the mixer [cg2121] * Added source icons to the source list that give a more visible indication of their function (can be disabled in the View menu) [cg2121] * Added support for cube LUT files in the LUT filter [jpark37] * Added an option to show all audio sources to advanced audio settings [exeldro] * Added an option to use percent rather than dB in advanced audio properties via right-clicking items in the window [cg2121] * Added a button to save replay buffer next to the replay buffer button (similar to the pause button on the recording button) [cg2121] * Added support for certain devices that can automatically rotate their camera output such as the Logitech StreamCam [Jim] * Added the ability to change the projector type to the projector's right-click context menu [cg2121] * Added the ability to copy/paste multiple selected sources [torresam] * Added an option to enable/disable BTTV and/or FFZ chat extensions when connecting your Twitch account in the stream section of settings [Rodney] * Added a system tray icon to show when the recording is paused [Programatic] * Added a "Custom Quantization Matrix" option to QSV encoder (available on Ice Lake or newer) [brittneysclark] * Added an option to toggle looping to the scroll filter [Dillon] * Added a "Fade to Black" option for quick transitions in studio mode [cg2121] * Added string specifiers to the Filename Formatting option in advanced settings which allows you to specify certain settings such as resolution and FPS to recording filenames [exeldro] * Added a hotkey to reset the stats window/panel [cg2121] * Added help icons when an property has a tooltip associated with it [WizardCM] * Added monitor names in monitor selection context menus [WizardCM] * Video settings now shows aspect ratio of canvas and output resolutions [cg2121] 25.0 Changes/Tweaks ------------------- * Increased default size of color source to the size of the canvas [cg2121] * Increased default size of text in text sources [cg2121] * Increased the number of files you can open with the image slideshow at once [Jim] * Added various minor performance improvements [jpark37] * The mask filter will now reload the mask automatically if the mask file has been modified [omkelderman] * The browser source now uses a monospace font for the custom CSS property [WizardCM] * Redesigned Decklink output UI by combining the start and stop buttons and highlighting them when the output is active. [cg2121] * Removed the older deprecated NVENC encoder in advanced output mode to prevent confusion. You will now only see "NVENC (new)" (which we will eventually rename back to just "NVENC"). Rescaling is now supported on it (automatically falls back to the older implementation internally) 25.0 Bug Fixes -------------- * Fixed an issue where window capture could select an unintended window when opening its properties [Jim/Dillon] * Fixed browser source not loading files with a hash character in the path [Dillon] * Fixed a bug where importing profiles didn't work correctly in portable mode [WizardCM] * Fixed a bug where resizing docks wouldn't work when hotkeys were disabled while OBS is focused [WizardCM] * Fixed a bug where preview wasn't fully disabled when minimized [R1CH] * Fixed a bug where the program could crash on startup if the system had flash installed on it [R1CH/Jim] * Fixed a bug where the media source could sometimes lock up on a frame [Jim] * Fixed a bug where Twitch browser panels would not use dark theme the first time they run [Jim] * Fixed a bug where the recording audio bitrate would be too low when using a custom recording quality in simple output mode [Fenrir] * Fixed a bug where a reconnected stream would drop to 0 kbps and disconnect if using audio track 2 [R1CH] * Fixed a bug when using multiple game captures where the wrong game would sometimes be captured [Dillon] * Fixed a crash when entering large resolutions in video settings [cg2121] * Fixed a crash with PulseAudio on Linux [cg2121] * Fixed a crash on shutdown that could occur after using the auto configuration wizard [R1CH] * Fixed a crash with the VLC and slideshow sources when adding directories containing files with many unicode characters [R1CH] * Fixed a crash on startup if a plugin saved whitespace to its config file (this primarily affected the Tuna plugin) [R1CH] * Fixed a crash when no Decklink outputs are available, such as when the input is active at the same time [cg2121] * Fixed a crash when when no Decklink output device is selected when the output is started [cg2121] * Fixed a crash when using custom RTMP authentication [R1CH] * Fixed an issue where devices could lock up when using the browser source [Jim] * Fixed a few minor memory leaks [jpark37] * Fixed an issue where the program would not let you know that the recording path was invalid [Lqlsoftware]
b19ea6f
2020-03-20 00:51
下载
25.0.0
OBS Studio 25.0 =============== New Features ------------ * Added the ability to capture Vulkan-based games with game capture. Big thanks to Ubisoft Montreal for submitting this feature! [Littlematth/jpark37/Jim] * Added a new capture method to window capture which allows capturing browsers, browser-based windows, and Microsoft Store (UWP) programs [jpark37] * By default, it will use "Automatic", which will use the normal method on most windows, and the new method on browsers, browser-based windows, and Microsoft Store (UWP) programs * The downside of the new method is that it can cause a bit of cursor lag, as well as a highlighted border around the captured window. The border itself does not get captured, however. * You can choose which capture method to use in window capture properties * Added advanced scene collection importing (on the menu bar, Scene Collection -> Import) which allows you to import from other common streaming programs [Dillon] * Added Media source hotkeys to allow control of playback (stop/pause/play/restart) [cg2121] * For now, these are just hotkeys. User interface for this is also planned for future updates * Added the ability to drag and drop URLs to create browser sources (after displaying a confirmation prompt to ensure it was by intention) [WizardCM] * Developers can add an embed to their web pages that let them pre-specify parameters that automatically get set in the source when it's dragged into OBS. See this link for more details: https://wizardcm.github.io/OBS-Drag-Demo/ * Added T-bar to studio mode [cg2121] * Note that this will not work while using a Stinger transition or the "Cut" transition * Added support for the SRT protocol (https://en.wikipedia.org/wiki/Secure_Reliable_Transport) [boxerab] * This is available by choosing "Custom" under Stream settings > Service, then entering your `srt://` path into the Server box. * Added a button grid mode to the scenes list, which can be toggled via right-clicking on the scenes list [Dillon] * Added ability to lock volume values of audio sources via their right-click context menu in the mixer [cg2121] * Added source icons to the source list that give a more visible indication of their function (can be disabled in the View menu) [cg2121] * Added support for cube LUT files in the LUT filter [jpark37] * Added an option to show all audio sources to advanced audio settings [exeldro] * Added an option to use percent rather than dB in advanced audio properties via right-clicking items in the window [cg2121] * Added a button to save replay buffer next to the replay buffer button (similar to the pause button on the recording button) [cg2121] * Added support for certain devices that can automatically rotate their camera output such as the Logitech StreamCam [Jim] * Added the ability to change the projector type to the projector's right-click context menu [cg2121] * Added the ability to copy/paste multiple selected sources [torresam] * Added an option to enable/disable BTTV and/or FFZ chat extensions when connecting your Twitch account in the stream section of settings [Rodney] * Added a system tray icon to show when the recording is paused [Programatic] * Added a "Custom Quantization Matrix" option to QSV encoder (available on Ice Lake or newer) [brittneysclark] * Added an option to toggle looping to the scroll filter [Dillon] * Added a "Fade to Black" option for quick transitions in studio mode [cg2121] * Added string specifiers to the Filename Formatting option in advanced settings which allows you to specify certain settings such as resolution and FPS to recording filenames [exeldro] * Added a hotkey to reset the stats window/panel [cg2121] * Added help icons when an property has a tooltip associated with it [WizardCM] * Added monitor names in monitor selection context menus [WizardCM] * Video settings now shows aspect ratio of canvas and output resolutions [cg2121] Changes/Tweaks ------------ * Increased default size of color source to the size of the canvas [cg2121] * Increased default size of text in text sources [cg2121] * Increased the number of files you can open with the image slideshow at once [Jim] * Added various minor performance improvements [jpark37] * The mask filter will now reload the mask automatically if the mask file has been modified [omkelderman] * The browser source now uses a monospace font for the custom CSS property [WizardCM] * Redesigned Decklink output UI by combining the start and stop buttons and highlighting them when the output is active. [cg2121] * Removed the older deprecated NVENC encoder in advanced output mode to prevent confusion. You will now only see "NVENC (new)" (which we will eventually rename back to just "NVENC"). Rescaling is now supported on it (automatically falls back to the older implementation internally) Bug Fixes ------------ * Fixed an issue where window capture could select an unintended window when opening its properties [Jim/Dillon] * Fixed browser source not loading files with a hash character in the path [Dillon] * Fixed a bug where importing profiles didn't work correctly in portable mode [WizardCM] * Fixed a bug where resizing docks wouldn't work when hotkeys were disabled while OBS is focused [WizardCM] * Fixed a bug where preview wasn't fully disabled when minimized [R1CH] * Fixed a bug where the program could crash on startup if the system had flash installed on it [R1CH/Jim] * Fixed a bug where the media source could sometimes lock up on a frame [Jim] * Fixed a bug where Twitch browser panels would not use dark theme the first time they run [Jim] * Fixed a bug where the recording audio bitrate would be too low when using a custom recording quality in simple output mode [Fenrir] * Fixed a bug where a reconnected stream would drop to 0 kbps and disconnect if using audio track 2 [R1CH] * Fixed a bug when using multiple game captures where the wrong game would sometimes be captured [Dillon] * Fixed a crash when entering large resolutions in video settings [cg2121] * Fixed a crash with PulseAudio on Linux [cg2121] * Fixed a crash on shutdown that could occur after using the auto configuration wizard [R1CH] * Fixed a crash with the VLC and slideshow sources when adding directories containing files with many unicode characters [R1CH] * Fixed a crash on startup if a plugin saved whitespace to its config file (this primarily affected the Tuna plugin) [R1CH] * Fixed a crash when no Decklink outputs are available, such as when the input is active at the same time [cg2121] * Fixed a crash when when no Decklink output device is selected when the output is started [cg2121] * Fixed a crash when using custom RTMP authentication [R1CH] * Fixed an issue where devices could lock up when using the browser source [Jim] * Fixed a few minor memory leaks [jpark37] * Fixed an issue where the program would not let you know that the recording path was invalid [Lqlsoftware]
327a6f5
2020-03-18 03:22
下载
25.0.0-rc6
OBS Studio 25.0 Release Candidate 6 Release Candidate 6 Fixes ------------------------- * Fixed an issue where the T-bar wouldn't work if you turned off studio mode while in the middle of a manually-set T-bar transition * Fixed an issue where devices (particularly Elgato devices) wouldn't save their resolution while using default device resolution * Fixed a bug where groups wouldn't show up when adding groups from other scenes via "Add Existing" * Fixed a bug where Vulkan games being captured with game capture could cause the hook to crash if the user alt-tabbed too much * Fixed a bug where a crash could happen when renaming filters * Fixed a bug where the program could freeze/crash on shutdown when (especially when using VSTs) * Fixed monitor names not showing up correctly in other languages Release Candidate 5 Fixes ------------------------- * Fixed Microsoft Store (UWP) programs not capturing with game capture * Fixed preview flickering issue some users were having * Fixed a freeze/crash on shutdown when using VSTs Release Candidate 3 and 4 Fixes ------------------------------- * Fixed the program sort of, uh, crashing in RC3 * Fixed text/color sources not being backward compatible with older versions * Fixed text/color sources from older versions not showing up in "Add Existing" when adding a source * Fixed a bug where the hook would sometimes not reacquire when alt-tabbing out of Vulkan-based games (such as Quake 2 RTX) * Fixed a bug where some Vulkan-based games would have red and blue inverted when capturing with game capture * Fixed a bug where restarting a media source with a hotkey would cause it to repeat multiple times * Fixed a bug where some programs (such as VLC) couldn't be captured by game capture * Fixed a bug where Logitech StreamCam's auto-rotation feature didn't always work * Fixed a bug where game capture could no longer capture Microsoft Store games (such as Sea of Thieves) * Fixed a bug where Microsoft Store would not be listed as a capturable window in Window Capture * Fixed a bug where newly applied filters wouldn't save correctly, causing them to disappear when switching scenes or hiding the source * Fixed a crash when capturing certain Vulkan-based games * Fixed another bug when importing streamlabs scene collections * Fixed override transition not working in some cases * Note: To capture Rainbow 6 in Vulkan mode with the new game capture, you'll need the Y5S1 update of the game Release Candidate 2 Fixes ------------------------- * Fixed a bug when importing streamlabs scene collections with repeated names * Fixed a crash that would happen when using the new capture method in window capture and running OBS as admin or when using an older version of Windows 10 * Fixed a bug where the new capture method in window capture was selectable even when it was unavailable, such as when running on older Windows 10 versions * Fixed a bug where SRT output wasn't working properly New Features ------------ * Added the ability to capture Vulkan-based games with game capture. Big thanks to Ubisoft for the help! [Littlematth/jpark37/Jim] * Note: Currently may not work with Rainbow 6 Siege until the game is updated to support the new hook * Added a new capture method to window capture which allows capturing browsers, browser-based windows, and Microsoft Store (UWP) programs [jpark37] * By default, it will use "Automatic", which will use the normal method on most windows, and the new method on browsers, browser-based windows, and Microsoft Store (UWP) programs * The downside of the new method is that it can cause a bit of cursor lag, as well as a highlighted border around the captured window. The border itself does not get captured, however. * You can choose which capture method to use in window capture properties * Implemented browser plugin on Linux [bazukas/cg2121] * Added advanced scene collection importing (on the menu bar, Scene Collection -> Import) which allows you to import from other common streaming programs [Dillon] * Added Media source hotkeys to allow control of playback (stop/pause/play/restart) [cg2121] * For now, these are just hotkeys. User interface for this is also planned for future updates * Added the ability to drag and drop URLs to create browser sources (after displaying a confirmation prompt to ensure it was by intention) [WizardCM] * Developers can add an embed to their web pages that let them pre-specify parameters that automatically get set in the source when it's dragged into OBS. See this link for more details: https://wizardcm.github.io/OBS-Drag-Demo/ * Added T-bar to studio mode [cg2121] * Note that this will not work while using a Stinger transition or the "Cut" transition * Added support for the SRT protocol (https://en.wikipedia.org/wiki/Secure_Reliable_Transport) [boxerab] * This is available by choosing "Custom" under Stream settings > Service, then entering your `srt://` path into the Server box. * Added a button grid mode to the scenes list, which can be toggled via right-clicking on the scenes list [Dillon] * Added ability to lock volume values of audio sources via their right-click context menu in the mixer [cg2121] * Added source icons to the source list that give a more visible indication of their function (can be disabled in the View menu) [cg2121] * Added support for cube LUT files in the LUT filter [jpark37] * Added an option to show all audio sources to advanced audio settings [exeldro] * Added an option to use percent rather than dB in advanced audio properties via right-clicking items in the window [cg2121] * Added a button to save replay buffer next to the replay buffer button (similar to the pause button on the recording button) [cg2121] * Added support for certain devices that can automatically rotate their camera output such as the Logitech StreamCam [Jim] * Added the ability to change the projector type to the projector's right-click context menu [cg2121] * Added the ability to copy/paste multiple selected sources [torresam] * Added an option to enable/disable BTTV and/or FFZ chat extensions when connecting your Twitch account in the stream section of settings [Rodney] * Added a system tray icon to show when the recording is paused [Programatic] * Added a "Custom Quantization Matrix" option to QSV encoder (available on Ice Lake or newer) [brittneysclark] * Added an option to toggle looping to the scroll filter [Dillon] * Added a "Fade to Black" option for quick transitions in studio mode [cg2121] * Added string specifiers to the Filename Formatting option in advanced settings which allows you to specify certain settings such as resolution and FPS to recording filenames [exeldro] * Added a hotkey to reset the stats window/panel [cg2121] * Added help icons when an property has a tooltip associated with it [WizardCM] * Added monitor names in monitor selection context menus [WizardCM] * Video settings now shows aspect ratio of canvas and output resolutions [cg2121] Changes/Tweaks ------------ * Increased default size of color source to the size of the canvas [cg2121] * Increased default size of text in text sources [cg2121] * Increased the number of files you can open with the image slideshow at once [Jim] * Added various minor performance improvements [jpark37] * The mask filter will now reload the mask automatically if the mask file has been modified [omkelderman] * The browser source now uses a monospace font for the custom CSS property [WizardCM] * Redesigned Decklink output UI by combining the start and stop buttons and highlighting them when the output is active. [cg2121] Bug Fixes ------------ * Fixed an issue where window capture could select an unintended window when opening its properties [Jim/Dillon] * Fixed browser source not loading files with a hash character in the path [Dillon] * Fixed a bug where importing profiles didn't work correctly in portable mode [WizardCM] * Fixed a bug where resizing docks wouldn't work when hotkeys were disabled while OBS is focused [WizardCM] * Fixed a bug where preview wasn't fully disabled when minimized [R1CH] * Fixed a bug where the program could crash on startup if the system had flash installed on it [R1CH/Jim] * Fixed a bug where the media source could sometimes lock up on a frame [Jim] * Fixed a bug where Twitch browser panels would not use dark theme the first time they run [Jim] * Fixed a bug where the recording audio bitrate would be too low when using a custom recording quality in simple output mode [Fenrir] * Fixed a bug where a reconnected stream would drop to 0 kbps and disconnect if using audio track 2 [R1CH] * Fixed a bug when using multiple game captures where the wrong game would sometimes be captured [Dillon] * Fixed a crash when entering large resolutions in video settings [cg2121] * Fixed a crash with PulseAudio on Linux [cg2121] * Fixed a crash on shutdown that could occur after using the auto configuration wizard [R1CH] * Fixed a crash with the VLC and slideshow sources when adding directories containing files with many unicode characters [R1CH] * Fixed a crash on startup if a plugin saved whitespace to its config file (this primarily affected the Tuna plugin) [R1CH] * Fixed a crash when no Decklink outputs are available, such as when the input is active at the same time [cg2121] * Fixed a crash when when no Decklink output device is selected when the output is started [cg2121] * Fixed a crash when using custom RTMP authentication [R1CH] * Fixed an issue where devices could lock up when using the browser source [Jim] * Fixed a few minor memory leaks [jpark37] * Fixed an issue where the program would not let you know that the recording path was invalid [Lqlsoftware]
5722710
2020-03-15 07:28
下载
25.0.0-rc5
OBS Studio 25.0 Release Candidate 5 Release Candidate 5 Fixes ------------------------- * Fixed Microsoft Store (UWP) programs not capturing with game capture * Fixed preview flickering issue some users were having * Fixed a freeze/crash on shutdown when using VSTs Release Candidate 3 and 4 Fixes ------------------------------- * Fixed the program sort of, uh, crashing in RC3 * Fixed text/color sources not being backward compatible with older versions * Fixed text/color sources from older versions not showing up in "Add Existing" when adding a source * Fixed a bug where the hook would sometimes not reacquire when alt-tabbing out of Vulkan-based games (such as Quake 2 RTX) * Fixed a bug where some Vulkan-based games would have red and blue inverted when capturing with game capture * Fixed a bug where restarting a media source with a hotkey would cause it to repeat multiple times * Fixed a bug where some programs (such as VLC) couldn't be captured by game capture * Fixed a bug where Logitech StreamCam's auto-rotation feature didn't always work * Fixed a bug where game capture could no longer capture Microsoft Store games (such as Sea of Thieves) * Fixed a bug where Microsoft Store would not be listed as a capturable window in Window Capture * Fixed a bug where newly applied filters wouldn't save correctly, causing them to disappear when switching scenes or hiding the source * Fixed a crash when capturing certain Vulkan-based games * Fixed another bug when importing streamlabs scene collections * Fixed override transition not working in some cases * Note: To capture Rainbow 6 in Vulkan mode with the new game capture, you'll need the Y5S1 update of the game Release Candidate 2 Fixes ------------------------- * Fixed a bug when importing streamlabs scene collections with repeated names * Fixed a crash that would happen when using the new capture method in window capture and running OBS as admin or when using an older version of Windows 10 * Fixed a bug where the new capture method in window capture was selectable even when it was unavailable, such as when running on older Windows 10 versions * Fixed a bug where SRT output wasn't working properly New Features ------------ * Added the ability to capture Vulkan-based games with game capture. Big thanks to Ubisoft for the help! [Littlematth/jpark37/Jim] * Note: Currently may not work with Rainbow 6 Siege until the game is updated to support the new hook * Added a new capture method to window capture which allows capturing browsers, browser-based windows, and Microsoft Store (UWP) programs [jpark37] * By default, it will use "Automatic", which will use the normal method on most windows, and the new method on browsers, browser-based windows, and Microsoft Store (UWP) programs * The downside of the new method is that it can cause a bit of cursor lag, as well as a highlighted border around the captured window. The border itself does not get captured, however. * You can choose which capture method to use in window capture properties * Implemented browser plugin on Linux [bazukas/cg2121] * Added advanced scene collection importing (on the menu bar, Scene Collection -> Import) which allows you to import from other common streaming programs [Dillon] * Added Media source hotkeys to allow control of playback (stop/pause/play/restart) [cg2121] * For now, these are just hotkeys. User interface for this is also planned for future updates * Added the ability to drag and drop URLs to create browser sources (after displaying a confirmation prompt to ensure it was by intention) [WizardCM] * Developers can add an embed to their web pages that let them pre-specify parameters that automatically get set in the source when it's dragged into OBS. See this link for more details: https://wizardcm.github.io/OBS-Drag-Demo/ * Added T-bar to studio mode [cg2121] * Note that this will not work while using a Stinger transition or the "Cut" transition * Added support for the SRT protocol (https://en.wikipedia.org/wiki/Secure_Reliable_Transport) [boxerab] * This is available by choosing "Custom" under Stream settings > Service, then entering your `srt://` path into the Server box. * Added a button grid mode to the scenes list, which can be toggled via right-clicking on the scenes list [Dillon] * Added ability to lock volume values of audio sources via their right-click context menu in the mixer [cg2121] * Added source icons to the source list that give a more visible indication of their function (can be disabled in the View menu) [cg2121] * Added support for cube LUT files in the LUT filter [jpark37] * Added an option to show all audio sources to advanced audio settings [exeldro] * Added an option to use percent rather than dB in advanced audio properties via right-clicking items in the window [cg2121] * Added a button to save replay buffer next to the replay buffer button (similar to the pause button on the recording button) [cg2121] * Added support for certain devices that can automatically rotate their camera output such as the Logitech StreamCam [Jim] * Added the ability to change the projector type to the projector's right-click context menu [cg2121] * Added the ability to copy/paste multiple selected sources [torresam] * Added an option to enable/disable BTTV and/or FFZ chat extensions when connecting your Twitch account in the stream section of settings [Rodney] * Added a system tray icon to show when the recording is paused [Programatic] * Added a "Custom Quantization Matrix" option to QSV encoder (available on Ice Lake or newer) [brittneysclark] * Added an option to toggle looping to the scroll filter [Dillon] * Added a "Fade to Black" option for quick transitions in studio mode [cg2121] * Added string specifiers to the Filename Formatting option in advanced settings which allows you to specify certain settings such as resolution and FPS to recording filenames [exeldro] * Added a hotkey to reset the stats window/panel [cg2121] * Added help icons when an property has a tooltip associated with it [WizardCM] * Added monitor names in monitor selection context menus [WizardCM] * Video settings now shows aspect ratio of canvas and output resolutions [cg2121] Changes/Tweaks ------------ * Increased default size of color source to the size of the canvas [cg2121] * Increased default size of text in text sources [cg2121] * Increased the number of files you can open with the image slideshow at once [Jim] * Added various minor performance improvements [jpark37] * The mask filter will now reload the mask automatically if the mask file has been modified [omkelderman] * The browser source now uses a monospace font for the custom CSS property [WizardCM] * Redesigned Decklink output UI by combining the start and stop buttons and highlighting them when the output is active. [cg2121] Bug Fixes ------------ * Fixed an issue where window capture could select an unintended window when opening its properties [Jim/Dillon] * Fixed browser source not loading files with a hash character in the path [Dillon] * Fixed a bug where importing profiles didn't work correctly in portable mode [WizardCM] * Fixed a bug where resizing docks wouldn't work when hotkeys were disabled while OBS is focused [WizardCM] * Fixed a bug where preview wasn't fully disabled when minimized [R1CH] * Fixed a bug where the program could crash on startup if the system had flash installed on it [R1CH/Jim] * Fixed a bug where the media source could sometimes lock up on a frame [Jim] * Fixed a bug where Twitch browser panels would not use dark theme the first time they run [Jim] * Fixed a bug where the recording audio bitrate would be too low when using a custom recording quality in simple output mode [Fenrir] * Fixed a bug where a reconnected stream would drop to 0 kbps and disconnect if using audio track 2 [R1CH] * Fixed a bug when using multiple game captures where the wrong game would sometimes be captured [Dillon] * Fixed a crash when entering large resolutions in video settings [cg2121] * Fixed a crash with PulseAudio on Linux [cg2121] * Fixed a crash on shutdown that could occur after using the auto configuration wizard [R1CH] * Fixed a crash with the VLC and slideshow sources when adding directories containing files with many unicode characters [R1CH] * Fixed a crash on startup if a plugin saved whitespace to its config file (this primarily affected the Tuna plugin) [R1CH] * Fixed a crash when no Decklink outputs are available, such as when the input is active at the same time [cg2121] * Fixed a crash when when no Decklink output device is selected when the output is started [cg2121] * Fixed a crash when using custom RTMP authentication [R1CH] * Fixed an issue where devices could lock up when using the browser source [Jim] * Fixed a few minor memory leaks [jpark37] * Fixed an issue where the program would not let you know that the recording path was invalid [Lqlsoftware]
2131a8b
2020-03-12 04:48
下载
25.0.0-rc4
OBS Studio 25.0 Release Candidate 4 Release Candidate 3 and 4 Fixes ------------------------------- * Fixed the program sort of, uh, crashing in RC3 * Fixed text/color sources not being backward compatible with older versions * Fixed text/color sources from older versions not showing up in "Add Existing" when adding a source * Fixed a bug where the hook would sometimes not reacquire when alt-tabbing out of Vulkan-based games (such as Quake 2 RTX) * Fixed a bug where some Vulkan-based games would have red and blue inverted when capturing with game capture * Fixed a bug where restarting a media source with a hotkey would cause it to repeat multiple times * Fixed a bug where some programs (such as VLC) couldn't be captured by game capture * Fixed a bug where Logitech StreamCam's auto-rotation feature didn't always work * Fixed a bug where game capture could no longer capture Microsoft Store games (such as Sea of Thieves) * Fixed a bug where Microsoft Store would not be listed as a capturable window in Window Capture * Fixed a bug where newly applied filters wouldn't save correctly, causing them to disappear when switching scenes or hiding the source * Fixed a crash when capturing certain Vulkan-based games * Fixed another bug when importing streamlabs scene collections * Fixed override transition not working in some cases * Note: To capture Rainbow 6 in Vulkan mode with the new game capture, you'll need the Y5S1 update of the game Release Candidate 2 Fixes ------------------------- * Fixed a bug when importing streamlabs scene collections with repeated names * Fixed a crash that would happen when using the new capture method in window capture and running OBS as admin or when using an older version of Windows 10 * Fixed a bug where the new capture method in window capture was selectable even when it was unavailable, such as when running on older Windows 10 versions * Fixed a bug where SRT output wasn't working properly New Features ------------ * Added the ability to capture Vulkan-based games with game capture. Big thanks to Ubisoft for the help! [Littlematth/jpark37/Jim] * Note: Currently may not work with Rainbow 6 Siege until the game is updated to support the new hook * Added a new capture method to window capture which allows capturing browsers, browser-based windows, and Microsoft Store (UWP) programs [jpark37] * By default, it will use "Automatic", which will use the normal method on most windows, and the new method on browsers, browser-based windows, and Microsoft Store (UWP) programs * The downside of the new method is that it can cause a bit of cursor lag, as well as a highlighted border around the captured window. The border itself does not get captured, however. * You can choose which capture method to use in window capture properties * Implemented browser plugin on Linux [bazukas/cg2121] * Added advanced scene collection importing (on the menu bar, Scene Collection -> Import) which allows you to import from other common streaming programs [Dillon] * Added Media source hotkeys to allow control of playback (stop/pause/play/restart) [cg2121] * For now, these are just hotkeys. User interface for this is also planned for future updates * Added the ability to drag and drop URLs to create browser sources (after displaying a confirmation prompt to ensure it was by intention) [WizardCM] * Developers can add an embed to their web pages that let them pre-specify parameters that automatically get set in the source when it's dragged into OBS. See this link for more details: https://wizardcm.github.io/OBS-Drag-Demo/ * Added T-bar to studio mode [cg2121] * Note that this will not work while using a Stinger transition or the "Cut" transition * Added support for the SRT protocol (https://en.wikipedia.org/wiki/Secure_Reliable_Transport) [boxerab] * This is available by choosing "Custom" under Stream settings > Service, then entering your `srt://` path into the Server box. * Added a button grid mode to the scenes list, which can be toggled via right-clicking on the scenes list [Dillon] * Added ability to lock volume values of audio sources via their right-click context menu in the mixer [cg2121] * Added source icons to the source list that give a more visible indication of their function (can be disabled in the View menu) [cg2121] * Added support for cube LUT files in the LUT filter [jpark37] * Added an option to show all audio sources to advanced audio settings [exeldro] * Added an option to use percent rather than dB in advanced audio properties via right-clicking items in the window [cg2121] * Added a button to save replay buffer next to the replay buffer button (similar to the pause button on the recording button) [cg2121] * Added support for certain devices that can automatically rotate their camera output such as the Logitech StreamCam [Jim] * Added the ability to change the projector type to the projector's right-click context menu [cg2121] * Added the ability to copy/paste multiple selected sources [torresam] * Added an option to enable/disable BTTV and/or FFZ chat extensions when connecting your Twitch account in the stream section of settings [Rodney] * Added a system tray icon to show when the recording is paused [Programatic] * Added a "Custom Quantization Matrix" option to QSV encoder (available on Ice Lake or newer) [brittneysclark] * Added an option to toggle looping to the scroll filter [Dillon] * Added a "Fade to Black" option for quick transitions in studio mode [cg2121] * Added string specifiers to the Filename Formatting option in advanced settings which allows you to specify certain settings such as resolution and FPS to recording filenames [exeldro] * Added a hotkey to reset the stats window/panel [cg2121] * Added help icons when an property has a tooltip associated with it [WizardCM] * Added monitor names in monitor selection context menus [WizardCM] * Video settings now shows aspect ratio of canvas and output resolutions [cg2121] Changes/Tweaks ------------ * Increased default size of color source to the size of the canvas [cg2121] * Increased default size of text in text sources [cg2121] * Increased the number of files you can open with the image slideshow at once [Jim] * Added various minor performance improvements [jpark37] * The mask filter will now reload the mask automatically if the mask file has been modified [omkelderman] * The browser source now uses a monospace font for the custom CSS property [WizardCM] * Redesigned Decklink output UI by combining the start and stop buttons and highlighting them when the output is active. [cg2121] Bug Fixes ------------ * Fixed an issue where window capture could select an unintended window when opening its properties [Jim/Dillon] * Fixed browser source not loading files with a hash character in the path [Dillon] * Fixed a bug where importing profiles didn't work correctly in portable mode [WizardCM] * Fixed a bug where resizing docks wouldn't work when hotkeys were disabled while OBS is focused [WizardCM] * Fixed a bug where preview wasn't fully disabled when minimized [R1CH] * Fixed a bug where the program could crash on startup if the system had flash installed on it [R1CH/Jim] * Fixed a bug where the media source could sometimes lock up on a frame [Jim] * Fixed a bug where Twitch browser panels would not use dark theme the first time they run [Jim] * Fixed a bug where the recording audio bitrate would be too low when using a custom recording quality in simple output mode [Fenrir] * Fixed a bug where a reconnected stream would drop to 0 kbps and disconnect if using audio track 2 [R1CH] * Fixed a bug when using multiple game captures where the wrong game would sometimes be captured [Dillon] * Fixed a crash when entering large resolutions in video settings [cg2121] * Fixed a crash with PulseAudio on Linux [cg2121] * Fixed a crash on shutdown that could occur after using the auto configuration wizard [R1CH] * Fixed a crash with the VLC and slideshow sources when adding directories containing files with many unicode characters [R1CH] * Fixed a crash on startup if a plugin saved whitespace to its config file (this primarily affected the Tuna plugin) [R1CH] * Fixed a crash when no Decklink outputs are available, such as when the input is active at the same time [cg2121] * Fixed a crash when when no Decklink output device is selected when the output is started [cg2121] * Fixed a crash when using custom RTMP authentication [R1CH] * Fixed an issue where devices could lock up when using the browser source [Jim] * Fixed a few minor memory leaks [jpark37] * Fixed an issue where the program would not let you know that the recording path was invalid [Lqlsoftware]
3992bd2
2020-03-10 08:08
下载
25.0.0-rc3
OBS Studio 25.0 Release Candidate 3 Release Candidate 3 Fixes ------------------------- * Fixed text/color sources not being backward compatible with older versions * Fixed text/color sources from older versions not showing up in "Add Existing" when adding a source * Fixed a bug where the hook would sometimes not reacquire when alt-tabbing out of Vulkan-based games (such as Quake 2 RTX) * Fixed a bug where some Vulkan-based games would have red and blue inverted when capturing with game capture * Fixed a bug where restarting a media source with a hotkey would cause it to repeat multiple times * Fixed a bug where some programs (such as VLC) couldn't be captured by game capture * Fixed a bug where Logitech StreamCam's auto-rotation feature didn't always work * Fixed a bug where game capture could no longer capture Microsoft Store games (such as Sea of Thieves) * Fixed a bug where Microsoft Store would not be listed as a capturable window in Window Capture * Fixed a bug where filters got deleted is * Fixed a bug where newly applied filters wouldn't save correctly, causing them to disappear when switching scenes or hiding the source * Fixed a crash when capturing certain Vulkan-based games * Fixed another bug when importing streamlabs scene collections * Fixed override transition not working in some cases * Note: To capture Rainbow 6 in Vulkan mode with the new game capture, you'll need the Y5S1 update of the game Release Candidate 2 Fixes ------------------------- * Fixed a bug when importing streamlabs scene collections with repeated names * Fixed a crash that would happen when using the new capture method in window capture and running OBS as admin or when using an older version of Windows 10 * Fixed a bug where the new capture method in window capture was selectable even when it was unavailable, such as when running on older Windows 10 versions * Fixed a bug where SRT output wasn't working properly New Features ------------ * Added the ability to capture Vulkan-based games with game capture. Big thanks to Ubisoft for the help! [Littlematth/jpark37/Jim] * Note: Currently may not work with Rainbow 6 Siege until the game is updated to support the new hook * Added a new capture method to window capture which allows capturing browsers, browser-based windows, and Microsoft Store (UWP) programs [jpark37] * By default, it will use "Automatic", which will use the normal method on most windows, and the new method on browsers, browser-based windows, and Microsoft Store (UWP) programs * The downside of the new method is that it can cause a bit of cursor lag, as well as a highlighted border around the captured window. The border itself does not get captured, however. * You can choose which capture method to use in window capture properties * Implemented browser plugin on Linux [bazukas/cg2121] * Added advanced scene collection importing (on the menu bar, Scene Collection -> Import) which allows you to import from other common streaming programs [Dillon] * Added Media source hotkeys to allow control of playback (stop/pause/play/restart) [cg2121] * For now, these are just hotkeys. User interface for this is also planned for future updates * Added the ability to drag and drop URLs to create browser sources (after displaying a confirmation prompt to ensure it was by intention) [WizardCM] * Developers can add an embed to their web pages that let them pre-specify parameters that automatically get set in the source when it's dragged into OBS. See this link for more details: https://wizardcm.github.io/OBS-Drag-Demo/ * Added T-bar to studio mode [cg2121] * Note that this will not work while using a Stinger transition or the "Cut" transition * Added support for the SRT protocol (https://en.wikipedia.org/wiki/Secure_Reliable_Transport) [boxerab] * This is available by choosing "Custom" under Stream settings > Service, then entering your `srt://` path into the Server box. * Added a button grid mode to the scenes list, which can be toggled via right-clicking on the scenes list [Dillon] * Added ability to lock volume values of audio sources via their right-click context menu in the mixer [cg2121] * Added source icons to the source list that give a more visible indication of their function (can be disabled in the View menu) [cg2121] * Added support for cube LUT files in the LUT filter [jpark37] * Added an option to show all audio sources to advanced audio settings [exeldro] * Added an option to use percent rather than dB in advanced audio properties via right-clicking items in the window [cg2121] * Added a button to save replay buffer next to the replay buffer button (similar to the pause button on the recording button) [cg2121] * Added support for certain devices that can automatically rotate their camera output such as the Logitech StreamCam [Jim] * Added the ability to change the projector type to the projector's right-click context menu [cg2121] * Added the ability to copy/paste multiple selected sources [torresam] * Added an option to enable/disable BTTV and/or FFZ chat extensions when connecting your Twitch account in the stream section of settings [Rodney] * Added a system tray icon to show when the recording is paused [Programatic] * Added a "Custom Quantization Matrix" option to QSV encoder (available on Ice Lake or newer) [brittneysclark] * Added an option to toggle looping to the scroll filter [Dillon] * Added a "Fade to Black" option for quick transitions in studio mode [cg2121] * Added string specifiers to the Filename Formatting option in advanced settings which allows you to specify certain settings such as resolution and FPS to recording filenames [exeldro] * Added a hotkey to reset the stats window/panel [cg2121] * Added help icons when an property has a tooltip associated with it [WizardCM] * Added monitor names in monitor selection context menus [WizardCM] * Video settings now shows aspect ratio of canvas and output resolutions [cg2121] Changes/Tweaks ------------ * Increased default size of color source to the size of the canvas [cg2121] * Increased default size of text in text sources [cg2121] * Increased the number of files you can open with the image slideshow at once [Jim] * Added various minor performance improvements [jpark37] * The mask filter will now reload the mask automatically if the mask file has been modified [omkelderman] * The browser source now uses a monospace font for the custom CSS property [WizardCM] * Redesigned Decklink output UI by combining the start and stop buttons and highlighting them when the output is active. [cg2121] Bug Fixes ------------ * Fixed an issue where window capture could select an unintended window when opening its properties [Jim/Dillon] * Fixed browser source not loading files with a hash character in the path [Dillon] * Fixed a bug where importing profiles didn't work correctly in portable mode [WizardCM] * Fixed a bug where resizing docks wouldn't work when hotkeys were disabled while OBS is focused [WizardCM] * Fixed a bug where preview wasn't fully disabled when minimized [R1CH] * Fixed a bug where the program could crash on startup if the system had flash installed on it [R1CH/Jim] * Fixed a bug where the media source could sometimes lock up on a frame [Jim] * Fixed a bug where Twitch browser panels would not use dark theme the first time they run [Jim] * Fixed a bug where the recording audio bitrate would be too low when using a custom recording quality in simple output mode [Fenrir] * Fixed a bug where a reconnected stream would drop to 0 kbps and disconnect if using audio track 2 [R1CH] * Fixed a bug when using multiple game captures where the wrong game would sometimes be captured [Dillon] * Fixed a crash when entering large resolutions in video settings [cg2121] * Fixed a crash with PulseAudio on Linux [cg2121] * Fixed a crash on shutdown that could occur after using the auto configuration wizard [R1CH] * Fixed a crash with the VLC and slideshow sources when adding directories containing files with many unicode characters [R1CH] * Fixed a crash on startup if a plugin saved whitespace to its config file (this primarily affected the Tuna plugin) [R1CH] * Fixed a crash when no Decklink outputs are available, such as when the input is active at the same time [cg2121] * Fixed a crash when when no Decklink output device is selected when the output is started [cg2121] * Fixed a crash when using custom RTMP authentication [R1CH] * Fixed an issue where devices could lock up when using the browser source [Jim] * Fixed a few minor memory leaks [jpark37] * Fixed an issue where the program would not let you know that the recording path was invalid [Lqlsoftware]
428a19e
2020-03-10 01:43
下载
25.0.0-rc2
OBS Studio 25.0 Release Candidate 2 Release Candidate 2 Fixes ------------------------- * Fixed a bug when importing streamlabs scene collections with repeated names * Fixed a crash that would happen when using the new capture method in window capture and running OBS as admin or when using an older version of Windows 10 * Fixed a bug where the new capture method in window capture was selectable even when it was unavailable, such as when running on older Windows 10 versions * Fixed a bug where SRT output wasn't working properly New Features ------------ * Added the ability to capture Vulkan-based games with game capture. Big thanks to Ubisoft for the help! [Littlematth/jpark37/Jim] * Note: Currently may not work with Rainbow 6 Siege until the game is updated to support the new hook * Added a new capture method to window capture which allows capturing browsers, browser-based windows, and Microsoft Store (UWP) programs [jpark37] * By default, it will use "Automatic", which will use the normal method on most windows, and the new method on browsers, browser-based windows, and Microsoft Store (UWP) programs * The downside of the new method is that it can cause a bit of cursor lag, as well as a highlighted border around the captured window. The border itself does not get captured, however. * You can choose which capture method to use in window capture properties * Implemented browser plugin on Linux [bazukas/cg2121] * Added advanced scene collection importing (on the menu bar, Scene Collection -> Import) which allows you to import from other common streaming programs [Dillon] * Added Media source hotkeys to allow control of playback (stop/pause/play/restart) [cg2121] * For now, these are just hotkeys. User interface for this is also planned for future updates * Added the ability to drag and drop URLs to create browser sources (after displaying a confirmation prompt to ensure it was by intention) [WizardCM] * Developers can add an embed to their web pages that let them pre-specify parameters that automatically get set in the source when it's dragged into OBS. See this link for more details: https://wizardcm.github.io/OBS-Drag-Demo/ * Added T-bar to studio mode [cg2121] * Note that this will not work while using a Stinger transition or the "Cut" transition * Added support for the SRT protocol (https://en.wikipedia.org/wiki/Secure_Reliable_Transport) [boxerab] * This is available by choosing "Custom" under Stream settings > Service, then entering your `srt://` path into the Server box. * Added a button grid mode to the scenes list, which can be toggled via right-clicking on the scenes list [Dillon] * Added ability to lock volume values of audio sources via their right-click context menu in the mixer [cg2121] * Added source icons to the source list that give a more visible indication of their function (can be disabled in the View menu) [cg2121] * Added support for cube LUT files in the LUT filter [jpark37] * Added an option to show all audio sources to advanced audio settings [exeldro] * Added an option to use percent rather than dB in advanced audio properties via right-clicking items in the window [cg2121] * Added a button to save replay buffer next to the replay buffer button (similar to the pause button on the recording button) [cg2121] * Added support for certain devices that can automatically rotate their camera output such as the Logitech StreamCam [Jim] * Added the ability to change the projector type to the projector's right-click context menu [cg2121] * Added the ability to copy/paste multiple selected sources [torresam] * Added an option to enable/disable BTTV and/or FFZ chat extensions when connecting your Twitch account in the stream section of settings [Rodney] * Added a system tray icon to show when the recording is paused [Programatic] * Added a "Custom Quantization Matrix" option to QSV encoder (available on Ice Lake or newer) [brittneysclark] * Added an option to toggle looping to the scroll filter [Dillon] * Added a "Fade to Black" option for quick transitions in studio mode [cg2121] * Added string specifiers to the Filename Formatting option in advanced settings which allows you to specify certain settings such as resolution and FPS to recording filenames [exeldro] * Added a hotkey to reset the stats window/panel [cg2121] * Video settings now shows aspect ratio of canvas and output resolutions [cg2121] Changes/Tweaks ------------ * Increased default size of color source to the size of the canvas [cg2121] * Increased default size of text in text sources [cg2121] * Increased the number of files you can open with the image slideshow at once [Jim] * Added various minor performance improvements [jpark37] * The mask filter will now reload the mask automatically if the mask file has been modified [omkelderman] * The browser source now uses a monospace font for the custom CSS property [WizardCM] * Redesigned Decklink output UI by combining the start and stop buttons and highlighting them when the output is active. [cg2121] Bug Fixes ------------ * Fixed an issue where window capture could select an unintended window when opening its properties [Jim/Dillon] * Fixed browser source not loading files with a hash character in the path [Dillon] * Fixed a bug where importing profiles didn't work correctly in portable mode [WizardCM] * Fixed a bug where resizing docks wouldn't work when hotkeys were disabled while OBS is focused [WizardCM] * Fixed a bug where preview wasn't fully disabled when minimized [R1CH] * Fixed a bug where the program could crash on startup if the system had flash installed on it [R1CH/Jim] * Fixed a bug where the media source could sometimes lock up on a frame [Jim] * Fixed a bug where Twitch browser panels would not use dark theme the first time they run [Jim] * Fixed a bug where the recording audio bitrate would be too low when using a custom recording quality in simple output mode [Fenrir] * Fixed a bug where a reconnected stream would drop to 0 kbps and disconnect if using audio track 2 [R1CH] * Fixed a bug when using multiple game captures where the wrong game would sometimes be captured [Dillon] * Fixed a crash when entering large resolutions in video settings [cg2121] * Fixed a crash with PulseAudio on Linux [cg2121] * Fixed a crash on shutdown that could occur after using the auto configuration wizard [R1CH] * Fixed a crash with the VLC and slideshow sources when adding directories containing files with many unicode characters [R1CH] * Fixed a crash on startup if a plugin saved whitespace to its config file (this primarily affected the Tuna plugin) [R1CH] * Fixed crash when no Decklink outputs are available, such as when the input is active at the same time [cg2121] * Fixed crash when when no Decklink output device is selected when the output is started [cg2121] * Fixed a few minor memory leaks [jpark37] * Fixed an issue where the program would not let you know that the recording path was invalid [Lqlsoftware]
46dcc9c
2020-03-05 14:23
下载
25.0.0-rc1
OBS Studio 25.0 Release Candidate 1 Features -------- * Added the ability to capture Vulkan-based games with game capture [Littlematth/jpark37/Jim] * Added a new capture method to window capture which allows capturing browsers, browser-based windows, and Microsoft Store (UWP) programs [jpark37] * By default, it will use "Automatic", which will use the normal method on most windows, and the new method on browsers, browser-based windows, and Microsoft Store (UWP) programs * The downside of the new method is that it can cause a bit of cursor lag, as well as a highlighted border around the captured window * You can choose which capture method to use in window capture properties * Implemented browser plugin on Linux [bazukas/cg2121] * Added advanced scene collection importing (on the menu bar, Scene Collection -> Import) which allows you to import from other common streaming programs [Dillon] * Added Media source hotkeys to allow control of playback (stop/pause/play/restart) [cg2121] * For now, these are just hotkeys. User interface for this is also planned for future updates * Added the ability to drag and drop URLs to create browser sources (after displaying a confirmation prompt to ensure it was by intention) [WizardCM] * Developers can add an embed to their web pages that let them pre-specify parameters that automatically get set in the source when it's dragged into OBS. See this link for more details: https://wizardcm.github.io/OBS-Drag-Demo/ * Added T-bar to studio mode [cg2121] * Added support for the SRT protocol [boxerab] * Added a button grid mode to the scenes list, which can be toggled via right-clicking on the scenes list [Dillon] * Added ability to lock volume values of audio sources via their right-click context menu in the mixer [cg2121] * Added source icons to the source list that give a more visible indication of their function (can be disabled in the View menu) [cg2121] * Added support for cube LUT files in the LUT filter [jpark37] * Added an option to show all audio sources to advanced audio settings [exeldro] * Added an option to use percent rather than dB in advanced audio properties via right-clicking items in the window [cg2121] * Added a button to save replay buffer next to the replay buffer button (similar to the pause button on the recording button) [cg2121] * Added support for certain devices that can automatically rotate their camera output such as the Logitech StreamCam [Jim] * Added the ability to change the projector type to the projector's right-click context menu [cg2121] * Added the ability to copy/paste multiple selected sources [torresam] * Added an option to enable/disable BTTV and/or FFZ chat extensions when connecting your Twitch account in the stream section of settings [Rodney] * Added a system tray icon to show when the recording is paused [Programatic] * Added a "Custom Quantization Matrix" option to QSV encoder (available on Ice Lake or newer) [brittneysclark] * Added an option to toggle looping to the scroll filter [Dillon] * Added a "Fade to Black" option for quick transitions in studio mode [cg2121] * Added string specifiers to the Filename Formatting option in advanced settings which allows you to specify certain certain settings such as resolution and FPS to recording filenames [exeldro] * Added a hotkey to reset the stats window/panel [cg2121] * Video settings now shows aspect ratio of canvas and output resolutions [cg2121] Fixes/Tweaks ------------ * Fixed an issue where window capture could select an unintended window when opening its properties [Jim/Dillon] * Fixed browser source not loading files with a hash character in the path [Dillon] * Fixed a bug where importing profiles didn't work correctly in portable mode [WizardCM] * Fixed a bug where resizing docks wouldn't work when hotkeys were disabled while OBS is focused [WizardCM] * Fixed a bug where preview wasn't fully disabled when minimized [R1CH] * Fixed a bug where the program could crash on startup if the system had flash installed on it [R1CH/Jim] * Fixed a bug where the media source could sometimes lock up on a frame [Jim] * Fixed a bug where Twitch browser panels would not use dark theme the first time they run [Jim] * Fixed a bug where the recording audio bitrate would be too low when using a custom recording quality in simple output mode [Fenrir] * Fixed a crash when entering large resolutions in video settings [cg2121] * Fixed a crash with PulseAudio on Linux [cg2121] * Fixed a few minor memory leaks [jpark37] * Fixed an issue where the program would not let you know that the recording path was invalid [Lqlsoftware] * Increased default size of color source to the size of the canvas [cg2121] * Increased default size of text in text sources [cg2121] * Increased the rate at which window capture would try to reacquire a window once lost [R1CH] * Increased the number of files you can open with the image slideshow at once [Jim] * Added various minor performance improvements [jpark37] * The mask filter will now reload the mask automatically if the mask file has been modified [omkelderman] * The browser source now uses a monospace font for the custom CSS property [WizardCM]
8f4f33a
2020-03-03 06:21
下载
24.0.6
OBS Studio 24.0.6 25.0.6 Hotfix Changes --------------------- * Fixed a crash with macOS Catalina * Fixed a failure to start up when using custom themes on macOS with 24.0.5 24.0.5 Hotfix Changes --------------------- * Fixed macOS Catalina issues * Fixed macOS Python scripting support * Fixed a bug where audio bitrate would not be properly set to the specified value in simple output mode * Fixed a bug where videos on loop could sometimes get frozen when switching scenes * Fixed a bug with Linux Display Capture where the crop value would shift the cursor's captured position incorrectly * Fixed an issue where if the video drivers crashed on Windows for whatever reason, OBS would not recover from that properly and also crash (yes you heard that correctly) * Fixed an issue where when connecting to your Twitch account fails because of Twitch's two-factor authentication requirement, you would not be able to change to another Twitch account until authentication was fixed and the account was reconnected * Fixed an issue where when connecting your Twitch account for the first time, the panels would not open up in dark mode * Fixed an issue where preview projector stopped working when toggling studio mode * Fixed an issue where multiple 0x0 windows would appear on Linux Window Capture * Fixed an issue where certain windows would not be listed with Linux Window Capture * Fixed a crash with the browser source that some users have been having since 24 was released * Fixed a few other rare crashes * You can now use Twitch dashboard panel URLs as custom browser docks * Added some additional graphics and audio diagnostic logging
6594d0f
2019-12-18 04:16
下载
24.0.5
OBS Studio 24.0.5 24.0.5 Hotfix Changes --------------------- * Fixed macOS Catalina issues * Fixed macOS Python scripting support * Fixed a bug where audio bitrate would not be properly set to the specified value in simple output mode * Fixed a bug where videos on loop could sometimes get frozen when switching scenes * Fixed a bug with Linux Display Capture where the crop value would shift the cursor's captured position incorrectly * Fixed an issue where if the video drivers crashed on Windows for whatever reason, OBS would not recover from that properly and also crash (yes you heard that correctly) * Fixed an issue where when connecting to your Twitch account fails because of Twitch's two-factor authentication requirement, you would not be able to change to another Twitch account until authentication was fixed and the account was reconnected * Fixed an issue where when connecting your Twitch account for the first time, the panels would not open up in dark mode * Fixed an issue where preview projector stopped working when toggling studio mode * Fixed an issue where multiple 0x0 windows would appear on Linux Window Capture * Fixed an issue where certain windows would not be listed with Linux Window Capture * Fixed a few rare crashes * You can now use Twitch dashboard panel URLs as custom browser docks * Added some additional graphics and audio diagnostic logging
99638ba
2019-12-10 16:06
下载
24.0.4
OBS Studio 24.0.4 24.0.4 Hotfix Changes --------------------- * Fixed macOS Catalina issues * Fixed macOS Python scripting support * Fixed a bug where audio bitrate would not be properly set to the specified value in simple output mode * Fixed a bug where videos on loop could sometimes get frozen when switching scenes * Fixed a bug with Linux Display Capture where the crop value would shift the cursor's captured position incorrectly * Fixed an issue where if the video drivers crashed on Windows for whatever reason, OBS would not recover from that properly and also crash (yes you heard that correctly) * Fixed an issue where when connecting to your Twitch account fails because of Twitch's two-factor authentication requirement, you would not be able to change to another Twitch account until authentication was fixed and the account was reconnected * Fixed an issue where when connecting your Twitch account for the first time, the panels would not open up in dark mode * Fixed an issue where preview projector stopped working when toggling studio mode * Fixed an issue where multiple 0x0 windows would appear on Linux Window Capture * Fixed an issue where certain windows would not be listed with Linux Window Capture * Fixed a few rare crashes * You can now use Twitch dashboard panel URLs as custom browser docks * Added some additional graphics and audio diagnostic logging
22bddd0
2019-11-13 09:32
下载
24.0.3
OBS Studio 24.0.3 24.0.3 Hotfix ------------- - Fixed a startup crash on the 32bit version of OBS on Windows - Fixed an issue where audio monitoring on Windows would have a bit of unintended latency introduced by 24.0.2 24.0.2 Changes -------------- - Hardware accelerated decoding on the media source is now disabled by default rather than enabled by default. Some users use a ridiculous number of media sources, and turning on hardware accelerated decoding for every single one of them could cause some stability issues. - When running OBS as administrator, games will now be much less likely to cause lag to the video of OBS (we will eventually get this improvement working without requiring administrator, currently this does not work unless OBS is running as administrator) - Fixed an issue where media keys on your keyboard could trigger video/audio to stop/start playing in browser sources - Fixed an issue where part of the OBS output would be green when using OBS from a VM - Fixed an issue where stingers could sometimes cut off prematurely before they were finished - Fixed a freeze that could happen when using NVENC and changing the bitrate while in use while lookahead was enabled - Fixed a bug where OBS could sometimes stop recording due to lack of disk space despite having plenty of disk space - Improved the playback accuracy of media sources and stingers (this was the same issue that caused stingers to sometimes play back a bit erratically)
d88a5a5
2019-10-12 14:42
下载
24.0.2
OBS Studio 24.0.2 Changes ------- - Hardware accelerated decoding on the media source is now disabled by default rather than enabled by default. Some users use a ridiculous number of media sources, and turning on hardware accelerated decoding for every single one of them could cause some stability issues - Fixed an issue where certain games would cause OBS to lag. Currently, this will only work when OBS is running as administrator. - Fixed an issue where media keys on your keyboard could trigger video/audio to stop/start playing in browser sources - Fixed an issue where part of the OBS output would be green when using OBS from a VM - Fixed an issue where stingers would cut off prematurely before they were finished - Fixed a freeze that could happen when using NVENC and changing the bitrate at the same time - Fixed a bug where OBS would stop recording prematurely (this bug was due to a miscalculation in the new feature that automatically stops recording when disk space is 50 megabytes or less) - Improved the playback accuracy of media sources and stingers (this was the same issue that caused stingers to sometimes play back a bit erratically)
80a1fee
2019-10-12 03:45
下载
24.0.1
OBS Studio 24.0.1 24.0.1 Hotfix ------------- - Browser sources will now have their pre-24.0 audio behavior by default; to use OBS to control the browser source audio, users must now use the "Control Audio via OBS" option in the browser source properties. This change was made as a safety precaution because it changed user configurations compared with how the browser audio used to function, which confused some users. - Fixed an issue where certain cameras (particularly C920 cameras) would output with a lot of delay depending on the drivers installed - Fixed a crash on startup - Fixed a crash that would happen when closing the Mixer chat window - Fixed a deadlock that could occur when configuring multiple browser docks in the custom browser docks window 24.0 New Features ----------------- - Added the ability to pause while recording to allow seamless on-the-fly removal of video segments. This can only be used when not sharing an encoder with the stream. [Jim] - Added an option to automatically adjust bitrate when congestion occurs to advanced settings, which is an alternative to dropping frames (available in advanced settings). Note that this currently only works with RTMP, and severe congestion may cause increased delay to viewers. [Jim/pkv] - Added the ability to select multiple sources on the preview by box selection [Dillon] - Added the ability to create custom browser docks in the View -> Docks menu. This allows you to open extra dockable webpages whenever OBS opens [Jim] - Browser sources can now have their volume adjusted via the audio mixer, or have filters applied to them. Additionally, you can now change whether the browser source outputs to speakers or to stream only via the audio monitoring settings in advanced audio properties. [Osiris/pkv/Jim] - Added a script to pause recording when a specific scene is active [cg2121] - Added a "Hotkey Focus Behavior" option to advanced settings, which allows you to set whether hotkeys are disabled depending on whether you have the main window in focus or not [jb-alvarado/Jim] - Added an option to general settings to allow users to confirm when clicking the "Stop Recording" button [glikely] - Added channels widget for restream.io service integration [SoftwareArchitector] - Added the "Area" shader as a downscale shader in video settings [jpark37] - Added an "Enable Preview" button to the main window when the preview is disabled [cg2121] - Added (or rather fixed) hardware acceleration support for decoding media files when using the media source where applicable [Jim] 24.0 Tweaks/Fixes ----------------- - Updated all dependencies on Windows (such as FFmpeg, x264, CEF) to their latest versions [Jim] - Made a number of optimizations and performance improvements [jpark37] - Made a number of performance improvements to QSV [brittneysclark] - Changed default recording format to mkv instead of flv [WizardCM] - Recording now automatically stop if there is less than 50 megabytes left of disk space available [cg2121] - Fixed a number of issues with Linux window capture [kkartaltepe] - Fixed the tray icon showing up on startup even when it was turned off [Jim] - Fixed a bug where encoders could lock up when an encode call fails [Jim] - Fixed an issue where projectors would have a gray background rather than a black background [Jim] - Fixed a bug where secondary Twitch/Mixer browser panels would stop appearing [Jim] - Fixed a freeze that could happen under rare circumstances when shutting down [Jim] - If no tracks are selected when recording in advanced output mode, it will now default to the same track being used for streaming [cg2121]
9457047
2019-09-20 23:14
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
1
https://gitee.com/cfgrpg/obs-studio.git
git@gitee.com:cfgrpg/obs-studio.git
cfgrpg
obs-studio
obs-studio
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册