0xA119 does not seem to be among the WAVE Codec ID's that FFmpeg does recognize (see link in this post). How did to create that file or where did you obtain it?johnnyc2016 wrote:Format : Wave
Codec ID : A119
EDIT: Could be the ATRAC3plus format, a format use primarily on "MiniDisc".
Actually I would say that there are no "normal" and "abnormal" WAVE files.steve wrote:The "Codec ID" that MediaInfo gives for a normal WAV file is "1".
WAVE is a container that can store a multitude of different audio formats. Uncompressed PCM is only one of them and even plain PCM can be either 0x1 (Integer) or 0x3 (floating point). See this post for details.