docu:decklink-tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docu:decklink-tools [2017/07/15 14:53] – [FFMPEG] derpeterdocu:decklink-tools [2026/07/26 22:17] (current) – external edit 127.0.0.1
Line 1: Line 1:
-Software to interact with DeckLink Cards +Software to interact with DeckLink Cards 
-== BMD Tools+## BMD Tools
  
 Read from DeckLink card with bmdcapture Read from DeckLink card with bmdcapture
Line 8: Line 8:
  
 see bmdcapture -f for supported modes and inputs see bmdcapture -f for supported modes and inputs
-== Gstreamer+## Gstreamer
  
 Read from a DeckLink Card and feed it to voctomix Read from a DeckLink Card and feed it to voctomix
Line 16: Line 16:
 </code> </code>
  
-== FFMPEG+## FFMPEG
 [[https://www.ffmpeg.org/ffmpeg-devices.html#decklink | ffmpeg documentation]] [[https://www.ffmpeg.org/ffmpeg-devices.html#decklink | ffmpeg documentation]]
 +
 +build ffmpeg 3.x with decklink support:
 +  * copy the content of Linux/include from the decklink sdk to /usr/local/include
 +  * use following configure line
 +<code>
 +./configure --prefix=/usr/local --build-suffix=-ffmpeg --enable-gpl --enable-nonfree --enable-shared --disable-stripping --disable-decoder=libopenjpeg --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-openal --enable-libopus --enable-libpulse --enable-librtmp  --enable-libshine --enable-libsnappy --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libxvid --enable-libzvbi --enable-opengl  --enable-decklink  --enable-libiec61883 --enable-libzmq --enable-frei0r --enable-libx264 --enable-libopencv 
 +</code>
  
 List DeckLink cards in a machine List DeckLink cards in a machine
Line 29: Line 36:
 </code> </code>
  
 +
 +## decklink-debugger
 +
 +Probes all inputs of all DeckLink cards, detecting whether a signal is present, and which image format it has. It also provides a web interface on port 8042 while running. See [[:decklink-debugger]] for details.
 +
 +## DeckLink Desktop Video
 +Closed Source, Provided by Blackmagic
 +
 +## DeckLink Desktop Video SDK
 +Provided by Blackmagic
  • docu/decklink-tools.1500130421.txt.gz
  • Last modified: 2017/07/15 14:53
  • by derpeter