aboutsummaryrefslogtreecommitdiff
path: root/example-scripts/ffmpeg/source-decklink-cam2.sh
diff options
context:
space:
mode:
authorMaZderMind <git@mazdermind.de>2015-12-20 10:39:37 +0100
committerMaZderMind <git@mazdermind.de>2015-12-20 10:39:37 +0100
commit58ba1440982ebbdd037abf17272d33fcdc87de9a (patch)
tree90e42e439c457aa94bcedbfc50eb0da34217cf88 /example-scripts/ffmpeg/source-decklink-cam2.sh
parentd5ea92d23414a3868e48827a9089a20b3dbc1e82 (diff)
[voctocore][example-scripts] Reverting ea071cf057a00ebe0e20d0787dab59c863fbba6c - changing back to 4:2:0 because the gstreamer-pipelines showed obscure problems with 4:2:2
Diffstat (limited to 'example-scripts/ffmpeg/source-decklink-cam2.sh')
-rwxr-xr-xexample-scripts/ffmpeg/source-decklink-cam2.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/example-scripts/ffmpeg/source-decklink-cam2.sh b/example-scripts/ffmpeg/source-decklink-cam2.sh
index 86137b8..9db4494 100755
--- a/example-scripts/ffmpeg/source-decklink-cam2.sh
+++ b/example-scripts/ffmpeg/source-decklink-cam2.sh
@@ -3,5 +3,6 @@ ffmpeg -y \
-f decklink \
-i 'DeckLink Mini Recorder (2)@10' \
-c:v rawvideo -c:a pcm_s16le \
+ -pix_fmt yuv420p \
-f matroska \
tcp://localhost:10001