afm/vfm migration, suboption config example, 2 typos

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7182 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jonas 2002-08-30 22:56:46 +00:00
parent 1b667f61ba
commit 3ac8466f49
1 changed files with 29 additions and 24 deletions

View File

@ -80,9 +80,10 @@ one is '~/.mplayer/config'. User specific options override system-wide options
and options given on the command line override either. The syntax of the config and options given on the command line override either. The syntax of the config
files is 'option=<value>', everything after a '#' is considered a comment. files is 'option=<value>', everything after a '#' is considered a comment.
Options that work without values can be enabled by setting them to 'yes' or '1' Options that work without values can be enabled by setting them to 'yes' or '1'
and disabled by setting them to 'no' or '0'. and disabled by setting them to 'no' or '0'. Even suboptions can be specified
this way.
.I EXAMPLE .I EXAMPLE:
.br .br
# Use Matrox driver by default. # Use Matrox driver by default.
.br .br
@ -91,6 +92,9 @@ vo=xmga
# I love practicing handstands while watching videos. # I love practicing handstands while watching videos.
.br .br
flip=yes flip=yes
# Always encode/decode multiple files from png with 25fps, start it with -mf on
.br
mf= type=png:fps=25
.SH "DEMUXER/STREAM OPTIONS" .SH "DEMUXER/STREAM OPTIONS"
@ -369,7 +373,8 @@ Force audio parameters for the .vivo demuxer (for debugging purposes).
.SH "DECODING/FILTERING OPTIONS" .SH "DECODING/FILTERING OPTIONS"
.TP .TP
.B \-ac <codec name> .B \-ac <codec name>
Force usage of a specific audio codec, according to its name in codecs.conf. Force usage of a specific audio codec, according to its codec name in
codecs.conf.
.I EXAMPLE: .I EXAMPLE:
\-ac mp3 use libmp3 MP3 codec \-ac mp3 use libmp3 MP3 codec
@ -382,17 +387,16 @@ Force usage of a specific audio codec, according to its name in codecs.conf.
See \-ac help for a full list of available codecs. See \-ac help for a full list of available codecs.
.TP .TP
.B \-afm <1\-12> (OBSOLETE) .B \-afm <driver name>
Force usage of a specific audio format family. Force usage of a specific audio codec family, according to its driver name
in codecs.conf and fall back to default if it failed.
.I EXAMPLE: .I EXAMPLE:
\-afm 1 use libmp3 (mp2/mp3, but not mp1) \-afm mp3lib use libmp3 (mp2/3, but not mp1)
\-afm 2 suppose raw PCM audio \-afm libmad use libmad (mp1/2/3, slow)
\-afm 3 use libac3 \-afm ffmpeg use ffmpeg's decoder (mp1/2/3)
\-afm 4 use a matching Win32 codec \-afm liba52 use liba52 (ac3)
\-afm 5 use aLaw/uLaw driver \-afm libvorbis use libvorbis
\-afm 10 use libvorbis
\-afm 11 use ffmpeg's MP3 decoder (even mp1)
.TP .TP
.B \-aspect <ratio> .B \-aspect <ratio>
Override aspect ratio of movies. It's autodetected on MPEG files, but can't be Override aspect ratio of movies. It's autodetected on MPEG files, but can't be
@ -526,7 +530,7 @@ of \-vop scale (0 (soft) \- 100 (sharp)), for \-sws 9, it specifies the filter
length (1 \- 10). length (1 \- 10).
.TP .TP
.B \-vc <codec name> .B \-vc <codec name>
Force usage of a specific video codec, according to its name in codecs.conf, Force usage of a specific video codec, according to its codec name in codecs.conf,
.I EXAMPLE: .I EXAMPLE:
\-vc divx use VFW DivX codec \-vc divx use VFW DivX codec
@ -537,18 +541,19 @@ Force usage of a specific video codec, according to its name in codecs.conf,
See '\-vc help' for FULL list! See '\-vc help' for FULL list!
.TP .TP
.B \-vfm <1\-12> (OBSOLETE) .B \-vfm <driver name>
Force usage of a specific codec FAMILY, and FALLBACK to default if failed. Force usage of a specific video codec family, according to its driver name
in codecs.conf and fall back to default if it failed.
.I EXAMPLE: .I EXAMPLE:
\-vfm 2 use VFW (Win32) codecs \-vfm ffmpeg use libavcodec codecs
\-vfm 3 use OpenDivX/DivX4 codec (YV12) \-vfm vfw use VFW (Win32) codecs
(same as \-vc odivx but fallback) \-vfm odivx use OpenDivX/DivX4 codec (YV12)
\-vfm 4 use DirectShow (Win32) codecs (same as \-vc odivx but fallback)
\-vfm 5 use libavcodec codecs \-vfm dshow use DirectShow (Win32) codecs
\-vfm 7 use DivX4 codec (YUY2) \-vfm divx4 use DivX4 codec (YUY2)
(same as \-vc divx4 but fallback) (same as \-vc divx4 but fallback)
\-vfm 10 use XAnim codecs \-vfm xanim use XAnim codecs
.I NOTE: .I NOTE:
If libdivxdecore support was compiled in, then type 3 and 7 now contains If libdivxdecore support was compiled in, then type 3 and 7 now contains
@ -1518,7 +1523,7 @@ up and down seek backward/forward 1 minute
.br .br
pgup and pgdown seek backward/forward 10 minutes pgup and pgdown seek backward/forward 10 minutes
.br .br
< and > backward/forward in playlist < and > backward/forward in playlist
.br .br
HOME and END go to next/previous playtree entry HOME and END go to next/previous playtree entry
in the parent list in the parent list