aboutsummaryrefslogtreecommitdiff
path: root/example-scripts/ffmpeg/stream-hd.sh
diff options
context:
space:
mode:
authorMaZderMind <git@mazdermind.de>2016-02-02 16:05:12 +0100
committerMaZderMind <git@mazdermind.de>2016-02-02 16:05:12 +0100
commit63767175114636a838e0fc0d31ce0251929e45f8 (patch)
treebeb1d8a4c1d7840de9646699e2d07e618ef165a3 /example-scripts/ffmpeg/stream-hd.sh
parentd603abfed1a6dd8a8fdc7f9ae6536f03b03ecd5a (diff)
disable interaction on stdin for all ffmpeg calls
Diffstat (limited to 'example-scripts/ffmpeg/stream-hd.sh')
-rwxr-xr-xexample-scripts/ffmpeg/stream-hd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/example-scripts/ffmpeg/stream-hd.sh b/example-scripts/ffmpeg/stream-hd.sh
index d2f2375..b0c0e07 100755
--- a/example-scripts/ffmpeg/stream-hd.sh
+++ b/example-scripts/ffmpeg/stream-hd.sh
@@ -1,6 +1,6 @@
#!/bin/sh
wget -nc -O /tmp/overlay_hd.png http://c3voc.mazdermind.de/testfiles/overlay_hd.png
-ffmpeg -y \
+ffmpeg -y -nostdin \
-i tcp://localhost:15000 \
-threads:0 0 \
-aspect 16:9 \