summaryrefslogtreecommitdiff
path: root/bin/encodevideo+loop+stream
diff options
context:
space:
mode:
Diffstat (limited to 'bin/encodevideo+loop+stream')
-rwxr-xr-xbin/encodevideo+loop+stream1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/encodevideo+loop+stream b/bin/encodevideo+loop+stream
index 0decf10..67e14d5 100755
--- a/bin/encodevideo+loop+stream
+++ b/bin/encodevideo+loop+stream
@@ -20,6 +20,7 @@ TMPMOVIE=../tmp/omni/show0/earth.yuv
ffmpeg -threads auto -re \
-stream_loop -1 -i "$TMPMOVIE" \
-an \
+ -pix_fmt yuv420p \
-codec:v vp8 -quality realtime -deadline realtime -cpu-used 15 \
-b:v "$VBITRATE" -minrate "$VBITRATE" -maxrate "$VBITRATE" \
-undershoot-pct 95 -bufsize $((6000*VBITRATE/1000)) -rc_init_occupancy $((4000*VBITRATE/1000)) \