mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-01 04:59:45 +02:00
8 lines
153 B
Bash
Executable File
8 lines
153 B
Bash
Executable File
#!/bin/bash
|
|
# Using the Blackmagic Intensity Pro
|
|
|
|
gst-launch -v decklinksrc mode=3 connection=4 ! \
|
|
ffmpegcolorspace ! \
|
|
xvimagesink sync=false
|
|
|