Changes between Version 15 and Version 16 of Encode/MP3
- Timestamp:
- Dec 17, 2022, 2:15:16 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encode/MP3
v15 v16 15 15 || `lame` option || Average kbit/s || Bitrate range kbit/s || `ffmpeg` option 16 16 || `-b 320` || 320 || 320 CBR (non VBR) example || `-b:a 320k` (NB this is 32KB/s, or its max) 17 || `-V 0` || 245 || 220-260 || `-q:a 0` (NB this is VBR from 22 to 26KB/s)17 || `-V 0` || 245 || 220-260 || `-q:a 0` (NB this is VBR from 220 to 260 KB/s) 18 18 || `-V 1` || 225 || 190-250 || `-q:a 1` 19 19 || `-V 2` || 190 || 170-210 || `-q:a 2`
