Open
Description
1.4.2 for Windows, the file is CDDA so that -b8192 is out of subset.
Scenario 1:
flac -fb8192 file.flac
Result: Leaves zero-byte .tmp,fl-ac+en'c . At least it tells me what file I failed at.
Scenario 2:
flac -t file.flac
flac -fb8192 file.wav
Result: Overwrites file.flac with a zero-byte file.
Expected: at least in the last scenario, it should throw error and do nothing at all?
Activity