Audio conversion with Mplayer

From Julian Yap

How to convert any video or audio to WAV using Mplayer

mplayer -vc null -vo null -ao pcm:file=<OUTFILE>.wav <INFILE>

Further notes

Down-mix from stereo to mono - Options to add

-af pan=1:0.5:0.5

Credits/Other sites