OBS Studio - Free and open source software for live streaming and screen recording
Go to file
pkviet 645d6ae8dd libobs/media-io: Change speaker layout to match FFmpeg aac.
(This commit also modifies the obs-ffmpeg module)

The default channel layouts from aac spec are implemented in FFmpeg
native aac encoder as follows:

    AV_CH_LAYOUT_MONO,
    AV_CH_LAYOUT_STEREO,
    AV_CH_LAYOUT_SURROUND,
    AV_CH_LAYOUT_4POINT0,
    AV_CH_LAYOUT_5POINT0_BACK,
    AV_CH_LAYOUT_5POINT1_BACK,
    AV_CH_LAYOUT_7POINT1,

The correspondence of speaker layouts to AV_CH_LAYOUT from FFmpeg is
changed to reflect the previous table.

Although FFmpeg native aac encoder can now encode all the layouts listed
in avutil channel_layout.h (on master), there might be issues with older
FFmpeg binaries.

Note that 2.1 speaker layout will be encoded as AV_CH_LAYOUT_SURROUND
(FL FR FC) because it is not listed as the default layout for three
channels.

This just means some optimizations for LFE channel will not be used by
the encoder which will treat it as an SCE (single channel element).

Closes jp9000/obs-studio#1182
2018-02-06 06:14:24 -08:00
additional_install_files Improve additional_install_files for debug/release 2014-07-18 22:41:11 -07:00
CI CI: Comment out OSX _obspython copy (not ready yet) 2018-02-01 20:30:06 -08:00
cmake cmake: Fix LuaJIT search 2018-01-30 21:13:10 -08:00
config update build system to autotools (finally) 2013-10-29 23:21:40 -07:00
deps deps/obs-scripting: Fix cur. script being NULL for script_tick 2018-02-01 20:01:46 -08:00
docs docs/sphinx: Clarify Python windows installation 2018-01-22 09:32:29 -08:00
libobs libobs/media-io: Change speaker layout to match FFmpeg aac. 2018-02-06 06:14:24 -08:00
libobs-d3d11 libobs-d3d11: Allow multiple display captures of same monitor 2018-01-09 19:49:54 -08:00
libobs-opengl libobs: Add vertex/index buffer "direct" flush functions 2017-11-27 03:00:20 -08:00
plugins libobs/media-io: Change speaker layout to match FFmpeg aac. 2018-02-06 06:14:24 -08:00
test test/test-input: Add audio buffering sync test source 2018-01-14 01:28:28 -08:00
UI Merge pull request #1180 from OsirisNL/fix_sources_context_menu 2018-02-06 05:01:34 -08: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 deps/obs-scripting: Add scripting support 2018-01-04 11:37:42 -08:00
.gitmodules enc-amf: Test for AMF support in separate process first 2018-01-20 11:20:24 -08:00
.mailmap mailmap: Disambiguate between another author 2017-02-22 16:04:45 +01:00
.travis.yml CI: Update CEF version on travis for osx 2018-01-21 00:12:44 -06:00
appveyor.yml Revert "CI: Add Python path for AppVeyor" 2018-01-08 05:42:02 +01:00
AUTHORS AUTHORS: Update with data from Git and Crowdin 2017-05-20 12:16:24 +02:00
CMakeLists.txt deps/obs-scripting: Make ENABLE_SCRIPTING a user variable 2018-01-23 20:57:48 -08: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 Replace install instructions with GitHub Wiki link 2015-07-06 15:48:12 +02:00
README.rst Fix typo in README.rst 2018-01-16 06:01:28 -08: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/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 to
   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.