Changes between Version 15 and Version 16 of Encode/MP3


Ignore:
Timestamp:
Dec 17, 2022, 2:15:16 PM (3 years ago)
Author:
Wikinaut
Comment:

Correction of an apparent typing error (VBR 22 to 26 KB/s → 220 to 260 KB/s)

Legend:

Unmodified
Added
Removed
Modified
  • Encode/MP3

    v15 v16  
    1515|| `lame` option || Average kbit/s || Bitrate range kbit/s || `ffmpeg` option
    1616|| `-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 26 KB/s)
     17|| `-V 0` || 245 || 220-260 || `-q:a 0` (NB this is VBR from 220 to 260 KB/s)
    1818|| `-V 1` || 225 || 190-250 || `-q:a 1`
    1919|| `-V 2` || 190 || 170-210 || `-q:a 2`