summaryrefslogtreecommitdiffstats
path: root/DOCS/OpenDivX
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/OpenDivX')
-rw-r--r--DOCS/OpenDivX8
1 files changed, 6 insertions, 2 deletions
diff --git a/DOCS/OpenDivX b/DOCS/OpenDivX
index 91dfa4bb8e..dd2cfbe3a5 100644
--- a/DOCS/OpenDivX
+++ b/DOCS/OpenDivX
@@ -9,8 +9,9 @@ MMX-optimized Decore. 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 -pp option.
+Now it's used for AVI & ASF files with fourcc 'dvx1' and 'divx'
+
+You can adjust Quality level using the -pp option:
Combine (add) flags you need:
1 Y horizontal deblocking
@@ -25,9 +26,12 @@ For example, if you want horiz+vert chroma deblocking, then use
Note: C filters works only with n*16 height movies.
+Note2: the postprocessing filter can be used for mpeg 1/2 files too (-pp)
+
Encoder:
~~~~~~~~
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.
+Real encoding feature (with audio) is planned, but in the far future.