Convert .ogv to .avi (high quality) with MEnconder

This one is easy, just typing in terminal one of these commands:

$ mencoder input.ogv -ovc xvid -oac mp3lame -xvidencopts pass=1 -o output.avi

Or

$ mencoder input.ogv -o output.avi -ovc lavc -oac mp3lame