From 63767175114636a838e0fc0d31ce0251929e45f8 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Tue, 2 Feb 2016 16:05:12 +0100 Subject: disable interaction on stdin for all ffmpeg calls --- example-scripts/ffmpeg/record-mixed-ffmpeg.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'example-scripts/ffmpeg/record-mixed-ffmpeg.sh') diff --git a/example-scripts/ffmpeg/record-mixed-ffmpeg.sh b/example-scripts/ffmpeg/record-mixed-ffmpeg.sh index fb3a03a..c9b583e 100755 --- a/example-scripts/ffmpeg/record-mixed-ffmpeg.sh +++ b/example-scripts/ffmpeg/record-mixed-ffmpeg.sh @@ -1,5 +1,6 @@ #!/bin/sh ffmpeg \ + -y -nostdin \ -i tcp://localhost:11000 \ -ac 2 -channel_layout 2 -aspect 16:9 \ -map 0:v -c:v:0 mpeg2video -pix_fmt:v:0 yuv422p -qscale:v:0 2 -qmin:v:0 2 -qmax:v:0 7 -keyint_min 0 -bf:0 0 -g:0 0 -intra:0 -maxrate:0 90M \ -- cgit v1.2.3