Giter Site home page Giter Site logo

cwoodyard / obs-studio Goto Github PK

View Code? Open in Web Editor NEW

This project forked from caffeinetv/obs-studio

0.0 1.0 0.0 65.37 MB

OBS Studio - Free and open source software for live streaming and screen recording

Home Page: https://obsproject.com/

License: GNU General Public License v2.0

Shell 0.39% Batchfile 0.07% Python 0.05% CMake 2.32% C++ 38.58% Objective-C++ 1.64% Lua 0.16% C 54.93% NSIS 0.17% Objective-C 1.69% Ruby 0.01%

obs-studio's Introduction

OBS Studio Build Status - Azure Pipelines OBS Studio Translation Project Progress OBS Studio Discord Server

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

Building from source

Clone the repository and submodules
git clone --recursive https://github.com/obsproject/obs-studio.git

Windows:

Install the following prerequisites:

  1. Qt 5.14.1
  2. Cmake
  3. Pre-built windows dependencies for VS2017 https://obsproject.com/downloads/dependencies2017.zip
  4. Visual Studio 2019
  5. LLVM
  6. Embedded chrome browser library version 08/29/2018 - CEF 3.3440.1806.g65046b7 / Chromium 68.0.3440.106

After installing the prerequisites .Create the following environment variables:

  1. QTDIR - Path pointing Qt 5.14.1 msvc2017_64 folder
  2. obsInstallerTempDir - Empty directory path
  3. DepsPath - Path to pre-built windows dependencies win64/include
  4. LIBCAFFEINE_DIR - Path to prebuilt libcaffeine folder
  5. CEF_ROOT_DIR - Path to the embedded chrome browser library

Run the automated build script: build.bat [OPTION]

Option Usage
-help To display the supported options.
-check To verify project prerequisites are set.
-build To build 64 bit version of obs-studio.
-package To build package.

Mac:

Install following prerequisites:

  • Homebrew
  • Qt

Build steps:

Open Terminal

  1. Install FFmpeg

    brew tap homebrew-ffmpeg/ffmpeg
    
    brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-srt
    
  2. Set environment variable for Qt

    export QTDIR="path/to/Qt"
    
    export DYLID_FRAMEWORK_PATH="path/to/Qt/5.14.1/clang_64/lib"
    
  3. Install cmake

    brew install cmake
    
  4. Change directory obs-studio directory

    mkdir build
    
    cd build
    
    cmake .. & make
    
  5. After it built successfully then run the app

    cd rundir/RelWithDebInfo/bin
    
    ./obs
    

Contributing

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.