summaryrefslogtreecommitdiff
path: root/bin/stream
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-05-04 17:24:20 +0200
committerJonas Smedegaard <dr@jones.dk>2017-05-04 17:24:20 +0200
commit2fe152d9dcdcb859c029f06054c60c87d5721ced (patch)
treeb1a4d31eaaeecf68e5293f05ae09395c133aa0f8 /bin/stream
parent058eb8b2f7258c0afef819e6b01e05f7f839fcda (diff)
Fix typo.
Diffstat (limited to 'bin/stream')
-rwxr-xr-xbin/stream2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/stream b/bin/stream
index 0899879..9db18ae 100755
--- a/bin/stream
+++ b/bin/stream
@@ -101,7 +101,7 @@ ffmpeg -hide_banner -threads auto -re \
-segment_list "$SAVESTEM.ffconcat" -segment_list_flags live \
-segment_time 600 -segment_atclocktime 1 -strftime 1 "$SAVESTEM-%H%M.mkv"} \
${HASAUDIO:+-map '0:a' } ${HASVIDEO:+-map '[v]' } \
- ${HASAUDIO:+
+ ${HASAUDIO:+\
-codec:a libopus -ac "$ACHANNELS" -ar "$AFRAMERATE" -b:a "$ABITRATE" } \
${HASVIDEO:+\
-pix_fmt yuv420p \