summaryrefslogtreecommitdiffstats
path: root/DOCS/encoding.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-28 17:30:46 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-28 17:30:46 +0000
commit6867b9d2c128933012859821ee40ee3c9529addb (patch)
tree59f62b3f6220af9110fd4ef9416d3118e4bf1c2e /DOCS/encoding.html
parentf05d4ac7adb933132560a60402891ea577500ceb (diff)
downloadmpv-6867b9d2c128933012859821ee40ee3c9529addb.tar.bz2
mpv-6867b9d2c128933012859821ee40ee3c9529addb.tar.xz
small update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5379 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/encoding.html')
-rw-r--r--DOCS/encoding.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/encoding.html b/DOCS/encoding.html
index 6f164daa1f..5bff8e7eed 100644
--- a/DOCS/encoding.html
+++ b/DOCS/encoding.html
@@ -272,6 +272,10 @@ unsupported). You can encode to the following codecs :</P>
&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>
+ &nbsp;&nbsp;<CODE>mencoder frame001.jpg,frame002.jpg -mf on:w=800:h=600:fps=25 -ovc divx4 -o
+ output.avi</CODE></P>
+
<P><I>Creating a Motion JPEG (MJPEG) file from all the JPEG files in the current dir :</I><BR>
&nbsp;&nbsp;<CODE>mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc copy
-o output.avi</CODE></P>