Loading sub-menu...

Blackmagic cards

Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version. Compare with Current  |   View Page History

Blackmagic cards are an option to capture high definition contents, both camera and laptop sources. Depending on the installed and on the input type you should be able to configure itlike that

Gstreamer plugin installation

Decklink plugin is not installed on your computer by default, so you have to do it manually.

  1. Download the plugin:
    svn checkout http://gforge.unl.edu/svn/gst-decklink
    
  2. Download the Gstreamer development tools
    sudo aptitude install libgstreamer0.10-dev libgstreamer0.10-dev
    # Go to the driver directory and compile
    {code:none}
    ./configure
    make
    sudo make install
    
  3. Make the changes permanent
    sudo cp \-v /usr/local/lib/gstreamer-0.10/libgstdecklink.\* /usr/lib/gstreamer-0.10/
    
  4. Delete the Gstreamer registry and run the gstreamer inspector to force a reload
    sudo rm ~/.gstreamer-0.10/registry.*.bin
    gst-inspect0.10
    

Input configuration

Posible inputs can be listed using:

gst-inspect0.10 decklinksrc

Depending on the card in use and the input select you should be able to select:

Input

Depending on your card conectivity you should be able to choose between:

  • sdi
  • hdmi
  • opticalsdi
  • component
  • composite
  • svideo

Example input = sdi

Input mode

Choose a number depending on format and framerate:

  • 1-2: ntsc
  • 3: pal
  • 4-6: 720p
  • 7-11,15-17:1080p
  • 12-14: 1080i
  • 18-20: 2k
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.