1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-25 12:50:18 +00:00

fixed -ac/vc/ao/vo/afm/vfm stuff

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7636 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-10-06 18:37:28 +00:00
parent 932c44eaf3
commit 608ea40a98

View File

@ -783,7 +783,7 @@ Specify the VobSub subtitle id. Valid values range from 0 to 31.
.B \-abs <value> (OBSOLETE) .B \-abs <value> (OBSOLETE)
Override audio driver/card buffer size detection, \-ao oss only Override audio driver/card buffer size detection, \-ao oss only
.TP .TP
.B \-ao <driver1[:device],driver2,...> .B \-ao <driver1[:device],driver2,...[,]>
Specify a priority list of audio output drivers (optionally with device) to be Specify a priority list of audio output drivers (optionally with device) to be
used. "device" is valid with SDL, too, it means subdriver then. used. "device" is valid with SDL, too, it means subdriver then.
@ -796,8 +796,8 @@ If the list has a trailing ',' it will fallback to drivers not listed.
.I EXAMPLE .I EXAMPLE
.PD 0 .PD 0
.RSs .RSs
.IPs "\-ao oss:/dev/dsp1," .IPs "\-ao oss:/dev/dsp2,oss:/dev/dsp1,"
try to use OSS with the specified sound device and fallback to others if it try to use OSS with the specified sound devices and fallback to others if it
fails fails
.IPs "\-ao sdl:esd" .IPs "\-ao sdl:esd"
specify the SDL subdriver specify the SDL subdriver
@ -1046,7 +1046,7 @@ vertical resolution.
Try to change to a better video mode. dga, x11/xv (XF86VidMode) and sdl Try to change to a better video mode. dga, x11/xv (XF86VidMode) and sdl
output drivers support it. output drivers support it.
.TP .TP
.B \-vo <driver1[:device],driver2,...> .B \-vo <driver1[:device],driver2,...[,]>
Specify a priority list of video output drivers (optionally with device) to be Specify a priority list of video output drivers (optionally with device) to be
used. "device" is valid with SDL and GGI, too, it means subdriver then. used. "device" is valid with SDL and GGI, too, it means subdriver then.
@ -1138,7 +1138,7 @@ is centered by default.
.SH "DECODING/FILTERING OPTIONS" .SH "DECODING/FILTERING OPTIONS"
.TP .TP
.B \-ac <[-]codec1,codec2,...> .B \-ac <[-]codec1,[-]codec2,...[,]>
Specify a priority list of audio codecs to be used, according to their codec Specify a priority list of audio codecs to be used, according to their codec
name in codecs.conf. Use a '-' before the codec name to omit it. name in codecs.conf. Use a '-' before the codec name to omit it.
@ -1155,10 +1155,8 @@ If the list has a trailing ',' it will fallback to codecs not listed.
force l3codeca.acm MP3 codec force l3codeca.acm MP3 codec
.IPs "\-ac mad," .IPs "\-ac mad,"
try libmad first, then fallback to others try libmad first, then fallback to others
.IPs "\-ac ,mp3" .IPs "\-ac hwac3,a52,"
try others first, then fallback to mp3lib try hardware AC3 passthrough, then software AC3 codec, then others
.IPs "\-ac hwac3,ac3,"
try hardware AC3 passthrough, then normal AC3 codec, then others
.IPs "\-ac -ffmp3," .IPs "\-ac -ffmp3,"
try other codecs except FFmpeg's MP3 decoder try other codecs except FFmpeg's MP3 decoder
.RE .RE
@ -1177,7 +1175,7 @@ See \-afm help for a full list of available drivers.
.PD 0 .PD 0
.RSs .RSs
.IPs "\-afm ffmpeg" .IPs "\-afm ffmpeg"
try FFmpeg's libavcodec (mp1/2/3) first try FFmpeg's libavcodec (mp1/2/3) codecs first
.IPs "\-afm acm,dshow" .IPs "\-afm acm,dshow"
try Win32 codecs first try Win32 codecs first
.RE .RE
@ -1404,7 +1402,7 @@ bicubic spline
.PD 1 .PD 1
. .
.TP .TP
.B \-vc <[-]codec1,codec2,...> .B \-vc <[-]codec1,[-]codec2,...[,]>
Specify a priority list of video codecs to be used, according to their codec Specify a priority list of video codecs to be used, according to their codec
name in codecs.conf. Use a '-' before the codec name to omit it. name in codecs.conf. Use a '-' before the codec name to omit it.
@ -1422,11 +1420,9 @@ force Win32/VFW DivX codec, no fallback
.IPs "\-vc divx4," .IPs "\-vc divx4,"
try divx4linux codec first, then fallback to others try divx4linux codec first, then fallback to others
.IPs "\-vc -divxds,-divx," .IPs "\-vc -divxds,-divx,"
try other codecs except Win32 DivX codec try other codecs except Win32 DivX codecs
.IPs "\-vc ffmpeg12,mpeg12," .IPs "\-vc ffmpeg12,mpeg12,"
try libavcodec's MPEG1/2 codec, then libmpeg2, then others try libavcodec's MPEG1/2 codec, then libmpeg2, then others
.IPs "\-vc ,ffdivx"
try others (non-crashing codecs), fallback to libavcodec's DivX codec
.RE .RE
.PD 1 .PD 1
. .
@ -1450,10 +1446,6 @@ See \-vfm help for a full list of available drivers.
.IPs "\-vfm ffmpeg,dshow,vfw" .IPs "\-vfm ffmpeg,dshow,vfw"
try the libavcodec, then Directshow, then VFW codecs and fallback to the others, if try the libavcodec, then Directshow, then VFW codecs and fallback to the others, if
still none is ok still none is ok
.IPs "\-vfm odivx"
try OpenDivX/DivX4 codecs (YV12) first
.IPs "\-vfm divx4"
try DivX4 codecs (YUY2) first
.IPs "\-vfm xanim" .IPs "\-vfm xanim"
try XAnim codecs first try XAnim codecs first
.RE .RE