obs-studio
obs-studio copied to clipboard
OBS Studio - Free and open source software for live streaming and screen recording
### Description Replace one-case switches, remove workaround casts and refactor a little the Windows taskbar code to fix its switch. ### Motivation and Context Clean up switches and switch warnings...
### Description Depends on: - #6720 - #6750 - #6761 - #6767 - ~~https://github.com/obsproject/obs-browser/pull/368~~ - https://github.com/obsproject/obs-browser/pull/370 - #6842 - #6884 - #6908 - ~~#6960~~ - #7802 - also #6760 if...
### Description Due to the color select buttons being a fixed size, they would not be rendered properly with the Yami theme. Before:  After: ![Screenshot from...
### Description Since the Yami QSS changes the default font for widgets, we need to force the system fixed font for plain text edits. ### Motivation and Context Fix Yami...
### Description Since 32-bit is no longer supported, remove the 32-bit builds from the github workflow. ### Motivation and Context Remove unneeded workflow jobs ### How Has This Been Tested?...
### Description This was done to work around an issue in 2015 which does not appear to exist anymore in 2022. Thus, remove it to remove complexity, especially if we...
### Description Adds support for additional hardware encoders for HEVC and ProRes and prefers to use hardware encoders when they are available **New Encoder List** **New Encoder Options** **New Profile...
### Description 1. Added audio channel selection and FC/LFE channel swapping UI to AJA Source plugin. 1. Adapted audio repacker from DeckLink plugin, for use with 32-bit samples. Code has...
### Description This fixes #3529 instead of maintaining the last known image on the window capture window close, it seems to default to the desktop now. ### Motivation and Context...
### Description Depends on: - https://github.com/obsproject/obs-deps/pull/152 Remove external/AMF headers folder from `obs-ffmpeg` and use obs-deps headers. Difference between upstream and "external": - "external" have outdated code compared to 1.4.28 from...