summaryrefslogtreecommitdiffstats
path: root/DOCS/Hungarian/encoding.html
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/Hungarian/encoding.html')
-rw-r--r--DOCS/Hungarian/encoding.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/DOCS/Hungarian/encoding.html b/DOCS/Hungarian/encoding.html
index a393a7e5f5..3c0f81178d 100644
--- a/DOCS/Hungarian/encoding.html
+++ b/DOCS/Hungarian/encoding.html
@@ -178,23 +178,23 @@
<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>
- &nbsp;&nbsp;<CODE>mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc divx4 -oac copy -o
+ &nbsp;&nbsp;<CODE>mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc divx4 -o
kimenet.avi</CODE></P>
<P><I>DivX4 film létrehozása néhány JPEG fileból:</I><BR>
- &nbsp;&nbsp;<CODE>mencoder frame001.jpg,frame002.jpg -mf on:w=800:h=600:fps=25 -ovc divx4 -oac copy -o
+ &nbsp;&nbsp;<CODE>mencoder frame001.jpg,frame002.jpg -mf on:w=800:h=600:fps=25 -ovc divx4 -o
kimenet.avi</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>
- &nbsp;&nbsp;<CODE>mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc copy -oac copy
+ &nbsp;&nbsp;<CODE>mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc copy
-o kimenet.avi</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>
- &nbsp;&nbsp;<CODE>mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc raw -oac copy -o
+ &nbsp;&nbsp;<CODE>mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc raw -o
kimenet.avi</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>
- &nbsp;&nbsp;<CODE>mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc copy -oac copy
+ &nbsp;&nbsp;<CODE>mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc copy
-o kimenet.avi</CODE></P>