[Mplayer-cvslog] CVS: main/DOCS encoding.html,1.77,1.78
Winner of tha face compo
gabucino at mplayerhq.hu
Sat Jan 25 11:03:37 CET 2003
Update of /cvsroot/mplayer/main/DOCS
In directory mail:/var/tmp.root/cvs-serv12070
Modified Files:
encoding.html
Log Message:
10l
Index: encoding.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/encoding.html,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- encoding.html 12 Jan 2003 21:24:19 -0000 1.77
+++ encoding.html 25 Jan 2003 10:03:23 -0000 1.78
@@ -188,28 +188,28 @@
global <A HREF="#options">Options</A> section and in the man page.</P>
<P><I>Creating a DivX4 file from all the JPEG files in the current dir:</I><BR>
- <CODE>mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc divx4
- -o output.avi</CODE></P>
+ <CODE>mencoder -mf on:w=800:h=600:fps=25 -ovc divx4
+ -o output.avi \*.jpg</CODE></P>
<P><I>Creating a DivX4 file from some JPEG files in the current dir:</I><BR>
- <CODE>mencoder frame001.jpg,frame002.jpg -mf on:w=800:h=600:fps=25
- -ovc divx4 -o output.avi</CODE></P>
+ <CODE>mencoder -mf on:w=800:h=600:fps=25
+ -ovc divx4 -o output.avi frame001.jpg,frame002.jpg</CODE></P>
<P><I>Creating a Motion JPEG (MJPEG) file from all the JPEG files in the current dir:</I><BR>
- <CODE>mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc copy
- -o output.avi</CODE></P>
+ <CODE>mencoder -mf on:w=800:h=600:fps=25 -ovc copy
+ -o output.avi \*.jpg</CODE></P>
<P><I>Creating an uncompressed file from all the PNG files in the current dir:</I><BR>
- <CODE>mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc raw
- -o output.avi</CODE></P>
+ <CODE>mencoder -mf on:w=800:h=600:fps=25:type=png -ovc raw
+ -o output.avi \*.png</CODE></P>
<P><I>Creating a Motion PNG (MPNG) file from all the PNG files in the current dir:</I><BR>
- <CODE>mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc copy
- -o output.avi</CODE></P>
+ <CODE>mencoder -mf on:w=800:h=600:fps=25:type=png -ovc copy
+ -o output.avi \*.png</CODE></P>
<P><I>Creating a Motion TGA (MTGA) file from all the TGA files in the current dir:</I><BR>
- <CODE>mencoder \*.tga -mf on:w=800:h=600:fps=25:type=tga -ovc copy
- -o output.avi</CODE></P>
+ <CODE>mencoder -mf on:w=800:h=600:fps=25:type=tga -ovc copy
+ -o output.avi \*.tga</CODE></P>
<H2><A NAME="vobsub">7.7 Extracting DVD subtitles to a Vobsub file</A></H2>
More information about the MPlayer-cvslog
mailing list