fix bitrate prompts

This commit is contained in:
Vincent Riquer 2013-06-19 02:33:21 +02:00
parent 6bfbc024a3
commit 374a59921b

View File

@ -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