07Aug Converting .OGG to .AVI etc
ffmpeg -sameq -i originalfile.ogv convertedfile.mpeg
I might find that line helpful if I am ever to convert an OGG file into an MPEG etc in the future using Linux and ffmpeg.
I got it from:
http://www.downloadsquad.com/2008/08/07/flipping-the-linux-switch-zomg-ffmpeg/ .

