File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# History
22
3+ ### 3.6 (2022-08-14)
4+
5+ * Added the ability to export constant bitrate MP3 via autolame and the GUI
6+ * Bug fixes to prevent GUI crashes in corner cases
7+
38### 3.5.3 (2021-02-09)
49
510Fix bug that caused GUI crash when copying text.
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ autolame
8989
9090Usage::
9191
92- autolame [-h] [-o OUTFILE] [--vbr-level VBR_LEVEL] infile [infile ...]
92+ autolame [-h] [-o OUTFILE] [--vbr-level VBR_LEVEL] [--cbr BITRATE] infile [infile ...]
9393
9494This is a CLI version of the PBCore "Generate MP3" functionality provided by the "Export metadata" button of the
9595autoBWF GUI.Each `<infile> ` will be converted to mp3 and the result will be saved to the same
@@ -100,4 +100,5 @@ files are migrated to ID3v2 tags in the resulting mp3 files.
100100An output file name can be specified using the ``-o `` option, but in that case
101101only one input file is allowed.
102102
103- The default VBR level is currently 7.
103+ The default VBR level is currently 7. If both ``--vbr-level `` and ``--cbr `` are specified, then the encoding will be
104+ performed at constant bit rate, and the VBR level will be ignored.
Original file line number Diff line number Diff line change 3939 packages = find_packages (include = ['autoBWF' ]),
4040 setup_requires = setup_requirements ,
4141 url = 'https://github.com/Ukrainian-History/autoBWF' ,
42- version = '3.5.3 ' ,
42+ version = '3.6 ' ,
4343 zip_safe = False ,
4444)
You can’t perform that action at this time.
0 commit comments