Convert asf file to mp3 in Ubuntu

[ permalink ] [ download ]
# First convert .asf to wav:
mplayer -ao pcm:file=destination.wav source.asf

# Then encode it to mp3
lame destination.wav
hits counter