quickfix: Opus: remove " Hz" from rate

This commit is contained in:
Vincent Riquer 2025-02-10 01:14:23 +01:00
parent 142215af0a
commit dfa4ad092a

View File

@ -25,6 +25,7 @@ getInfos::Opus() {
year=$(gettag date)
infos="${infos//: /=}"
rate=$(gettag 'original sample rate'|head -n1)
rate=${rate% Hz}
channels=$(gettag channels|head -n1)
bitrate=$(gettag 'average bitrate')
bitrate=${bitrate%%.*}