for x in *.ogg; do avconv -i "$x" -acodec libmp3lame "`basename "$x" .ogg`.mp3"; doneNote that on Linux Mint, I needed to install lame as well as some of the *extra* audio libraries from ubuntu-restricted-extras (and resolve conflicts with already installed libraries) for this to work.
No comments:
Post a Comment