summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-14 17:05:03 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-14 17:05:03 +0000
commit0c486308814c5c9b2636b4f1fa2886721bbe0cb2 (patch)
treec38bc9881dda7177f7cca72e99558a5d12efc172
parentaab77fd7ecf87b198b7fce084afcc831a102f88f (diff)
downloadmpv-0c486308814c5c9b2636b4f1fa2886721bbe0cb2.tar.bz2
mpv-0c486308814c5c9b2636b4f1fa2886721bbe0cb2.tar.xz
postproc flags updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@107 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/OpenDivX23
-rw-r--r--DOCS/mplayer.12
2 files changed, 13 insertions, 12 deletions
diff --git a/DOCS/OpenDivX b/DOCS/OpenDivX
index 973e4cf1cd..02dbc84fce 100644
--- a/DOCS/OpenDivX
+++ b/DOCS/OpenDivX
@@ -10,23 +10,24 @@ OpenDivX version supported in MPlayer : 4.0alpha48
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.
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index 4b8d7a493a..78f8846fa2 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -83,7 +83,7 @@ You need a STRONG CPU in order to use this!
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