CVS: main/DOCS/xml/en mencoder.xml,1.69,1.70
CVS change done by Guillaume Poirier CVS Update of /cvsroot/mplayer/main/DOCS/xml/en In directory mail:/var2/tmp/cvs-serv24068/DOCS/xml/en Modified Files: mencoder.xml Log Message: new x264 entries: me (motion estimation search algorithm) and 4x4mv options. Index: mencoder.xml =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/xml/en/mencoder.xml,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- mencoder.xml 20 May 2005 00:20:40 -0000 1.69 +++ mencoder.xml 31 May 2005 11:31:10 -0000 1.70 @@ -2263,6 +2263,38 @@ </para></listitem> <listitem><para> + <emphasis role="bold">me</emphasis>: + This option is for choosing the motion estimation search method. + Altering this option provides a straightforward quality-vs-speed + tradeoff. <option>me=1</option> is only a few percent faster than + the default search, at a cost of under 0.1dB global PSNR. The + default setting (<option>me=2</option>) is a reasonable tradeoff + between speed and quality. <option>me=3</option> gains a little under + 0.1dB global PSNR, with a speed penalty that varies depending on + <option>frameref</option>. At high values of + <option>frameref</option> (e.g. 12 or so), <option>me=3</option> + is about 40% slower than the default <option> me=2</option>. With + <option>frameref=3</option>, the speed penalty incurred drops to + 25%-30%. +</para> +<para> + <option>me=4</option> uses an exhaustive search that is too slow for + practical use. +</para> +</listitem> + +<listitem><para> + <emphasis role="bold">4x4mv</emphasis>: + This option enables the use of 8x4, 4x8 and 4x4 subpartitions in + predicted macroblocks. Enabling it results in a fairly consistent + 10%-15% loss of speed. This option is rather useless in source + containing only low motion, however in some high-motion source, + particularly source with lots of small moving objects, gains of + about 0.1dB can be expected. +</para> +</listitem> + +<listitem><para> <emphasis role="bold">bframes</emphasis>: The usefulness of B-frames is questionable in most other codecs you may be used to.
Hi, On 5/31/05, Guillaume Poirier CVS <syncmail@mplayerhq.hu> wrote:
CVS change done by Guillaume Poirier CVS
Update of /cvsroot/mplayer/main/DOCS/xml/en In directory mail:/var2/tmp/cvs-serv24068/DOCS/xml/en
Modified Files: mencoder.xml Log Message: new x264 entries: me (motion estimation search algorithm) and 4x4mv options.
Once again, I forgot to add credit for the author. Added with cvs admin. Guillaume -- Jazz music and Open Source development looks like chaos to an untrained eye, but end-up producing masterpieces like "Kind of Blue" and "MPlayer". That's why I love them both... -- John Coltrane
On Tue, May 31, 2005 at 01:31:13PM +0200, Guillaume Poirier CVS wrote:
Modified Files: mencoder.xml Log Message: new x264 entries: me (motion estimation search algorithm) and 4x4mv options.
Please don't forget to mention the patch sender in the commit message (cvs admin -m is your friend). Diego
Hi, On 5/31/05, Diego Biurrun <diego@biurrun.de> wrote:
On Tue, May 31, 2005 at 01:31:13PM +0200, Guillaume Poirier CVS wrote:
Modified Files: mencoder.xml Log Message: new x264 entries: me (motion estimation search algorithm) and 4x4mv options.
Please don't forget to mention the patch sender in the commit message (cvs admin -m is your friend).
Yeah, I fixed that right after I applied it, before even seeing your message! :-) Guillaume -- Jazz music and Open Source development looks like chaos to an untrained eye, but end-up producing masterpieces like "Kind of Blue" and "MPlayer". That's why I love them both... -- John Coltrane
participants (3)
-
Diego Biurrun -
Guillaume POIRIER -
syncmail@mplayerhq.hu