Skip to content

Tags: ForMyLoveLys/obs-studio

Tags

0.16.6

Toggle 0.16.6's commit message
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.

0.16.5

Toggle 0.16.5's commit message
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.

0.16.4

Toggle 0.16.4's commit message
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.

0.16.3

Toggle 0.16.3's commit message
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.

0.16.2

Toggle 0.16.2's commit message
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.

0.16.1

Toggle 0.16.1's commit message
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.

0.16.0

Toggle 0.16.0's commit message
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.

0.15.4

Toggle 0.15.4's commit message
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

0.15.3

Toggle 0.15.3's commit message
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

0.15.2

Toggle 0.15.2's commit message
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)