comparison DOCS/mplayer.1 @ 7181:ad1f6cb4cee5

afm/vfm migration, suboption config example, 2 typos
author jonas
date Fri, 30 Aug 2002 22:56:46 +0000
parents a193df8b275b
children 1073dddaa687
comparison
equal deleted inserted replaced
7180:28677d779205 7181:ad1f6cb4cee5
78 directory (e.g. /etc/mplayer or /usr/local/etc/mplayer), the user specific 78 directory (e.g. /etc/mplayer or /usr/local/etc/mplayer), the user specific
79 one is '~/.mplayer/config'. User specific options override system-wide options 79 one is '~/.mplayer/config'. User specific options override system-wide options
80 and options given on the command line override either. The syntax of the config 80 and options given on the command line override either. The syntax of the config
81 files is 'option=<value>', everything after a '#' is considered a comment. 81 files is 'option=<value>', everything after a '#' is considered a comment.
82 Options that work without values can be enabled by setting them to 'yes' or '1' 82 Options that work without values can be enabled by setting them to 'yes' or '1'
83 and disabled by setting them to 'no' or '0'. 83 and disabled by setting them to 'no' or '0'. Even suboptions can be specified
84 84 this way.
85 .I EXAMPLE 85
86 .I EXAMPLE:
86 .br 87 .br
87 # Use Matrox driver by default. 88 # Use Matrox driver by default.
88 .br 89 .br
89 vo=xmga 90 vo=xmga
90 .br 91 .br
91 # I love practicing handstands while watching videos. 92 # I love practicing handstands while watching videos.
92 .br 93 .br
93 flip=yes 94 flip=yes
95 # Always encode/decode multiple files from png with 25fps, start it with -mf on
96 .br
97 mf= type=png:fps=25
94 98
95 99
96 .SH "DEMUXER/STREAM OPTIONS" 100 .SH "DEMUXER/STREAM OPTIONS"
97 .TP 101 .TP
98 .B \-aid <id> (also see \-alang option) 102 .B \-aid <id> (also see \-alang option)
367 371
368 372
369 .SH "DECODING/FILTERING OPTIONS" 373 .SH "DECODING/FILTERING OPTIONS"
370 .TP 374 .TP
371 .B \-ac <codec name> 375 .B \-ac <codec name>
372 Force usage of a specific audio codec, according to its name in codecs.conf. 376 Force usage of a specific audio codec, according to its codec name in
377 codecs.conf.
373 378
374 .I EXAMPLE: 379 .I EXAMPLE:
375 \-ac mp3 use libmp3 MP3 codec 380 \-ac mp3 use libmp3 MP3 codec
376 \-ac mp3acm use l3codeca.acm MP3 codec 381 \-ac mp3acm use l3codeca.acm MP3 codec
377 \-ac ac3 use AC3 codec 382 \-ac ac3 use AC3 codec
380 \-ac vorbis use libvorbis 385 \-ac vorbis use libvorbis
381 \-ac ffmp3 use ffmpeg's MP3 decoder (SLOW) 386 \-ac ffmp3 use ffmpeg's MP3 decoder (SLOW)
382 387
383 See \-ac help for a full list of available codecs. 388 See \-ac help for a full list of available codecs.
384 .TP 389 .TP
385 .B \-afm <1\-12> (OBSOLETE) 390 .B \-afm <driver name>
386 Force usage of a specific audio format family. 391 Force usage of a specific audio codec family, according to its driver name
387 392 in codecs.conf and fall back to default if it failed.
388 .I EXAMPLE: 393
389 \-afm 1 use libmp3 (mp2/mp3, but not mp1) 394 .I EXAMPLE:
390 \-afm 2 suppose raw PCM audio 395 \-afm mp3lib use libmp3 (mp2/3, but not mp1)
391 \-afm 3 use libac3 396 \-afm libmad use libmad (mp1/2/3, slow)
392 \-afm 4 use a matching Win32 codec 397 \-afm ffmpeg use ffmpeg's decoder (mp1/2/3)
393 \-afm 5 use aLaw/uLaw driver 398 \-afm liba52 use liba52 (ac3)
394 \-afm 10 use libvorbis 399 \-afm libvorbis use libvorbis
395 \-afm 11 use ffmpeg's MP3 decoder (even mp1)
396 .TP 400 .TP
397 .B \-aspect <ratio> 401 .B \-aspect <ratio>
398 Override aspect ratio of movies. It's autodetected on MPEG files, but can't be 402 Override aspect ratio of movies. It's autodetected on MPEG files, but can't be
399 autodetected on most AVI files. 403 autodetected on most AVI files.
400 404
524 For \-sws 2 and 7, the sharpness can be set with the scaling parameter (p) 528 For \-sws 2 and 7, the sharpness can be set with the scaling parameter (p)
525 of \-vop scale (0 (soft) \- 100 (sharp)), for \-sws 9, it specifies the filter 529 of \-vop scale (0 (soft) \- 100 (sharp)), for \-sws 9, it specifies the filter
526 length (1 \- 10). 530 length (1 \- 10).
527 .TP 531 .TP
528 .B \-vc <codec name> 532 .B \-vc <codec name>
529 Force usage of a specific video codec, according to its name in codecs.conf, 533 Force usage of a specific video codec, according to its codec name in codecs.conf,
530 534
531 .I EXAMPLE: 535 .I EXAMPLE:
532 \-vc divx use VFW DivX codec 536 \-vc divx use VFW DivX codec
533 \-vc divxds use DirectShow DivX codec 537 \-vc divxds use DirectShow DivX codec
534 \-vc ffdivx use libavcodec's DivX codec 538 \-vc ffdivx use libavcodec's DivX codec
535 \-vc ffmpeg12 use libavcodec's MPEG1/2 codec 539 \-vc ffmpeg12 use libavcodec's MPEG1/2 codec
536 \-vc divx4 use Project Mayo's DivX codec 540 \-vc divx4 use Project Mayo's DivX codec
537 541
538 See '\-vc help' for FULL list! 542 See '\-vc help' for FULL list!
539 .TP 543 .TP
540 .B \-vfm <1\-12> (OBSOLETE) 544 .B \-vfm <driver name>
541 Force usage of a specific codec FAMILY, and FALLBACK to default if failed. 545 Force usage of a specific video codec family, according to its driver name
542 546 in codecs.conf and fall back to default if it failed.
543 .I EXAMPLE: 547
544 \-vfm 2 use VFW (Win32) codecs 548 .I EXAMPLE:
545 \-vfm 3 use OpenDivX/DivX4 codec (YV12) 549 \-vfm ffmpeg use libavcodec codecs
546 (same as \-vc odivx but fallback) 550 \-vfm vfw use VFW (Win32) codecs
547 \-vfm 4 use DirectShow (Win32) codecs 551 \-vfm odivx use OpenDivX/DivX4 codec (YV12)
548 \-vfm 5 use libavcodec codecs 552 (same as \-vc odivx but fallback)
549 \-vfm 7 use DivX4 codec (YUY2) 553 \-vfm dshow use DirectShow (Win32) codecs
550 (same as \-vc divx4 but fallback) 554 \-vfm divx4 use DivX4 codec (YUY2)
551 \-vfm 10 use XAnim codecs 555 (same as \-vc divx4 but fallback)
556 \-vfm xanim use XAnim codecs
552 557
553 .I NOTE: 558 .I NOTE:
554 If libdivxdecore support was compiled in, then type 3 and 7 now contains 559 If libdivxdecore support was compiled in, then type 3 and 7 now contains
555 just the same DivX4 codec, but different APIs to reach it. For difference 560 just the same DivX4 codec, but different APIs to reach it. For difference
556 between them and when to use which, check the DivX4 section in the 561 between them and when to use which, check the DivX4 section in the
1516 .br 1521 .br
1517 up and down seek backward/forward 1 minute 1522 up and down seek backward/forward 1 minute
1518 .br 1523 .br
1519 pgup and pgdown seek backward/forward 10 minutes 1524 pgup and pgdown seek backward/forward 10 minutes
1520 .br 1525 .br
1521 < and > backward/forward in playlist 1526 < and > backward/forward in playlist
1522 .br 1527 .br
1523 HOME and END go to next/previous playtree entry 1528 HOME and END go to next/previous playtree entry
1524 in the parent list 1529 in the parent list
1525 .br 1530 .br
1526 INS and DEL go to next/previous alternative 1531 INS and DEL go to next/previous alternative