Decklink sources¶
kind = decklink — captures A/V from a
Blackmagic Decklink
card.
Configuration options¶
devicenumberDecklink device number. Default:
0.video_connectionVideo input connection type. Default:
auto.Accepted values:
auto,SDI,HDMI, and others supported by the card.video_modeVideo mode. Default:
auto.Examples:
1080p25,1080i50,720p50.video_formatVideo pixel format. Default:
auto.Examples:
8bit-YUV,10bit-YUV,8bit-ARGB.audio_connectionAudio input connection type. Default:
auto.Accepted values:
auto,embedded,aes,analog,analog-xlr,analog-rca
Example¶
[mix]
sources = cam1,cam2
[source.cam1]
kind = decklink
devicenumber = 0
[source.cam2]
kind = decklink
devicenumber = 1
video_mode = 1080p25
See also
Common source attributes for the scan and volume attributes that apply to all source kinds.