comparison DOCS/OpenDivX @ 1201:0bddc179f042

some fixes, updates
author arpi_esp
date Sat, 23 Jun 2001 15:45:47 +0000
parents 550e3ff06099
children
comparison
equal deleted inserted replaced
1200:c03232e14e0f 1201:0bddc179f042
7 of the MPEG-4 standard), already available on most platforms. We use an 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 8 MMX-optimized Decore. 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 & ASF files with fourcc 'dvx1' and 'divx'
13 You can adjust Quality level using the -pp option. 13
14 You can adjust Quality level using the -pp option:
14 Combine (add) flags you need: 15 Combine (add) flags you need:
15 16
16 1 Y horizontal deblocking 17 1 Y horizontal deblocking
17 2 Y vertical deblocking 18 2 Y vertical deblocking
18 4 C horizontal deblocking 19 4 C horizontal deblocking
23 For example, if you want horiz+vert chroma deblocking, then use 24 For example, if you want horiz+vert chroma deblocking, then use
24 -pp 12 (4+8=12) 25 -pp 12 (4+8=12)
25 26
26 Note: C filters works only with n*16 height movies. 27 Note: C filters works only with n*16 height movies.
27 28
29 Note2: the postprocessing filter can be used for mpeg 1/2 files too (-pp)
30
28 Encoder: 31 Encoder:
29 ~~~~~~~~ 32 ~~~~~~~~
30 There is a very alpha hack to convert video into OpenDivX .avi files. 33 There is a very alpha hack to convert video into OpenDivX .avi files.
31 Audio is automatically disabled. Select 'odivx' video device as output: 34 Audio is automatically disabled. Select 'odivx' video device as output:
32 mplayer input.mpg -vo odivx -encode output.avi 35 mplayer input.mpg -vo odivx -encode output.avi
33 Yes, I know that it's unusable now, it's only for testing purposes. 36 Yes, I know that it's unusable now, it's only for testing purposes.
37 Real encoding feature (with audio) is planned, but in the far future.