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