diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-05-22 10:20:00 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-05-22 10:20:00 +0200 |
commit | c128623ad30481a86c38bd697122fc1da71520da (patch) | |
tree | 368ad28e47653b49bab49a9b6e8e36f84d863520 /bin | |
parent | e1d887a8abe66e6ae288023e1566f717ef2502e2 (diff) |
Fix tidy function filter_split_codec().
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/stream | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |