summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-14 22:07:34 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-14 22:07:34 +0000
commite85439fefa02b29c77c2a861711870bedccfdd6c (patch)
treeeaf4121d0067c864339d54a47877085b11f9a7ce /DOCS
parent85b2b1ad6710d0a997c8b2a0942cccb3349a13e8 (diff)
downloadmpv-e85439fefa02b29c77c2a861711870bedccfdd6c.tar.bz2
mpv-e85439fefa02b29c77c2a861711870bedccfdd6c.tar.xz
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2908 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/encoding.html4
-rw-r--r--DOCS/mencoder.18
2 files changed, 6 insertions, 6 deletions
diff --git a/DOCS/encoding.html b/DOCS/encoding.html
index 3c697eb90c..e710c5f118 100644
--- a/DOCS/encoding.html
+++ b/DOCS/encoding.html
@@ -68,9 +68,9 @@ should consult some guides available on the Net.</P>
<P>This example shows how to encode a DVD to a 2-pass DivX4 AVI. Just two
commands are needed :<BR>
-<CODE>&nbsp;&nbsp;&nbsp;&nbsp;mplayer -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100
+<CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100
-o movie.avi -pass 1<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;mplayer -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100 -o movie.avi -pass 2</CODE></P>
+&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100 -o movie.avi -pass 2</CODE></P>
<P><B><I>Syntax</I></B></P>
diff --git a/DOCS/mencoder.1 b/DOCS/mencoder.1
index 74c6546648..73a2e5b2e4 100644
--- a/DOCS/mencoder.1
+++ b/DOCS/mencoder.1
@@ -69,15 +69,15 @@ Used to decrypt CSS-encrypted streams on hard disk (with given CSS decrypt
key).
.TP
.B \-nobps
-Used only for AVIs. Do not use the bps value in the AVI header, instead
-calculate it.
+Used only for AVIs. Doesn't use the bps value in the AVI header, instead
+calculates it.
.TP
.B \-aid <audio stream id>
-If source media contains multiple audio streams (for example DVDs), encode
+If the source media contains multiple audio streams (for example DVDs), encode
the specified one.
.TP
.B \-vid <video stream id>
-If source media contains multiple video streams, encode the specified one.
+If the source media contains multiple video streams, encode the specified one.
.TP
.B \-pp <value>
Apply a postprocess filter to enhance image quality. (values TODO)