Dash-Industry-Forum / CPIX

25 stars 9 forks source link

BitrateFilter measurement unit not really suitable for audio #78

Closed nicoweilelemental closed 4 years ago

nicoweilelemental commented 4 years ago

minBitrate and maxBitrate are said to be expressed in Mb/s, but the sample https://github.com/Dash-Industry-Forum/cpix-test-vectors/blob/master/EvenMoreComplex.xml is using bits/s, which seems to be more suitable for audio renditions.

sandersaares commented 4 years ago

Agreed. I believe Mb/s is an error.

lpiron commented 4 years ago

Will be changed in b/s

lpiron commented 4 years ago

Corrected with PR #80. Closing