summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-05-22 10:20:00 +0200
committerJonas Smedegaard <dr@jones.dk>2017-05-22 10:20:00 +0200
commitc128623ad30481a86c38bd697122fc1da71520da (patch)
tree368ad28e47653b49bab49a9b6e8e36f84d863520
parente1d887a8abe66e6ae288023e1566f717ef2502e2 (diff)
Fix tidy function filter_split_codec().
-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