Open
Description
The --bps
option is meant to set the bits per sample to assume when reading raw input. When attempting to use it, flac
should fail and output:
ERROR: raw format options (--endian, --sign, --channels, --bps, and --sample-rate) are not allowed for non-raw input
Reduction of bit-depth needs to be done before handing the wav file off to flac
, probably in ffmpeg
. I'm not sure what the exact ffmpeg
options should be for maximal quality dithering.