comparison DOCS/OpenDivX @ 106:71eae569f503

postproc flags updated
author arpi_esp
date Wed, 14 Mar 2001 17:05:03 +0000
parents 2c04d6650bc9
children 550e3ff06099
comparison
equal deleted inserted replaced
105:1e09830f2e96 106:71eae569f503
8 OpenDivX version supported in MPlayer : 4.0alpha48 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 -pp option.
14 Combine (add) flags you need:
14 15
15 postprcc_level = 0 ----> no post processing (fastest) 16 1 Y horizontal deblocking
16 postproc_level = 1 ~ 9 ----> horizontal Y deblocking only 17 2 Y vertical deblocking
17 postproc_level = 10 ~ 19 ----> hor. + ver. Y deblocking 18 4 C horizontal deblocking
18 postproc_level = 20 ~ 29 ----> hor. + ver. Y and hor. C deblocking 19 8 C vertical deblocking
19 postproc_level = 30 ~ 39 ----> hor. + ver. Y and hor.+ver. C deblocking 20 16 Y dering
20 postproc_level = 40 ~ 49 ----> h+v Y, h+v C deblock and Y deringing 21 32 C dering
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 For example, if you want horiz+vert chroma deblocking, then use
24 -pp 12 (4+8=12)
24 25
25 Note: also check the manpage. 26 Note: C filters works only with n*16 height movies.
26 27
27 Encoder: 28 Encoder:
28 ~~~~~~~~ 29 ~~~~~~~~
29 There is a very alpha hack to convert mpeg video into OpenDivX .avi files. 30 There is a very alpha hack to convert video into OpenDivX .avi files.
30 Audio is automatically disabled. Select 'odivx' video device as output: 31 Audio is automatically disabled. Select 'odivx' video device as output:
31 mplayer input.mpg -vo odivx -encode output.avi 32 mplayer input.mpg -vo odivx -encode output.avi
32 Yes, I know that it's unusable now, it's only for testing purposes. 33 Yes, I know that it's unusable now, it's only for testing purposes.