# HG changeset patch # User gabucino # Date 1009761175 0 # Node ID 7510f142e7aa763b622fd655896981a0d36ffd81 # Parent 0c1e7b47d35c0647d4a9a424e79518bcdb43ce4f stuff. diff -r 0c1e7b47d35c -r 7510f142e7aa DOCS/Hungarian/documentation.html --- a/DOCS/Hungarian/documentation.html Sun Dec 30 21:55:58 2001 +0000 +++ b/DOCS/Hungarian/documentation.html Mon Dec 31 01:12:55 2001 +0000 @@ -514,6 +514,12 @@ make make install +
Innentől használatra kész állapotban van az MPlayer. Az
+/usr/local/share/mplayer
könyvtár tartalmazza a
+codecs.conf
file-t, ami megmondja a programnak a használható
+codec-eket és azok tulajdonságait. Ezt a file-t mindig az MPlayer-rel
+együtt kell frissíteni !
Debian felhasználók egyszerűen készíthetnek .deb csomagot maguknak,
csak a TIPP: az egér középső gombjának megnyomása (2 gombos egereken a bal és
+jobb gombok együttes megnyomása) egy GTK-s menűt hoz elő, amiben megtalálható
+a DVD lejátszás is. Mivel az MPlayer alapban nem tartalmaz skineket, ezeket külön kell
letöltened. Lásd itt.
Ezeket a szokásos 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 : 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 :
At this point, MPlayer is ready to use. The directory
+ Debian users can build a .deb package for themselves, it's very
simple. Just exec Only one thing remains: copy the codecs.conf file from the fakeroot debian/rules binary
parancsot kell beírniuk az
MPlayer forrás gyökérkönyvtárában. Részletes információ gmplayer file-t indítsd.
+/usr/local/share/mplayer/Skin
vagy $HOME/.mplayer/Skin
diff -r 0c1e7b47d35c -r 7510f142e7aa DOCS/Hungarian/encoding.html
--- a/DOCS/Hungarian/encoding.html Sun Dec 30 21:55:58 2001 +0000
+++ b/DOCS/Hungarian/encoding.html Mon Dec 31 01:12:55 2001 +0000
@@ -152,9 +152,9 @@
diff -r 0c1e7b47d35c -r 7510f142e7aa DOCS/Hungarian/mplayer.1
--- a/DOCS/Hungarian/mplayer.1 Sun Dec 30 21:55:58 2001 +0000
+++ b/DOCS/Hungarian/mplayer.1 Mon Dec 31 01:12:55 2001 +0000
@@ -90,6 +90,7 @@
.RB [ \-mixer\
/usr/local/share/mplayer
contains the codecs.conf
+file, which is used to tell the program all the codecs and their capabilities.
+This file should always be kept uptodate together with the main binary !fakeroot debian/rules binary
in MPlayer's
root dir. Detailed instructions can be found here.etc
-directory (relative to the MPlayer tree) to $HOME/.mplayer/codecs.conf
.
-You should also check the manpage and example.conf
for available options, and insert them
-into your config file, $HOME/.mplayer/config
.
HINT: use the middle button (on 2 button mice press left and right +simultaneously) for a popup GTK menu, with DVD playing option!
+As MPlayer doesn't have a skin included, you have to download them
if you want to use the GUI. See the download page.
They should be extracted to the usual system-wide directory (/usr/local/share/mplayer/Skin
),
diff -r 0c1e7b47d35c -r 7510f142e7aa DOCS/encoding.html
--- a/DOCS/encoding.html Sun Dec 30 21:55:58 2001 +0000
+++ b/DOCS/encoding.html Mon Dec 31 01:12:55 2001 +0000
@@ -101,7 +101,7 @@
AVI (DivX) files, you have be aware that AVI headers don't store this
value. Thus, the only solution is rescaling.
MEncoder can scale input images if they come in YV12 format (for example: +
MEncoder can scale input images if they come in YV12 format (for example:
ffdivx, odivx drivers, or mpeg1/2). The output size is specified with the
-x
, and -y
options. Furthermore, there are 3
rescaling filters in MEncoder, 0
@@ -141,9 +141,9 @@
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 :
+libavcodec also provides simple encoding +to a lot of interesting video and audio formats (currently its audio codecs are +unsupported by us). Currently 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
An example, with MJPEG compression :
+ mencoder -dvd 2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg -ffourcc mjpg
mencoder [options] [input file] [options] ...