comparison DOCS/OpenDivX @ 96:2c04d6650bc9

very much changes
author gabucino
date Mon, 12 Mar 2001 14:56:55 +0000
parents 3b5f5d1c5041
children 71eae569f503
comparison
equal deleted inserted replaced
95:2c2d82db06ef 96:2c04d6650bc9
1 1
2 OpenDivX support in MPlayer 2 OpenDivX support in MPlayer
3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 4
5 See http://www.projectmayo.com for details on Open DivX codecs. 5 See http://www.projectmayo.com for details on the OpenDivX codec.
6 It's an opensource DivX-like video codec written for windows. 6 It's the opensource successor of the DivX codec, already available
7 I did a fast hack to get it compile under linux (it has some 7 on most platforms. We use an MMX-optimized Decore.
8 dependency on windows header files and some visualc extensions). 8 OpenDivX version supported in MPlayer : 4.0alpha48
9 9
10 Decoder: 10 Decoder:
11 ~~~~~~~~ 11 ~~~~~~~~
12 Now it's used for AVI files with fourcc 'dvx1' 12 Now it's used for AVI files with fourcc 'dvx1'
13 You can adjust Quality level using the -divxq option. Valid values: 13 You can adjust Quality level using the -divxq option. Valid values:
20 postproc_level = 40 ~ 49 ----> h+v Y, h+v C deblock and Y deringing 20 postproc_level = 40 ~ 49 ----> h+v Y, h+v C deblock and Y deringing
21 postproc_level = 50 ~ 59 ----> h+v Y, h+v C deblock and Y+C deringing 21 postproc_level = 50 ~ 59 ----> h+v Y, h+v C deblock and Y+C deringing
22 22
23 Note: last level (Chroma deringing) sometimes crashes. 23 Note: last level (Chroma deringing) sometimes crashes.
24 24
25 Note: also check the manpage.
26
25 Encoder: 27 Encoder:
26 ~~~~~~~~ 28 ~~~~~~~~
27 There is a very alpha hack to convert mpeg video into OpenDivX .avi files. 29 There is a very alpha hack to convert mpeg video into OpenDivX .avi files.
28 You should disable audio, and select 'odivx' video device as output: 30 Audio is automatically disabled. Select 'odivx' video device as output:
29 mplayer input.mpg -nosound -vo odivx -encode output.avi 31 mplayer input.mpg -vo odivx -encode output.avi
30 Yes, I know that it's unusable now, it's only for testing purposes. 32 Yes, I know that it's unusable now, it's only for testing purposes.