用于实时流媒体和屏幕录制的免费开源软件 https://obsproject.com/

Joel Bethke 154088beef frontend: Fix contributing link in About 3 days ago
.github eee8129900 CI: Update Signing action commit 1 week ago
additional_install_files 5c597102f2 Improve additional_install_files for debug/release 11 years ago
build-aux 916a50c83d build-aux,CI: Update Flatpak to 2026-01-09 deps 3 months ago
cmake f9e88c1696 cmake: Make release builds more reproducible 1 month ago
deps 9889fcdfcc cmake: Group blake2 targets under same directory for IDEs 11 months ago
docs 9185489586 docs: Fix typo in obs_enum_canvases description 1 month ago
frontend 154088beef frontend: Fix contributing link in About 1 day ago
libobs 7272af1375 libobs: Update version to 32.1.1 1 week ago
libobs-d3d11 6a64053256 libobs: Remove "using namespace std" from headers 3 months ago
libobs-metal 7f022bffa7 libobs-metal: Fix typos 2 months ago
libobs-opengl 2d5ba21204 libobs-opengl: Treat pixel format 0 in IOSurface as 32BGRA 5 months ago
libobs-winrt e471d3109b cmake: Specify NOMINMAX all the time on Windows 1 year ago
plugins 3a9cf4adb1 obs-websocket: Update version to 5.7.3 1 week ago
shared b8b6cf4844 file-updater: Use exact types to avoid clang-19 errors 2 months ago
test a1fbf1015f clang-format: Increase column limit from 80 to 120 1 year ago
.cirrus.yml e53293a785 cmake: Use Extra CMake Modules on Linux 11 months ago
.clang-format b3ab792916 clang-format: Enable skipping of macro definitions for clang-format 19 11 months ago
.editorconfig 7d8a78474c Add composable theme files spacing in editorconfig 1 year ago
.gersemirc 94744e6672 cmake: Remove settings from gersemirc only supported via command-line 8 months ago
.git-blame-ignore-revs b723736ec9 .git-blame-ignore-revs: Add change from column limit increase 1 year ago
.gitattributes e390b4bf7c CI: Add Crowdin Synchronization 4 years ago
.gitignore e04b883e4b Update contributing and code style guidelines (#13296) 5 days ago
.gitmodules d81fcd70e0 cmake: Update cross-platform build project management for Windows 1 year ago
.mailmap 106c7aa61f Update copyrights/names 2 years ago
.swift-format cdac426843 CI: Update swift-format configuration with more explicit rules 7 months ago
AUTHORS a5f0988933 Update translations from Crowdin 3 months ago
CMakeLists.txt d8b19c3c25 libobs-metal: Add Metal renderer 7 months ago
CMakePresets.json 97a498d67a CI: Replace ccache with Xcode compile cache 2 months ago
COC.rst 725fce78ba Revert "docs: Rename Code of Conduct to fix GitHub detection" 4 years ago
CODESTYLE.md e04b883e4b Update contributing and code style guidelines (#13296) 5 days ago
COMMITMENT e1a74356e9 Add GPL Cooperation Commitment to base directory 7 years ago
CONTRIBUTING.md e04b883e4b Update contributing and code style guidelines (#13296) 5 days ago
COPYING ebd8647c4a COPYING: Use license file from gnu.org 4 years ago
INSTALL 6e9cf7d2cb Update INSTALL 7 years ago
README.rst 90dda7e2b1 README.rst: Update contrib link and add codestyle 1 day ago
SECURITY.md b8ab531ae2 Add SECURITY.md 2 weeks ago

README.rst

OBS Studio
===================================

.. image:: https://github.com/obsproject/obs-studio/actions/workflows/push.yaml/badge.svg?branch=master
:alt: OBS Studio Build Status - GitHub Actions
:target: https://github.com/obsproject/obs-studio/actions/workflows/push.yaml?query=branch%3Amaster

.. image:: https://badges.crowdin.net/obs-studio/localized.svg
:alt: OBS Studio Translation Project Progress
:target: https://crowdin.com/project/obs-studio

.. image:: https://img.shields.io/discord/348973006581923840.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2
:alt: OBS Studio Discord Server
:target: https://obsproject.com/discord

What is OBS Studio?
-------------------

OBS Studio is software designed for capturing, compositing, encoding,
recording, and streaming video content, efficiently.

It's distributed under the GNU General Public License v2 (or any later
version) - see the accompanying COPYING file for more details.

Quick Links
-----------

- Website: https://obsproject.com

- Help/Documentation/Guides: https://github.com/obsproject/obs-studio/wiki

- Forums: https://obsproject.com/forum/

- Build Instructions: https://github.com/obsproject/obs-studio/wiki/Install-Instructions

- Developer/API Documentation: https://obsproject.com/docs

- Donating/backing/sponsoring: https://obsproject.com/contribute

- Bug Tracker: https://github.com/obsproject/obs-studio/issues

Contributing
------------

- If you would like to help fund or sponsor the project, you can do so
via `Patreon `_, `OpenCollective
`_, or `PayPal
`_. See our `contribute page
`_ for more information.

- If you wish to contribute code to the project, please make sure to
read the coding and commit guidelines:
https://github.com/obsproject/obs-studio/blob/master/CONTRIBUTING.md

- Code for the project follows the code style guidelines, located
here: https://github.com/obsproject/obs-studio/blob/master/CODESTYLE.md

- Developer/API documentation can be found here:
https://obsproject.com/docs

- If you wish to contribute translations, do not submit pull requests.
Instead, please use Crowdin. For more information read this page:
https://obsproject.com/wiki/How-To-Contribute-Translations-For-OBS

- Contributors to OBS Studio and related repositories are expected to
follow our Code of Conduct, which can be read here:
https://github.com/obsproject/obs-studio/blob/master/COC.rst

- Other ways to contribute are by helping people out with support on
our forums or in our community chat. Please limit support to topics
you fully understand -- bad advice is worse than no advice. When it
comes to something that you don't fully know or understand, please
defer to the official help or official channels.


SAST Tools
----------

`PVS-Studio `_ - static analyzer for C, C++, C#, and Java code.