comparison DOCS/mplayer.1 @ 8628:eecc9bb4e758

better verbose description, cosmetics
author jonas
date Sat, 28 Dec 2002 23:27:41 +0000
parents 14ab71b47a58
children 0a4678b8e326
comparison
equal deleted inserted replaced
8627:14ab71b47a58 8628:eecc9bb4e758
36 . 36 .
37 .\" -------------------------------------------------------------------------- 37 .\" --------------------------------------------------------------------------
38 .\" Title 38 .\" Title
39 .\" -------------------------------------------------------------------------- 39 .\" --------------------------------------------------------------------------
40 . 40 .
41 .TH MPlayer 1 "2002-10-19" 41 .TH MPlayer 1 "2002-12-28"
42 . 42 .
43 .SH NAME 43 .SH NAME
44 mplayer \- Movie Player for Linux 44 mplayer \- Movie Player for Linux
45 .br 45 .br
46 mencoder \- Movie Encoder for Linux 46 mencoder \- Movie Encoder for Linux
387 Force audio demuxer type for \-audiofile. 387 Force audio demuxer type for \-audiofile.
388 Give the demuxer ID as defined in demuxers.h. 388 Give the demuxer ID as defined in demuxers.h.
389 Use \-audio\-demuxer 17 to force .mp3 detection. 389 Use \-audio\-demuxer 17 to force .mp3 detection.
390 .TP 390 .TP
391 .B \-audiofile <filename> 391 .B \-audiofile <filename>
392 Play audio from an external file (WAV, MP3 or Ogg Vorbis). 392 Play audio from an external file (WAV, MP3 or Ogg Vorbis) while viewing a
393 movie.
393 .TP 394 .TP
394 .B \-cdrom\-device <path\ to\ device> 395 .B \-cdrom\-device <path\ to\ device>
395 Override default CDROM drive name /dev/\:cdrom. 396 Override default CDROM drive name /dev/\:cdrom.
396 .TP 397 .TP
397 .B \-cache <kbytes> 398 .B \-cache <kbytes>
1105 Audio delay in seconds (may be +/\:\- float value). 1106 Audio delay in seconds (may be +/\:\- float value).
1106 .TP 1107 .TP
1107 .B \-format <0\-8192> 1108 .B \-format <0\-8192>
1108 Select the format used for output from the filter layer (according to the 1109 Select the format used for output from the filter layer (according to the
1109 defines in libao2/afmt.h): 1110 defines in libao2/afmt.h):
1110 . 1111
1112 .PD 0
1111 .RSs 1113 .RSs
1112 .IPs 1 1114 .IPs 1
1113 Mu-Law 1115 Mu-Law
1114 .IPs 2 1116 .IPs 2
1115 A-Law 1117 A-Law
1134 .IPs 4096 1136 .IPs 4096
1135 Signed 32-bit (Little-Endian) 1137 Signed 32-bit (Little-Endian)
1136 .IPs 8192 1138 .IPs 8192
1137 Signed 32-bit (Big-Endian) 1139 Signed 32-bit (Big-Endian)
1138 .RE 1140 .RE
1141 .PD 1
1139 . 1142 .
1140 .TP 1143 .TP
1141 .B \-mixer <device> 1144 .B \-mixer <device>
1142 This option will tell MPlayer to use a different device for mixing than 1145 This option will tell MPlayer to use a different device for mixing than
1143 /dev/\:mixer. 1146 /dev/\:mixer.
2716 .B \-skiplimit <value> 2719 .B \-skiplimit <value>
2717 Maximal skipable frames after non-skipped one 2720 Maximal skipable frames after non-skipped one
2718 (-noskiplimit for unlimited number). 2721 (-noskiplimit for unlimited number).
2719 .TP 2722 .TP
2720 .B \-v, \-\-verbose 2723 .B \-v, \-\-verbose
2721 Enable verbose output (more \-v means more verbosity). 2724 Increment verbose level (more \-v means more verbosity).
2725
2726 .PD 0
2727 .RSs
2728 .IPs 0
2729 only some informal output (default)
2730 .IPs 1
2731 some basic debug infos, avi header, function values (init debug)
2732 .IPs 2
2733 print avi indexes, chunk inputs, more debug infos (player debug)
2734 .IPs 3
2735 prints everything related to input parsers (parser debug)
2736 .RE
2737 .PD 1
2738 .
2722 .TP 2739 .TP
2723 .B \-vobsubout <basename> 2740 .B \-vobsubout <basename>
2724 Specify the basename for the output .idx and .sub files. 2741 Specify the basename for the output .idx and .sub files.
2725 This turns off subtitle rendering in the encoded movie and diverts it to 2742 This turns off subtitle rendering in the encoded movie and diverts it to
2726 Vobsub subtitle files. 2743 Vobsub subtitle files.