Mercurial > mplayer.hg
changeset 9087:ace727b8c2dc
10l
author | gabucino |
---|---|
date | Sat, 25 Jan 2003 10:03:35 +0000 |
parents | 84a0be5caeb3 |
children | 731e5dc57436 |
files | DOCS/Hungarian/encoding.html DOCS/encoding.html |
diffstat | 2 files changed, 22 insertions(+), 22 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/Hungarian/encoding.html Sat Jan 25 09:31:16 2003 +0000 +++ b/DOCS/Hungarian/encoding.html Sat Jan 25 10:03:35 2003 +0000 @@ -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>
--- a/DOCS/encoding.html Sat Jan 25 09:31:16 2003 +0000 +++ b/DOCS/encoding.html Sat Jan 25 10:03:35 2003 +0000 @@ -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>