OBS Studio 0.14.2 General Changes: * Fixed a potential freeze when reconnecting * Fixed a potential crash when disconnecting on program shutdown * Fixed a bug with transitions where under certain circumstances the audio from the target scene would not start playing until the transition was completed * Fixed a few potential freezes and other bugs with the media source * Fixed a bug where using "rescale" with the QSV encoder wouldn't work properly * Fixed a bug where deinterlaced sources would sometimes appear vertically flipped when deinterlacing was enabled * Fixed a bug where alt-crop wouldn't work properly if a source was flipped * Fixed a bug where you couldn't save a recording to a file or path that contained unicode characters * Fixed a bug where simple output mode would not record QSV at the expected bitrates relative to "high" and "indistinguishable" quality on haswell+ processors * Fixed a bug where switching from a scene collection with custom transitions could corrupt the scene collection being switched to * Fixed an issue where NVENC would use too much bitrate unnecessarily when recording, now uses CQP instead of VBR * Fixed an issue where NVENC constant bitrate wasn't working properly * Window capture on windows will no longer display anything if the window has been closed and can no longer be found. Before it would display a frozen image of the window before it was closed * Game capture on windows will now prevent itself from hooking OBS projector windows when game capture is set to capture any fullscreen program * Game capture on windows will now try to initialize capture immediately when possible, especially on games/programs that are already hooked * Game capture on windows no longer acts as a global source, and when not being shown it will fully deactivate (for example it's in another scene). This fixes an issue where game capture would sometimes show a black screen if there were other separate game captures in different scenes capturing the same thing * Monitor capture on windows no longer acts as a global source, and when not being shown it will fully deactivate (again for example when it's in another scene). This fixes an issue on windows 8/10+ where monitor capture would cause unexpected lag while in a different scene when a fullscreen game is active * Projectors no longer minimize if the main window is minimized * If the main OBS window was closed on a monitor that's no longer plugged in, it will now start up on the main display rather than starting up off-screen * When changing encoders in advanced output mode, settings from the previous encoder will no longer try to apply to the new encoder, which may have a completely different setting layout * Changed the browse dialogs for the remux dialog to show the various supported file types rather than just FLV/MP4 * Changed x264 and NVENC to have a "rate control" setting instead of a "Use CBR" setting * Increased NVENC bitrate limit * Added CQP rate control mode to NVENC encoder interface * Added lossless rate control mode to NVENC encoder interface * Added CRF rate control mode to x264 encoder interface (functions the same as when you're using VBR with 0 buffer size) * Added ABR rate control mode to x264 encoder interface (functions similar to CBR but without bitrate padding) * FFmpeg now is compiled with VP8 and VP9 support on windows