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