From c37fe7cba815cb845583364481facc21da34f29b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 13 Apr 2017 10:31:25 +0200 Subject: Tidy comments. --- bin/encode+stream | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/encode+stream') diff --git a/bin/encode+stream b/bin/encode+stream index 98bf32a..e090587 100755 --- a/bin/encode+stream +++ b/bin/encode+stream @@ -15,8 +15,7 @@ BITRATE=500000 TMPMOVIE=../tmp/omni/show0/earth.yuv -# based on http://www.webmproject.org/docs/encoder-parameters/ -# example "Real-time CBR Encoding and Streaming" +# 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 ffmpeg -threads auto -re \ -stream_loop -1 -i "$TMPMOVIE" \ -- cgit v1.2.3