[MPlayer-DOCS] CVS: main/DOCS/xml/en mencoder.xml,1.83,1.84
Guillaume Poirier CVS
syncmail at mplayerhq.hu
Wed Jul 20 00:03:18 CEST 2005
CVS change done by Guillaume Poirier CVS
Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv3578/DOCS/xml/en
Modified Files:
mencoder.xml
Log Message:
lacv supports cgop, you can use '.' to watch a video frame-by frame to
identify which type it is, and not short forms in the docs.
... now the question is, how many commits to fix this one ? :-)
Index: mencoder.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/mencoder.xml,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- mencoder.xml 19 Jul 2005 00:21:18 -0000 1.83
+++ mencoder.xml 19 Jul 2005 22:03:15 -0000 1.84
@@ -736,9 +736,10 @@
<note><title>Hint:</title>
<para>
<application>MPlayer</application> can slow down movie playback
- with the -speed option.
+ with the -speed option or play it frame-by-frame.
Try using <option>-speed</option> 0.2 to watch the movie very
- slowly and identify the pattern, if you cannot see it at full speed.
+ slowly or press the "." key repeatedly to play one frame at a time
+ and identify the pattern, if you cannot see it at full speed.
</para>
</note>
</sect3>
@@ -1710,9 +1711,11 @@
<listitem><para>
<emphasis role="bold">vmax_b_frames</emphasis>: 1 or 2 is good, depending on
the movie.
- Note that libavcodec does not yet support closed GOP (the option
- <option>cgop</option> does not currently work), so DivX5 will not be able to
- decode anything encoded with B-frames.
+ Note that if you need to have your encode being decodable by DivX5, you
+ need to activate closed GOP support, using
+ <systemitem class="library">libavcodec</systemitem> <option>cgop</option>
+ option, but you need to deactivate scene detection, which
+ is not a good idea as it will hurt encode efficiency a bit.
</para></listitem>
<listitem><para>
@@ -2682,7 +2685,7 @@
Activates a better coefficient cost estimation method, which slightly
reduces filesize by around 0.15 to 0.19%, while having a negligible
impact on speed.
- It's therefore recommended to always leave it on.
+ It is therefore recommended to always leave it on.
</para></listitem>
<listitem><para>
More information about the MPlayer-DOCS
mailing list