# HG changeset patch # User gabucino # Date 1029961724 0 # Node ID 93d385771dc9b1cd87303b39f0731f62cc7908f8 # Parent e5f7dba0d6283f17c218155eafbc014afb882a99 applied Andras Mohari's patch diff -r e5f7dba0d628 -r 93d385771dc9 DOCS/documentation.html --- a/DOCS/documentation.html Wed Aug 21 20:28:24 2002 +0000 +++ b/DOCS/documentation.html Wed Aug 21 20:28:44 2002 +0000 @@ -32,12 +32,11 @@
MPlayer is a movie player for LINUX (runs on many other Unices, and non-x86 CPUs, see the ports section). It plays most MPEG, VOB, AVI, OGG, VIVO, ASF/WMV, QT/MOV, FLI, RM, NuppelVideo, yuv4mpeg, @@ -370,7 +363,7 @@ but the speed is also amazing.
-This began a year ago... I (A'rpi) have tried lots of players under linux (mtv,xmps,dvdview,livid/oms,videolan, @@ -419,7 +412,7 @@ -
In this chapter I'll try to guide you through the compiling and configuring process of MPlayer. It's not easy, but it won't necessarily @@ -713,8 +706,8 @@
Though not mandatory, the fonts should be installed in order to gain OSD,
and subtitle functionality. Download mp-arial-iso-8859-*.zip
- and/or optional (if exists) language updates. It's VERY RECOMMENDED to check
- section 1.5 for details.
mkdir ~/.mplayer/font @@ -724,7 +717,7 @@-
The GUI needs GTK (it isn't GTK, but the panels are). The skins are stored
in PNG format, so gtk, libpng (and their devel stuff) has to be installed.
@@ -754,7 +747,7 @@
file directive to use the skin in */Skin/newskin
directory.
MPlayer can display subtitles along with movie files. Currently the following @@ -889,7 +882,7 @@ in config file.
-This section is about how to enable watching/grabbing from V4L compatible TV tuner.
@@ -965,7 +956,7 @@ without tweaking/experimenting! -./configure
will autodetect
@@ -982,7 +973,7 @@
You can specify these with the outfmt=YV12
option, see below.
-h / k | select previous/next channel |
Dummy output, to AAlib :)
mplayer -tv on:driver=dummy:width=640:height=480 -vo aa
@@ -1092,10 +1083,8 @@
mplayer -tv on:noaudio:driver=v4l:width=640:height=480:outfmt=i420 -vc rawi420 -vo xv
Both MPlayer and MEncoder support using a universal video filter layer, which comprises numerous plugins that are listed and @@ -1116,7 +1105,7 @@ will be explained below.
- mplayer/mencoder -vop filter1,filter2,filter3,...
mplayer -vop help
Description:
@@ -1148,7 +1137,7 @@ -vop crop[=width:height:x:y]
Description:
@@ -1162,7 +1151,7 @@ -vop expand[=width:height:x:y]
Description:
@@ -1176,7 +1165,7 @@ -vop lavc
Description:
@@ -1188,7 +1177,7 @@ -vop flip
Description:
@@ -1202,7 +1191,7 @@format
can be for example: rgb32, yuy2, etc...)
-Description:
@@ -1215,12 +1204,12 @@ -vop pp[=postprocess options/keywords]
Description:
-Performs RGB 24/32 <-> BGR 24/32 colorspace conversion (default behavior) - or RGB 24/32 <-> RGB 24/32 conversion with R<->B swapping (with the 'swap' +
Performs RGB 24/32 <-> BGR 24/32 colorspace conversion (default behavior) + or RGB 24/32 <-> RGB 24/32 conversion with R <-> B swapping (with the 'swap' option).
Usage:
@@ -1228,7 +1217,7 @@ -vop rgb2bgr[=swap]
Description:
@@ -1240,7 +1229,7 @@ -vop rotate[=x]
Description:
@@ -1259,7 +1248,7 @@ -vop scale[=width:height]
Description:
@@ -1270,7 +1259,7 @@ -vop yuy2
Description:
@@ -1281,7 +1270,7 @@ -vop mirror
Description:
@@ -1292,7 +1281,7 @@ -vop dvbscale
Description:
@@ -1307,7 +1296,7 @@ -vop cropdetect[=limit]
Description:
diff -r e5f7dba0d628 -r 93d385771dc9 DOCS/encoding.html --- a/DOCS/encoding.html Wed Aug 21 20:28:24 2002 +0000 +++ b/DOCS/encoding.html Wed Aug 21 20:28:44 2002 +0000 @@ -10,11 +10,9 @@ -<MEncoder (MPlayer's Movie Encoder) is a simple movie encoder, designed to encode MPlayer-playable movies (AVI/ASF/OGG/DVD/VCD/VOB/MPG/MOV/VIV/FLI/RM/NUV/NET) to other @@ -24,7 +22,7 @@ for video manipulation.
-2-pass encoding: the name comes from the fact that this method encodes the file twice. The first encoding (dubbed pass) @@ -182,7 +180,7 @@
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 @@ -204,7 +202,7 @@ output.avi
-MEncoder can handle input streams in two ways: encode or copy them. This section is about copying.
@@ -225,7 +223,7 @@Easiest thing. We simply copy the video and audio streams, and MEncoder generates the index. Of course this cannot fix possible bugs @@ -236,7 +234,7 @@
Command: mencoder -idx input.avi -ovc copy -oac copy -o output.avi
libavcodec provides simple encoding to a lot of interesting video and audio formats (currently its audio codecs are @@ -261,7 +259,7 @@ -lavcopts vcodec=mjpeg
-MEncoder is capable of creating movies from one or more JPEG or PNG files. With simple framecopy it can create MJPEG (Motion JPEG) or MPNG @@ -303,7 +301,7 @@ -o output.avi
-MEncoder is capable of extracting subtitles from a DVD into Vobsub fomat files. They consist of a pair of files ending in @@ -344,7 +342,7 @@ -vobsuboutindex 0 -vobsuboutid fr -sid 1
-For the complete list of available MEncoder options and examples, please see the man page.