quickfix: Opus: remove " kbit/s*" from bitrate
This commit is contained in:
parent
dfa4ad092a
commit
88821e42bd
@ -28,5 +28,6 @@ getInfos::Opus() {
|
||||
rate=${rate% Hz}
|
||||
channels=$(gettag channels|head -n1)
|
||||
bitrate=$(gettag 'average bitrate')
|
||||
bitrate=${bitrate% kbit/s*}
|
||||
bitrate=${bitrate%%.*}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user