diff options
author | MaZderMind <github@mazdermind.de> | 2015-05-16 13:56:06 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-05-16 13:56:06 +0200 |
commit | a65e23624ca401d11f30559c7b759420fd5fa5b7 (patch) | |
tree | 31c8ab3ed5b9f0bf8398c0c3376cfb7cca4b8fd9 /voctocore/scripts/av-source-bmd-cam1.sh | |
parent | ab86ee919a3672b5e881cde3898d545664b8d836 (diff) |
Add ffmpeg source scripts
Diffstat (limited to 'voctocore/scripts/av-source-bmd-cam1.sh')
-rw-r--r-- | voctocore/scripts/av-source-bmd-cam1.sh | 7 |
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 |