fix bitrate prompts
This commit is contained in:
parent
6bfbc024a3
commit
374a59921b
@ -81,7 +81,7 @@ setupDestination() {
|
||||
-e \
|
||||
-i \
|
||||
${destinationquality["$destination"]:-128}\
|
||||
-p 'Bitrate: '
|
||||
-p 'Bitrate: ' \
|
||||
value
|
||||
if ! [[ $value =~ $expr ]]
|
||||
then
|
||||
@ -103,6 +103,7 @@ setupDestination() {
|
||||
-e \
|
||||
-i \
|
||||
${destinationloss["$destination"]:-0}\
|
||||
-p 'Loss: ' \
|
||||
value
|
||||
if ! [[ $value =~ $expr ]]
|
||||
then
|
||||
@ -125,6 +126,7 @@ setupDestination() {
|
||||
-e \
|
||||
-i \
|
||||
${destinationquality["$destination"]:-128}\
|
||||
-p 'Bitrate: ' \
|
||||
value
|
||||
if ! [[ $value =~ $expr ]]
|
||||
then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user