harvard-lts / fits

File Information Tool Set
http://fitstool.org
GNU Lesser General Public License v2.1
92 stars 46 forks source link

fix MediaInfo bit rate mode check to account for VBR #371

Closed pwinckles closed 1 year ago

pwinckles commented 1 year ago

On variable bitrate files, FITS was supposed to select the max bit rate. This was not working correctly because it was matching on the mode "Variable" rather than the mode "VBR".