Go to file
jp9000 0ffc9bbf05 libobs: Add video tick callback functions
Allows the ability to have a callback invoked every time video ticks.
Particularly useful for scripting.
2018-01-03 17:03:57 -08:00
CI Revert "CI: Linux - Install FFmpeg from source" 2017-12-03 23:10:46 +02:00
UI libobs: Add obs_render_main_texture 2018-01-01 18:52:47 -08:00
additional_install_files
cmake cmake: Add helper module for finding Lua 2018-01-03 17:03:05 -08:00
config
deps Fix a number of GCC warnings 2017-12-06 16:42:45 -08:00
docs libobs: Add obs_render_main_texture 2018-01-01 18:52:47 -08:00
libobs libobs: Add video tick callback functions 2018-01-03 17:03:57 -08:00
libobs-d3d11 Fix a number of MSVC warnings 2017-12-05 13:53:44 -08:00
libobs-opengl libobs: Add vertex/index buffer "direct" flush functions 2017-11-27 03:00:20 -08:00
plugins win-capture: Fix memory capture crash on new capture 2017-12-14 16:40:14 +01:00
test libobs: Add obs_render_main_texture 2018-01-01 18:52:47 -08:00
.editorconfig .editorconfig: Add file to speed up editor configuration 2017-06-14 21:35:09 -05:00
.gitattributes
.gitignore git: Add Clion to .gitignore 2017-12-03 12:57:26 -06:00
.gitmodules obs-outputs: Add FTL output 2017-08-01 02:27:34 -07:00
.mailmap mailmap: Disambiguate between another author 2017-02-22 16:04:45 +01:00
.travis.yml Revert "CI: OSX - Use Xcode7.3" 2017-12-01 11:07:21 -08:00
AUTHORS AUTHORS: Update with data from Git and Crowdin 2017-05-20 12:16:24 +02:00
CMakeLists.txt cmake: Add _CRT_NONSTDC_NO_WARNINGS def to all projects 2017-06-27 09:55:51 -07:00
CONTRIBUTING.rst Move documentation to links in CONTRIBUTING file 2017-12-14 10:48:22 -08:00
COPYING
Doxyfile
INSTALL
README.rst Fix typo in README 2017-12-14 12:13:42 -08:00
appveyor.yml Merge pull request #1082 from craftwar/fix-curl 2017-12-02 09:25:56 -08:00

README.rst

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/jp9000/obs-studio/wiki

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

 - Build Instructions: https://github.com/jp9000/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 read
   the coding and commit guidelines:
   https://github.com/jp9000/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.