11 lines
177 B
Bash
Executable File
11 lines
177 B
Bash
Executable File
GST_DEBUG=2 \
|
|
gst-launch-1.0 \
|
|
decklinkvideosrc \
|
|
device-number=1 \
|
|
connection=1 \
|
|
mode=auto \
|
|
drop-no-signal-frames=true \
|
|
! videoconvert \
|
|
! autovideosink sync=false
|
|
|