Convert MP4 to OGV with ffmpeg

Found this here:

ffmpeg -i input.mp4 -c:v libtheora -q:v 7 -c:a libvorbis -q:a 4 output.ogv