# HG changeset patch # User gabucino # Date 1009234807 0 # Node ID 66da035c4ee210d1b78bfa97d0044bd339c918a8 # Parent 120ac80f13c2268e7c12e4a99c323a114857d0de some quick updates for the prerelease diff -r 120ac80f13c2 -r 66da035c4ee2 DOCS/Hungarian/documentation.html --- a/DOCS/Hungarian/documentation.html Mon Dec 24 21:28:30 2001 +0000 +++ b/DOCS/Hungarian/documentation.html Mon Dec 24 23:00:07 2001 +0000 @@ -135,6 +135,7 @@
Bevezető +
+A MEncoder (MPlayer's Movie Encoder) egy egyszerű film enkóder, az MPlayer által lejátszható formátumok (AVI/DVD/VCD/VOB/MPG/MOV/VIV/NET) más - MPlayerrel lejátszható - @@ -15,17 +16,22 @@ stream másoló képességgel. A közeljövőben tervezzük vágó, átméretező filterek beépítését, és hasonlókat.
-Fordítás +
+ +
./configure-t
az opcionális paramétereiddel
+ ./configure-t
az opcionális paramétereiddel
(az --enable-tv
opció bekapcsolja a V4L tunerekről
grabbelő kódot), és ird be : make mencoder
, aztán
make install
.Kész. Mint minden bizonnyal tudod, más enkódolóknak szüksége van az avifile könyvtárra. A MEncoder-nek egyáltalán nincs.
-MEncoder funkciók : +
+ +
2 menetes DivX4 enkódolása
+2.4.3.1. 2 menetes DivX4 enkódolása
Az elnevezés onnan jön, hogy ezzel a módszerrel a file kétszer lesz
enkódolva. Az első menet néhány pár Mb-os ideiglenes (*.log) file-t hoz létre,
@@ -89,7 +97,7 @@
-o movie.avi -pass 1
mencoder -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100 -o movie.avi -pass 2
Átméretezés
+Gyakran előjön a filmek átméretezésének igénye. Ennek oka sokféle lehet, például a fileméret csökkentése, vagy SVCD-ből DivX-be kódolás. A rippelt @@ -110,7 +118,7 @@
Az átméretezés egyszerű :
mencoder sample-svcd.mpg -divx4opts br=1300 -x 640 -y 480 -sws 2 -o output.avi
Stream másolása
+A MEncoder kétféleképpen tudja a bemeneti stream-eket kezelni : enkódolja vagy csak átmásolja őket. Ez a rész a másolásról @@ -130,7 +138,7 @@
Hibás index-szel rendelkező AVI-k rendbehozása
+2.4.3.4. Hibás index-szel rendelkező AVI-k rendbehozása
Legkönnyebb dolog a világon. Egyszerűen átmásoljuk a video és audio streameket, és közben a MEncoder létrehozza a megfelelő indexet is. @@ -139,11 +147,33 @@
A parancs : mencoder input.avi -ovc copy -oac copy -o output.avi
Szintaxis
+ +2.4.3.5. Enkódolás a libavcodec codec-ekkel
+ +A libavcodec-kel egyszerűen lehet kódolni jónéhány érdekes video és +audio formátumba (jelenleg az audio codec-ek nem támogatottak). A következő +codec-ekkel lehet enkódolni :
+ ++
Az első oszlopban felsorolt codec-eket kell átadni a
+ vcodec
opciónak, pl : -lavcopts vcodec=msmpeg4
mencoder [opciók] [bemeneti file] [opciók] ...
Opciók
+Megj.: az összes rendelkezésre álló opcióhoz olvasd el a manpage-t !
@@ -197,6 +227,7 @@ help - codecek listája-divx4opts br=1800:deinterlace:key=250
-lavcopts vcodec=msmpeg4:vbitrate=1800:vhq:keyint=250
-lameopts q=3
-lameopts br=192:cbr
Példák
+A MEncoder használata a legkönnyebb dolog a Földön.
A DVD 2-es fejezetének enkódolása :
mencoder -dvd 2 -o title2.avi
Ugyanez libavcodec-kel, MJPEG tömörítéssel :
+ mencoder -dvd 2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg -ffourcc mjpg
A DVD 2-es fejezetének enkódolása, átméretezéssel :
mencoder -dvd 2 -x 640 -y 480 -sws 2 -o title2.avi
Overview +
+MEncoder (MPlayer's Movie Encoder) is a simple movie encoder, designed to encode MPlayer-playable movies (AVI/DVD/VCD/VOB/MPG/MOV/VIV/NET) to other MPlayer-playable formats (see @@ -14,15 +15,19 @@ copying abilities. In the future, there will be cropping, resizing filters, and other interesting stuff.
-Compiling +
+ +
You are ready. As you probably know, other encoding tools need the avifile library installed. MEncoder doesn't need it at all.
-MEncoder features : +
+ +
Encoding 2-pass DivX4
+2.4.3.1. Encoding 2-pass DivX4
The name comes from the fact that this method encodes the file twice.
The first encoding (dubbed pass) creates some temporary files (*.log) with a
@@ -83,7 +90,7 @@
-o movie.avi -pass 1
mencoder -dvd 2 -ovc divx4 -oac mp3lame -divx4opts br=1100 -o movie.avi -pass 2
Rescaling movies
+Often the need to resize movie images' size emerges. Its reasons can be many, examples are decreasing output file size, encoding SVCDs to DivX. Ripped DVDs @@ -96,14 +103,14 @@
The output size is specified with the -x
, and -y
options. Furthermore, there are 3 rescaling filters in MEncoder, 0
- : fast 1 : bilinear, 2 : bilinear, bicubic (best quality).
+ : fast bilinear, 1 : bilinear, 2 : bicubic (best quality).
They can be specified with the -sws
option. If not specified,
MEncoder will use 0 : fast bilinear.
Rescaling is very simple :
mencoder sample-svcd.mpg -divx4opts br=1300 -x 640 -y 480 -sws 2 -o output.avi
Stream copying
+MEncoder can handle input streams in two ways : encode or copy them. This section is about copying.
@@ -121,7 +128,7 @@Fixing AVIs with broken index
+2.4.3.4. Fixing AVIs with broken index
Easiest thing. We simply copy the video and audio streams, and MEncoder generates the index. Of course this cannot fix possible bugs in @@ -129,11 +136,32 @@
Command : mencoder input.avi -ovc copy -oac copy -o output.avi
Syntax
+ +2.4.3.5. Encoding with the libavcodec codec family
+ +libavcodec provides simple encoding to a lot of interesting video and audio +formats (currently its audio codecs are unsupported). You can encode to the +following codecs :
+ ++
The first column contains the codec names that should be passed after the
+ vcodec
config, like : -lavcopts vcodec=msmpeg4
mencoder [options] [input file] [options] ...
Available options
+NOTE : for all available options, read the manpage !
@@ -187,6 +215,7 @@ help - get list of available codecs-lavcopts vcodec=msmpeg4:vbitrate=1800:vhq:keyint=250
Examples
+Using MEncoder is the easiest thing on Earth. See the following :
Encoding from DVD, title 2 :
mencoder -dvd 2 -o title2.avi
The same, but with libavcodec family, MJPEG compression :
+ mencoder -dvd 2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg -ffourcc mjpg
Encoding from DVD, title 2, with rescaling :
mencoder -dvd 2 -x 640 -y 480 -sws 2 -o title2.avi