summaryrefslogtreecommitdiff
path: root/bin/encode+stream
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-04-13 10:31:25 +0200
committerJonas Smedegaard <dr@jones.dk>2017-04-13 10:53:32 +0200
commitc37fe7cba815cb845583364481facc21da34f29b (patch)
tree97f34d75e08963b13e92665502eb8af658f78d37 /bin/encode+stream
parent5ecdeaf2c7b1ce9b2fe13744068a4d9c44dafb1d (diff)
Tidy comments.
Diffstat (limited to 'bin/encode+stream')
-rwxr-xr-xbin/encode+stream3
1 files changed, 1 insertions, 2 deletions
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" \