summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/stream2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/stream b/bin/stream
index f80069f..7a68f4b 100755
--- a/bin/stream
+++ b/bin/stream
@@ -205,7 +205,7 @@ filters_compose() { logo=$1;
filter_split_codec() { heights_webm=$1; heights_mpeg=$2;
codeccount=$(valuedargcount "$@")
for height in $HEIGHTS; do
- echo_n "[v%s]split=$codeccount"
+ echo_n "[v$height]split=$codeccount"
printf_each '[v%swebm]' "$heights_webm"
printf_each '[v%smpeg]' "$heights_mpeg"
done