diff DOCS/OpenDivX @ 1201:0bddc179f042

some fixes, updates
author arpi_esp
date Sat, 23 Jun 2001 15:45:47 +0000
parents 550e3ff06099
children
line wrap: on
line diff
--- a/DOCS/OpenDivX	Sat Jun 23 15:40:47 2001 +0000
+++ b/DOCS/OpenDivX	Sat Jun 23 15:45:47 2001 +0000
@@ -9,8 +9,9 @@
 
 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 @@
 
 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.