xiph / vorbis-tools

Command-line tools for creating and playing Ogg Vorbis files.
GNU General Public License v2.0
73 stars 28 forks source link

help for oggenc says its capable of handling 24bit raw files, yet it gives warning and assumes 16 bit. #28

Open filipmu opened 3 years ago

filipmu commented 3 years ago

The help when running oggenc -h says 24 bit raw files are supported - see https://github.com/xiph/vorbis-tools/blob/b3a26d908a9c33f35e5fdda7a0f556414d2b3c15/po/da.po#L1709

Yet running with --raw-bits = 24 yields the following error:

WARNING: Invalid bits/sample specified, assuming 16.

opus and flac handle 24 bits, why not Vorbis?