summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorjonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-21 19:05:49 +0000
committerjonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-21 19:05:49 +0000
commitfc6b0af91b351e65863f3981f9221cc9204a9663 (patch)
treef093d2eff08cf11b75ba697f71599084109033b3 /DOCS
parentb953394df3628bc49089b52f545eb9eba04e31f5 (diff)
downloadmpv-fc6b0af91b351e65863f3981f9221cc9204a9663.tar.bz2
mpv-fc6b0af91b351e65863f3981f9221cc9204a9663.tar.xz
some typos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6155 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/encoding.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/encoding.html b/DOCS/encoding.html
index 027b8eabab..db3b0122ba 100644
--- a/DOCS/encoding.html
+++ b/DOCS/encoding.html
@@ -159,7 +159,7 @@ commands are needed :<BR>
<P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;rm frameno.avi</CODE> - remove this file,
which can come from a previous 3-pass encoding (it interferes with current
one)<BR>
-<CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -l-ovc frameno
+<CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -ovc frameno
-o frameno.avi<BR>
<CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2
-lavcopts vcodec=mpeg4:more_options -oac copy -o movie.avi -pass 1<BR>
@@ -286,7 +286,7 @@ unsupported). You can encode to the following codecs :</P>
global <A HREF=#2.4.5>Options</A> section and in the manpage.</P>
<P><I>Creating a DivX4 file from all the JPEG files in the current dir :</I><BR>
- &nbsp;&nbsp;<CODE>mencoder \*.jpg -lavcopts -mf on:w=800:h=600:fps=25 -ovc divx4 -o
+ &nbsp;&nbsp;<CODE>mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc divx4 -o
output.avi</CODE></P>
<P><I>Creating a DivX4 file from some JPEG files in the current dir :</I><BR>
@@ -443,7 +443,7 @@ unsupported). You can encode to the following codecs :</P>
<CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -lavcopts vcodec=mpeg4:more_options -o title2.avi</CODE></P>
<P>The same, but with libavcodec family, MJPEG compression :<BR>
- <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -lavcopts vcodec=mpeg4:more_options -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg -ffourcc mjpg</CODE></P>
+ <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -lavcopts vcodec=mjpeg:more_options -ffourcc mjpg -o title2.avi</CODE></P>
<P>Encoding from DVD, title 2, with rescaling :<BR>
<CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -vop scale=640:480 -sws 2 -lavcopts vcodec=mpeg4:more_options -o title2.avi</CODE></P>