2001-02-24 20:28:24 +00:00
|
|
|
|
|
|
|
OpenDivX support in MPlayer
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
2001-05-10 09:48:03 +00:00
|
|
|
See http://www.projectmayo.com for details on the OpenDivX codec. It's the
|
|
|
|
opensource successor of the DivX codec (really it's a somewhat enhanced version
|
|
|
|
of the MPEG-4 standard), already available on most platforms. We use an
|
|
|
|
MMX-optimized Decore. OpenDivX version supported in MPlayer : 4.0alpha48
|
2001-02-24 20:28:24 +00:00
|
|
|
|
|
|
|
Decoder:
|
|
|
|
~~~~~~~~
|
|
|
|
Now it's used for AVI files with fourcc 'dvx1'
|
2001-03-14 17:05:03 +00:00
|
|
|
You can adjust Quality level using the -pp option.
|
|
|
|
Combine (add) flags you need:
|
2001-02-24 20:28:24 +00:00
|
|
|
|
2001-03-14 17:05:03 +00:00
|
|
|
1 Y horizontal deblocking
|
|
|
|
2 Y vertical deblocking
|
|
|
|
4 C horizontal deblocking
|
|
|
|
8 C vertical deblocking
|
|
|
|
16 Y dering
|
|
|
|
32 C dering
|
2001-02-24 20:28:24 +00:00
|
|
|
|
2001-03-14 17:05:03 +00:00
|
|
|
For example, if you want horiz+vert chroma deblocking, then use
|
|
|
|
-pp 12 (4+8=12)
|
2001-02-24 20:28:24 +00:00
|
|
|
|
2001-03-14 17:05:03 +00:00
|
|
|
Note: C filters works only with n*16 height movies.
|
2001-03-12 14:56:55 +00:00
|
|
|
|
2001-02-24 20:28:24 +00:00
|
|
|
Encoder:
|
|
|
|
~~~~~~~~
|
2001-03-14 17:05:03 +00:00
|
|
|
There is a very alpha hack to convert video into OpenDivX .avi files.
|
2001-03-12 14:56:55 +00:00
|
|
|
Audio is automatically disabled. Select 'odivx' video device as output:
|
|
|
|
mplayer input.mpg -vo odivx -encode output.avi
|
2001-02-24 20:28:24 +00:00
|
|
|
Yes, I know that it's unusable now, it's only for testing purposes.
|