diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-05-18 09:59:39 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-05-18 09:59:39 +0200 |
commit | 985c330f64f8127a0c04e43efe7aa3371f12e256 (patch) | |
tree | a0d5f67aaa1edfa55f86ddabb51bb3c6d57d9bb8 /bin/loop+encode+stream | |
parent | 33162b0d846a682a6eb9801e64e6347fc36aac02 (diff) |
Fix include function echo_n.
Diffstat (limited to 'bin/loop+encode+stream')
-rwxr-xr-x | bin/loop+encode+stream | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/loop+encode+stream b/bin/loop+encode+stream index 5893ed3..ca0b6b9 100755 --- a/bin/loop+encode+stream +++ b/bin/loop+encode+stream @@ -55,6 +55,11 @@ elif [ $BITS -le 921600 ]; then # 720p → 921600 SPEED_VP8=15 fi +# shellcheck disable=SC2048,SC2059 +echo_n() { + printf -- "$*" +} + encode_opus() { echo_n "-codec:a libopus -ac $ACHANNELS -ar $AFRAMERATE_OPUS -b:a $ABITRATE_OPUS" } |