0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
OBS Studio - Free and open source software for live streaming and screen recording
Go to file
jp9000 e1ab9a0fc4 UI: Add ability to parse OBSStyle from qss
Adds the ability to set the current palette for the program via adding
"OBSTheme" objects to the qss files.  The values for the OBSTheme object
are the values used by QPalette::ColorRole.

Modifying the global palette allows the ability to easily/quickly look
up application theme colors (especially if you would like to use them
for QML), as well as the ability to fix the hyperlink color issue.  (On
dark themes, links would still be dark blue, causing them to be
difficult to see)
2018-07-21 19:14:36 -07:00
additional_install_files Improve additional_install_files for debug/release 2014-07-18 22:41:11 -07:00
CI Merge pull request #1348 from dtcooper/macos-fix-cef-path 2018-07-18 01:26:34 -07:00
cmake cmake: Add xcb-xinput support 2018-05-07 21:31:16 -03:00
config update build system to autotools (finally) 2013-10-29 23:21:40 -07:00
deps libobs: Update libcaption library 2018-07-08 01:14:27 -07:00
docs libobs: Add function to get encoder object's defaults 2018-07-20 01:49:32 -07:00
libobs libobs: Add function to get encoder object's defaults 2018-07-20 01:49:32 -07:00
libobs-d3d11 libobs-d3d11: Do not allow Alt+Enter interception 2018-04-20 22:34:22 -07:00
libobs-opengl Merge pull request #1309 from nleseul/effect-arg-modifier 2018-06-05 15:51:36 -07:00
plugins Merge pull request #1374 from mixer/ftl-update 2018-07-20 23:19:33 -07:00
test test/test-input: Add audio buffering sync test source 2018-01-14 01:28:28 -08:00
UI UI: Add ability to parse OBSStyle from qss 2018-07-21 19:14:36 -07:00
.editorconfig .editorconfig: Add file to speed up editor configuration 2017-06-14 21:35:09 -05:00
.gitattributes Fix ffmpeg/x264 find modules according to cmake find module naming conventions 2014-05-22 13:03:47 +02:00
.gitignore cmake: Add .vs directories to .gitignore 2018-03-12 15:33:43 -07:00
.gitmodules .gitmodules: Update submodules to new obsproject org 2018-04-22 05:43:11 -07:00
.mailmap mailmap: Disambiguate between another author 2017-02-22 16:04:45 +01:00
.travis.yml CI: change travis osx artifact repo name 2018-03-21 21:16:59 -05:00
appveyor.yml CI: Upgrade to VS2017 on Appveyor 2018-05-21 11:44:40 +08:00
AUTHORS AUTHORS: Update with data from Git and Crowdin 2017-05-20 12:16:24 +02:00
CMakeLists.txt cmake, libobs, win-capture: Fix VS2017 warnings 2018-03-12 16:16:38 -07:00
CONTRIBUTING.rst Move documentation to links in CONTRIBUTING file 2017-12-14 10:48:22 -08:00
COPYING deps-w32-pthreads: Update FSF address 2015-07-11 09:10:27 -07:00
Doxyfile Add doxygen configuration file for obs. 2014-10-19 15:00:07 +02:00
INSTALL Update INSTALL 2018-07-14 08:21:00 +01:00
README.rst Update README.rst 2018-03-14 13:16:00 -04:00

OBS Studio <https://obsproject.com>
===================================

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

 - Bug Tracker: https://obsproject.com/mantis/

   (Note: The bug tracker is linked to forum accounts.  To use the bug
   tracker, log in to a forum account)

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

 - 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 thread:
   https://obsproject.com/forum/threads/how-to-contribute-translations-for-obs.16327/

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