Giter Site home page Giter Site logo

ffmpeg-decklink's Introduction

What is this?

Homebrew formulas for building FFmpeg with --enable-decklink option.

Usage

brew install https://github.com/tylerjroach/ffmpeg-decklink/raw/master/Library/Formula/decklink.rb
brew install https://github.com/tylerjroach/ffmpeg-decklink/raw/master/Library/Formula/ffmpeg.rb --with-decklink

To include faac support:

brew install https://github.com/tylerjroach/ffmpeg-decklink/raw/master/Library/Formula/decklink.rb
brew install https://github.com/tylerjroach/ffmpeg-decklink/raw/master/Library/Formula/ffmpeg.rb --with-decklink --with-faac

Encoding Examples

## List supported devices:
ffmpeg -f decklink -list_devices 1 -i dummy
## List supported formats:
ffmpeg -f decklink -list_formats 1 -i 'UltraStudio 3D'
## 1920x1080 @ 29.97 source:
ffmpeg -f decklink -i "UltraStudio 3D@7" -vcodec libx264 -profile:v baseline -s 1280x720 -r 30000/1001 -b:v 2500k -acodec libfaac -b:a 128k -pix_fmt yuv420p output.mp4
## 1920x1080 @ 29.97 source:
ffmpeg -f decklink -i "UltraStudio 3D@7" -vcodec prores -profile:v 2 -s 1280x720 -r 30000/1001 -acodec copy output.mov

Credits

All credits go to https://github.com/dche for the original scripts and jbialy for the updates. I later updated to use ffmpeg 3.2.4 and Blackmagic SDK 10.8.5

ffmpeg-decklink's People

Contributors

dche avatar jbialy avatar tylerjroach avatar

Stargazers

 avatar

Watchers

 avatar  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.