Convert wav to mp3 file

0
20
No Preview.

If you feel like this example could be improved, you may edit this example here.

ffmpeg -i input.wav -write_id3v1 1 -id3v2_version 3 -dither_method triangular -out_sample_rate 48k -qscale:a 1 output.mp3