Transcoding with Theora 1.1/1.2 using ffmpeg2theora 0.28 or better for your own collection in Linux and HTML 5 video
Introduction Today, I am going to be showing you how to encode with Theora 1.1 library using ffmpeg2theora 0.28 tool in Linux. Briefly, Theora is an open source video codec, that was donated to the Xiph.org foundation by On2 video in 2004 (The same company Google recently bought that consists of VP8 codec portion in WebM!). Attempts where made to include it in the HTML 5 standard in 2007, by members of the W3C. Those attempts were met with heavy resistance. One of the main problem with the earlier builds of Theora, was the perceived lack "quality" with encoder and how it was not on "par" with H.264 standard put forth by the MPEG consortium. Proponents of the H.264 video, claimed it was "inferior", because it did not have the same level of glossy sophistication and there were too many macro-blocking artifacts, due to a older codebase with no bi-predictive frames, such as those of the newer more advanced H.264 codec. The lead developer and engineer of ma...