From 22deaf329ccc1ad54098647465471fc4e9eab4d0 Mon Sep 17 00:00:00 2001 From: gabucino Date: Wed, 25 Dec 2002 22:28:29 +0000 Subject: sync git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8566 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/Hungarian/encoding.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'DOCS/Hungarian') 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 @@ 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 -oac copy -o +   mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc divx4 -o kimenet.avi

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 -oac copy -o +   mencoder frame001.jpg,frame002.jpg -mf on:w=800:h=600:fps=25 -ovc divx4 -o kimenet.avi

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 -oac copy +   mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc copy -o kimenet.avi

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 -oac copy -o +   mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc raw -o kimenet.avi

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 -oac copy +   mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc copy -o kimenet.avi

-- cgit v1.2.3