diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-05-17 08:46:45 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-05-17 08:46:45 +0200 |
commit | b38522f37cd4708980bee49467b0be3a7f81aa40 (patch) | |
tree | 872304a4ebd9549946292a07241f4797f90c38e7 /bin | |
parent | 363f4d522d8ef47dd30537371e7d7ebc53730a48 (diff) |
Tidy: Apply options preset and tune in that order.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/stream | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -199,7 +199,7 @@ ffmpeg -hide_banner -threads auto \ -codec:a aac -strict experimental -ac "$ACHANNELS" -ar "$AFRAMERATE_AAC" -b:a $((ACHANNELS*ABITRATE_AAC)) } \ ${HASVIDEO:+\ -pix_fmt yuv420p \ - -codec:v libx264 -tune zerolatency -preset "$SPEED_X264" \ + -codec:v libx264 -preset "$SPEED_X264" -tune zerolatency \ -maxrate "$VBITRATE" -bufsize "$((VBITRATE*2))" -crf 23 } \ -force_key_frames 'expr:gte(t,n_forced*2)' \ -f rtp_mpegts rtp://$IP:10000 } |