@related : MPEG4 DVD Audio Video MP3 Peekton OGM Codec Vorbis OGG.fr fm theora
OGG (say it like egg) is a project (see OGM and Vorbis or Theora )
http://wiki.xiph.org/index.php/PortablePlayers
Debian: libtheora-cvs
mplayer -ao pcm -vo yuv4mpeg ${FILE}.wmv # decode your [[Video]]
http://www.theora.org/theorafaq.html#41
http://www.dogphilosophy.net/SECTION-Technical_Stuff/ogg-theora-microhowto.html
http://people.xiph.org/~j/gst2ogg
apt-get install gstreamer0.8-theora gstreamer0.8-plugins # [[Debian]]
http://www.v2v.cc/~j/ffmpeg2theora/examples.html
apt: sudo apt-get install libavcodec2-dev libavformat-dev libvorbis-dev libtheora-dev
link: gcc -g -O2 -o ffmpeg2theora ffmpeg2theora-ffmpeg2theora.o ffmpeg2theora-theorautils.o -L/usr/local/lib -L/usr/lib -lavformat -lavcodec -lz /usr/lib/libvorbisenc.a /usr/lib/libvorbis.a -lm /usr/lib/libtheora.a /usr/lib/libogg.a -ldts