[Mplayer-cvslog] CVS: main/DOCS/Hungarian encoding.html,1.43,1.44
Winner of tha face compo
gabucino at mplayerhq.hu
Sat Jan 25 11:03:38 CET 2003
Update of /cvsroot/mplayer/main/DOCS/Hungarian
In directory mail:/var/tmp.root/cvs-serv12070/Hungarian
Modified Files:
encoding.html
Log Message:
10l
Index: encoding.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/Hungarian/encoding.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- encoding.html 12 Jan 2003 21:26:42 -0000 1.43
+++ encoding.html 25 Jan 2003 10:03:35 -0000 1.44
@@ -184,24 +184,24 @@
<A HREF=#2.4.3>Opciók</A> fejezetben, illetve a manpage-ben található.</P>
<P><I>DivX4 film létrehozása az aktuális könyvtárban található összes JPEG fileból:</I><BR>
- <CODE>mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc divx4 -o
- kimenet.avi</CODE></P>
+ <CODE>mencoder -mf on:w=800:h=600:fps=25 -ovc divx4 -o
+ kimenet.avi \*.jpg</CODE></P>
<P><I>DivX4 film létrehozása néhány JPEG fileból:</I><BR>
- <CODE>mencoder frame001.jpg,frame002.jpg -mf on:w=800:h=600:fps=25 -ovc divx4 -o
- kimenet.avi</CODE></P>
+ <CODE>mencoder -mf on:w=800:h=600:fps=25 -ovc divx4 -o
+ kimenet.avi frame001.jpg,frame002.jpg</CODE></P>
<P><I>MJPEG (Motion JPEG) film létrehozása az aktuális könyvtárban található összes JPEG fileból:</I><BR>
- <CODE>mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc copy
- -o kimenet.avi</CODE></P>
+ <CODE>mencoder -mf on:w=800:h=600:fps=25 -ovc copy
+ -o kimenet.avi \*.jpg</CODE></P>
<P><I>Tömörítetlen film létrehozása az aktuális könyvtárban található összes PNG fileból:</I><BR>
- <CODE>mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc raw -o
- kimenet.avi</CODE></P>
+ <CODE>mencoder -mf on:w=800:h=600:fps=25:type=png -ovc raw -o
+ kimenet.avi \*.png</CODE></P>
<P><I>MPNG (Motion PNG) film létrehozása az aktuális könyvtárban található összes PNG fileból:</I><BR>
- <CODE>mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc copy
- -o kimenet.avi</CODE></P>
+ <CODE>mencoder -mf on:w=800:h=600:fps=25:type=png -ovc copy
+ -o kimenet.avi \*.png</CODE></P>
<H3><A NAME=vobsub>2.4.7 DVD feliratok VOBsub formátumúvá alakítása</A></H3>
More information about the MPlayer-cvslog
mailing list