How To Convert A Video To The OGV Format

On Linux, you can use FFMPEG to convert video formats to OGV Theora to save space and support the DRM-free format using the following command:

ffmpeg -i filename.mov -c:v libtheora -q:v 6 -c:a libvorbis -q:a 6 filename.ogv