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.
The
--bpsoption is meant to set the bits per sample to assume when reading raw input. When attempting to use it,flacshould fail and output:Reduction of bit-depth needs to be done before handing the wav file off to
flac, probably inffmpeg. I'm not sure what the exactffmpegoptions should be for maximal quality dithering.