diff DOCS/encoding.html @ 5378:1a7fd8f13ac0

small update
author gabucino
date Thu, 28 Mar 2002 17:30:46 +0000 (2002-03-28)
parents b3d900e9a215
children e9aac7e08638
line wrap: on
line diff
--- a/DOCS/encoding.html	Thu Mar 28 15:05:51 2002 +0000
+++ b/DOCS/encoding.html	Thu Mar 28 17:30:46 2002 +0000
@@ -272,6 +272,10 @@
   &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>