GithubHelp home page GithubHelp logo

maaiika / obs-virtual-cam Goto Github PK

View Code? Open in Web Editor NEW

This project forked from catxfish/obs-virtual-cam

0.0 2.0 0.0 13.17 MB

obs-studio plugin to simulate a directshow webcam

Home Page: https://obsproject.com/forum/resources/obs-virtualcam.539/

License: GNU Lesser General Public License v3.0

CMake 19.24% C 6.85% C++ 73.36% Objective-C 0.54%

obs-virtual-cam's Introduction

OBS-VirtualCam

obs-virutalcam is a plugin for obs-studio , transforming the output video to a virtual directshow device.

Features

  • virtual output : the plugin sink Raw Video & Audio to Directshow Interface
  • virtual source : Directshow Interface which can use in other software

Downloads

The installer and compressed file can be found in Release Page. Using installer is recommended, but if you want to use compressed file to install manually , please follow these three instructions.

  1. Unzip OBS-VirtualCam.zip and put it to your obs-studio install folder.
  2. Run CMD as Administrator and register 32bit directshow source

command: regsvr32 "C:\Program Files (x86)\obs-studio\bin\32bit\obs-virtualsource.dll"

  1. Do it again to register 64bit directshow source

command: regsvr32 "C:\Program Files (x86)\obs-studio\bin\64bit\obs-virtualsource.dll"

If you want to Remove the directshow filter , you can also use regsvr32 to do this

command: regsvr32 /u "C:\Program Files (x86)\obs-studio\bin\32bit\obs-virtualsource.dll"

Build

You will need cmake , visual studio2013 ,and build OBS project first. Set following Cmake variables:

  • QTDIR (path): QT folder
  • DepsPath (path): FFmpeg folder in OBS dependencies package
  • LIBOBS_INCLUDE_DIR (path) : Libobs include folder
  • LIBOBS_LIB (filepath) : obs.lib path
  • OBS_FRONTEND_LIB (filepath): obs-frontend-api.lib path
  • PTHREAD_LIB (filepath): w32-pthread.lib path

Directshow output format

Video

  • YUY2
  • 16:9 or 4:3 aspect ratio
  • height can be divided by 2
  • minimum size 320x240

Audio

  • PCM signed 16-bit little-endian 44.1khz

obs-virtual-cam's People

Watchers

 avatar  avatar

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.