Fast and reliable way to encode Theora Ogg videos using ffmpeg, libtheora, and liboggz
if this doesn’t work for you: ffmpeg2theora in.mov -o out.ogv or ffmpeg2theora in.mov -v 8 -o out.ogv (To solve the video artefacts) Try the following: from tracey jaquith at archive.org use ffmpeg to turn any video to “rawvideo”. pipe its output to *another* ffmpeg to turn the video to “yuv4mpegpipe”. pipe its output to the […]