From 2c8e08cb32409d5a24043aa728b842377dee10fd Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 25 Apr 2017 09:40:34 +0200 Subject: Hide banner. --- bin/encodevideo+loop+stream | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/encodevideo+loop+stream') diff --git a/bin/encodevideo+loop+stream b/bin/encodevideo+loop+stream index d0310b0..61edc0d 100755 --- a/bin/encodevideo+loop+stream +++ b/bin/encodevideo+loop+stream @@ -18,7 +18,7 @@ VBITRATE=256000 # based on http://www.webmproject.org/docs/encoder-parameters/#real-time-cbr-encoding-and-streaming # + Add 1s latency (deadline) # + Use same RTP payload types as GStreamer -ffmpeg -threads auto -re \ +ffmpeg -hide_banner -threads auto -re \ -stream_loop -1 -i "$INPUT" \ -an \ -pix_fmt yuv420p \ -- cgit v1.2.3