From 0392b18cd3fc116b19df0393822c9d6e0817073c Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 16 Apr 2017 16:14:37 +0200 Subject: Limit video bitrate to 256k. --- 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 bb4f581..f005b4d 100755 --- a/bin/encodevideo+loop+stream +++ b/bin/encodevideo+loop+stream @@ -13,7 +13,7 @@ fi FIRSTPORT=${2:-5002} # even number - next 3 ports used too -VBITRATE=500000 +VBITRATE=256000 # based on http://www.webmproject.org/docs/encoder-parameters/#real-time-cbr-encoding-and-streaming # + Drop frames, aggressively treat as static, and use fastest cpu -- cgit v1.2.3