Giter Site home page Giter Site logo

videocore's Introduction

VideoCore
(c) 2013-2014 James G Hurley

SETUP

git clone [email protected]:jamesghurley/VideoCore.git
git submodule init
git submodule update

Find an example of setting up a transform graph at 

https://github.com/jamesghurley/VideoCore/blob/master/sample

LICENSING

VideoCore library is licensed under LGPL 2.1.  I would like to make it clear 
that I explicitly give my permission for users of this library to statically link
VideoCore for the purposes of using them with iOS Apps, as long as the developer provides
an object file for download that can be relinked against a modified version of VideoCore.


=========

This is a work-in-progress library with the intention of being an audio and video manipulation
pipeline for iOS and Mac OS X.

Projects using VideoCore:

- MobCrush (www.mobcrush.com)

If you would like to be included in this list, either make a pull request or contact jamesghurley<at>gmail<dot>com

=========


e.g. Source (GLES) -> Transform (Composite) -> Transform (H.264 Encode) -> Transform (RTMP Packetize) -> Output (RTMP)

videocore/
    
    sources/
        videocore::ISource
        videocore::IAudioSource : videocore::ISource
        videocore::IVideoSource : videocore::ISource
        videocore::Watermark : videocore:IVideoSource
            iOS/
                videocore::iOS::GLESSource : videocore::IVideoSource
                videocore::iOS::CameraSource : videocore::IVideoSource
                videocore::iOS::CoreAudioSource : videocore::IAudioSource
                videocore::iOS::OpenALSource : videocore::IAudioSource
            Apple/
                videocore::Apple::MicrophoneSource : videocore::IAudioSource
            OSX/
                videocore::OSX::DisplaySource : videocore::IVideoSource
                videocore::OSX::SystemAudioSource : videocore::IAudioSource
    outputs/
        videocore::IOutput
        videocore::ITransform : videocore::IOutput
            iOS/
                videocore::iOS::H264Transform : videocore::ITransform
                videocore::iOS::AACTransform  : videocore::ITransform
            OSX/
                videocore::OSX::H264Transform : videocore::ITransform
                videocore::OSX::AACTransform  : videocore::ITransform
            RTMP/
                videocore::rtmp::H264Packetizer : videocore::ITransform
                videocore::rtmp::AACPacketizer : videocore::ITransform
                
    mixers/
        videocore::IMixer
        videocore::IAudioMixer : videocore::IMixer
        videocore::IVideoMixer : videocore::IMixer
        videocore::AudioMixer : videocore::IAudioMixer
            iOS/
                videocore::iOS::GLESVideoMixer : videocore::IVideoMixer
            OSX/
                videocore::OSX::GLVideoMixer : videocore::IVideoMixer
    
    rtmp/
        videocore::RTMPSession : videocore::IOutput
        videocore::FlvCtx
    
    stream/
        videocore::IStreamSession
        Apple/
            videocore::Apple::StreamSession : videocore::IStreamSession


============

videocore's People

Contributors

jgh- avatar jeffreywescott avatar james-richards-privitar avatar

Watchers

 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.