[Mplayer-cvslog] CVS: main/DOCS DivX4Linux,1.1,1.2
Arpi of Ize
arpi at mplayer.dev.hu
Fri Jul 20 01:40:36 CEST 2001
Update of /cvsroot/mplayer/main/DOCS
In directory mplayer:/var/tmp.root/cvs-serv21039
Modified Files:
DivX4Linux
Log Message:
info about odivx vs. divx4
Index: DivX4Linux
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/DivX4Linux,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DivX4Linux 19 Jul 2001 22:49:24 -0000 1.1
+++ DivX4Linux 19 Jul 2001 23:40:33 -0000 1.2
@@ -20,8 +20,21 @@
4. Compile mplayer
-5. Enjoy it: mplayer -vc divx4 file.avi ...
- Note: it supports postprocessing, but range of values is strange:
+5. How to enable it?
+ It's a bit tricky. As it conflicts with opendivx (it's API is very
+ similar to opendivx's), opendivx code is disabled, and teh opendivx
+ driver calls this library too.
+ You have 2 choices:
+ -vc odivx : using divx4 codec as a new version of opendivx.
+ in this case it produces YV12 image in its own buffer,
+ and MPlayer (libvo) does colorspace conversion.
+ -vc divx4 : using divx4 codec's colorspace conversion.
+ in this mode, you can use YUY2/UYVY too.
+ Note: for YV12 (planar YUV 4:2:0) -vc odivx is faster, for packed
+ YUV modes (YUY2, UYVY) use -vc divx4. For RGB modes you can choose,
+ I think their speed is the same. Maybe it depends on current bpp.
+
+ Note: it supports postprocessing too, but range of values is strange:
0 = no postproc
10 .. 20 = postproc, normal (like level 2 with divxds)
30 .. 60 = hard postproc, eats many cpu. (like level 4 with divxds)
More information about the MPlayer-cvslog
mailing list