summaryrefslogtreecommitdiffstats
path: root/DOCS/encoding.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-31 01:12:55 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-31 01:12:55 +0000
commitfeb0994d29a62ebd087f471d6034ddf009887be8 (patch)
tree79281dda8935db4b848afe5274a897384e879f37 /DOCS/encoding.html
parentb6eef4545514def0115c6c1277a0b5c7f7cfccfe (diff)
downloadmpv-feb0994d29a62ebd087f471d6034ddf009887be8.tar.bz2
mpv-feb0994d29a62ebd087f471d6034ddf009887be8.tar.xz
stuff.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3913 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/encoding.html')
-rw-r--r--DOCS/encoding.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/DOCS/encoding.html b/DOCS/encoding.html
index 4679cc95bb..55587712ae 100644
--- a/DOCS/encoding.html
+++ b/DOCS/encoding.html
@@ -101,7 +101,7 @@ commands are needed :<BR>
AVI (DivX) files, you have be aware that AVI headers don't store this
value. Thus, the only solution is rescaling.</P>
-<P><B>MEncoder can scale input images if they come in YV12 format (for example:
+<P><B>MEncoder</B> can scale input images if they come in YV12 format (for example:
ffdivx, odivx drivers, or mpeg1/2). The output size is specified with the
<CODE>-x</CODE>, and <CODE>-y</CODE> options. Furthermore, there are 3
rescaling filters in <B>MEncoder</B>, <I>0
@@ -141,9 +141,9 @@ the video and/or audio streams.</P>
<P><B><A NAME=2.4.3.5>2.4.3.5. Encoding with the <I>libavcodec</I> codec family</B></P>
-<P>libavcodec provides simple encoding to a lot of interesting video and audio
-formats (currently its audio codecs are unsupported). You can encode to the
-following codecs :</P>
+<P><A HREF="codecs.html#2.2.1.2">libavcodec</A> also provides simple encoding
+to a lot of interesting video and audio formats (currently its audio codecs are
+unsupported by us). Currently you can encode to the following codecs :</P>
<P>
<UL>
@@ -160,6 +160,9 @@ following codecs :</P>
<P>The first column contains the codec names that should be passed after the
<CODE>vcodec</CODE> config, like : <CODE>-lavcopts vcodec=msmpeg4</CODE></P>
+<P>An example, with MJPEG compression :<BR>
+ <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg -ffourcc mjpg</CODE></P>
+
<P><B><A NAME=2.4.4>2.4.4. Syntax</B></P>
<P>&nbsp;&nbsp;<CODE>mencoder [options] [input file] [options] ...</P>