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

Norihiro Kamae b082e1be33 libobs/graphics: Remove unused source file graphics-magick.c 1 yıl önce
.github 5cd5e736c6 CI: Fix translation download script bugs 1 yıl önce
UI 746d215453 UI: Avoid path<->string conversion when refreshing profile cache 1 yıl önce
additional_install_files 5c597102f2 Improve additional_install_files for debug/release 11 yıl önce
build-aux 2a0e614228 build-aux: Use fallback-x11 instead of x11 1 yıl önce
cmake cc36ccd07d cmake: Use fixed SOVERSION everywhere 1 yıl önce
deps 6c590805e8 cmake: Update supported CMake version range to 3.28 and 3.30 1 yıl önce
docs 4dd3cf6758 libobs: Deprecate obs_scene_sceneitem_from_source 1 yıl önce
libobs b082e1be33 libobs/graphics: Remove unused source file graphics-magick.c 1 yıl önce
libobs-d3d11 a1fbf1015f clang-format: Increase column limit from 80 to 120 1 yıl önce
libobs-opengl a1fbf1015f clang-format: Increase column limit from 80 to 120 1 yıl önce
libobs-winrt a1fbf1015f clang-format: Increase column limit from 80 to 120 1 yıl önce
plugins 9e7b51a585 obs-ffmpeg: Fix deadlock on shutting down muxer 1 yıl önce
shared a1fbf1015f clang-format: Increase column limit from 80 to 120 1 yıl önce
test a1fbf1015f clang-format: Increase column limit from 80 to 120 1 yıl önce
.cirrus.yml a189489dd2 CI: Fix FreeBSD package installation 1 yıl önce
.clang-format a1fbf1015f clang-format: Increase column limit from 80 to 120 1 yıl önce
.editorconfig 7d8a78474c Add composable theme files spacing in editorconfig 1 yıl önce
.gersemirc 5c7b1c3ed3 CI: Add configuration file for gersemi CMake formatter 1 yıl önce
.git-blame-ignore-revs b723736ec9 .git-blame-ignore-revs: Add change from column limit increase 1 yıl önce
.gitattributes e390b4bf7c CI: Add Crowdin Synchronization 4 yıl önce
.gitignore 5c7b1c3ed3 CI: Add configuration file for gersemi CMake formatter 1 yıl önce
.gitmodules d81fcd70e0 cmake: Update cross-platform build project management for Windows 1 yıl önce
.mailmap 106c7aa61f Update copyrights/names 2 yıl önce
.swift-format bbeea0972a cmake: Add Xcode component to CMake build framework 3.0 2 yıl önce
AUTHORS e6d9f73736 Update translations from Crowdin 1 yıl önce
CMakeLists.txt 6c590805e8 cmake: Update supported CMake version range to 3.28 and 3.30 1 yıl önce
CMakePresets.json d7c798c60d CI: Use Windows 11 SDK 10.0.22621.0 1 yıl önce
COC.rst 725fce78ba Revert "docs: Rename Code of Conduct to fix GitHub detection" 4 yıl önce
COMMITMENT e1a74356e9 Add GPL Cooperation Commitment to base directory 7 yıl önce
CONTRIBUTING.rst b90f05bdf7 CONTRIBUTING.rst: Mention formatting scripts 2 yıl önce
COPYING ebd8647c4a COPYING: Use license file from gnu.org 4 yıl önce
INSTALL 6e9cf7d2cb Update INSTALL 7 yıl önce
README.rst 432a2a8e9c README.rst: Add SAST Tools section 1 yıl önce
buildspec.json f75a6dd247 CI: Update deps to 2024-09-12 release 1 yıl önce

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.rst

- 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

- 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.