summaryrefslogtreecommitdiffstats
path: root/DOCS/OpenDivX
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-23 15:45:47 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-23 15:45:47 +0000
commitedad74b5e5b24a48b8fab3f855c07fd0a67c4c20 (patch)
tree80ea8e8514b0f29098591068ace68806893c5dba /DOCS/OpenDivX
parent2d54c9dad541722da7d4845fca8257398910fa3f (diff)
downloadmpv-edad74b5e5b24a48b8fab3f855c07fd0a67c4c20.tar.bz2
mpv-edad74b5e5b24a48b8fab3f855c07fd0a67c4c20.tar.xz
some fixes, updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1202 b3059339-0415-0410-9bf9-f77b7e298cf2
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.