Converting Wma to Mp3
This is easy with ffmpeg:
ffmpeg -i source_file.wma -ab 128k output_filen.mp3
Where the -ab is the bitrate.
Read other posts
This is easy with ffmpeg:
ffmpeg -i source_file.wma -ab 128k output_filen.mp3
Where the -ab is the bitrate.