1
While converting audio files from *.m4a to *.wav using ffmpeg (and other audio converters - I've tried a few and cannot remember but they were worse) the file size increases by a lot (10x).
original file (Song01.m4a) 3,425KB
new file (Song01.wav) 38,057KB
Is this an issue specific to the software? Is this as issue dependent on the codecs converting from/to? What can is the best path to get the audio conversion smaller? (assuming I do not plan on converting back)
Additional context: Windows 10, Cygwin (mintty 1.1.3), ffmpeg version
I think a lot of the file size increase just comes from converting the file to a .wav extension. .m4a is an apple lossless encoder. I know that an .m4a is way smaller than an .mp3 in size and an .mp3 is smaller than a .wav in size so I would think that most of the jump in file size simply comes from converting to a .wav extension. – user2676140 – 2016-07-09T22:14:26.037
That was my original guess, but I did not know enough about audio codecs/file types to be sure. – Pyker – 2016-07-09T22:40:31.833