0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/DOCS/OpenDivX
arpi_esp 0c48630881 postproc flags updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@107 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-03-14 17:05:03 +00:00

34 lines
996 B
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 -pp option.
Combine (add) flags you need:
1 Y horizontal deblocking
2 Y vertical deblocking
4 C horizontal deblocking
8 C vertical deblocking
16 Y dering
32 C dering
For example, if you want horiz+vert chroma deblocking, then use
-pp 12 (4+8=12)
Note: C filters works only with n*16 height movies.
Encoder:
~~~~~~~~
There is a very alpha hack to convert 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.