登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
1
Fork
0
道根
/
obs-studio
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
Gitee Pages
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
19.0.2
OBS Studio 19.0.2 19.0.2 Hotfix Changes --------------------- * Fixed a startup crash with older AMD drivers when using the 32bit version of OBS. Please update your video drivers! * Fixed a bug that caused Freetype 2 text sources to stop rendering properly on windows * Fixed an issue with NVENC not initializing properly for some people on older drivers * Fixed a tooltip that's supposed to show when you hover over "prefer hardware encoding" in the auto-configuration wizard 19.0.1 Hotfix Changes --------------------- * Fixed a bug where the auto-configuration wizard would sometimes not save settings * Fixed a bug where if you press cancel/back while connecting during a bandwidth test the program would freeze indefinitely * Fixed a bug where unintentional whitespace would not be removed from the end of the stream key, and would cause connection to fail when performing a bandwidth test with the auto-configuration wizard * Fixed an issue where the AMD encoder would no longer be usable in the 64bit version * Fixed a crash when using certain lossless RGB media files with the new media source 19.0 General Changes -------------------- * Added an auto-configuration wizard to the tools menu and on first-time use, which will attempt to automatically test and configure video/encoding/streaming settings based upon your system and internet connection. This wizard is currently in beta and may be subject to change, feedback is appreciated. * Added a stats dialog to the view menu (with the option to show it on start it up in general settings). The stats dialog shows advanced statistics, such as: average frame rendering time, frames lost due to encoding/rendering/network lag, HDD space left in recording location, and how much data has been output total. * Added a "Render Delay" filter that allows delaying non-async video sources such as display capture or window capture. Note this is only meant for minor sync adjustments (e.g. syncing your screen capture to a webcam), and because the delayed frames are stored on very limited VRAM, the allowable maximum delay is 500 milliseconds (which is 250 megabytes of VRAM on a 1080p 60 FPS source) * Added the ability to copy and paste filters between sources * Added Ctrl-E as a shortcut to edit transform of sources * Added a command line option to start as always on top (--always-on-top) * Added a "shuffle" option to the VLC video source * Added the ability to copy and paste sources (with transforms) from one scene to another * Added specific error messages displayed to the user when fail to connect * Added an option to the blackmagic source that allows you to specify the channel format * Added the ability to project a source, scene, or the preview on to a resizable window in the right-click context menu when right-clicking on sources or the preview * Reworked the media source: media files set to activate when switching to a scene will now immediately start play back when you switch to their scene without requiring time to load * Reworked the media source: media files will now loop properly with no abnormalities in sound playback * Fixed a bug where scenes could be unintentionally lost under specific crash circumstances (backup files were always present, but were not being used -- this is now fixed) * Fixed an issue where the blackmagic source can start up or spontaneously go out of sync * Fixed dragging and dropping text files to create a text source on non-windows systems * Fixed a bug where devices outputting NV12 (e.g. Logitech BRIO cams) would have distorted colors * Fixed a bug where frame dropping would not happen properly when using the ultrafast x264 preset * Fixed a bug from 18.0.2 where "downmix to mono" would no longer save * Fixed a potential crash under specific circumstances when OBS is set to minimize to task tray * When dragging and dropping text files to create a source, those sources will now have the same name as the text file being dropped * All dialogs should now have close buttons (useful on certain window managers such as gnome) * Filter names are now sorted when adding new filters 19.0 Windows Changes -------------------- * Added an option to disable audio ducking on windows, now on by default. Prevents the system from lowering volume of programs when the mic is activated by OBS * Added HEVC recording support to the AMD encoder * Added Two-Pass and Full-Range color support to the AMD encoder * The AMD Encoder has been completely rewritten from scratch for improved stability, performance and new features. All advanced configurations will break due to this change * The cursor will now be hidden when you are alt-tabbed out of the captured game/window when using window or game capture * Fixed an issue where the device source would activate on startup even when it's in another scene and set to deactivate when not visible * Fixed and clarified window capture prioritization. "Title" will now match any window of the exact window title, "class" will try to find a window by the title otherwise match any window of the same window type, and "exe" will match any window of the same title or if not found any window of the same program. * Fixed a crash when using QSV to encode * Fixed a bug where log files wouldn't be created when the current windows user had unicode characters in the name * Fixed an issue with the AMD encoder which would make it difficult to seek on certain file types * (Repeating 18.0.2 in case it was missed) Fixed poor game capture performance with some DirectX 9 games on the Windows 10 "Creator's Update" as well as some cases Windows 7 19.0 Linux Changes ------------------ * Added the auto scene switcher to linux * Fixed a potential crash in the settings dialog 19.0 Mac Changes ---------------- * Fixed an issue where you would not always be able to select all available fonts in the text source
870bf6b
2017-05-22 00:02
下载
19.0.1
OBS Studio 19.0.1 19.0.1 Hotfix Changes --------------------- * Fixed a bug where the auto-configuration wizard would sometimes not save settings * Fixed a bug where if you press cancel/back while connecting during a bandwidth test the program would freeze * Fixed a bug where unintentional whitespace would not be removed from the end of the stream key, and would cause connection to fail when performing a bandwidth test with the auto-configuration wizard * Fixed an issue where the AMD encoder would no longer be usable in the 64bit version * Fixed a crash when using certain lossless RGB media files with the new media source 19.0 General Changes -------------------- * Added an auto-configuration wizard to the tools menu and on first-time use, which will attempt to automatically test and configure video/encoding/streaming settings based upon your system and internet connection. This wizard is currently in beta and may be subject to change, feedback is appreciated. * Added a stats dialog to the view menu (with the option to show it on start it up in general settings). The stats dialog shows advanced statistics, such as: average frame rendering time, frames lost due to encoding/rendering/network lag, HDD space left in recording location, and how much data has been output total. * Added a "Render Delay" filter that allows delaying non-async video sources such as display capture or window capture. Note this is only meant for minor sync adjustments (e.g. syncing your screen capture to a webcam), and because the delayed frames are stored on very limited VRAM, the allowable maximum delay is 500 milliseconds (which is 250 megabytes of VRAM on a 1080p 60 FPS source) * Added the ability to copy and paste filters between sources * Added Ctrl-E as a shortcut to edit transform of sources * Added a command line option to start as always on top (--always-on-top) * Added a "shuffle" option to the VLC video source * Added the ability to copy and paste sources (with transforms) from one scene to another * Added specific error messages displayed to the user when fail to connect * Added an option to the blackmagic source that allows you to specify the channel format * Added the ability to project a source, scene, or the preview on to a resizable window in the right-click context menu when right-clicking on sources or the preview * Reworked the media source: media files set to activate when switching to a scene will now immediately start play back when you switch to their scene without requiring time to load * Reworked the media source: media files will now loop properly with no abnormalities in sound playback * Fixed a bug where scenes could be unintentionally lost under specific crash circumstances (backup files were always present, but were not being used -- this is now fixed) * Fixed an issue where the blackmagic source can start up or spontaneously go out of sync * Fixed dragging and dropping text files to create a text source on non-windows systems * Fixed a bug where devices outputting NV12 (e.g. Logitech BRIO cams) would have distorted colors * Fixed a bug where frame dropping would not happen properly when using the ultrafast x264 preset * Fixed a bug from 18.0.2 where "downmix to mono" would no longer save * Fixed a potential crash under specific circumstances when OBS is set to minimize to task tray * When dragging and dropping text files to create a source, those sources will now have the same name as the text file being dropped * All dialogs should now have close buttons (useful on certain window managers such as gnome) * Filter names are now sorted when adding new filters 19.0 Windows Changes -------------------- * Added an option to disable audio ducking on windows, now on by default. Prevents the system from lowering volume of programs when the mic is activated by OBS * Added HEVC recording support to the AMD encoder * Added Two-Pass and Full-Range color support to the AMD encoder * The AMD Encoder has been completely rewritten from scratch for improved stability, performance and new features. All advanced configurations will break due to this change * The cursor will now be hidden when you are alt-tabbed out of the captured game/window when using window or game capture * Fixed an issue where the device source would activate on startup even when it's in another scene and set to deactivate when not visible * Fixed and clarified window capture prioritization. "Title" will now match any window of the exact window title, "class" will try to find a window by the title otherwise match any window of the same window type, and "exe" will match any window of the same title or if not found any window of the same program. * Fixed a crash when using QSV to encode * Fixed a bug where log files wouldn't be created when the current windows user had unicode characters in the name * Fixed an issue with the AMD encoder which would make it difficult to seek on certain file types * (Repeating 18.0.2 in case it was missed) Fixed poor game capture performance with some DirectX 9 games on the Windows 10 "Creator's Update" as well as some cases Windows 7 19.0 Linux Changes ------------------ * Added the auto scene switcher to linux * Fixed a potential crash in the settings dialog 19.0 Mac Changes ---------------- * Fixed an issue where you would not always be able to select all available fonts in the text source
a2953d1
2017-05-21 04:11
下载
19.0.0
OBS Studio 19.0 General Changes: ---------------- * Added an auto-configuration wizard to the tools menu and on first-time use, which will attempt to automatically test and configure video/encoding/streaming settings based upon your system and internet connection. This wizard is currently in beta and may be subject to change, feedback is appreciated. * Added a stats dialog to the view menu (with the option to show it on start it up in general settings). The stats dialog shows advanced statistics, such as: average frame rendering time, frames lost due to encoding/rendering/network lag, HDD space left in recording location, and how much data has been output total. * Added a "Render Delay" filter that allows delaying non-async video sources such as display capture or window capture. Note this is only meant for minor sync adjustments (e.g. syncing your screen capture to a webcam), and because the delayed frames are stored on very limited VRAM, the allowable maximum delay is 500 milliseconds (which is 250 megabytes of VRAM on a 1080p 60 FPS source) * Added the ability to copy and paste filters between sources * Added Ctrl-E as a shortcut to edit transform of sources * Added a command line option to start as always on top (--always-on-top) * Added a "shuffle" option to the VLC video source * Added the ability to copy and paste sources (with transforms) from one scene to another * Added specific error messages displayed to the user when fail to connect * Added an option to the blackmagic source that allows you to specify the channel format * Added the ability to project a source, scene, or the preview on to a resizable window in the right-click context menu when right-clicking on sources or the preview * Reworked the media source: media files set to activate when switching to a scene will now immediately start play back when you switch to their scene without requiring time to load * Reworked the media source: media files will now loop properly with no abnormalities in sound playback * Fixed a bug where scenes could be unintentionally lost under specific crash circumstances (backup files were always present, but were not being used -- this is now fixed) * Fixed an issue where the blackmagic source can start up or spontaneously go out of sync * Fixed dragging and dropping text files to create a text source on non-windows systems * Fixed a bug where devices outputting NV12 (e.g. Logitech BRIO cams) would have distorted colors * Fixed a bug where frame dropping would not happen properly when using the ultrafast x264 preset * Fixed a bug from 18.0.2 where "downmix to mono" would no longer save * Fixed a potential crash under specific circumstances when OBS is set to minimize to task tray * When dragging and dropping text files to create a source, those sources will now have the same name as the text file being dropped * All dialogs should now have close buttons (useful on certain window managers such as gnome) * Filter names are now sorted when adding new filters Windows Changes: ---------------- * Added an option to disable audio ducking on windows, now on by default. Prevents the system from lowering volume of programs when the mic is activated by OBS * Added HEVC recording support to the AMD encoder * Added Two-Pass and Full-Range color support to the AMD encoder * The AMD Encoder has been completely rewritten from scratch for improved stability, performance and new features. All advanced configurations will break due to this change * The cursor will now be hidden when you are alt-tabbed out of the captured game/window when using window or game capture * Fixed an issue where the device source would activate on startup even when it's in another scene and set to deactivate when not visible * Fixed and clarified window capture prioritization. "Title" will now match any window of the exact window title, "class" will try to find a window by the title otherwise match any window of the same window type, and "exe" will match any window of the same title or if not found any window of the same program. * Fixed a crash when using QSV to encode * Fixed a bug where log files wouldn't be created when the current windows user had unicode characters in the name * Fixed an issue with the AMD encoder which would make it difficult to seek on certain file types * (Repeating 18.0.2 in case it was missed) Fixed poor game capture performance with some DirectX 9 games on the Windows 10 "Creator's Update" as well as some cases Windows 7 Linux Changes: -------------- * Added the auto scene switcher to linux * Fixed a potential crash in the settings dialog Mac Changes: ------------ * Fixed an issue where you would not always be able to select all available fonts in the text source
060fbb3
2017-05-20 16:35
下载
18.0.2
OBS Studio 18.0.2 Window Hotfix Changes: * Fixed an issue where game capture would have poor capture performance with 32bit DirectX 9 games (primarily Valve games) on the new Windows 10 "Creator's Update", and in some cases Windows 7. General Changes: * It is now possible to monitor audio from desktop audio capture sources as long as the device you're using to playback the audio monitoring does not match the device of the capture source you're trying to capture (to prevent an audio feedback loop).
4684294
2017-05-02 18:45
下载
18.0.1
OBS Studio 18.0.1 18.0.1 Hotfix Changes --------------------- * Fixed a number of bugs with the "Enable new network code" option in advanced settings on Windows, including high CPU usage, issues reconnecting, and issues with low latency mode not working as intended * Fixed a few potential crashes with the AMD AMF encoder on Windows * Fixed a few issues with VST plugin, such as VST save/load states and a crash when OBS is set to mono * Fixed a bug where the audio monitoring device would always be set to default audio playback device when the program started up * Finally fixed an issue with avermedia LGP and LGP-lite devices used directly with OBS where their audio would not play back correctly (the stream engine should no longer be needed to play back these devices) * The program will no longer fail to start if you use command line parameters that aren't specific to OBS itself (i.e. command line parameters specific to the browser plugin) * Sync offset will now work with audio monitoring on Windows when video is also present on that source 18.0 General Changes -------------------- * Added audio monitoring on Windows/OSX. Audio monitoring allows the ability to listen to the audio of a source, and can be enabled via the advanced audio properties. You can set it to monitor without outputting, or monitor and output. The device used for monitoring can be changed in advanced settings * Added an audio compressor filter * Added a "Color" source which displays a solid color * Added a VST audio filter for Windows/OSX. Allows applying VST plugins (only up to version 2) to filter audio * Added a network connection stability indicator similar to classic, displays green for no congestion, yellow for increasing congestion, to red for beginning to drop frames * Added separate timers to the status bar for streaming and recording * Added options to general settings: Always minimize to tray, save/restore projectors on startup/shutdown, and options to automatically start replay buffer * Added command line options: --startreplaybuffer, --minimize-to-tray * Added an option for ultrawide -> wide scaling distortion to the scaling filter * Added an "Apply LUT" video filter, which allows applying a lookup table to modify a source's colors * Added a warning message if starting stream/recording fails * Added configurable GOP size to FFmpeg output * Added a checkbox to custom FFmpeg output that allows using any codec with a container format (due to the fact that it can display fewer codecs than are typically compatible with certain containers, though note that it may fail if an incompatible codec is chosen) * Fixed a bug where mixing visible/invisible sources would sometimes cause the audio of the visible sources to stop outputting * Fixed a performance issue with audio meters that could cause audio latency to increase unintentionally, or cause issues with some devices * Fixed issues resizing a source when the source is flipped horizontally/vertically * Fixed a few potential crashes/freezes * Fixed a potential crash with the browser source and updated to chromium 57 * Improved accessibility text on the main window * Cleaned up the general pane of the settings dialog a bit 18.0 Windows-specific Changes ----------------------------- * Added an option to advanced settings to enable new experimental network code * Added a "low latency mode" option to advanced settings which minimizes network impact caused to other programs on the computer (same as "Minimize network impact" in classic). The new network code must be enabled to use * Added an auto-updater for Windows * Fixed an issue where Windows wouldn't show up in window lists (i.e. game capture or window capture) if using kaspersky * Fixed an issue drawing certain chinese characters on the GDI+ text source * Fixed an issue capturing theHunter: COTW * Fixed a crash with the AMD AMF encoder 18.0 Linux-specific Changes --------------------------- * Fixed a bug where main preview would not resize properly when window is resized
bc9a581
2017-03-07 10:21
下载
18.0.0
OBS Studio 18.0 =============== General Changes --------------- * Added audio monitoring on Windows/OSX. Audio monitoring allows the ability to listen to the audio of a source, and can be enabled via the advanced audio properties. You can set it to monitor without outputting, or monitor and output. The device used for monitoring can be changed in advanced settings * Added an audio compressor filter * Added a "Color" source which displays a solid color * Added a VST audio filter for Windows/OSX. Allows applying VST plugins (only up to version 2) to filter audio * Added a network connection stability indicator similar to classic, displays green for no congestion, yellow for increasing congestion, to red for beginning to drop frames * Added separate timers to the status bar for streaming and recording * Added options to general settings: Always minimize to tray, save/restore projectors on startup/shutdown, and options to automatically start replay buffer * Added command line options: --startreplaybuffer, --minimize-to-tray * Added an option for ultrawide -> wide scaling distortion to the scaling filter * Added an "Apply LUT" video filter, which allows applying a lookup table to modify a source's colors * Added a warning message if starting stream/recording fails * Added configurable GOP size to FFmpeg output * Added a checkbox to custom FFmpeg output that allows using any codec with a container format (due to the fact that it can display fewer codecs than are typically compatible with certain containers, though note that it may fail if an incompatible codec is chosen) * Fixed a bug where mixing visible/invisible sources would sometimes cause the audio of the visible sources to stop outputting * Fixed a performance issue with audio meters that could cause audio latency to increase unintentionally, or cause issues with some devices * Fixed issues resizing a source when the source is flipped horizontally/vertically * Fixed a few potential crashes/freezes * Fixed a potential crash with the browser source and updated to chromium 57 * Improved accessibility text on the main window * Cleaned up the general pane of the settings dialog a bit Windows-specific Changes ------------------------ * Added an option to advanced settings to enable new experimental network code * Added a "low latency mode" option to advanced settings which minimizes network impact caused to other programs on the computer (same as "Minimize network impact" in classic). The new network code must be enabled to use * Added an auto-updater for Windows * Fixed an issue where Windows wouldn't show up in window lists (i.e. game capture or window capture) if using kaspersky * Fixed an issue drawing certain chinese characters on the GDI+ text source * Fixed an issue capturing theHunter: COTW * Fixed a crash with the AMD AMF encoder Linux-specific Changes ---------------------- * Fixed a bug where main preview would not resize properly when window is resized
5312ffa
2017-02-28 05:24
下载
17.0.2
OBS Studio 17.0.2 Windows 17.0.2 Windows Hotfix Changes: * Fixed a browser source crash with 17.0.1 * Actually fixed the startup hang that could happen due to the browser source Windows 17.0.1 General Changes: * Added support for decoding alpha webm files with the media source * Fixed a bug where profiles wouldn't export/import correctly * Fixed a bug where color correction stopped working with the OpenGL renderer * Fixed a few bugs where scaling filter settings would not be preserved for sources in the output view when using studio mode * Fixed a bug where under a specific circumstance you could add two scenes to each other as sources and cause infinite recursion, and thus crashing Windows 17.0.1 Changes: * Updated the AMD AMF hardware encoder to the latest version * Updated x264/FFmpeg to latest versions * Fixed a bug with game capture freezing up when there's more than one game capture active at a time * Fixed a bug where if window capture couldn't find the target window, it would use up an unusual amount of CPU * Fixed a bug with game capture where the game capture source would have no size when rehooking
c8d0893
2017-01-19 02:55
下载
17.0.1
OBS Studio 17.0.1 General Changes: * Added support for decoding alpha webm files with the media source * Fixed a bug where color correction stopped working with the OpenGL renderer * Fixed a few bugs where scaling filter settings would not be preserved for sources in the output view when using studio mode * Fixed a bug where under a specific circumstance you could add two scenes to each other as sources and cause infinite recursion, and thus crashing Windows Changes: * Updated the AMD AMF hardware encoder to the latest version * Updated x264/FFmpeg to latest versions * Fixed a bug with the browser source which would cause the program to sometimes hang on startup * Fixed a bug with game capture freezing up when there's more than one game capture active at a time * Fixed a bug where if window capture couldn't find the target window, it would use up an unusual amount of CPU * Fixed a bug with game capture where the game capture source would have no size when rehooking
5f5582b
2017-01-18 01:20
下载
17.0.0
OBS Studio 17.0.0 General Changes: * Added a replay buffer feature. The replay buffer is available in just simple output mode (for now, will add it to advanced output mode later), and allows the user to create snapshot recordings (via hotkey) of a specific amount of time prior to triggering the hotkey. * Added options to the output timer tool to start the output timers every time recording/streaming is started * Added saturation and hue shift to color correction filter * Added import/export options for scene collections and profiles * Added the ability to copy and paste scene item transforms * Increased maximum number of possible audio tracks to 6 (up from 4), allowing more advanced audio splitting * Fixed a bug where semi-transparent images would not look right when filters were applied * Fixed a bug where Y800 (grayscale) video devices would come out as red * Fixed a freeze when reordering filters Windows Changes: * Added ability to capture windows store games (UWP programs) * Added an experimental captions tool that uses Microsoft's speech-to-text to generate captions which can be displayed on stream when enabled (via closed caption options on the video player), generated via a selected audio source. Note that captions may not be accurate, and the tool may not work with many languages (hence why it's labeled experimental). * Fixed an issue where some DirectX 12 games wouldn't capture properly, or would capture at a poor framerate * Fixed a bug where GDI+ text sources would not look right when filters were applied * Fixed a bug where QSV wouldn't be usable on windows 7 with certain QSV-capable CPUs * Fixed AMD Encoder compatibility with ReLive driver (16.12.1 and newer) * Fixed multi-gpu support for AMD Encoder, the encoder is also no longer listed if no supported GPU is found * The installer now creates a 64bit desktop link by default on 64bit versions of windows Linux Changes: * Fixed a X11-related memory leak in certain cases (causing memory to slowly continue to allocate memory until exhausted)
93e0840
2016-12-24 20:44
下载
0.16.6
OBS Studio 0.16.6 General Changes: * Added option to use preview scaling via the right-click context menu. This allows being able to zoom to a 1:1 preview in the preview pane. Windows changes: * Added support for Realsense devices (stargazer/etc). This is an optional plugin and isn't installed by default. * Improved program startup time * Fixed a bug when using the QSV encoder where if frames were dropped due to network issues, frames would not stop dropping. * Fixed a crash on startup with some AMD switchable graphics laptops.
b7b8ad4
2016-11-21 00:49
下载
0.16.5
OBS Studio 0.16.5 0.16.5 Windows Hotfix Changes: * Fixed a crash that occurs with active window capture sources when the windows 10 AU driver issue occurs and the graphics subsystem rebuilds. 0.16.4 Windows Hotfix Changes: * Reverted the "Improved UI appearance on high-DPI displays" change because it was apparently making the window far too large on some displays. * Fixed DLL issues with the AMD AMF encoder 0.16.3 Windows Hotfix Changes: * Added a workaround for a graphics driver issue occurring on Windows 10 Anniversary Update (1607) that would cause the program to appear to freeze and stop streaming/recording. * With this workaround, when the issue occurs, the D3D11 graphics subsystem now fully releases and then rebuilds all Direct3D references (basically restarts the graphics subsystem and reloads all data) to allow the program to continue working rather than freeze/crash. * Note that when it occurs while streaming or recording, a few frames may display as green in the encoded output. * Added support for capturing DirectX 12 games with game capture. * Added an output timer tool to the tools menu which allows you to schedule the stream or recording to stop after a specific amount of time. * Added support for dropping text files on to OBS to create a text source. * Added a splitter to the properties window so you can now adjust the bottom/top panes. * Updated AMD AMF encoder to latest version. The options have been modified to improve ease of use. * Improved UI appearance on high-DPI displays.
9adad2e
2016-11-08 13:04
下载
0.16.4
OBS Studio 0.16.4 0.16.4 Windows Hotfix Changes: * Reverted the "Improved UI appearance on high-DPI displays" change because it was apparently making the window far too large on some displays. * Fixed DLL issues with the AMD AMF encoder 0.16.3 Windows Hotfix Changes: * Added a workaround for a graphics driver issue occurring on Windows 10 Anniversary Update (1607) that would cause the program to appear to freeze and stop streaming/recording. * With this workaround, when the issue occurs, the D3D11 graphics subsystem now fully releases and then rebuilds all Direct3D references (basically restarts the graphics subsystem and reloads all data) to allow the program to continue working rather than freeze/crash. * Note that when it occurs while streaming or recording, a few frames may display as green in the encoded output. * Added support for capturing DirectX 12 games with game capture. * Added an output timer tool to the tools menu which allows you to schedule the stream or recording to stop after a specific amount of time. * Added support for dropping text files on to OBS to create a text source. * Added a splitter to the properties window so you can now adjust the bottom/top panes. * Updated AMD AMF encoder to latest version. The options have been modified to improve ease of use. * Improved UI appearance on high-DPI displays.
b77fdd7
2016-11-04 20:54
下载
0.16.3
OBS Studio 0.16.3 Windows Hotfix Changes: * Added a workaround for a graphics driver issue occurring on Windows 10 Anniversary Update (1607) that would cause the program to appear to freeze and stop streaming/recording. * With this workaround, when the issue occurs, the D3D11 graphics subsystem now fully releases and then rebuilds all Direct3D references (basically restarts the graphics subsystem and reloads all data) to allow the program to continue working rather than freeze/crash. * Note that when it occurs while streaming or recording, a few frames may display as green in the encoded output. * Added support for capturing DirectX 12 games with game capture. * Added an output timer tool to the tools menu which allows you to schedule the stream or recording to stop after a specific amount of time. * Added support for dropping text files on to OBS to create a text source. * Added a splitter to the properties window so you can now adjust the bottom/top panes. * Updated AMD AMF encoder to latest version. The options have been modified to improve ease of use. * Improved UI appearance on high-DPI displays.
41a3a30
2016-11-04 05:22
下载
0.16.2
OBS Studio 0.16.2 0.16.2 Hotfix Changes: * Added a Gradient feature to the GDI+ text source * Fixed an NVENC crash that could happen occasionally * Fixed a few minor issues with AMD encoder presets * Once again, fixed a bug where the window's position would reset on startup (hopefully) 0.16.1 Hotfix Changes: * Fixed a bug where the main window's position/size wouldn't save on exit * Fixed a bug where files under 3 bytes wouldn't be read by text sources * Changed text source file change update interval to one second 0.16.0 General Changes: * Added a automatic scene switcher via the tools menu on windows/mac (and linux eventually) that can switch scenes based upon what program/window is currently in focus on the system. More features to be added in future versions. On macs, you can only select applications, not windows. Note that you can also use regex to match a window name. * Added a system tray icon, with the ability to control the program via the system tray, and the ability to hide to system tray. * Added the ability to drag and drop image/video files in to the program to create new sources on the fly (note that on windows this may not work properly if the program is running as administrator, the source being dragged from may also need to be run as administrator) * Added an FPS indicator to the status bar, mostly used to diagnose whether a source in the scene is causing rendering to lag. * Added a "b-frames" option to the NVENC encoder, and set the default to 2. Also fixes an issue where b-frames weren't being used by default, which would impact video quality. * Fixed an issue where frames wouldn't drop under certain circumstances and become more delayed than expected. * Fixed an issue where the program couldn't connect to certain types of custom servers. * Fixed a bug where NVENC H.264 profile wouldn't be set. * Fixed a bug with the browser source that would cause it to sometimes freeze under certain circumstances (especially changing settings, deleting the source, starting the program, or shutting down the program). * Fixed a bug where URLs wouldn't work with the VLC video source. * Fixed a bug where hidden sources used by the slideshow source would show up in the "existing source" list when adding a new image. * Streams will now always stop after a maximum of 30 seconds regardless of buffering (though buffering should no longer happen) * You can now click "Stopping Stream..." or "Stopping Recording..." to force them to stop if they are stuck in a "stopping" state for whatever reason (typically streaming, caused by buffering such as with the aforementioned frame drop issue) 0.16.0 Windows-specific Changes: * Added an AMD H.264 encoder for AMD video cards on windows (also pre-configured settings available in simple output mode). Note that this plugin should still be considered an early/experimental build; please report issues on the plugin's repository here: https://github.com/Xaymar/OBS-AMD-Advanced-Media-Framework * Added an improved text source with many more features and better drawing language support, and deprecated the old text source. Any lingering text sources you have saved will still use the old source, so if you want to use the new text source you'll have to create a new text source for them. A new text source is also in the works for mac/linux. * Added a tooltip to the "use buffering" property in the video device capture source properties that explains its function. * Game capture should now no longer require a hotfixes every time windows updates and changes D3D9 libraries. 0.16.0 Linux-specific Changes: * Added the ability to specify a custom audio device when using the ALSA audio capture source. * Fixed a design flaw with the pulseaudio capture where the source would have no properties if the device was unplugged since last time the program was opened.
580cfc1
2016-09-30 03:19
下载
0.16.1
OBS Studio 0.16.1 0.16.1 Hotfix Changes: * Fixed a bug where the main window position/size wouldn't save on exit * Fixed a bug where files under 3 bytes wouldn't be read by text sources * Changed text source file change update interval to one second 0.16.0 General Changes: * Added a automatic scene switcher via the tools menu on windows/mac (and linux eventually) that can switch scenes based upon what program/window is currently in focus on the system. More features to be added in future versions. On macs, you can only select applications, not windows. Note that you can also use regex to match a window name. * Added a system tray icon, with the ability to control the program via the system tray, and the ability to hide to system tray. * Added the ability to drag and drop image/video files in to the program to create new sources on the fly (note that on windows this may not work properly if the program is running as administrator, the source being dragged from may also need to be run as administrator) * Added an FPS indicator to the status bar, mostly used to diagnose whether a source in the scene is causing rendering to lag. * Added a "b-frames" option to the NVENC encoder, and set the default to 2. Also fixes an issue where b-frames weren't being used by default, which would impact video quality. * Fixed an issue where frames wouldn't drop under certain circumstances and become more delayed than expected. * Fixed an issue where the program couldn't connect to certain types of custom servers. * Fixed a bug where NVENC H.264 profile wouldn't be set. * Fixed a bug with the browser source that would cause it to sometimes freeze under certain circumstances (especially changing settings, deleting the source, starting the program, or shutting down the program). * Fixed a bug where URLs wouldn't work with the VLC video source. * Fixed a bug where hidden sources used by the slideshow source would show up in the "existing source" list when adding a new image. * Streams will now always stop after a maximum of 30 seconds regardless of buffering (though buffering should no longer happen) * You can now click "Stopping Stream..." or "Stopping Recording..." to force them to stop if they are stuck in a "stopping" state for whatever reason (typically streaming, caused by buffering such as with the aforementioned frame drop issue) 0.16.0 Windows-specific Changes: * Added an AMD H.264 encoder for AMD video cards on windows (also pre-configured settings available in simple output mode). Note that this plugin should still be considered an early/experimental build; please report issues on the plugin's repository here: https://github.com/Xaymar/OBS-AMD-Advanced-Media-Framework * Added an improved text source with many more features and better drawing language support, and deprecated the old text source. Any lingering text sources you have saved will still use the old source, so if you want to use the new text source you'll have to create a new text source for them. A new text source is also in the works for mac/linux. * Added a tooltip to the "use buffering" property in the video device capture source properties that explains its function. * Game capture should now no longer require a hotfixes every time windows updates and changes D3D9 libraries. 0.16.0 Linux-specific Changes: * Added the ability to specify a custom audio device when using the ALSA audio capture source. * Fixed a design flaw with the pulseaudio capture where the source would have no properties if the device was unplugged since last time the program was opened.
6d16c51
2016-09-28 17:05
下载
0.16.0
OBS Studio 0.16.0 General Changes: * Added a automatic scene switcher via the tools menu on windows/mac (and linux eventually) that can switch scenes based upon what program/window is currently in focus on the system. More features to be added in future versions. On macs, you can only select applications, not windows. Note that you can also use regex to match a window name. * Added a system tray icon, with the ability to control the program via the system tray, and the ability to hide to system tray. * Added the ability to drag and drop image/video files in to the program to create new sources on the fly (note that on windows this may not work properly if the program is running as administrator, the source being dragged from may also need to be run as administrator) * Added an FPS indicator to the status bar, mostly used to diagnose whether a source in the scene is causing rendering to lag. * Added a "b-frames" option to the NVENC encoder, and set the default to 2. Also fixes an issue where b-frames weren't being used by default, which would impact video quality. * Fixed an issue where frames wouldn't drop under certain circumstances and become more delayed than expected. * Fixed an issue where the program couldn't connect to certain types of custom servers. * Fixed a bug where NVENC H.264 profile wouldn't be set. * Fixed a bug with the browser source that would cause it to sometimes freeze under certain circumstances (especially changing settings, deleting the source, starting the program, or shutting down the program). * Fixed a bug where URLs wouldn't work with the VLC video source. * Fixed a bug where hidden sources used by the slideshow source would show up in the "existing source" list when adding a new image. * Streams will now always stop after a maximum of 30 seconds regardless of buffering (though buffering should no longer happen) * You can now click "Stopping Stream..." or "Stopping Recording..." to force them to stop if they are stuck in a "stopping" state for whatever reason (typically streaming, caused by buffering such as with the aforementioned frame drop issue) Windows-specific Changes: * Added an AMD H.264 encoder for AMD video cards on windows (also pre-configured settings available in simple output mode). Note that this plugin should still be considered an early/experimental build; please report issues on the plugin's repository here: https://github.com/Xaymar/OBS-AMD-Advanced-Media-Framework * Added an improved text source with many more features and better drawing language support, and deprecated the old text source. Any lingering text sources you have saved will still use the old source, so if you want to use the new text source you'll have to create a new text source for them. A new text source is also in the works for mac/linux. * Added a tooltip to the "use buffering" property in the video device capture source properties that explains its function. * Game capture should now no longer require a hotfixes every time windows updates and changes D3D9 libraries. Linux-specific Changes: * Added the ability to specify a custom audio device when using the ALSA audio capture source. * Fixed a design flaw with the pulseaudio capture where the source would have no properties if the device was unplugged since last time the program was opened.
cdd788c
2016-09-28 09:06
下载
0.15.4
OBS Studio 0.15.4 0.15.4 Hotfix changes (windows): * Fixed a crash in game capture when going from window mode to hotkey mode 0.15.3 Changes: * Added a noise suppression audio filter (using speexdsp) * Added "Luma Wipe" transition (by HomeWorld) * Added the ability to lock the preview * Added all supported file types to VLC video source when browsing * Added the ability to add URLs to VLC video source * Added "Bind to IP" network option in advanced settings allowing users to specify which network adapter/address to stream from * Fixed an issue with VLC video source where media with more than two audio channels wouldn't be downmixed to stereo properly * Cleaned up log file readability significantly (still more work to be done, but it's a start) * Limited reconnect timeout (exponential backoff) to 15 minute intervals max. Fixes an issue where reconnect timeout could have intervals of days if it kept reconnecting unattended 0.15.3 Windows-specific Changes: * Once again fixed game capture performance issues with Direct3D 9.0c games on yet another windows 10 update. (In case anyone is wondering why this happens, this has to be done for every time Microsoft modifies D3D9. We may be able to find a better way to do this in the future) * Added game capture hotkey feature. To use, set it to hotkey mode in game capture properties, and set a hotkey for it in the hotkey section of settings like all other hotkeys. There are hotkeys for both capturing a window and for deactivating capture * Fixed a bug where AAC encoded with windows media foundation on windows 8 and above wouldn't play back in certain programs properly 0.15.3 Linux-specific Changes: * Fixed a display issue with projectors on certain window managers * Fixed a bug where studio mode wouldn't display window captures in the program (output) view
632f0bf
2016-08-08 19:56
下载
0.15.3
OBS Studio 0.15.3 Changes: * Added "Luma Wipe" transition (by HomeWorld) * Added a noise suppression audio filter (using speexdsp) * Added the ability to lock the preview * Added all supported file types to VLC video source when browsing * Added the ability to add URLs to VLC video source * Added "Bind to IP" network option in advanced settings allowing users to specify which network adapter/address to stream from * Fixed an issue with VLC video source where media with more than two audio channels wouldn't be downmixed to stereo properly * Cleaned up log file readability significantly (still more work to be done, but it's a start) * Limited reconnect timeout (exponential backoff) to 15 minute intervals max. Fixes an issue where reconnect timeout could have intervals of days if it kept reconnecting unattended Windows-specific Changes: * Once again fixed game capture performance issues with Direct3D 9.0c games on yet another windows 10 update. (In case anyone is wondering why this happens, this has to be done for every time Microsoft modifies D3D9. We may be able to find a better way to do this in the future) * Added game capture hotkey feature. To use, set it to hotkey mode in game capture properties, and set a hotkey for it in the hotkey section of settings like all other hotkeys. There are hotkeys for both capturing a window and for deactivating capture * Fixed a bug where AAC encoded with windows media foundation on windows 8 and above wouldn't play back in certain programs properly Linux-specific Changes: * Fixed a display issue with projectors on certain window managers * Fixed a bug where studio mode wouldn't display window captures in the program (output) view
d193a7d
2016-08-07 14:40
下载
0.15.2
OBS Studio 0.15.2 0.15.2 Hotfix Changes (windows only): * Fixed performance issues with Direct3D 9.0c games on the latest windows 10 update 0.15.1 Hotfix Changes: * Fixed a display bug with the scroll filter * Fixed a crash that would happen when you created a VLC/slideshow source, added one item, then removed that item from the list, then hit cancel * Fixed a crash that would happen if you deleted a scene being used as a source in another scene when it automatically switched to that scene after deletion * Fixed a bug where quakelive wouldn't capture properly 0.15.0 General Changes: * Added an image slideshow source. The image slideshow has an playlist (which you can also add directories to as well), the ability to use different types of transitions, and the ability to randomize the output * Added a VLC video source with playlist support via libVLC. Note that this currently requires VLC to be installed on your computer (on windows, for the architecture you're using OBS with. For example, if you're using 64bit OBS Studio, you need 64bit VLC). libVLC library files will most likely end up being optionally provided by the installer in the future. This plugin works with windows and mac, and should work with linux (though hasn't had as much testing there). * Added "View" menu to allow hiding parts of the user interface (just listbox toolbars, status bar, and transition pane currently) * Added the ability to to set the scaling sampling filter for each item within a scene (point, bilinear, bicubic, and lanczos filtering). Right-click a source within a scene to set the sampling. This allows improving general source scaling quality for each item within a scene if desired (at the cost of additional fillrate). * Added "Scale/Aspect Ratio" filter which can force a specific resolution or aspect ratio on a source (with a specific desired scale sampling filter). * Added an option to automatically start recording when streaming * Added "Hide cursor over projector" option to general settings * Added the ability to delete multiple selected sources * Changed "Crop" filter to "Crop/Pad" filter to allow it to pad in addition to crop. * You can now add other scenes as sources within scenes. Note that it will automatically detect and prevent infinite recursion, you cannot add a scene or source if it causes infinite recursion. * When stopping recording/streaming, it will no longer cut off video at the end. It will now stop in accordance to the timing in which you hit the button. Buttons will now say "stopping stream" or "stopping recording" while waiting for the point in which to stop the stream/recording to ensure it stops at the right timing. * You can now specify directories with the file formatting option in advanced settings. * Increased the maximum delay for the async delay filter to 20 seconds * Whenever an image source gif appears on the stream/recording output, it now restarts the gif from the first frame * Fixed another potential freeze/crash when disconnecting/reconnecting * Fixed NVENC lossless mode, should now work as intended * Fixed a bug where regular lossless codecs and lossless via simple output mode were only using one core * Fixed a bug where the rate control would not be set for x264 under certain circumstances 0.15.0 Windows-Specific Changes: * Fixed a bug where audio output devices wouldn't show up in the video device capture source under certain circumstances * Fixed a bug with game capture where certain blizzard games could crash if the device was lost and reinitialized in the game * Improved game capture capture performance for certain OpenGL games * Added process priority option to advanced settings 0.15.0 Linux-Specific Changes: * Fixed the long-standing crashes with linux window capture * Fixed a bug were window capture would not display window titles with the right text encoding 0.15.0 Mac-Specific Changes: * Fixed an issue with syphon capture only capturing a portion of the target (hopefully)
cf983b7
2016-07-16 04:06
下载
0.15.1
OBS Studio 0.15.1 0.15.1 Hotfix Changes: * Fixed a display bug with the scroll filter * Fixed a crash that would happen if you created a VLC/slideshow source, added one item, then removed that item from the list then hit cancel * Fixed a crash that would happen if you deleted a scene being used as a source in another scene when it automatically switched to that scene after deletion * Fixed a bug where quakelive wouldn't capture properly 0.15.0 General Changes: * Added an image slideshow source. The image slideshow has an playlist (which you can also add directories to as well), the ability to use different types of transitions, and the ability to randomize the output * Added a VLC video source with playlist support via libVLC. Note that this currently requires VLC to be installed on your computer (on windows, for the architecture you're using OBS with. For example, if you're using 64bit OBS Studio, you need 64bit VLC). libVLC library files will most likely end up being optionally provided by the installer in the future. This plugin works with windows and mac, and should work with linux (though hasn't had as much testing there). * Added "View" menu to allow hiding parts of the user interface (just listbox toolbars, status bar, and transition pane currently) * Added the ability to to set the scaling sampling filter for each item within a scene (point, bilinear, bicubic, and lanczos filtering). Right-click a source within a scene to set the sampling. This allows improving general source scaling quality for each item within a scene if desired (at the cost of additional fillrate). * Added "Scale/Aspect Ratio" filter which can force a specific resolution or aspect ratio on a source (with a specific desired scale sampling filter). * Added an option to automatically start recording when streaming * Added "Hide cursor over projector" option to general settings * Added the ability to delete multiple selected sources * Changed "Crop" filter to "Crop/Pad" filter to allow it to pad in addition to crop. * You can now add other scenes as sources within scenes. Note that it will automatically detect and prevent infinite recursion, you cannot add a scene or source if it causes infinite recursion. * When stopping recording/streaming, it will no longer cut off video at the end. It will now stop in accordance to the timing in which you hit the button. Buttons will now say "stopping stream" or "stopping recording" while waiting for the point in which to stop the stream/recording to ensure it stops at the right timing. * You can now specify directories with the file formatting option in advanced settings. * Increased the maximum delay for the async delay filter to 20 seconds * Whenever an image source gif appears on the stream/recording output, it now restarts the gif from the first frame * Fixed another potential freeze/crash when disconnecting/reconnecting * Fixed NVENC lossless mode, should now work as intended * Fixed a bug where regular lossless codecs and lossless via simple output mode were only using one core * Fixed a bug where the rate control would not be set for x264 under certain circumstances 0.15.0 Windows-Specific Changes: * Fixed a bug where audio output devices wouldn't show up in the video device capture source under certain circumstances * Fixed a bug with game capture where certain blizzard games could crash if the device was lost and reinitialized in the game * Improved game capture capture performance for certain OpenGL games * Added process priority option to advanced settings 0.15.0 Linux-Specific Changes: * Fixed the long-standing crashes with linux window capture * Fixed a bug were window capture would not display window titles with the right text encoding 0.15.0 Mac-Specific Changes: * Fixed an issue with syphon capture only capturing a portion of the target (hopefully)
2732375
2016-07-10 16:07
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
1
https://gitee.com/chamsdoncon_msn/obs-studio.git
git@gitee.com:chamsdoncon_msn/obs-studio.git
chamsdoncon_msn
obs-studio
obs-studio
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册