I'm converting mov (or flv or mp4) files into ogv. Unfortunately, the programs I've been using (Miro, FFMPEG's ogv plugin) have terrible encoding that appears extremely fuzzy. Does anyone have recommendations for less compressed files in this format? Is it possible? Software recommendations? Thanks.
|
|
You can encode to Theora video and Vorbis audio with FFmpeg if it has been compiled with The valid range to set video quality with libtheora is 0 to 10 where a higher value is a higher quality. The following example, using current syntax, will set maximum constant quality video encoding:
Since
From the documentation:
Adjust audio quality with the Make sure to always use a recent ffmpeg build and refer to the current documentation specific to your build since options can change. See the FFmpeg download page for various ways to acquire it. |
||||
|
|
protected by Friend Of George♦ Mar 26 at 12:29
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.