summaryrefslogtreecommitdiff
path: root/bin/decode+edit+encode+stream
diff options
context:
space:
mode:
Diffstat (limited to 'bin/decode+edit+encode+stream')
-rwxr-xr-xbin/decode+edit+encode+stream1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/decode+edit+encode+stream b/bin/decode+edit+encode+stream
index 7f549a0..014a848 100755
--- a/bin/decode+edit+encode+stream
+++ b/bin/decode+edit+encode+stream
@@ -32,6 +32,7 @@ ffmpeg -threads auto -re \
-vn \
-f rtp "rtp://$IP:$FIRSTPORT?pkt_size=1200" \
-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)) \