Menu

#112 --bps is not resampling my files

1.3.0
wont-fix
nobody
None
5
2015-10-04
2009-09-02
Renich
No

I've tried this comand

flac -V -f --replay-gain --best --bps=16 --sample-rate=44100 -o "$pathFlac48/${song%.*}.flac" "$song";

And, the resulting flac file is 48kHz and 24 bit... is this a bug or am I missing something?

Discussion

  • Erik

    Erik - 2015-10-04
    • status: open --> wont-fix
    • Group: --> 1.3.0
     
  • Erik

    Erik - 2015-10-04

    FLAC does not do resampling or bit width conversion on input files.

    The --bps=XXX and --sample-rate=YYY command line flags are use when converting RAW audio files (ie without a header).

     

Log in to post a comment.