My badbat999 wrote:... It's not a wav file.
music_a.wav file is a wav file, but it contains a stream encoded with mp3 instead of usual pcm.
My badbat999 wrote:... It's not a wav file.
HiAlduin's Khajiit wrote:...attached problem wav
Code: Select all
ffmpeg -i music_a.wav -c copy music_a.mp3Code: Select all
ffmpeg -i - -c:a dca -strict -2 -ar 48000 "%f"