mirror of https://github.com/mpv-player/mpv
33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
|
|
OpenDivX support in MPlayer
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
See http://www.projectmayo.com for details on the OpenDivX codec.
|
|
It's the opensource successor of the DivX codec, already available
|
|
on most platforms. We use an MMX-optimized Decore.
|
|
OpenDivX version supported in MPlayer : 4.0alpha48
|
|
|
|
Decoder:
|
|
~~~~~~~~
|
|
Now it's used for AVI files with fourcc 'dvx1'
|
|
You can adjust Quality level using the -divxq option. Valid values:
|
|
|
|
postprcc_level = 0 ----> no post processing (fastest)
|
|
postproc_level = 1 ~ 9 ----> horizontal Y deblocking only
|
|
postproc_level = 10 ~ 19 ----> hor. + ver. Y deblocking
|
|
postproc_level = 20 ~ 29 ----> hor. + ver. Y and hor. C deblocking
|
|
postproc_level = 30 ~ 39 ----> hor. + ver. Y and hor.+ver. C deblocking
|
|
postproc_level = 40 ~ 49 ----> h+v Y, h+v C deblock and Y deringing
|
|
postproc_level = 50 ~ 59 ----> h+v Y, h+v C deblock and Y+C deringing
|
|
|
|
Note: last level (Chroma deringing) sometimes crashes.
|
|
|
|
Note: also check the manpage.
|
|
|
|
Encoder:
|
|
~~~~~~~~
|
|
There is a very alpha hack to convert mpeg video into OpenDivX .avi files.
|
|
Audio is automatically disabled. Select 'odivx' video device as output:
|
|
mplayer input.mpg -vo odivx -encode output.avi
|
|
Yes, I know that it's unusable now, it's only for testing purposes.
|