Encode audio file to youtube

Ever wanted to encode an audio file to a suitable format to post on youtube ?

Here it is : any2youtube

A quite simple shell script. Just get the image you want in your video (take the cover of the album from Amazon.com, for example) and let the script play.

any2yoube -jpg /tmp/cover-golden-bombay-mv-300d.jpg -i '05 - Dan Dan.ogg'

And the video file will be in /tmp, name upon the file name of the song.

The script need bash to run. It also need ogginfo and mp3info to find the duration of the song, and ffmpeg to encode.