OBS - Free and open source software for live streaming and screen recording
C C++ CMake Objective-C Objective-C++ Shell Other
Latest commit 7f6cf97 Jan 2, 2018 @jp9000 jp9000 libobs: Add obs_render_main_texture
(Note: This commit also modifies UI and test)

This makes it so that main preview panes are rendered with the main
output texture rather than re-rendering the main view.  The view will
render all objects again, whereas the output texture will be a single
texture render of the same exact thing.

Also fixes some abnormal artifacting when scaling the main preview pane.
Permalink
Failed to load latest commit information.
CI Revert "CI: Linux - Install FFmpeg from source" Dec 3, 2017
UI libobs: Add obs_render_main_texture Jan 2, 2018
additional_install_files Improve additional_install_files for debug/release Jul 19, 2014
cmake cmake: Enable COPY_DEPENDENCIES by default on Windows Jan 24, 2017
config update build system to autotools (finally) Oct 30, 2013
deps Fix a number of GCC warnings Dec 7, 2017
docs libobs: Add obs_render_main_texture Jan 2, 2018
libobs-d3d11 Fix a number of MSVC warnings Dec 5, 2017
libobs-opengl libobs: Add vertex/index buffer "direct" flush functions Nov 27, 2017
libobs libobs: Add obs_render_main_texture Jan 2, 2018
plugins win-capture: Fix memory capture crash on new capture Dec 14, 2017
test libobs: Add obs_render_main_texture Jan 2, 2018
.editorconfig .editorconfig: Add file to speed up editor configuration Jun 15, 2017
.gitattributes Fix ffmpeg/x264 find modules according to cmake find module naming co… May 22, 2014
.gitignore git: Add Clion to .gitignore Dec 3, 2017
.gitmodules obs-outputs: Add FTL output Aug 1, 2017
.mailmap mailmap: Disambiguate between another author Feb 22, 2017
.travis.yml Revert "CI: OSX - Use Xcode7.3" Dec 1, 2017
AUTHORS AUTHORS: Update with data from Git and Crowdin May 20, 2017
CMakeLists.txt cmake: Add _CRT_NONSTDC_NO_WARNINGS def to all projects Jun 27, 2017
CONTRIBUTING.rst Move documentation to links in CONTRIBUTING file Dec 14, 2017
COPYING deps-w32-pthreads: Update FSF address Jul 11, 2015
Doxyfile Add doxygen configuration file for obs. Oct 19, 2014
INSTALL Replace install instructions with GitHub Wiki link Jul 6, 2015
README.rst Fix typo in README Dec 14, 2017
appveyor.yml Merge pull request #1082 from craftwar/fix-curl Dec 2, 2017

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

Contributing