# HG changeset patch # User gabucino # Date 1043489015 0 # Node ID ace727b8c2dc76bdee562cdbbf88b311dd0e24d0 # Parent 84a0be5caeb377f0636f3e971881d6e1a37778f4 10l diff -r 84a0be5caeb3 -r ace727b8c2dc DOCS/Hungarian/encoding.html --- 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 @@ Opciók fejezetben, illetve a manpage-ben található.
DivX4 film létrehozása az aktuális könyvtárban található összes JPEG fileból:
- mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc divx4 -o
- kimenet.avi
mencoder -mf on:w=800:h=600:fps=25 -ovc divx4 -o
+ kimenet.avi \*.jpg
DivX4 film létrehozása néhány JPEG fileból:
- mencoder frame001.jpg,frame002.jpg -mf on:w=800:h=600:fps=25 -ovc divx4 -o
- kimenet.avi
mencoder -mf on:w=800:h=600:fps=25 -ovc divx4 -o
+ kimenet.avi frame001.jpg,frame002.jpg
MJPEG (Motion JPEG) film létrehozása az aktuális könyvtárban található összes JPEG fileból:
- mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc copy
- -o kimenet.avi
mencoder -mf on:w=800:h=600:fps=25 -ovc copy
+ -o kimenet.avi \*.jpg
Tömörítetlen film létrehozása az aktuális könyvtárban található összes PNG fileból:
- mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc raw -o
- kimenet.avi
mencoder -mf on:w=800:h=600:fps=25:type=png -ovc raw -o
+ kimenet.avi \*.png
MPNG (Motion PNG) film létrehozása az aktuális könyvtárban található összes PNG fileból:
- mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc copy
- -o kimenet.avi
mencoder -mf on:w=800:h=600:fps=25:type=png -ovc copy
+ -o kimenet.avi \*.png
Creating a DivX4 file from all the JPEG files in the current dir:
- mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc divx4
- -o output.avi
mencoder -mf on:w=800:h=600:fps=25 -ovc divx4
+ -o output.avi \*.jpg
Creating a DivX4 file from some JPEG files in the current dir:
- mencoder frame001.jpg,frame002.jpg -mf on:w=800:h=600:fps=25
- -ovc divx4 -o output.avi
mencoder -mf on:w=800:h=600:fps=25
+ -ovc divx4 -o output.avi frame001.jpg,frame002.jpg
Creating a Motion JPEG (MJPEG) file from all the JPEG files in the current dir:
- mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc copy
- -o output.avi
mencoder -mf on:w=800:h=600:fps=25 -ovc copy
+ -o output.avi \*.jpg
Creating an uncompressed file from all the PNG files in the current dir:
- mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc raw
- -o output.avi
mencoder -mf on:w=800:h=600:fps=25:type=png -ovc raw
+ -o output.avi \*.png
Creating a Motion PNG (MPNG) file from all the PNG files in the current dir:
- mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc copy
- -o output.avi
mencoder -mf on:w=800:h=600:fps=25:type=png -ovc copy
+ -o output.avi \*.png
Creating a Motion TGA (MTGA) file from all the TGA files in the current dir:
- mencoder \*.tga -mf on:w=800:h=600:fps=25:type=tga -ovc copy
- -o output.avi
mencoder -mf on:w=800:h=600:fps=25:type=tga -ovc copy
+ -o output.avi \*.tga