# HG changeset patch
# User gabucino
# Date 1043773917 0
# Node ID 42667fd91d4a06abfcfb03bb4c82812ec7d94462
# Parent 8d6431bea500b763f7a9a69d17e366baf2e85ff7
changing "switch" -> "option" (unwritten DOCS rule)
other important fixes, updates
diff -r 8d6431bea500 -r 42667fd91d4a DOCS/codecs.html
--- a/DOCS/codecs.html Tue Jan 28 01:46:53 2003 +0000
+++ b/DOCS/codecs.html Tue Jan 28 17:11:57 2003 +0000
@@ -243,7 +243,7 @@
4.0 video. The MPlayer configure script should detect the
RealPlayer libraries in the standard locations of a full installation. If it
does not, tell configure where to look with the
- --with-reallibdir
switch.
--with-reallibdir
option.
Note: RealPlayer libraries currently only work with Linux, FreeBSD, NetBSD and Cygwin on the x86 and Alpha platforms.
diff -r 8d6431bea500 -r 42667fd91d4a DOCS/documentation.html --- a/DOCS/documentation.html Tue Jan 28 01:46:53 2003 +0000 +++ b/DOCS/documentation.html Tue Jan 28 17:11:57 2003 +0000 @@ -278,39 +278,18 @@-nortc
switch.
+ You can always turn off RTC support with the -nortc
option.
In some hardware combinations (confirmed during usage of non-DMA DVD
drive on an ALi1541 board) usage of the RTC timer causes skippy playback.
It's recommended to use the third method in these cases.$HOME/.mplayer/input.conf
but it can be overridden using the
- -input
conf switch (relative path are relative to
+ -input
conf option (relative path are relative to
$HOME/.mplayer
).
Example:
@@ -1548,13 +1527,13 @@If you don't like the standard location for the lirc-config file (~/.lircrc) - use the -lircconf <filename> switch to specify another file.
+ use the -lircconf <filename> option to specify another file.The slave mode allow you to build simple frontend to MPlayer. When
- enabled (with the -slave
switch) MPlayer will read
+ enabled (with the -slave
option) MPlayer will read
commands separated by new line (\n) from stdin.
MEncoder can create MPEG (MPEG-PS) format output files. It's probably + useful only with libavcodec's mpeg1video codec, because players + - except MPlayer - expect MPEG1 video, and MPEG1 layer 2 (MP2) audio streams + in MPEG files.
+ +This feature is not very useful right now, aside that it probably has + many bugs, but the more importantly because MEncoder currently cannot encode + MPEG1 layer 2 (MP2) audio, which all other players expect in MPEG files.
+ +To change MEncoder's output file format, use the -of mpeg
+ option.
Example:
+ mencoder -of mpeg -ovc lavc -lavcopts vcodec=mpeg1video
+ -oac copy <other options> media.avi -o output.mpg
Often the need to resize movie images' size emerges. Its reasons can be @@ -185,7 +204,7 @@
The explanation of the -mf
option can be found below in the
- global Options section and in the man page.
Creating a DivX4 file from all the JPEG files in the current dir:
mencoder -mf on:w=800:h=600:fps=25 -ovc divx4
diff -r 8d6431bea500 -r 42667fd91d4a DOCS/faq.html
--- a/DOCS/faq.html Tue Jan 28 01:46:53 2003 +0000
+++ b/DOCS/faq.html Tue Jan 28 17:11:57 2003 +0000
@@ -257,7 +257,7 @@
-zoom
option. You better use XF86VidMode
support: You must specify the -vm
and the -fs
- switch, and you're done. Make sure you have the right modelines in your
+ option, and you're done. Make sure you have the right modelines in your
XF86Config file, and try to make the DGA driver
and SDL's DGA driver work for you.
It's much faster. If SDL's DGA works, use that, it'll be even faster.-nortc
switch.-nortc
option.
@@ -560,7 +560,7 @@
-ao arts
or
- -ao esd
switch to make MPlayer use ARTS or ESD.-ao esd
option to make MPlayer use ARTS or ESD.
./configure --enable-xmms
. If that does not work, you might need
to set the XMMS plugin and library path explicitly by way of the
--with-xmmsplugindir
and --withxmmslibdir
- switches.