DeckLink
SDI output through Black Magic Design DeckLink hardware.
warning
Currently these are not available in the open source builds. For more information please on how you can access this feature contact us
Pushing/Recording format
sdi:PORT(/FORMAT)
Example, output SDI on DeckLink SDI port 0 using autodetection
sdi:0
Example, output SDI at 1080p60 on Decklink SDI port 0
sdi:0/YUV 4:2:2@1080p60
Video format: UYVY (YUV 4:2:2). Resolutions/framerate dependant on card Audio format: PCM
Other video formats only as passthrough
tip
- In most cases not setting the format is best, let the auto-detection handle that.
- You will require a raw
UYVY
andPCM
track to push over SDI
DeckLink required parameters
Option | Description | Type | Default | API | Commandline |
---|---|---|---|---|---|
Streamname | What streamname to serve | String | N/A | stream | --stream ,-s |
DeckLink Optional configurations
Option | Description | Type | Default | url parameter | Commandline |
---|---|---|---|---|---|
lvla | If 1, enable SDI level A output | Number (signed integer) | 0 | lvla | --lvla ,-A |
preroll | Amount of video frames (and equivalent amount of audio samples) to target as the preroll size. | Integer | 9 | preroll | --preroll ,-p |
Commandline example
Send mystream
on DeckLink port 1 using auto-detection.
MistOutDeckLink -s mystream sdi:1
Send mystream
on DeckLink port 1 enforcing 1080p60
activating SDI level a and setting a preroll of 14 frames.
MistOutDeckLink -s mystream 'sdi:1/YUV 4:2:2@1080p60?lvla=1&preroll=14'