summaryrefslogtreecommitdiffstats
path: root/DOCS/Hungarian/encoding.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-28 17:30:46 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-28 17:30:46 +0000
commit6867b9d2c128933012859821ee40ee3c9529addb (patch)
tree59f62b3f6220af9110fd4ef9416d3118e4bf1c2e /DOCS/Hungarian/encoding.html
parentf05d4ac7adb933132560a60402891ea577500ceb (diff)
downloadmpv-6867b9d2c128933012859821ee40ee3c9529addb.tar.bz2
mpv-6867b9d2c128933012859821ee40ee3c9529addb.tar.xz
small update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5379 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/Hungarian/encoding.html')
-rw-r--r--DOCS/Hungarian/encoding.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/Hungarian/encoding.html b/DOCS/Hungarian/encoding.html
index 225817be02..831a05a89f 100644
--- a/DOCS/Hungarian/encoding.html
+++ b/DOCS/Hungarian/encoding.html
@@ -283,6 +283,10 @@ támogatottak). A következő codec-ekkel lehet enkódolni :</P>
&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 -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
-o kimenet.avi</CODE></P>