changeset 106:71eae569f503

postproc flags updated
author arpi_esp
date Wed, 14 Mar 2001 17:05:03 +0000
parents 1e09830f2e96
children 845cef1a5ba0
files DOCS/OpenDivX DOCS/mplayer.1
diffstat 2 files changed, 13 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/OpenDivX	Wed Mar 14 16:41:26 2001 +0000
+++ b/DOCS/OpenDivX	Wed Mar 14 17:05:03 2001 +0000
@@ -10,23 +10,24 @@
 Decoder:
 ~~~~~~~~
 Now it's used for AVI files with fourcc 'dvx1'
-You can adjust Quality level using the -divxq option. Valid values:
+You can adjust Quality level using the -pp option.
+Combine (add) flags you need:
 
- postprcc_level =  0      ---->  no post processing (fastest)
- postproc_level =  1 ~  9 ---->  horizontal Y deblocking only
- postproc_level = 10 ~ 19 ---->  hor. + ver. Y deblocking
- postproc_level = 20 ~ 29 ---->  hor. + ver. Y and hor. C deblocking
- postproc_level = 30 ~ 39 ---->  hor. + ver. Y and hor.+ver. C deblocking
- postproc_level = 40 ~ 49 ---->  h+v Y, h+v C deblock and Y deringing
- postproc_level = 50 ~ 59 ---->  h+v Y, h+v C deblock and Y+C deringing
+1   Y  horizontal deblocking
+2   Y  vertical deblocking
+4   C  horizontal deblocking
+8   C  vertical deblocking
+16  Y dering
+32  C dering
 
-Note: last level (Chroma deringing) sometimes crashes.
+For example, if you want horiz+vert chroma deblocking, then use
+  -pp 12    (4+8=12)
 
-Note: also check the manpage.
+Note: C filters works only with n*16 height movies.
 
 Encoder:
 ~~~~~~~~
-There is a very alpha hack to convert mpeg video into OpenDivX .avi files.
+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.
--- a/DOCS/mplayer.1	Wed Mar 14 16:41:26 2001 +0000
+++ b/DOCS/mplayer.1	Wed Mar 14 17:05:03 2001 +0000
@@ -83,7 +83,7 @@
 The supported formats and settings are:
 
         MPEG 1/2   1, 3, 7, 15, 31, 63
-        OpenDivX   9, 19, 29, 39, 49, 59
+        OpenDivX   1, 3, 7, 15, 31, 63
         DivX       not YET supported
 
 .I NOTE