aboutsummaryrefslogtreecommitdiff
path: root/voctocore/scripts/av-source-bmd-cam1.sh
diff options
context:
space:
mode:
authorMaZderMind <github@mazdermind.de>2015-05-16 13:56:06 +0200
committerMaZderMind <github@mazdermind.de>2015-05-16 13:56:06 +0200
commita65e23624ca401d11f30559c7b759420fd5fa5b7 (patch)
tree31c8ab3ed5b9f0bf8398c0c3376cfb7cca4b8fd9 /voctocore/scripts/av-source-bmd-cam1.sh
parentab86ee919a3672b5e881cde3898d545664b8d836 (diff)
Add ffmpeg source scripts
Diffstat (limited to 'voctocore/scripts/av-source-bmd-cam1.sh')
-rw-r--r--voctocore/scripts/av-source-bmd-cam1.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/voctocore/scripts/av-source-bmd-cam1.sh b/voctocore/scripts/av-source-bmd-cam1.sh
new file mode 100644
index 0000000..54f79e8
--- /dev/null
+++ b/voctocore/scripts/av-source-bmd-cam1.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+ffmpeg -y \
+ -f decklink \
+ -i 'DeckLink Mini Recorder (1)@11' \
+ -c:v rawvideo -c:a pcm_s16le \
+ -f matroska \
+ tcp://localhost:10000