Skip to content
Tags give the ability to mark specific points in history as being important
  • 21.1.0
    OBS Studio 21.1.0
    
    General Changes
    ---------------
    * Updated the Browser source to Chromium 63. This includes many important and critical updates to the Browser backend.
    
      - The new Chromium build for the browser source now supports APNG (animated PNG) image files.
      - Fixed a few bugs and a potential crash on shutdown with the browser source, with more fixes and improvements to come in coming updates.
      - Fixed a bug where the bit icons in certain donation alerts didn't load properly (fixed with the Chromium update for the browser source).
    
    * Dockable windows can now be nested.
    * Updated the program to use the latest Microsoft development toolchain (Visual Studio 2017) for the Windows version.
    
    Bug Fixes
    ---------
    * Fixed a bug where you could import a scene collection with an already-existing name.
    * Fixed an issue where a spontaneous rare audio glitch could happen when encoding audio on Windows.  This was caused by a Microsoft audio encoder library which was used by default on Windows at bitrates between 96 and 192 kilobits per second; this library has now been replaced.
    * Fixed a potential crash on startup.
    * Fixed a few scripting-related crashes.
    * Fixed a bug where setting a blank replay buffer prefix would reset to the default prefix when the program was restarted.
    * Fixed a bug where the slideshow source would get stuck on the last image is the slideshow image list was cleared.
    * Selection rectangles are no longer drawn for audio-only sources.
  • 21.0.3
    OBS Studio 21.0.3
    
    21.0.3 Hotfix (macOS)
    ---------------------
    
    * Updated the Qt version to 5.10.1 to fix crashes caused by Qt 5.10
    
    21.0.2 macOS Release
    --------------------
    
    * Fixed an issue with Qt 5.10 moving the macOS theme to a plugin
    * Additional packaging to make sure Lua works on macOS
    * Fixed MP3 audio support in the browser source on macOS
    
    Known Issues on macOS
    ---------------------
    
    * Python scripting is currently disabled on macOS
    * VST plugin sizing may be off on some systems (manually resize for now)
    
    21.0.1 Hotfix
    -------------
    
    * Fixed a crash with the stinger transition.
    * Fixed a bug where Hauppauge and Live Gamer Portable devices were not outputting audio/video.
    * Fixed a lock on startup that could occur depending on how audio ducking was configured.
    
    Scripting
    ---------
    
    * Added Luajit/Python3 scripting support.  Scripting can be accessed via the "Tools" menu -> "Scripts".
    * Lua is supported via Luajit, which comes with the program.  Lua is recommended for high performance scripts, automation, and sources.
    * Python is available if access to its convenient libraries is desired.  On windows, to use Python, Python version 3.6 must be installed separately ("x86-64" version if 64bit OBS Studio, "x86" version if 32bit OBS Studio), and the Python 3.6 install path must be configured in the Python settings tab.
    * Scripting documentation can be found in the developer documentation: https://obsproject.com/docs/scripting.html
    * Added an example Lua script: An "Analog Clock" source which draws an analog clock (added like any other source when the script is active)
    * Added an example Lua script: A "Countdown Timer" script which sets the text of a text source to a countdown timer which counts down when that text source is displayed on stream.
    * Added an example Lua script: An "Instant Replay" script which automatically save a replay if there's an active replay buffer, and then plays back that replay in a specified media source after that replay has saved.
    * Added an example Python script: A "URL Text" script which sets the text of a specified text source to the text downloaded from a specified URL every specified interval.
    
    New Audio Features
    ------------------
    
    * Added sidechain/ducking support to the compressor filter.  This allows the ability to lower the audio level of an audio source based upon how loud another source is.  For example, to apply microphone ducking to a desktop audio source, add a compressor filter to the desktop audio source, then select the microphone audio source in the "Sidechain/Ducking Source" property.
    * Added surround sound audio output support, which allows outputting 2.1, 4.0, 4.1, 5.1, and 7.1 audio to stream/recording.  (When using this feature, please also make sure to increase your audio bitrate to support all the channels in output settings.  Although some services like Twitch support it, note that certain services such as YouTube may not fully support surround sound streaming, and may not downmix them correctly for stereo viewers)
    * Added new audio meters to allow the ability to see the audio levels of each audio channel of that source.  This allows the ability to know if there are any issues with a specific audio channel (e.g. if just the left or right audio channel is somehow low or muted).
    * Changed audio meters to behave like peak programme meters.  This will make it easier to see if your audio is clipping and set your audio levels correctly.  For more information, see:  https://obsproject.com/wiki/Understanding-The-Mixer
    * Added an "Audio Meter Decay Rate" option in audio settings to allow selecting a specific delay rate (fast, medium, slow) for the audio meters if desired.
    * Added the ability to rename audio sources via right-clicking them in the audio mixer, including desktop and microphone audio capture sources added via audio settings.
    
    New Production and Studio Mode Features
    ---------------------------------------
    
    * Added a "Multiview" projector (accessible via the View menu), which allows the ability to view the preview/program and up to 8 scenes at the same time.  Scenes in the Multiview can be clicked to change the scene (or the preview scene in studio mode).  You can blacklist certain scenes from displaying in the multi-view by right-clicking the scene in the scenes list and unchecking "Show in Multiview".  You can also change the Multiview's layout style in general settings.
    * Added an option in general settings that allows you to transition to a scene in studio mode simply by double-clicking on it.  This also applies to the multiview projector.
    * Added separate projectors for both preview and program views in studio mode.
    * Added a portrait/vertical layout option for studio mode in general settings which makes the preview/program views vertical relative to each other instead of horizontal
    * Added per-scene transition overriding, which allows you to select a specific transition to use for a specific scene.  To use this feature, right-click on the scene in the scene list, and select the transition/duration via the right-click context menu.  (This override does not apply to studio mode quick transitions)
    
    Developer Documentation
    -----------------------
    
    * Spent about a week or so and finally wrote full developer API documentation/reference (useful for both native and script developers), which can be found here: https://obsproject.com/docs
    
    Other General Changes and Fixes
    -------------------------------
    
    * Added a new program theme: Acri.
    * Changed the default program theme to dark mode for new users.
    * Changed the text of "Multi-adapter Compatibility" in game capture to "SLI/Crossfire Capture Mode (Slow)".  This was changed because the wording "Multi-adapter Compatibility" was a bit vague, and users are not typically aware of the potential performance impact when using the option.
    * Optimized the preview pane and reduced GPU usage by 2-8% depending on how many sources were in the preview.
    * The streaming/recording buttons in the main window now highlight while streaming/recording.
    * Fixed a bug on Windows where desktop audio capture could go slightly out of sync with display/game/window capture on certain audio devices
    * Fixed an issue where certain Elgato devices would not output audio by default, and would require users to select the audio device manually.
    * Fixed a bug with studio mode where scenes that are set to fully duplicate would not retain their filters.
    * Fixed a stuttering bug on Linux with audio monitoring
    * Fixed MP3 audio support in the browser source on macOS
    * Fixed a few Dark/Rachni theme issues
    * Fixed a lot of minor bugs and a few minor memory leaks
    * Fixed a known crash that could happen on startup for certain AMD cards/drivers.
  • 21.0.2
    OBS Studio 21.0.2
    
    21.0.1 Hotfix
    -------------
    
    * Fixed a crash with the stinger transition.
    * Fixed a bug where Hauppauge and Live Gamer Portable devices were not outputting audio/video.
    * Fixed a lock on startup that could occur depending on how audio ducking was configured.
    
    Scripting
    ---------
    
    * Added Luajit/Python3 scripting support.  Scripting can be accessed via the "Tools" menu -> "Scripts".
    * Lua is supported via Luajit, which comes with the program.  Lua is recommended for high performance scripts, automation, and sources.
    * Python is available if access to its convenient libraries is desired.  On windows, to use Python, Python version 3.6 must be installed separately ("x86-64" version if 64bit OBS Studio, "x86" version if 32bit OBS Studio), and the Python 3.6 install path must be configured in the Python settings tab.
    * Scripting documentation can be found in the developer documentation: https://obsproject.com/docs/scripting.html
    * Added an example Lua script: An "Analog Clock" source which draws an analog clock (added like any other source when the script is active)
    * Added an example Lua script: A "Countdown Timer" script which sets the text of a text source to a countdown timer which counts down when that text source is displayed on stream.
    * Added an example Lua script: An "Instant Replay" script which automatically save a replay if there's an active replay buffer, and then plays back that replay in a specified media source after that replay has saved.
    * Added an example Python script: A "URL Text" script which sets the text of a specified text source to the text downloaded from a specified URL every specified interval.
    
    New Audio Features
    ------------------
    
    * Added sidechain/ducking support to the compressor filter.  This allows the ability to lower the audio level of an audio source based upon how loud another source is.  For example, to apply microphone ducking to a desktop audio source, add a compressor filter to the desktop audio source, then select the microphone audio source in the "Sidechain/Ducking Source" property.
    * Added surround sound audio output support, which allows outputting 2.1, 4.0, 4.1, 5.1, and 7.1 audio to stream/recording.  (When using this feature, please also make sure to increase your audio bitrate to support all the channels in output settings.  Although some services like Twitch support it, note that certain services such as YouTube may not fully support surround sound streaming, and may not downmix them correctly for stereo viewers)
    * Added new audio meters to allow the ability to see the audio levels of each audio channel of that source.  This allows the ability to know if there are any issues with a specific audio channel (e.g. if just the left or right audio channel is somehow low or muted).
    * Changed audio meters to behave like peak programme meters.  This will make it easier to see if your audio is clipping and set your audio levels correctly.  For more information, see:  https://obsproject.com/wiki/Understanding-The-Mixer
    * Added an "Audio Meter Decay Rate" option in audio settings to allow selecting a specific delay rate (fast, medium, slow) for the audio meters if desired.
    * Added the ability to rename audio sources via right-clicking them in the audio mixer, including desktop and microphone audio capture sources added via audio settings.
    
    New Production and Studio Mode Features
    ---------------------------------------
    
    * Added a "Multiview" projector (accessible via the View menu), which allows the ability to view the preview/program and up to 8 scenes at the same time.  Scenes in the Multiview can be clicked to change the scene (or the preview scene in studio mode).  You can blacklist certain scenes from displaying in the multi-view by right-clicking the scene in the scenes list and unchecking "Show in Multiview".  You can also change the Multiview's layout style in general settings.
    * Added an option in general settings that allows you to transition to a scene in studio mode simply by double-clicking on it.  This also applies to the multiview projector.
    * Added separate projectors for both preview and program views in studio mode.
    * Added a portrait/vertical layout option for studio mode in general settings which makes the preview/program views vertical relative to each other instead of horizontal
    * Added per-scene transition overriding, which allows you to select a specific transition to use for a specific scene.  To use this feature, right-click on the scene in the scene list, and select the transition/duration via the right-click context menu.  (This override does not apply to studio mode quick transitions)
    
    Developer Documentation
    -----------------------
    
    * Spent about a week or so and finally wrote full developer API documentation/reference (useful for both native and script developers), which can be found here: https://obsproject.com/docs
    
    Other General Changes and Fixes
    -------------------------------
    
    * Added a new program theme: Acri.
    * Changed the default program theme to dark mode for new users.
    * Changed the text of "Multi-adapter Compatibility" in game capture to "SLI/Crossfire Capture Mode (Slow)".  This was changed because the wording "Multi-adapter Compatibility" was a bit vague, and users are not typically aware of the potential performance impact when using the option.
    * Optimized the preview pane and reduced GPU usage by 2-8% depending on how many sources were in the preview.
    * The streaming/recording buttons in the main window now highlight while streaming/recording.
    * Fixed a bug on Windows where desktop audio capture could go slightly out of sync with display/game/window capture on certain audio devices
    * Fixed an issue where certain Elgato devices would not output audio by default, and would require users to select the audio device manually.
    * Fixed a bug with studio mode where scenes that are set to fully duplicate would not retain their filters.
    * Fixed a stuttering bug on Linux with audio monitoring
    * Fixed MP3 audio support in the browser source on macOS
    * Fixed a few Dark/Rachni theme issues
    * Fixed a lot of minor bugs and a few minor memory leaks
    * Fixed a known crash that could happen on startup for certain AMD cards/drivers.
  • 21.0.1
    OBS Studio 21.0.1
    
    21.0.1 Hotfix
    -------------
    
    * Fixed a crash with the stinger transition.
    * Fixed a bug where Hauppauge and Live Gamer Portable devices were not outputting audio/video.
    * Fixed a lock on startup that could occur depending on how audio ducking was configured.
    
    Scripting
    ---------
    
    * Added Luajit/Python3 scripting support.  Scripting can be accessed via the "Tools" menu -> "Scripts".
    * Lua is supported via Luajit, which comes with the program.  Lua is recommended for high performance scripts, automation, and sources.
    * Python is available if access to its convenient libraries is desired.  On windows, to use Python, Python version 3.6 must be installed separately ("x86-64" version if 64bit OBS Studio, "x86" version if 32bit OBS Studio), and the Python 3.6 install path must be configured in the Python settings tab.
    * Scripting documentation can be found in the developer documentation: https://obsproject.com/docs/scripting.html
    * Added an example Lua script: An "Analog Clock" source which draws an analog clock (added like any other source when the script is active)
    * Added an example Lua script: A "Countdown Timer" script which sets the text of a text source to a countdown timer which counts down when that text source is displayed on stream.
    * Added an example Lua script: An "Instant Replay" script which automatically save a replay if there's an active replay buffer, and then plays back that replay in a specified media source after that replay has saved.
    * Added an example Python script: A "URL Text" script which sets the text of a specified text source to the text downloaded from a specified URL every specified interval.
    
    New Audio Features
    ------------------
    
    * Added sidechain/ducking support to the compressor filter.  This allows the ability to lower the audio level of an audio source based upon how loud another source is.  For example, to apply microphone ducking to a desktop audio source, add a compressor filter to the desktop audio source, then select the microphone audio source in the "Sidechain/Ducking Source" property.
    * Added surround sound audio output support, which allows outputting 2.1, 4.0, 4.1, 5.1, and 7.1 audio to stream/recording.  (When using this feature, please also make sure to increase your audio bitrate to support all the channels in output settings.  Although some services like Twitch support it, note that certain services such as YouTube may not fully support surround sound streaming, and may not downmix them correctly for stereo viewers)
    * Added new audio meters to allow the ability to see the audio levels of each audio channel of that source.  This allows the ability to know if there are any issues with a specific audio channel (e.g. if just the left or right audio channel is somehow low or muted).
    * Changed audio meters to behave like peak programme meters.  This will make it easier to see if your audio is clipping and set your audio levels correctly.  For more information, see:  https://obsproject.com/wiki/Understanding-The-Mixer
    * Added an "Audio Meter Decay Rate" option in audio settings to allow selecting a specific delay rate (fast, medium, slow) for the audio meters if desired.
    * Added the ability to rename audio sources via right-clicking them in the audio mixer, including desktop and microphone audio capture sources added via audio settings.
    
    New Production and Studio Mode Features
    ---------------------------------------
    
    * Added a "Multiview" projector (accessible via the View menu), which allows the ability to view the preview/program and up to 8 scenes at the same time.  Scenes in the Multiview can be clicked to change the scene (or the preview scene in studio mode).  You can blacklist certain scenes from displaying in the multi-view by right-clicking the scene in the scenes list and unchecking "Show in Multiview".  You can also change the Multiview's layout style in general settings.
    * Added an option in general settings that allows you to transition to a scene in studio mode simply by double-clicking on it.  This also applies to the multiview projector.
    * Added separate projectors for both preview and program views in studio mode.
    * Added a portrait/vertical layout option for studio mode in general settings which makes the preview/program views vertical relative to each other instead of horizontal
    * Added per-scene transition overriding, which allows you to select a specific transition to use for a specific scene.  To use this feature, right-click on the scene in the scene list, and select the transition/duration via the right-click context menu.  (This override does not apply to studio mode quick transitions)
    
    Developer Documentation
    -----------------------
    
    * Spent about a week or so and finally wrote full developer API documentation/reference (useful for both native and script developers), which can be found here: https://obsproject.com/docs
    
    Other General Changes and Fixes
    -------------------------------
    
    * Added a new program theme: Acri.
    * Changed the default program theme to dark mode for new users.
    * Changed the text of "Multi-adapter Compatibility" in game capture to "SLI/Crossfire Capture Mode (Slow)".  This was changed because the wording "Multi-adapter Compatibility" was a bit vague, and users are not typically aware of the potential performance impact when using the option.
    * Optimized the preview pane and reduced GPU usage by 2-8% depending on how many sources were in the preview.
    * The streaming/recording buttons in the main window now highlight while streaming/recording.
    * Fixed a bug on Windows where desktop audio capture could go slightly out of sync with display/game/window capture on certain audio devices
    * Fixed an issue where certain Elgato devices would not output audio by default, and would require users to select the audio device manually.
    * Fixed a bug with studio mode where scenes that are set to fully duplicate would not retain their filters.
    * Fixed a stuttering bug on Linux with audio monitoring
    * Fixed MP3 audio support in the browser source on macOS
    * Fixed a few Dark/Rachni theme issues
    * Fixed a lot of minor bugs and a few minor memory leaks
    * Fixed a known crash that could happen on startup for certain AMD cards/drivers.
  • 21.0.0
    OBS Studio 21.0
    
    Scripting
    ---------
    
    * Added Luajit/Python3 scripting support.  Scripting can be accessed via the "Tools" menu -> "Scripts".
    * Lua is supported via Luajit, which comes with the program.  Lua is recommended for high performance scripts, automation, and sources.
    * Python is available if access to its convenient libraries is desired.  On windows, to use Python, Python version 3.6 must be installed separately ("x86-64" version if 64bit OBS Studio, "x86" version if 32bit OBS Studio), and the Python 3.6 install path must be configured in the Python settings tab.
    * Scripting documentation can be found in the developer documentation: https://obsproject.com/docs/scripting.html
    * Added an example Lua script: An "Analog Clock" source which draws an analog clock (added like any other source when the script is active)
    * Added an example Lua script: A "Countdown Timer" script which sets the text of a text source to a countdown timer which counts down when that text source is displayed on stream.
    * Added an example Lua script: An "Instant Replay" script which automatically save a replay if there's an active replay buffer, and then plays back that replay in a specified media source after that replay has saved.
    * Added an example Python script: A "URL Text" script which sets the text of a specified text source to the text downloaded from a specified URL every specified interval.
    
    New Audio Features
    ------------------
    
    * Added sidechain/ducking support to the compressor filter.  This allows the ability to lower the audio level of an audio source based upon how loud another source is.  For example, to apply microphone ducking to a desktop audio source, add a compressor filter to the desktop audio source, then select the microphone audio source in the "Sidechain/Ducking Source" property.
    * Added surround sound audio output support, which allows outputting 2.1, 4.0, 4.1, 5.1, and 7.1 audio to stream/recording.  (When using this feature, please also make sure to increase your audio bitrate to support all the channels in output settings.  Although some services like Twitch support it, note that certain services such as YouTube may not fully support surround sound streaming, and may not downmix them correctly for stereo viewers)
    * Added new audio meters to allow the ability to see the audio levels of each audio channel of that source.  This allows the ability to know if there are any issues with a specific audio channel (e.g. if just the left or right audio channel is somehow low or muted).
    * Changed audio meters to behave like peak programme meters.  This will make it easier to see if your audio is clipping and set your audio levels correctly.  For more information, see:  https://obsproject.com/wiki/Understanding-The-Mixer
    * Added an "Audio Meter Decay Rate" option in audio settings to allow selecting a specific delay rate (fast, medium, slow) for the audio meters if desired.
    * Added the ability to rename audio sources via right-clicking them in the audio mixer, including desktop and microphone audio capture sources added via audio settings.
    
    New Production and Studio Mode Features
    ---------------------------------------
    
    * Added a "Multiview" projector (accessible via the View menu), which allows the ability to view the preview/program and up to 8 scenes at the same time.  Scenes in the Multiview can be clicked to change the scene (or the preview scene in studio mode).  You can blacklist certain scenes from displaying in the multi-view by right-clicking the scene in the scenes list and unchecking "Show in Multiview".  You can also change the Multiview's layout style in general settings.
    * Added an option in general settings that allows you to transition to a scene in studio mode simply by double-clicking on it.  This also applies to the multiview projector.
    * Added separate projectors for both preview and program views in studio mode.
    * Added a portrait/vertical layout option for studio mode in general settings which makes the preview/program views vertical relative to each other instead of horizontal
    * Added per-scene transition overriding, which allows you to select a specific transition to use for a specific scene.  To use this feature, right-click on the scene in the scene list, and select the transition/duration via the right-click context menu.  (This override does not apply to studio mode quick transitions)
    
    Developer Documentation
    -----------------------
    
    * Spent about a week or so and finally wrote full developer API documentation/reference (useful for both native and script developers), which can be found here: https://obsproject.com/docs
    
    Other General Changes and Fixes
    -------------------------------
    
    * Added a new program theme: Acri.
    * Changed the default program theme to dark mode for new users.
    * Changed the text of "Multi-adapter Compatibility" in game capture to "SLI/Crossfire Capture Mode (Slow)".  This was changed because the wording "Multi-adapter Compatibility" was a bit vague, and users are not typically aware of the potential performance impact when using the option.
    * Optimized the preview pane and reduced GPU usage by 2-8% depending on how many sources were in the preview.
    * The streaming/recording buttons in the main window now highlight while streaming/recording.
    * Fixed a bug on Windows where desktop audio capture could go slightly out of sync with display/game/window capture on certain audio devices
    * Fixed an issue where certain Elgato devices would not output audio by default, and would require users to select the audio device manually.
    * Fixed a bug with studio mode where scenes that are set to fully duplicate would not retain their filters.
    * Fixed a stuttering bug on Linux with audio monitoring
    * Fixed MP3 audio support in the browser source on macOS
    * Fixed a few Dark/Rachni theme issues
    * Fixed a lot of minor bugs and a few minor memory leaks
    * Fixed a known crash that could happen on startup for certain AMD cards/drivers.
  • 20.1.3
    OBS Studio 20.1.2
    
    20.1.3 Hotfix Changes (Windows only)
    ------------------------------------
    * Fixed a bug where the x264 plugin was still expecting the newer x264 library, and wouldn't initialize properly (Note by Jim: a bug in my update script; this slipped by my testing due to the fact that I installed over an older build and had the newer x264 DLL present when I tested)
    
    20.1.2 Hotfix Changes (Windows only)
    ------------------------------------
    * Reverted x264 version to the previous stable build due to AVX512 optimizations causing stability issues on some systems
    * Made a workaround for a potential crash that could happen with the game "Life is Feudal" when game capturing it
    
    20.1.1 Hotfix Changes (Windows only)
    ------------------------------------
    * Made a workaround for an issue with new AMD GPU drivers (ReLive 17.10+) that would prevent the AMD encoder from starting up
    
    20.1 General Changes
    --------------------
    * Added the ability to hide/show items in the audio mixer via the mixer context menu
    * Added the ability to use replay buffer in advanced output mode (Note: cannot be used with the FFmpeg output)
    * Added the ability to monitor the audio of stingers via its properties
    * Added the ability to change the audio fade mode of stingers via its properties
    * Added hotkeys to control VLC source playback (play/pause/restart/stop/next/previous)
    * Added pulseaudio audio monitoring support on linux
    * Updated x264 and FFmpeg to their latest versions, with new performance optimizations for newer Intel processors
    * You can now bring up a context menu via right-clicking the mixer or items in the mixer
    * Fixed a bug where if you try to stop the stream while reconnecting, the program could freeze up
    * Fixed a bug where the window dimensions would not always restore properly from the last time the program was closed
    * Fixed an issue where the program would be milliseconds out of sync
    * Fixed a linux crash that could happen on program startup
    * Fixed an issue where shuffle in the VLC source would always start from the first item
    * Fixed a crash that sometimes occur when a connection times out
    * Made a workaround for a decklink device driver issue where decklink/blackmagic devices could very slowly go out of sync in the blackmagic source (make sure buffering is disabled if you have this issue; buffering is now disabled by default)
    * Disabled v-sync preview rendering on mac to prevent it from having an impact on performance
  • 20.1.2
    OBS Studio 20.1.2
    
    20.1.2 Hotfix Changes (Windows only)
    ------------------------------------
    * Reverted x264 version to the previous stable build due to AVX512 optimizations causing stability issues on some systems
    * Made a workaround for a potential crash that could happen with the game "Life is Feudal" when game capturing it
    
    20.1.1 Hotfix Changes (Windows only)
    ------------------------------------
    * Made a workaround for an issue with new AMD GPU drivers (ReLive 17.10+) that would prevent the AMD encoder from starting up
    
    20.1 General Changes
    --------------------
    * Added the ability to hide/show items in the audio mixer via the mixer context menu
    * Added the ability to use replay buffer in advanced output mode (Note: cannot be used with the FFmpeg output)
    * Added the ability to monitor the audio of stingers via its properties
    * Added the ability to change the audio fade mode of stingers via its properties
    * Added hotkeys to control VLC source playback (play/pause/restart/stop/next/previous)
    * Added pulseaudio audio monitoring support on linux
    * Updated x264 and FFmpeg to their latest versions, with new performance optimizations for newer Intel processors
    * You can now bring up a context menu via right-clicking the mixer or items in the mixer
    * Fixed a bug where if you try to stop the stream while reconnecting, the program could freeze up
    * Fixed a bug where the window dimensions would not always restore properly from the last time the program was closed
    * Fixed an issue where the program would be milliseconds out of sync
    * Fixed a linux crash that could happen on program startup
    * Fixed an issue where shuffle in the VLC source would always start from the first item
    * Fixed a crash that sometimes occur when a connection times out
    * Made a workaround for a decklink device driver issue where decklink/blackmagic devices could very slowly go out of sync in the blackmagic source (make sure buffering is disabled if you have this issue; buffering is now disabled by default)
    * Disabled v-sync preview rendering on mac to prevent it from having an impact on performance
  • 20.1.1
    OBS Studio 20.1.1
    
    20.1.1 Hotfix Changes (Windows only)
    ------------------------------------
    * Made a workaround for an issue with new AMD GPU drivers (ReLive 17.10+) that would prevent the AMD encoder from starting up
    
    20.1 General Changes
    --------------------
    * Added the ability to hide/show items in the audio mixer via the mixer context menu
    * Added the ability to use replay buffer in advanced output mode (Note: cannot be used with the FFmpeg output)
    * Added the ability to monitor the audio of stingers via its properties
    * Added the ability to change the audio fade mode of stingers via its properties
    * Added hotkeys to control VLC source playback (play/pause/restart/stop/next/previous)
    * Added pulseaudio audio monitoring support on linux
    * Updated x264 and FFmpeg to their latest versions, with new performance optimizations for newer Intel processors
    * You can now bring up a context menu via right-clicking the mixer or items in the mixer
    * Fixed a bug where if you try to stop the stream while reconnecting, the program could freeze up
    * Fixed a bug where the window dimensions would not always restore properly from the last time the program was closed
    * Fixed an issue where the program would be milliseconds out of sync
    * Fixed a linux crash that could happen on program startup
    * Fixed an issue where shuffle in the VLC source would always start from the first item
    * Fixed a crash that sometimes occur when a connection times out
    * Made a workaround for a decklink device driver issue where decklink/blackmagic devices could very slowly go out of sync in the blackmagic source (make sure buffering is disabled if you have this issue; buffering is now disabled by default)
    * Disabled v-sync preview rendering on mac to prevent it from having an impact on performance
  • 20.1.0
    OBS Studio 20.1
    
    General Changes
    ---------------
    * Added the ability to hide/show items in the audio mixer via the mixer context menu
    * Added the ability to use replay buffer in advanced output mode (Note: cannot be used with the FFmpeg output)
    * Added the ability to monitor the audio of stingers via its properties
    * Added the ability to change the audio fade mode of stingers via its properties
    * Added hotkeys to control VLC source playback (play/pause/restart/stop/next/previous)
    * Added pulseaudio audio monitoring support on linux
    * You can now bring up a context menu via right-clicking the mixer or items in the mixer
    * Fixed a bug where if you try to stop the stream while reconnecting, the program could freeze up
    * Fixed a bug where the window dimensions would not always restore properly from the last time the program was closed
    * Fixed an issue where the program would be milliseconds out of sync
    * Fixed a linux crash that could happen on program startup
    * Fixed an issue where shuffle in the VLC source would always start from the first item
    * Made a workaround for a decklink device driver issue where decklink/blackmagic devices could very slowly go out of sync in the blackmagic source (make sure buffering is disabled if you have this issue; buffering is now disabled by default)
    * Disabled v-sync preview rendering on mac to prevent it from having an impact on performance
  • 20.0.1
    OBS Studio 20.0.1
    
    20.0.1 Hotfix Changes
    ---------------------
    * Fixed a crash with the image slide show that could happen under certain circumstances
    * Fixed a bug which caused the Stats window to stop monitoring streaming/recording unless they were both active at the same time
    
    20.0.0 Changes
    --------------
    * Added new "modular" user interface that allows the user to move, disable, and customize elements of the UI.  To unlock, go to the View menu, then the "Docks" sub-menu, and un-check "Lock UI".  To reset to the default style, use "Reset UI"
    * Added Stinger transitions, which allow the ability to use video files as a transition with a specific transitioning point timing during playback of the video
    * Added a new "Auto" server for Twitch which will automatically select the server with the best routing.  In addition, Twitch servers are now sorted based on the best route (as determined by Twitch)
    * Added support for Mixer's FTL protocol which allows low-latency streaming on Mixer.  To use, open Settings, go to the Stream section, and set the service to "Mixer.com - FTL"
    * Added the option to disable looping in the image slide show, and stop or become hidden when all slides have been played
    * Added the option to change the visibility behavior of the image slide show: Pause when not in the current scene, restart when in the current scene, or always play regardless
    * Added the option to manually control the image slide show with hotkeys
    * Added the ability for the blackmagic source to automatically detect resolution/format rather than having to set it manually each time
    * Added ability to lock sources to prevent accidentally clicking on and modifying the position of a source
    * Added the ability to zoom in the preview for detailed editing while in canvas/output preview scaling modes.  To use, click the preview, then hold down space bar and use the mouse wheel scroll to zoom in/out
    * Added a "Defaults" button to the filters and properties windows which will reset values to their defaults
    * Added a new "Rachni" theme
    * Added a "Fullscreen Interface" option to the view menu
    * Added the ability to use certain Japanese and European-specific keys as hotkeys
    * Added the ability to modify projectors from the tray menu
    * Added a network buffering option to the VLC source
    * Added a --multi command line option to suppress the multiple instance warnings
    * Added a "Below Normal" process priority to the process priority option in advanced settings on windows
    * Audio meters will now temporarily change their color to red when audio is clipping (too loud)
    * When using the auto-configuration dialog with Twitch, it will now automatically test the 3 servers with the best route
    * Made a few key improvements to the windows AMD AMF encoder.  Fixed a potential crash, added support for AMF 1.4.4, added compatibility for newer drivers such as 17.7.2, and improved support for older drivers like 16.11.5 and 16.12.1
    * Fixed an issue where the settings window could sometimes get stuck with a bad size
    * Fixed a bug where cropped sources would have incorrect alpha handling
    * Fixed a bug where scene collections/profiles wouldn't properly overwrite existing if the user chooses to do so
    * Fixed a crash that would happen if the program starts on a system with an unsupported video card, the program will now display a message as was originally intended
    * Fixed various minor bugs
  • 20.0.0
    OBS Studio 20.0
    
    Changes
    -------
    * Added new "modular" user interface that allows the user to move, disable, and customize elements of the UI.  To unlock, go to the View menu, then the "Docks" sub-menu, and un-check "Lock UI".  To reset to the default style, use "Reset UI"
    * Added Stinger transitions, which allow the ability to use video files as a transition with a specific transitioning point timing during playback of the video
    * Added a new "Auto" server for Twitch which will automatically select the server with the best routing.  In addition, Twitch servers are now sorted based on the best route (as determined by Twitch)
    * Added support for Mixer's FTL protocol which allows low-latency streaming on Mixer.  To use, open Settings, go to the Stream section, and set the service to "Mixer.com - FTL"
    * Added the option to disable looping in the image slide show, and stop or become hidden when all slides have been played
    * Added the option to change the visibility behavior of the image slide show: Pause when not in the current scene, restart when in the current scene, or always play regardless
    * Added the option to manually control the image slide show with hotkeys
    * Added the ability for the blackmagic source to automatically detect resolution/format rather than having to set it manually each time
    * Added ability to lock sources to prevent accidentally clicking on and modifying the position of a source
    * Added the ability to zoom in the preview for detailed editing while in canvas/output preview scaling modes.  To use, click the preview, then hold down space bar and use the mouse wheel scroll to zoom in/out
    * Added a "Defaults" button to the filters and properties windows which will reset values to their defaults
    * Added a new "Rachni" theme
    * Added a "Fullscreen Interface" option to the view menu
    * Added the ability to use certain Japanese and European-specific keys as hotkeys
    * Added the ability to modify projectors from the tray menu
    * Added a network buffering option to the VLC source
    * Added a --multi command line option to suppress the multiple instance warnings
    * Added a "Below Normal" process priority to the process priority option in advanced settings on windows
    * Audio meters will now temporarily change their color to red when audio is clipping (too loud)
    * When using the auto-configuration dialog with Twitch, it will now automatically test the 3 servers with the best route
    * Made a few key improvements to the windows AMD AMF encoder.  Fixed a potential crash, added support for AMF 1.4.4, added compatibility for newer drivers such as 17.7.2, and improved support for older drivers like 16.11.5 and 16.12.1
    * Fixed an issue where the settings window could sometimes get stuck with a bad size
    * Fixed a bug where cropped sources would have incorrect alpha handling
    * Fixed a bug where scene collections/profiles wouldn't properly overwrite existing if the user chooses to do so
    * Fixed a crash that would happen if the program starts on a system with an unsupported video card, the program will now display a message as was originally intended
    * Fixed various minor bugs
  • 19.0.3
    OBS Studio 19.0.3
    
    19.0.3 Hotfix Changes
    ---------------------
    * When an audio device in audio settings is changed to different device, all of its secondary settings are now preserved (volume, sync offset, downmix to mono, mixer, properties, filters).  Note that this does not apply if the audio device is disabled.
    * Fixed an issue where Oculus Rift games wouldn't capture properly with game capture on Windows
    * Fixed a case where the bandwidth test could potentially overestimate bandwidth in the auto-configuration tool
    * Fixed an issue where remote video via the media source could have artifacting
    * Fixed some cases where the media source wouldn't properly display the last frame when "Hide source when playback ends" is unchecked
    * Fixed some cases where the media source could cause the program to freeze when using a remote video URL
    * Fixed a design flaw where the stats window would reset all its values when opened for the first time
  • 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
  • 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
  • 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
  • 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).
  • 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
  • 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
  • 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
  • 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