summaryrefslogtreecommitdiff
path: root/bin/encodevideo+loop+stream
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-04-25 09:40:34 +0200
committerJonas Smedegaard <dr@jones.dk>2017-04-25 09:40:34 +0200
commit2c8e08cb32409d5a24043aa728b842377dee10fd (patch)
tree8d358b871cdf37e2833970a8dc4f4ccab7613765 /bin/encodevideo+loop+stream
parent9de9eb344f1c274fac00c6eaa97351f4a2958082 (diff)
Hide banner.
Diffstat (limited to 'bin/encodevideo+loop+stream')
-rwxr-xr-xbin/encodevideo+loop+stream2
1 files changed, 1 insertions, 1 deletions
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 \