diff options
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" } |