options: add -gamma (was only accessible from slave mode before)
[mplayer/greg.git] / DOCS / man / en / mplayer.1
blob206a46b4fa0e97f75c844f027a5148a0ea962094
1 .\" $Revision$
2 .\" MPlayer (C) 2000-2010 MPlayer Team
3 .\" This man page was/is done by Gabucino, Diego Biurrun, Jonas Jermann
5 .\" --------------------------------------------------------------------------
6 .\" Macro definitions
7 .\" --------------------------------------------------------------------------
9 .\" define indentation for suboptions
10 .nr SS 5
11 .\" add new suboption
12 .de IPs
13 .IP "\\$1" \n(SS
15 .\" begin of first level suboptions, end with .RE
16 .de RSs
17 .RS 10
19 .\" begin of 2nd level suboptions
20 .de RSss
21 .PD 0
22 .RS \n(SS+3
24 .\" end of 2nd level suboptions
25 .de REss
26 .RE
27 .PD 1
30 .\" --------------------------------------------------------------------------
31 .\" Title
32 .\" --------------------------------------------------------------------------
34 .TH MPlayer 1 "2009-03-25" "The MPlayer Project" "The Movie Player"
36 .SH NAME
37 mplayer \- movie player
39 .\" --------------------------------------------------------------------------
40 .\" Synopsis
41 .\" --------------------------------------------------------------------------
43 .SH SYNOPSIS
44 .na
45 .nh
46 .B mplayer
47 [options] [file|URL|playlist|\-]
49 .br
50 .B mplayer
51 [options] file1
52 [specific options] [file2] [specific options]
54 .br
55 .B mplayer
56 [options]
57 {group of files and options}
58 [group-specific options]
60 .br
61 .B mplayer
62 [br]://[title][/device]
63 [options]
65 .br
66 .B mplayer
67 [dvd|dvdnav]://[title|[start_title]\-end_title][/device]
68 [options]
70 .br
71 .B mplayer
72 vcd://track[/device]
74 .br
75 .B mplayer
76 tv://[channel][/input_id]
77 [options]
79 .br
80 .B mplayer
81 radio://[channel|frequency][/capture]
82 [options]
84 .br
85 .B mplayer
86 pvr://
87 [options]
89 .br
90 .B mplayer
91 dvb://[card_number@]channel
92 [options]
94 .br
95 .B mplayer
96 mf://[filemask|@listfile]
97 [\-mf options] [options]
99 .br
100 .B mplayer
101 [cdda|cddb]://track[\-endtrack][:speed][/device]
102 [options]
105 .B mplayer
106 cue://file[:track]
107 [options]
110 .B mplayer
111 [file|mms[t]|http|http_proxy|rt[s]p|ftp|udp|unsv|icyx|noicyx|smb]://
112 [user:pass@]URL[:port] [options]
115 .B mplayer
116 sdp://file
117 [options]
120 .B mplayer
121 mpst://host[:port]/URL
122 [options]
125 .B mplayer
126 tivo://host/[list|llist|fsid]
127 [options]
131 .\" --------------------------------------------------------------------------
132 .\" Description
133 .\" --------------------------------------------------------------------------
135 .SH DESCRIPTION
136 .B mplayer
137 is a movie player for Linux (runs on many other platforms and CPU
138 architectures, see the documentation).
139 It plays most MPEG/\:VOB, AVI, ASF/\:WMA/\:WMV, RM, QT/\:MOV/\:MP4, Ogg/\:OGM,
140 MKV, VIVO, FLI, NuppelVideo, yuv4mpeg, FILM and RoQ files, supported by many
141 native and binary codecs.
142 You can watch VCD, SVCD, DVD, Blu\-ray, 3ivx, DivX 3/4/5, WMV and even H.264 movies,
143 too.
145 MPlayer supports a wide range of video and audio output drivers.
146 It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, AAlib, libcaca, DirectFB,
147 Quartz, Mac OS X CoreVideo, but you can also use GGI, SDL (and all their drivers),
148 VESA (on every VESA-compatible card, even without X11), some low-level
149 card-specific drivers (for Matrox, 3dfx and ATI) and some hardware MPEG decoder
150 boards, such as the Siemens DVB, Hauppauge PVR (IVTV) and DXR3/\:Hollywood+.
151 Most of them support software or hardware scaling, so you can enjoy movies in
152 fullscreen mode.
154 MPlayer has an onscreen display (OSD) for status information, nice big
155 antialiased shaded subtitles and visual feedback for keyboard controls.
156 European/\:ISO8859-1,2 (Hungarian, English, Czech, etc), Cyrillic and Korean
157 fonts are supported along with 12 subtitle formats (MicroDVD, SubRip, OGM,
158 SubViewer, Sami, VPlayer, RT, SSA, AQTitle, JACOsub, PJS and our own: MPsub) and
159 DVD subtitles (SPU streams, VOBsub and Closed Captions).
161 Usage examples to get you started quickly can be found at the end
162 of this man page.
164 .B Also see the HTML documentation!
167 .\" --------------------------------------------------------------------------
168 .\" interactive control
169 .\" --------------------------------------------------------------------------
171 .SH "INTERACTIVE CONTROL"
172 MPlayer has a fully configurable, command-driven control layer
173 which allows you to control MPlayer using keyboard, mouse, joystick
174 or remote control (with LIRC).
175 See the \-input option for ways to customize it.
178 .B keyboard control
179 .PD 0
181 .IPs "<\- and \->"
182 Seek backward/\:forward 10 seconds.
183 Shift+arrow does a 1 second exact seek (see \-hr\-seek; currently modifier
184 keys like shift only work if used in an X output window).
185 .IPs "up and down"
186 Seek forward/\:backward 1 minute.
187 Shift+arrow does a 5 second exact seek (see \-hr\-seek; currently modifier
188 keys like shift only work if used in an X output window).
189 .IPs "pgup and pgdown"
190 Seek forward/\:backward 10 minutes.
191 .IPs "[ and ]"
192 Decrease/increase current playback speed by 10%.
193 .IPs "{ and }"
194 Halve/double current playback speed.
195 .IPs "backspace"
196 Reset playback speed to normal.
197 .IPs "< and >"
198 Go backward/\:forward in the playlist.
199 .IPs "ENTER"
200 Go forward in the playlist, even over the end.
201 .IPs "HOME and END"
202 next/\:previous playtree entry in the parent list
203 .IPs "INS and DEL (ASX playlist only)"
204 next/\:previous alternative source.
205 .IPs "p / SPACE"
206 Pause (pressing again unpauses).
207 .IPs ".\ \ \ \ "
208 Step forward.
209 Pressing once will pause movie, every consecutive press will play one frame
210 and then go into pause mode again.
211 .IPs "q / ESC"
212 Stop playing and quit.
213 .IPs "U\ \ \ \ "
214 Stop playing (and quit if \-idle is not used).
215 .IPs "+ and \-"
216 Adjust audio delay by +/\- 0.1 seconds.
217 .IPs "/ and *"
218 Decrease/\:increase volume.
219 .IPs "9 and 0"
220 Decrease/\:increase volume.
221 .IPs "( and )"
222 Adjust audio balance in favor of left/\:right channel.
223 .IPs "m\ \ \ \ "
224 Mute sound.
225 .IPs "_ (MPEG-TS, AVI and libavformat only)"
226 Cycle through the available video tracks.
227 .IPs "# (DVD, Blu-ray, MPEG, Matroska, AVI and libavformat only)"
228 Cycle through the available audio tracks.
229 .IPs "TAB (MPEG-TS and libavformat only)"
230 Cycle through the available programs.
231 .IPs "f\ \ \ \ "
232 Toggle fullscreen (also see \-fs).
233 .IPs "T\ \ \ \ "
234 Toggle stay-on-top (also see \-ontop).
235 .IPs "w and e"
236 Decrease/\:increase pan-and-scan range.
237 .IPs "o\ \ \ \ "
238 Toggle OSD states: none / seek / seek + timer / seek + timer + total time.
239 .IPs "d\ \ \ \ "
240 Toggle frame dropping states: none / skip display / skip decoding
241 (see \-framedrop and \-hardframedrop).
242 .IPs "v\ \ \ \ "
243 Toggle subtitle visibility.
244 .IPs "j and J"
245 Cycle through the available subtitles.
246 .IPs "y and g"
247 Step forward/backward in the subtitle list.
248 .IPs "F\ \ \ \ "
249 Toggle displaying "forced subtitles".
250 .IPs "a\ \ \ \ "
251 Toggle subtitle alignment: top / middle / bottom.
252 .IPs "x and z"
253 Adjust subtitle delay by +/\- 0.1 seconds.
254 .IPs "C (\-capture only)"
255 Start/stop capturing the primary stream.
256 .IPs "r and t"
257 Move subtitles up/down.
258 .IPs "i (\-edlout mode only)"
259 Set start or end of an EDL skip and write it out to the given file.
260 .IPs "s (\-vf screenshot only)"
261 Take a screenshot.
262 .IPs "S (\-vf screenshot only)"
263 Start/stop taking screenshots.
264 .IPs "I\ \ \ \ "
265 Show filename on the OSD.
266 .IPs "P\ \ \ \ "
267 Show progression bar, elapsed time and total duration on the OSD.
268 .IPs "! and @"
269 Seek to the beginning of the previous/next chapter.
270 .IPs "D (\-vo xvmc, \-vo vdpau, \-vf yadif, \-vf kerndeint only)"
271 Activate/deactivate deinterlacer.
272 .IPs "A\ \ \ \ "
273 Cycle through the available DVD angles.
274 .IPs "c (currently -vo vdpau and -vo xv only)"
275 Change YUV colorspace.
277 .PD 1
280 (The following keys are valid only when using a video output that supports
281 the corresponding adjustment, the software equalizer
282 (\-vf eq or \-vf eq2) or hue filter (\-vf hue).)
285 .PD 0
287 .IPs "1 and 2"
288 Adjust contrast.
289 .IPs "3 and 4"
290 Adjust brightness.
291 .IPs "5 and 6"
292 Adjust hue.
293 .IPs "7 and 8"
294 Adjust saturation.
296 .PD 1
299 (The following keys are valid only when using the quartz or corevideo
300 video output driver.)
303 .PD 0
305 .IPs "command + 0"
306 Resize movie window to half its original size.
307 .IPs "command + 1"
308 Resize movie window to its original size.
309 .IPs "command + 2"
310 Resize movie window to double its original size.
311 .IPs "command + f"
312 Toggle fullscreen (also see \-fs).
313 .IPs "command + [ and command + ]"
314 Set movie window alpha.
316 .PD 1
319 (The following keys are valid only when using the sdl
320 video output driver.)
323 .PD 0
325 .IPs "c\ \ \ \ "
326 Cycle through available fullscreen modes.
327 .IPs "n\ \ \ \ "
328 Restore original mode.
330 .PD 1
333 (The following keys are valid if you have a keyboard
334 with multimedia keys.)
337 .PD 0
339 .IPs PAUSE
340 Pause.
341 .IPs "STOP\ "
342 Stop playing and quit.
343 .IPs "PREVIOUS and NEXT"
344 Seek backward/\:forward 1 minute.
346 .PD 1
349 (The following keys are only valid if you compiled with TV or DVB input
350 support and will take precedence over the keys defined above.)
353 .PD 0
355 .IPs "h and k"
356 Select previous/\:next channel.
357 .IPs "n\ \ \ \ "
358 Change norm.
359 .IPs "u\ \ \ \ "
360 Change channel list.
362 .PD 1
365 (The following keys are only valid if you compiled with dvdnav
366 support: They are used to navigate the menus.)
369 .PD 0
371 .IPs "keypad 8"
372 Select button up.
373 .IPs "keypad 2"
374 Select button down.
375 .IPs "keypad 4"
376 Select button left.
377 .IPs "keypad 6"
378 Select button right.
379 .IPs "keypad 5"
380 Return to main menu.
381 .IPs "keypad 7"
382 Return to nearest menu (the order of preference is: chapter->title->root).
383 .IPs "keypad ENTER"
384 Confirm choice.
386 .PD 1
390 (The following keys are used for controlling TV teletext. The data may
391 come from either an analog TV source or an MPEG transport stream.)
394 .PD 0
396 .IPs "X\ \ \ \ "
397 Switch teletext on/\:off.
398 .IPs "Q and W"
399 Go to next/\:prev teletext page.
401 .PD 1
404 .B mouse control
405 .PD 0
407 .IPs "button 3 and button 4"
408 Seek backward/\:forward 1 minute.
409 .IPs "button 5 and button 6"
410 Decrease/\:increase volume.
412 .PD 1
415 .B joystick control
416 .PD 0
418 .IPs "left and right"
419 Seek backward/\:forward 10 seconds.
420 .IPs "up and down"
421 Seek forward/\:backward 1 minute.
422 .IPs "button 1"
423 Pause.
424 .IPs "button 2"
425 Toggle OSD states: none / seek / seek + timer / seek + timer + total time.
426 .IPs "button 3 and button 4"
427 Decrease/\:increase volume.
429 .PD 1
432 .\" --------------------------------------------------------------------------
433 .\" Usage
434 .\" --------------------------------------------------------------------------
436 .SH "USAGE"
437 Every 'flag' option has a 'noflag' counterpart, e.g.\& the opposite of the
438 \-fs option is \-nofs.
440 If an option is marked as (XXX only), it will only work in combination with
441 the XXX option or if XXX is compiled in.
443 .I NOTE:
444 The suboption parser (used for example for \-ao pcm suboptions) supports
445 a special kind of string-escaping intended for use with external GUIs.
447 It has the following format:
449 %n%string_of_length_n
451 .I EXAMPLES:
453 mplayer \-ao pcm:file=%10%C:test.wav test.avi
455 Or in a script:
457 mplayer \-ao pcm:file=%`expr length "$NAME"`%"$NAME" test.avi
460 .\" --------------------------------------------------------------------------
461 .\" Configuration files
462 .\" --------------------------------------------------------------------------
464 .SH "CONFIGURATION FILES"
465 You can put all of the options in configuration files which will be read
466 every time MPlayer is run.
467 The system-wide configuration file 'mplayer.conf' is in your configuration
468 directory (e.g.\& /etc/\:mplayer or /usr/\:local/\:etc/\:mplayer), the user
469 specific one is '~/\:.mplayer/\:config'.
470 User specific options override system-wide options and options given on the
471 command line override either.
472 The syntax of the configuration files is 'option=<value>', everything after
473 a '#' is considered a comment.
474 Options that work without values can be enabled by setting them to 'yes'
475 or '1' or 'true' and disabled by setting them to 'no' or '0' or 'false'.
476 Even suboptions can be specified in this way.
478 You can also write file-specific configuration files.
479 If you wish to have a configuration file for a file called 'movie.avi', create a file
480 named 'movie.avi.conf' with the file-specific options in it and put it in
481 ~/.mplayer/.
482 You can also put the configuration file in the same directory as the file to
483 be played, as long as you give the \-use\-filedir\-conf option (either on the
484 command line or in your global config file).
485 If a file-specific configuration file is found in the same directory, no
486 file-specific configuration is loaded from ~/.mplayer.
487 In addition, the \-use\-filedir\-conf option enables directory-specific
488 configuration files.
489 For this, MPlayer first tries to load a mplayer.conf from the same directory as
490 the file played and then tries to load any file-specific configuration.
492 .I EXAMPLE MPLAYER CONFIGURATION FILE:
493 .sp 1
495 # Use Matrox driver by default.
496 vo=xmga
497 # I love practicing handstands while watching videos.
498 flip=yes
499 # Decode multiple files from PNG,
500 # start with mf://filemask
501 mf=type=png:fps=25
502 # Eerie negative images are cool.
503 vf=eq2=1.0:\-0.8
506 .\" --------------------------------------------------------------------------
507 .\" Profiles
508 .\" --------------------------------------------------------------------------
510 .SH "PROFILES"
511 To ease working with different configurations profiles can be defined in the
512 configuration files.
513 A profile starts with its name between square brackets, e.g.\& '[my-profile]'.
514 All following options will be part of the profile.
515 A description (shown by \-profile help) can be defined with the profile-desc
516 option.
517 To end the profile, start another one or use the profile name 'default'
518 to continue with normal options.
521 .I "EXAMPLE MPLAYER PROFILE:"
522 .sp 1
525 [protocol.dvd]
526 profile-desc="profile for dvd:// streams"
527 vf=pp=hb/vb/dr/al/fd
528 alang=en
530 [protocol.dvdnav]
531 profile-desc="profile for dvdnav:// streams"
532 profile=protocol.dvd
533 mouse-movements=yes
534 nocache=yes
536 [extension.flv]
537 profile-desc="profile for .flv files"
538 flip=yes
540 [vo.pnm]
541 outdir=/tmp
543 [ao.alsa]
544 device=spdif
547 .\" --------------------------------------------------------------------------
548 .\" Options
549 .\" --------------------------------------------------------------------------
551 .SH "GENERAL OPTIONS"
554 .B \-codecpath <dir>
555 Specify a directory for binary codecs.
558 .B \-codecs\-file <filename> (also see \-afm, \-ac, \-vfm, \-vc)
559 Override the standard search path and use the specified file
560 instead of the builtin codecs.conf.
563 .B \-include <configuration file>
564 Specify configuration file to be parsed after the default ones.
567 .B \-list\-options
568 Prints all available options.
571 .B \-msgcharset <charset>
572 Convert console messages to the specified character set (default: autodetect).
573 Text will be in the encoding specified with the \-\-charset configure option.
574 Set this to "noconv" to disable conversion (for e.g.\& iconv problems).
576 .I NOTE:
577 The option takes effect after command line parsing has finished.
578 The MPLAYER_CHARSET environment variable can help you get rid of
579 the first lines of garbled output.
582 .B \-msgcolor
583 Enable colorful console output on terminals that support ANSI color.
586 .B \-msglevel <all=<level>:<module>=<level>:...>
587 Control verbosity directly for each module.
588 The 'all' module changes the verbosity of all the modules not
589 explicitly specified on the command line.
590 See '\-msglevel help' for a list of all modules.
592 .I NOTE:
593 Some messages are printed before the command line is parsed and are
594 therefore not affected by \-msglevel.
595 To control these messages you have to use the MPLAYER_VERBOSE environment
596 variable, see its description below for details.
598 Available levels:
599 .PD 0
600 .RSs
601 .IPs "\-1"
602 complete silence
603 .IPs " 0"
604 fatal messages only
605 .IPs " 1"
606 error messages
607 .IPs " 2"
608 warning messages
609 .IPs " 3"
610 short hints
611 .IPs " 4"
612 informational messages
613 .IPs " 5"
614 status messages (default)
615 .IPs " 6"
616 verbose messages
617 .IPs " 7"
618 debug level 2
619 .IPs " 8"
620 debug level 3
621 .IPs " 9"
622 debug level 4
624 .PD 1
627 .B \-msgmodule
628 Prepend module name in front of each console message.
631 .B \-noconfig <options>
632 Do not parse selected configuration files.
634 .I NOTE:
635 If \-include or \-use\-filedir\-conf options are
636 specified at the command line, they will be honoured.
637 .sp 1
638 Available options are:
639 .PD 0
640 .RSs
641 .IPs "all\ \ "
642 all configuration files
643 .IPs system
644 system configuration file
645 .IPs "user\ "
646 user configuration file
648 .PD 1
651 .B "\-quiet\ "
652 Make console output less verbose; in particular, prevents the status line
653 (i.e.\& A:   0.7 V:   0.6 A-V:  0.068 ...) from being displayed.
654 Particularly useful on slow terminals or broken ones which do not properly
655 handle carriage return (i.e.\& \\r).
658 .B \-priority <prio> (Windows and OS/2 only)
659 Set process priority for MPlayer according to the predefined
660 priorities available under Windows and OS/2.
661 Possible values of <prio>:
662 .RSs
663 idle|belownormal|normal|abovenormal|high|realtime
665 .sp 1
667 .I WARNING:
668 Using realtime priority can cause system lockup.
672 .B \-profile <profile1,profile2,...>
673 Use the given profile(s), \-profile help displays a list of the defined profiles.
676 .B \-really\-quiet (also see \-quiet)
677 Display even less output and status messages than with \-quiet.
680 .B \-show\-profile <profile>
681 Show the description and content of a profile.
684 .B \-use\-filedir\-conf
685 Look for a file-specific configuration file in the same directory as
686 the file that is being played.
688 .I WARNING:
689 May be dangerous if playing from untrusted media.
692 .B "\-v\ \ \ \ \ "
693 Increment verbosity level, one level for each \-v
694 found on the command line.
698 .SH "PLAYER OPTIONS"
701 .B \-autoq <quality> (use with \-vf [s]pp)
702 Dynamically changes the level of postprocessing depending on the available spare
703 CPU time.
704 The number you specify will be the maximum level used.
705 Usually you can use some big number.
706 You have to use \-vf [s]pp without parameters in order for this to work.
709 .B \-autosync <factor>
710 Gradually adjusts the A/V sync based on audio delay measurements.
711 Specifying \-autosync 0, the default, will cause frame timing to be based
712 entirely on audio delay measurements.
713 Specifying \-autosync 1 will do the same, but will subtly change the A/V
714 correction algorithm.
715 An uneven video framerate in a movie which plays fine with \-nosound can
716 often be helped by setting this to an integer value greater than 1.
717 The higher the value, the closer the timing will be to \-nosound.
718 Try \-autosync 30 to smooth out problems with sound drivers which do
719 not implement a perfect audio delay measurement.
720 With this value, if large A/V sync offsets occur, they will only take about
721 1 or 2 seconds to settle out.
722 This delay in reaction time to sudden A/V offsets should be the only
723 side-effect of turning this option on, for all sound drivers.
726 .B \-benchmark
727 Prints some statistics on CPU usage and dropped frames at the end of playback.
728 Use in combination with \-nosound and \-vo null for benchmarking only the
729 video codec.
731 .I NOTE:
732 With this option MPlayer will also ignore frame duration when playing
733 only video (you can think of that as infinite fps).
736 .B \-chapter\-merge\-threshold <number>
737 Threshold for merging almost consecutive ordered chapter parts
738 in milliseconds (default: 100).
739 Some Matroska files with ordered chapters have inaccurate chapter
740 end timestamps, causing a small gap between the end of one chapter and
741 the start of the next one when they should match.
742 If the end of one playback part is less than the given threshold away
743 from the start of the next one then keep playing video normally over the
744 chapter change instead of doing a seek.
747 .B \-colorkey <number>
748 Changes the colorkey to an RGB value of your choice.
749 0x000000 is black and 0xffffff is white.
750 Only supported by the fbdev, svga, vesa, xmga,
751 xover, xv (see \-vo xv:ck), xvmc (see \-vo xv:ck) and directx video output
752 drivers.
755 .B \-nocolorkey
756 Disables colorkeying.
757 Only supported by the fbdev, svga, vesa, xmga,
758 xover, xv (see \-vo xv:ck), xvmc (see \-vo xv:ck) and directx video output
759 drivers.
762 .B \-correct\-pts, \-nocorrect\-pts
763 Switches MPlayer to a mode where timestamps for video frames
764 are calculated differently and video filters which add new frames or
765 modify timestamps of existing ones are supported.
766 Now enabled automatically for most common file formats.
767 The more accurate timestamps can be visible for example when playing
768 subtitles timed to scene changes with the \-ass option.
769 Without \-correct\-pts the subtitle timing will typically be off by some frames.
770 This option does not work correctly with some demuxers and codecs.
773 .B \-crash\-debug (DEBUG CODE)
774 Automatically attaches gdb upon crash or SIGTRAP.
775 Support must be compiled in by configuring with \-\-enable\-crash\-debug.
778 .B \-doubleclick\-time
779 Time in milliseconds to recognize two consecutive button presses as
780 a double-click (default: 300).
781 Set to 0 to let your windowing system decide what a double-click is
782 (\-vo directx only).
784 .I NOTE:
785 You will get slightly different behaviour depending on whether you bind
786 MOUSE_BTN0_DBL or MOUSE_BTN0\-MOUSE_BTN0_DBL.
789 .B \-edlout <filename>
790 Creates a new file and writes edit decision list (EDL) records to it.
791 During playback, the user hits 'i' to mark the start or end of a skip block.
792 This provides a starting point from which the user can fine-tune EDL entries
793 later.
794 See http://www.mplayerhq.hu/\:DOCS/\:HTML/\:en/\:edl.html for details.
797 .B \-fixed\-vo, \-nofixed\-vo
798 \-fixed\-vo enforces a fixed video system for multiple files (one
799 (un)initialization for all files).
800 Therefore only one window will be opened for all files.
801 Now enabled by default, use \-nofixed\-vo to disable and create a new window
802 whenever the video stream changes.
803 Some of the older drivers may not be fixed-vo compliant.
806 .B \-framedrop (also see \-hardframedrop, experimental without \-nocorrect\-pts)
807 Skip displaying some frames to maintain A/V sync on slow systems.
808 Video filters are not applied to such frames.
809 For B-frames even decoding is skipped completely.
812 .B \-h, \-help, \-\-help
813 Show short summary of options.
816 .B \-hardframedrop (experimental without \-nocorrect\-pts)
817 More intense frame dropping (breaks decoding).
818 Leads to image distortion!
819 Note that especially the libmpeg2 decoder may crash with this,
820 so consider using "\-vc ffmpeg12,".
823 .B \-heartbeat\-cmd
824 Command that is executed every 30 seconds during playback via system() -
825 i.e.\& using the shell.
826 .sp 1
827 .I NOTE:
828 MPlayer uses this command without any checking, it is your responsibility
829 to ensure it does not cause security problems (e.g.\& make sure to use full
830 paths if "." is in your path like on Windows).
831 It also only works when playing video (i.e.\& not with \-novideo but works with \-vo null).
832 .sp 1
833 This can be "misused" to disable screensavers that do not support the proper
834 X API (also see \-stop\-xscreensaver).
835 If you think this is too complicated, ask the author of the screensaver
836 program to support the proper X APIs.
837 .sp 1
838 .I EXAMPLE for xscreensaver:
839 mplayer \-heartbeat\-cmd "xscreensaver\-command \-deactivate" file
840 .sp 1
841 .I EXAMPLE for GNOME screensaver:
842 mplayer \-heartbeat\-cmd "gnome\-screensaver\-command \-p" file
844 .PD 1
847 .B \-hr\-seek off|absolute|always
848 Select when to use precise seeks that are not limited to keyframes.
849 Such seeks require decoding video from the previous keyframe up to the target
850 position and so can take some time depending on decoding performance.
851 For some video formats precise seeks are disabled. This option selects the
852 default choice to use for seeks; it's possible to explicitly override that
853 default in the definition of key bindings and in slave mode commands.
854 .PD 0
855 .RSs
856 .IPs off
857 Never use precise seeks.
858 .IPs absolute
859 Use precise seeks if the seek is to an absolute position in the file,
860 such as a chapter seek, but not for relative seeks like the default
861 behavior of arrow keys (default).
862 .IPs always
863 Use precise seeks whenever possible.
865 .PD 1
868 .B \-identify
869 Shorthand for \-msglevel identify=4.
870 Show file parameters in an easily parseable format.
871 Also prints more detailed information about subtitle and audio
872 track languages and IDs.
873 In some cases you can get more information by using \-msglevel identify=6.
874 For example, for a DVD or Blu\-ray it will list the chapters and time length
875 of each title, as well as a disk ID.
876 Combine this with \-frames 0 to suppress all video output.
877 The wrapper script TOOLS/\:midentify.sh suppresses the other MPlayer output and
878 (hopefully) shellescapes the filenames.
881 .B \-idle (also see \-slave)
882 Makes MPlayer wait idly instead of quitting when there is no file to play.
883 Mostly useful in slave mode where MPlayer can be controlled
884 through input commands.
887 .B \-input <commands>
888 This option can be used to configure certain parts of the input system.
889 Paths are relative to ~/.mplayer/.
891 .I NOTE:
892 Autorepeat is currently only supported by joysticks.
893 .sp 1
894 Available commands are:
895 .sp 1
896 .PD 0
897 .RSs
898 .IPs conf=<filename>
899 Specify input configuration file other than the default
900 ~/\:.mplayer/\:input.conf.
901 ~/\:.mplayer/\:<filename> is assumed if no full path is given.
902 .IPs ar-dev=<device>
903 Device to be used for Apple IR Remote (default is autodetected, Linux only).
904 .IPs ar-delay
905 Delay in milliseconds before we start to autorepeat a key (0 to disable).
906 .IPs ar-rate
907 Number of key presses to generate per second on autorepeat.
908 .IPs (no)default-bindings
909 Use the key bindings that MPlayer ships with by default.
910 .IPs keylist
911 Prints all keys that can be bound to commands.
912 .IPs cmdlist
913 Prints all commands that can be bound to keys.
914 .IPs js-dev
915 Specifies the joystick device to use (default: /dev/\:input/\:js0).
916 .IPs file=<filename>
917 Read commands from the given file.
918 Mostly useful with a FIFO.
920 .I NOTE:
921 When the given file is a FIFO MPlayer opens both ends so you can do
922 several 'echo "seek 10" > mp_pipe' and the pipe will stay valid.
924 .PD 1
927 .B \-key\-fifo\-size <2\-65000>
928 Specify the size of the FIFO that buffers key events (default: 7).
929 A FIFO of size n can buffer (n\-1) events.
930 If it is too small some events may be lost
931 (leading to "stuck mouse buttons" and similar effects).
932 If it is too big, MPlayer may seem to hang while it
933 processes the buffered events.
934 To get the same behavior as before this option was introduced,
935 set it to 2 for Linux or 1024 for Windows.
938 .B \-lircconf <filename> (LIRC only)
939 Specifies a configuration file for LIRC (default: ~/.lircrc).
942 .B \-list\-properties
943 Print a list of the available properties.
946 .B \-loop <number>
947 Loops movie playback <number> times.
948 0 means forever.
951 .B \-menu (OSD menu only)
952 Turn on OSD menu support.
955 .B \-menu\-cfg <filename> (OSD menu only)
956 Use an alternative menu.conf.
959 .B \-menu\-chroot <path> (OSD menu only)
960 Chroot the file selection menu to a specific location.
961 .sp 1
962 .I EXAMPLE:
963 .PD 0
964 .RSs
965 .IPs "\-menu\-chroot /home"
966 Will restrict the file selection menu to /\:home and downward (i.e.\& no
967 access to / will be possible, but /home/user_name will).
969 .PD 1
972 .B \-menu\-keepdir (OSD menu only)
973 File browser starts from the last known location instead of current directory.
976 .B \-menu\-root <value> (OSD menu only)
977 Specify the main menu.
980 .B \-menu\-startup (OSD menu only)
981 Display the main menu at MPlayer startup.
984 .B \-mouse\-movements
985 Permit MPlayer to receive pointer events reported by the video
986 output driver.
987 Necessary to select the buttons in DVD menus.
988 Supported for X11-based VOs (x11, xv, xvmc, etc) and the gl, gl2, direct3d and
989 corevideo VOs.
992 .B \-noar
993 Turns off AppleIR remote support.
996 .B \-noconsolecontrols
997 Prevent MPlayer from reading key events from standard input.
998 Useful when reading data from standard input.
999 This is automatically enabled when \- is found on the command line.
1000 There are situations where you have to set it manually, e.g.\&
1001 if you open /dev/\:stdin (or the equivalent on your system), use stdin
1002 in a playlist or intend to read from stdin later on via the loadfile or
1003 loadlist slave commands.
1006 .B \-noinitial-audio-sync
1007 When starting a video file or after events such as seeking MPlayer will by
1008 default modify the audio stream to make it start from the same timestamp as
1009 video, by either inserting silence at the start or cutting away the first
1010 samples.
1011 This option disables that functionality and makes the player behave like
1012 older MPlayer versions did: video and audio are both started immediately
1013 even if their start timestamps differ, and then video timing is gradually
1014 adjusted if necessary to reach correct synchronization later.
1017 .B \-nojoystick
1018 Turns off joystick support.
1021 .B \-nolirc
1022 Turns off LIRC support.
1025 .B \-nomouseinput
1026 Disable mouse button press/\:release input (mozplayerxp's context menu relies
1027 on this option).
1029 .B \-noordered\-chapters
1030 Disable support for Matroska ordered chapters.
1031 MPlayer will not load or search for video segments from other files,
1032 and will also ignore any chapter order specified for the main file.
1035 .B \-pts\-association\-mode auto|decode|sort
1036 Select the method used to determine which container packet timestamp
1037 corresponds to a particular output frame from the video decoder.
1038 Normally you shouldn't need to change this option.
1039 .PD 0
1040 .RSs
1041 .IPs auto
1042 Try to pick a working mode from the ones below automatically (default)
1043 .IPs decoder
1044 Use decoder reordering functionality.
1045 .IPs sort
1046 Maintain a buffer of unused pts values and use the lowest value for the frame.
1048 .PD 1
1051 .B \-rtc (RTC only)
1052 Turns on usage of the Linux RTC (realtime clock \- /dev/\:rtc) as timing
1053 mechanism.
1054 This wakes up the process every 1/1024 seconds to check the current time.
1055 Useless with modern Linux kernels configured for desktop use as they already
1056 wake up the process with similar accuracy when using normal timed sleep.
1059 .B \-playing\-msg <string>
1060 Print out a string before starting playback.
1061 The following expansions are supported:
1062 .RSs
1063 .IPs ${NAME}
1064 Expand to the value of the property NAME.
1065 .IPs ?(NAME:TEXT)
1066 Expand TEXT only if the property NAME is available.
1067 .IPs ?(!NAME:TEXT)
1068 Expand TEXT only if the property NAME is not available.
1072 .B \-playlist <filename>
1073 Play files according to a playlist file (ASX, Winamp, SMIL, or
1074 one-file-per-line format).
1076 .I WARNING:
1077 The way MPlayer parses and uses playlist files is not safe against
1078 maliciously constructed files.
1079 Such files may trigger harmful actions.
1080 This has been the case for all MPlayer versions, but unfortunately this
1081 fact was not well documented earlier, and some people have even misguidedly
1082 recommended use of -playlist with untrusted sources.
1083 Do NOT use -playlist with random internet sources or files you don't trust!
1085 .I NOTE:
1086 This option is considered an entry so options found after it will apply
1087 only to the elements of this playlist.
1089 FIXME: This needs to be clarified and documented thoroughly.
1092 .B \-rtc\-device <device>
1093 Use the specified device for RTC timing.
1096 .B \-shuffle
1097 Play files in random order.
1100 .B \-slave (also see \-input)
1101 Switches on slave mode, in which MPlayer works as a backend for other programs.
1102 Instead of intercepting keyboard events, MPlayer will read commands separated
1103 by a newline (\\n) from stdin.
1105 .I NOTE:
1106 See \-input cmdlist for a list of slave commands and DOCS/tech/slave.txt
1107 for their description.
1108 Also, this is not intended to disable other inputs, e.g.\& via the video window,
1109 use some other method like \-input nodefault\-bindings:conf=/dev/null for that.
1112 .B \-softsleep
1113 Time frames by repeatedly checking the current time instead of asking the
1114 kernel to wake up MPlayer at the correct time.
1115 Useful if your kernel timing is imprecise and you cannot use the RTC either.
1116 Comes at the price of higher CPU consumption.
1119 .B \-sstep <sec>
1120 Skip <sec> seconds after every frame.
1121 The normal framerate of the movie is kept, so playback is accelerated.
1122 Since MPlayer can only seek to the next keyframe this may be inexact.
1126 .SH "DEMUXER/STREAM OPTIONS"
1129 .B \-a52drc <level>
1130 Select the Dynamic Range Compression level for AC-3 audio streams.
1131 <level> is a float value ranging from 0 to 1, where 0 means no compression
1132 and 1 (which is the default) means full compression (make loud passages more
1133 silent and vice versa).
1134 Values up to 2 are also accepted, but are purely experimental.
1135 This option only shows an effect if the AC-3 stream contains the required range
1136 compression information.
1139 .B \-aid <ID> (also see \-alang)
1140 Select audio channel (MPEG: 0\-31, AVI/\:OGM: 1\-99, ASF/\:RM: 0\-127,
1141 VOB(AC-3): 128\-159, VOB(LPCM): 160\-191, MPEG-TS 17\-8190).
1142 MPlayer prints the available audio IDs when run in verbose (\-v) mode.
1143 When playing an MPEG-TS stream, MPlayer will use the first program (if present)
1144 with the chosen audio stream.
1147 .B \-ausid <ID> (also see \-alang)
1148 Select audio substream channel.
1149 Currently the valid range is 0x55..0x75 and applies only to MPEG-TS when handled
1150 by the native demuxer (not by libavformat).
1151 The format type may not be correctly identified because of how this information
1152 (or lack thereof) is embedded in the stream, but it will demux correctly the
1153 audio streams when multiple substreams are present.
1154 MPlayer prints the available substream IDs when run with \-identify.
1157 .B \-alang <language code[,language code,...]> (also see \-aid)
1158 Specify a priority list of audio languages to use.
1159 Different container formats employ different language codes.
1160 DVDs use ISO 639-1 two letter language codes, Matroska, MPEG-TS and NUT
1161 use ISO 639-2 three letter language codes while OGM uses a free-form identifier.
1162 MPlayer prints the available languages when run in verbose (\-v) mode.
1163 .sp 1
1164 .I EXAMPLE:
1165 .PD 0
1166 .RSs
1167 .IPs "mplayer dvd://1 \-alang hu,en"
1168 Chooses the Hungarian language track on a DVD and falls back on English if
1169 Hungarian is not available.
1170 .IPs "mplayer \-alang jpn example.mkv"
1171 Plays a Matroska file in Japanese.
1173 .PD 1
1176 .B \-audio\-demuxer <[+]name> (\-audiofile only)
1177 Force audio demuxer type for \-audiofile.
1178 Use a '+' before the name to force it, this will skip some checks!
1179 Give the demuxer name as printed by \-audio\-demuxer help.
1180 For backward compatibility it also accepts the demuxer ID as defined in
1181 libmpdemux/\:demuxer.h.
1182 \-audio\-demuxer audio or \-audio\-demuxer 17 forces MP3.
1185 .B \-audiofile <filename>
1186 Play audio from an external file (WAV, MP3 or Ogg Vorbis) while viewing a
1187 movie.
1190 .B \-audiofile\-cache <kBytes>
1191 Enables caching for the stream used by \-audiofile, using the specified
1192 amount of memory.
1195 .B \-reuse\-socket (udp:// only)
1196 Allows a socket to be reused by other processes as soon as it is closed.
1199 .B \-bandwidth <Bytes> (network only)
1200 Specify the maximum bandwidth for network streaming (for servers that are
1201 able to send content in different bitrates).
1202 Useful if you want to watch live streamed media behind a slow connection.
1203 With Real RTSP streaming, it is also used to set the maximum delivery
1204 bandwidth allowing faster cache filling and stream dumping.
1207 .B \-bluray\-angle <angle ID> (Blu\-ray only)
1208 Some Blu\-ray discs contain scenes that can be viewed from multiple angles.
1209 Here you can tell MPlayer which angles to use (default: 1).
1212 .B \-bluray\-chapter <chapter ID> (Blu\-ray only)
1213 Tells MPlayer which Blu\-ray chapter to start the current title from (default: 1).
1216 .B \-bluray\-device <path to disc> (Blu\-ray only)
1217 Specify the Blu\-ray disc location. Must be a directory with Blu\-ray structure.
1220 .B \-cache <kBytes>
1221 This option specifies how much memory (in kBytes) to use when precaching a
1222 file or URL.
1223 Especially useful on slow media.
1226 .B \-nocache
1227 Turns off caching.
1230 .B \-cache\-min <percentage>
1231 Playback will start when the cache has been filled up to <percentage>
1232 of the total.
1235 .B \-cache\-seek\-min <percentage>
1236 If a seek is to be made to a position within <percentage> of the cache size
1237 from the current position, MPlayer will wait for the cache to be filled to
1238 this position rather than performing a stream seek (default: 50).
1241 .B \-capture
1242 Allows capturing the primary stream (not additional audio tracks or other
1243 kind of streams) into the file specified by \-dumpfile or \"stream.dump\"
1244 by default.
1245 If this option is given, capturing can be started and stopped by pressing
1246 the key bound to this function (see section INTERACTIVE CONTROL).
1247 Same as for \-dumpstream, this will likely not produce usable results for
1248 anything else than MPEG streams.
1249 Note that, due to cache latencies, captured data may begin and end
1250 somewhat delayed compared to what you see displayed.
1253 .B \-cdda <option1:option2> (CDDA only)
1254 This option can be used to tune the CD Audio reading feature of MPlayer.
1255 .sp 1
1256 Available options are:
1257 .RSs
1258 .IPs speed=<value>
1259 Set CD spin speed.
1260 .IPs paranoia=<0\-2>
1261 Set paranoia level.
1262 Values other than 0 seem to break playback of anything but the first track.
1263 .RSss
1264 0: disable checking (default)
1266 1: overlap checking only
1268 2: full data correction and verification
1269 .REss
1270 .IPs generic-dev=<value>
1271 Use specified generic SCSI device.
1272 .IPs sector-size=<value>
1273 Set atomic read size.
1274 .IPs overlap=<value>
1275 Force minimum overlap search during verification to <value> sectors.
1276 .IPs toc-bias
1277 Assume that the beginning offset of track 1 as reported in the TOC will be
1278 addressed as LBA 0.
1279 Some Toshiba drives need this for getting track boundaries correct.
1280 .IPs toc-offset=<value>
1281 Add <value> sectors to the values reported when addressing tracks.
1282 May be negative.
1283 .IPs (no)skip
1284 (Never) accept imperfect data reconstruction.
1288 .B \-cdrom\-device <path to device>
1289 Specify the CD-ROM device (default: /dev/\:cdrom).
1292 .B \-channels <number> (also see \-af channels)
1293 Request the number of playback channels (default: 2).
1294 MPlayer asks the decoder to decode the audio into as many channels as
1295 specified.
1296 Then it is up to the decoder to fulfill the requirement.
1297 This is usually only important when playing videos with AC-3 audio (like DVDs).
1298 In that case liba52 does the decoding by default and correctly downmixes the
1299 audio into the requested number of channels.
1300 To directly control the number of output channels independently of how many
1301 channels are decoded, use the channels filter.
1303 .I NOTE:
1304 This option is honored by codecs (AC-3 only), filters (surround) and audio
1305 output drivers (OSS at least).
1306 .sp 1
1307 Available options are:
1308 .sp 1
1309 .PD 0
1310 .RSs
1311 .IPs 2
1312 stereo
1313 .IPs 4
1314 surround
1315 .IPs 6
1316 full 5.1
1317 .IPs 8
1318 full 7.1
1320 .PD 1
1323 .B \-chapter <chapter ID>[\-<endchapter ID>] (dvd:// and dvdnav:// only)
1324 Specify which chapter to start playing at.
1325 Optionally specify which chapter to end playing at (default: 1).
1328 .B \-edition <edition ID> (Matroska only)
1329 Specify the edition (set of chapters) to use, where 0 is the first. If set to
1330 -1 (the default), MPlayer will choose the first edition declared as a default,
1331 or if there is no default, the first edition defined.
1334 .B \-cookies (network only)
1335 Send cookies when making HTTP requests.
1338 .B \-cookies\-file <filename> (network only)
1339 Read HTTP cookies from <filename> (default: ~/.mozilla/ and ~/.netscape/)
1340 and skip reading from default locations.
1341 The file is assumed to be in Netscape format.
1344 .B \-delay <sec>
1345 audio delay in seconds (positive or negative float value)
1347 Negative values delay the audio, and positive values delay the video.
1350 .B \-ignore\-start
1351 Ignore the specified starting time for streams in AVI files.
1352 This nullifies stream delays.
1355 .B \-demuxer <[+]name>
1356 Force demuxer type.
1357 Use a '+' before the name to force it, this will skip some checks!
1358 Give the demuxer name as printed by \-demuxer help.
1359 For backward compatibility it also accepts the demuxer ID as defined in
1360 libmpdemux/\:demuxer.h.
1363 .B \-dumpaudio
1364 Dumps raw compressed audio stream to ./stream.dump (useful with MPEG/\:AC-3,
1365 in most other cases the resulting file will not be playable).
1366 If you give more than one of \-dumpaudio, \-dumpvideo, \-dumpstream
1367 on the command line only the last one will work.
1370 .B \-dumpfile <filename>
1371 Specify which file MPlayer should dump to.
1372 Should be used together with \-dumpaudio / \-dumpvideo / \-dumpstream /
1373 \-capture.
1376 .B \-dumpstream
1377 Dumps the raw stream to ./stream.dump.
1378 Useful when ripping from DVD or network.
1379 If you give more than one of \-dumpaudio, \-dumpvideo, \-dumpstream
1380 on the command line only the last one will work.
1383 .B \-dumpvideo
1384 Dump raw compressed video stream to ./stream.dump (not very usable).
1385 If you give more than one of \-dumpaudio, \-dumpvideo, \-dumpstream
1386 on the command line only the last one will work.
1389 .B \-dvbin <options> (DVB only)
1390 Pass the following parameters to the DVB input module, in order to override
1391 the default ones:
1392 .sp 1
1393 .PD 0
1394 .RSs
1395 .IPs card=<1\-4>
1396 Specifies using card number 1\-4 (default: 1).
1397 .IPs file=<filename>
1398 Instructs MPlayer to read the channels list from <filename>.
1399 Default is ~/.mplayer/\:channels.conf.{sat,ter,cbl,atsc} (based on your card type)
1400 or ~/.mplayer/\:channels.conf as a last resort.
1401 .IPs timeout=<1\-30>
1402 Maximum number of seconds to wait when trying to tune a
1403 frequency before giving up (default: 30).
1405 .PD 1
1408 .B \-dvd\-device <path to device> (DVD only)
1409 Specify the DVD device or .iso filename (default: /dev/\:dvd).
1410 You can also specify a directory that contains files previously copied directly
1411 from a DVD (with e.g.\& vobcopy).
1414 .B \-dvd\-speed <factor or speed in KB/s> (DVD only)
1415 Try to limit DVD speed (default: 0, no change).
1416 DVD base speed is about 1350KB/s, so a 8x drive can read at speeds up to
1417 10800KB/s.
1418 Slower speeds make the drive more quiet, for watching DVDs 2700KB/s should be
1419 quiet and fast enough.
1420 MPlayer resets the speed to the drive default value on close.
1421 Values less than 100 mean multiples of 1350KB/s, i.e.\& \-dvd\-speed 8 selects
1422 10800KB/s.
1424 .I NOTE:
1425 You need write access to the DVD device to change the speed.
1428 .B \-dvdangle <angle ID> (DVD only)
1429 Some DVD discs contain scenes that can be viewed from multiple angles.
1430 Here you can tell MPlayer which angles to use (default: 1).
1433 .B \-edl <filename>
1434 Enables edit decision list (EDL) actions during playback.
1435 Video will be skipped over and audio will be muted and unmuted according to
1436 the entries in the given file.
1437 See http://www.mplayerhq.hu/\:DOCS/\:HTML/\:en/\:edl.html for details
1438 on how to use this.
1441 .B \-endpos <[[hh:]mm:]ss[.ms]> (also see \-ss and \-sb)
1442 Stop at given time.
1444 .I NOTE:
1445 When used in conjunction with \-ss option, \-endpos time will shift forward by
1446 seconds specified with \-ss.
1447 .sp 1
1448 .I EXAMPLE:
1449 .PD 0
1450 .RSs
1451 .IPs "\-endpos 56"
1452 Stop at 56 seconds.
1453 .IPs "\-endpos 01:10:00"
1454 Stop at 1 hour 10 minutes.
1455 .IPs "\-ss 10 \-endpos 56"
1456 Stop at 1 minute 6 seconds.
1458 .PD 1
1461 .B \-forceidx
1462 Force index rebuilding.
1463 Useful for files with broken index (A/V desync, etc).
1464 This will enable seeking in files where seeking was not possible.
1466 .I NOTE:
1467 This option only works if the underlying media supports seeking
1468 (i.e.\& not with stdin, pipe, etc).
1471 .B \-fps <float value>
1472 Override video framerate.
1473 Useful if the original value is wrong or missing.
1476 .B \-frames <number>
1477 Play/\:convert only first <number> frames, then quit.
1480 .B \-hr\-mp3\-seek (MP3 only)
1481 Hi-res MP3 seeking.
1482 Enabled when playing from an external MP3 file, as we need to seek
1483 to the very exact position to keep A/V sync.
1484 Can be slow especially when seeking backwards since it has to rewind
1485 to the beginning to find an exact frame position.
1488 .B \-idx (also see \-forceidx)
1489 Rebuilds index of files if no index was found, allowing seeking.
1490 Useful with broken/\:incomplete downloads, or badly created files.
1492 .I NOTE:
1493 This option only works if the underlying media supports seeking
1494 (i.e.\& not with stdin, pipe, etc).
1497 .B \-noidx
1498 Skip rebuilding index file.
1501 .B \-ipv4\-only\-proxy (network only)
1502 Skip the proxy for IPv6 addresses.
1503 It will still be used for IPv4 connections.
1506 .B \-loadidx <index file>
1507 The file from which to read the video index data saved by \-saveidx.
1508 This index will be used for seeking, overriding any index data
1509 contained in the AVI itself.
1510 MPlayer will not prevent you from loading an index file generated
1511 from a different AVI, but this is sure to cause unfavorable results.
1513 .I NOTE:
1514 This option is obsolete now that MPlayer has OpenDML support.
1517 .B \-mc <seconds/frame>
1518 maximum A-V sync correction per frame (in seconds)
1521 .B \-mf <option1:option2:...>
1522 Used when decoding from multiple PNG or JPEG files.
1523 .sp 1
1524 Available options are:
1525 .sp 1
1526 .PD 0
1527 .RSs
1528 .IPs w=<value>
1529 input file width (default: autodetect)
1530 .IPs h=<value>
1531 input file height (default: autodetect)
1532 .IPs fps=<value>
1533 output fps (default: 25)
1534 .IPs type=<value>
1535 input file type (available: jpeg, png, tga, sgi)
1537 .PD 1
1540 .B \-ni (AVI only)
1541 Force usage of non-interleaved AVI parser (fixes playback
1542 of some bad AVI files).
1545 .B \-nobps (AVI only)
1546 Do not use average byte/\:second value for A-V sync.
1547 Helps with some AVI files with broken header.
1550 .B \-noextbased
1551 Disables extension-based demuxer selection.
1552 By default, when the file type (demuxer) cannot be detected reliably
1553 (the file has no header or it is not reliable enough), the filename
1554 extension is used to select the demuxer.
1555 Always falls back on content-based demuxer selection.
1558 .B \-passwd <password> (also see \-user) (network only)
1559 Specify password for HTTP authentication.
1562 .B \-prefer\-ipv4 (network only)
1563 Use IPv4 on network connections.
1564 Falls back on IPv6 automatically.
1567 .B \-prefer\-ipv6 (IPv6 network only)
1568 Use IPv6 on network connections.
1569 Falls back on IPv4 automatically.
1572 .B \-psprobe <byte position>
1573 When playing an MPEG-PS or MPEG-PES streams, this option lets you specify
1574 how many bytes in the stream you want MPlayer to scan in order to identify
1575 the video codec used.
1576 This option is needed to play EVO or VDR files containing H.264 streams.
1579 .B \-pvr <option1:option2:...> (PVR only)
1580 This option tunes various encoding properties of the PVR capture module.
1581 It has to be used with any hardware MPEG encoder based card supported by the
1582 V4L2 driver.
1583 The Hauppauge WinTV PVR\-150/250/350/500 and all IVTV based
1584 cards are known as PVR capture cards.
1585 Be aware that only Linux 2.6.18 kernel
1586 and above is able to handle MPEG stream through V4L2 layer.
1587 For hardware capture of an MPEG stream and watching it with
1588 MPlayer, use 'pvr://' as a movie URL.
1589 .sp 1
1590 Available options are:
1591 .RSs
1592 .IPs aspect=<0\-3>
1593 Specify input aspect ratio:
1594 .RSss
1595 0: 1:1
1597 1: 4:3 (default)
1599 2: 16:9
1601 3: 2.21:1
1602 .REss
1603 .IPs arate=<32000\-48000>
1604 Specify encoding audio rate (default: 48000 Hz, available: 32000, 44100
1605 and 48000 Hz).
1606 .IPs alayer=<1\-3>
1607 Specify MPEG audio layer encoding (default: 2).
1608 .IPs abitrate=<32\-448>
1609 Specify audio encoding bitrate in kbps (default: 384).
1610 .IPs amode=<value>
1611 Specify audio encoding mode.
1612 Available preset values are 'stereo', 'joint_stereo', 'dual' and 'mono' (default: stereo).
1613 .IPs vbitrate=<value>
1614 Specify average video bitrate encoding in Mbps (default: 6).
1615 .IPs vmode=<value>
1616 Specify video encoding mode:
1617 .RSss
1618 vbr: Variable BitRate (default)
1620 cbr: Constant BitRate
1621 .REss
1622 .IPs vpeak=<value>
1623 Specify peak video bitrate encoding in Mbps
1624 (only useful for VBR encoding, default: 9.6).
1625 .IPs fmt=<value>
1626 Choose an MPEG format for encoding:
1627 .RSss
1628 ps:    MPEG-2 Program Stream (default)
1630 ts:    MPEG-2 Transport Stream
1632 mpeg1: MPEG-1 System Stream
1634 vcd:   Video CD compatible stream
1636 svcd:  Super Video CD compatible stream
1638 dvd:   DVD compatible stream
1639 .REss
1641 .PD 1
1644 .B \-radio <option1:option2:...> (radio only)
1645 These options set various parameters of the radio capture module.
1646 For listening to radio with MPlayer use 'radio://<frequency>'
1647 (if channels option is not given) or 'radio://<channel_number>'
1648 (if channels option is given) as a movie URL.
1649 You can see allowed frequency range by running MPlayer with '\-v'.
1650 To start the grabbing subsystem, use 'radio://<frequency or channel>/capture'.
1651 If the capture keyword is not given you can listen to radio
1652 using the line-in cable only.
1653 Using capture to listen is not recommended due to synchronization
1654 problems, which makes this process uncomfortable.
1655 .sp 1
1656 Available options are:
1657 .RSs
1658 .IPs device=<value>
1659 Radio device to use (default: /dev/radio0 for Linux and /dev/tuner0 for *BSD).
1660 .IPs driver=<value>
1661 Radio driver to use (default: v4l2 if available, otherwise v4l).
1662 Currently, v4l and v4l2 drivers are supported.
1663 .IPs volume=<0..100>
1664 sound volume for radio device (default 100)
1665 .IPs "freq_min=<value> (*BSD BT848 only)"
1666 minimum allowed frequency (default: 87.50)
1667 .IPs "freq_max=<value> (*BSD BT848 only)"
1668 maximum allowed frequency (default: 108.00)
1669 .IPs channels=<frequency>\-<name>,<frequency>\-<name>,...
1670 Set channel list.
1671 Use _ for spaces in names (or play with quoting ;-).
1672 The channel names will then be written using OSD and the slave commands
1673 radio_step_channel and radio_set_channel will be usable for
1674 a remote control (see LIRC).
1675 If given, number in movie URL will be treated as channel position in
1676 channel list.
1678 .I EXAMPLE:
1679 radio://1, radio://104.4, radio_set_channel 1
1680 .IPs "adevice=<value> (radio capture only)"
1681 Name of device to capture sound from.
1682 Without such a name capture will be disabled,
1683 even if the capture keyword appears in the URL.
1684 For ALSA devices use it in the form hw=<card>.<device>.
1685 If the device name contains a '=', the module will use
1686 ALSA to capture, otherwise OSS.
1687 .IPs "arate=<value> (radio capture only)"
1688 Rate in samples per second (default: 44100).
1690 .I NOTE:
1691 When using audio capture set also \-rawaudio rate=<value> option
1692 with the same value as arate.
1693 If you have problems with sound speed (runs too quickly), try to play
1694 with different rate values (e.g.\& 48000,44100,32000,...).
1695 .IPs "achannels=<value> (radio capture only)"
1696 Number of audio channels to capture.
1700 .B \-rawaudio <option1:option2:...>
1701 This option lets you play raw audio files.
1702 You have to use \-demuxer rawaudio as well.
1703 It may also be used to play audio CDs which are not 44kHz 16-bit stereo.
1704 For playing raw AC-3 streams use \-rawaudio format=0x2000 \-demuxer rawaudio.
1705 .sp 1
1706 Available options are:
1707 .sp 1
1708 .PD 0
1709 .RSs
1710 .IPs channels=<value>
1711 number of channels
1712 .IPs rate=<value>
1713 rate in samples per second
1714 .IPs samplesize=<value>
1715 sample size in bytes
1716 .IPs bitrate=<value>
1717 bitrate for rawaudio files
1718 .IPs format=<value>
1719 fourcc in hex
1721 .PD 1
1724 .B \-rawvideo <option1:option2:...>
1725 This option lets you play raw video files.
1726 You have to use \-demuxer rawvideo as well.
1727 .sp 1
1728 Available options are:
1729 .sp 1
1730 .PD 0
1731 .RSs
1732 .IPs fps=<value>
1733 rate in frames per second (default: 25.0)
1734 .IPs sqcif|qcif|cif|4cif|pal|ntsc
1735 set standard image size
1736 .IPs w=<value>
1737 image width in pixels
1738 .IPs h=<value>
1739 image height in pixels
1740 .IPs i420|yv12|yuy2|y8
1741 set colorspace
1742 .IPs format=<value>
1743 colorspace (fourcc) in hex or string constant.
1744 Use \-rawvideo format=help for a list of possible strings.
1745 .IPs size=<value>
1746 frame size in Bytes
1747 .REss
1748 .sp 1
1750 .I EXAMPLE:
1752 .PD 0
1753 .RSs
1754 .IPs "mplayer foreman.qcif -demuxer rawvideo -rawvideo qcif"
1755 Play the famous "foreman" sample video.
1756 .IPs "mplayer sample-720x576.yuv -demuxer rawvideo -rawvideo w=720:h=576"
1757 Play a raw YUV sample.
1759 .PD 1
1762 .B \-referrer <string> (network only)
1763 Specify a referrer path or URL for HTTP requests.
1766 .B \-rtsp\-port
1767 Used with 'rtsp://' URLs to force the client's port number.
1768 This option may be useful if you are behind a router and want to forward
1769 the RTSP stream from the server to a specific client.
1772 .B \-rtsp\-destination
1773 Used with 'rtsp://' URLs to force the destination IP address to be bound.
1774 This option may be useful with some RTSP server which do not
1775 send RTP packets to the right interface.
1776 If the connection to the RTSP server fails, use \-v to see
1777 which IP address MPlayer tries to bind to and try to force
1778 it to one assigned to your computer instead.
1781 .B \-rtsp\-stream\-over\-tcp (LIVE555 and NEMESI only)
1782 Used with 'rtsp://' URLs to specify that the resulting incoming RTP and RTCP
1783 packets be streamed over TCP (using the same TCP connection as RTSP).
1784 This option may be useful if you have a broken internet connection that does
1785 not pass incoming UDP packets (see http://www.live555.com/\:mplayer/).
1788 .B \-rtsp\-stream\-over\-http (LIVE555 only)
1789 Used with 'http://' URLs to specify that the resulting incoming RTP and RTCP
1790 packets be streamed over HTTP.
1793 .B \-saveidx <filename>
1794 Force index rebuilding and dump the index to <filename>.
1795 Currently this only works with AVI files.
1797 .I NOTE:
1798 This option is obsolete now that MPlayer has OpenDML support.
1801 .B \-sb <byte position> (also see \-ss)
1802 Seek to byte position.
1803 Useful for playback from CD-ROM images or VOB files with junk at the beginning.
1806 .B \-speed <0.01\-100>
1807 Slow down or speed up playback by the factor given as parameter.
1810 .B \-srate <Hz>
1811 Select the output sample rate to be used
1812 (of course sound cards have limits on this).
1813 If the sample frequency selected is different from that
1814 of the current media, the resample or lavcresample audio filter will be inserted
1815 into the audio filter layer to compensate for the difference.
1816 The type of resampling can be controlled by the \-af\-adv option.
1817 The default is fast resampling that may cause distortion.
1820 .B \-ss <time> (also see \-sb)
1821 Seek to given time position.
1822 .sp 1
1823 .I EXAMPLE:
1824 .PD 0
1825 .RSs
1826 .IPs "\-ss 56"
1827 Seeks to 56 seconds.
1828 .IPs "\-ss 01:10:00"
1829 Seeks to 1 hour 10 min.
1831 .PD 1
1834 .B \-tskeepbroken
1835 Tells MPlayer not to discard TS packets reported as broken in the stream.
1836 Sometimes needed to play corrupted MPEG-TS files.
1839 .B \-tsprobe <byte position>
1840 When playing an MPEG-TS stream, this option lets you specify how many
1841 bytes in the stream you want MPlayer to search for the desired
1842 audio and video IDs.
1845 .B \-tsprog <1\-65534>
1846 When playing an MPEG-TS stream, you can specify with this option which
1847 program (if present) you want to play.
1848 Can be used with \-vid and \-aid.
1851 .B \-tv <option1:option2:...> (TV/\:PVR only)
1852 This option tunes various properties of the TV capture module.
1853 For watching TV with MPlayer, use 'tv://' or 'tv://<channel_number>'
1854 or even 'tv://<channel_name> (see option channels for channel_name below)
1855 as a movie URL.
1856 You can also use 'tv:///<input_id>' to start watching a
1857 movie from a composite or S-Video input (see option input for details).
1858 .sp 1
1859 Available options are:
1860 .RSs
1861 .IPs noaudio
1862 no sound
1863 .IPs "automute=<0\-255> (v4l and v4l2 only)"
1864 If signal strength reported by device is less than this value,
1865 audio and video will be muted.
1866 In most cases automute=100 will be enough.
1867 Default is 0 (automute disabled).
1868 .IPs driver=<value>
1869 See \-tv driver=help for a list of compiled-in TV input drivers.
1870 available: dummy, v4l, v4l2, bsdbt848 (default: autodetect)
1871 .IPs device=<value>
1872 Specify TV device (default: /dev/\:video0).
1873 .I NOTE:
1874 For the bsdbt848 driver you can provide both bktr and tuner device
1875 names separating them with a comma, tuner after
1876 bktr (e.g.\& -tv device=/dev/bktr1,/dev/tuner1).
1877 .IPs input=<value>
1878 Specify input (default: 0 (TV), see console output for available inputs).
1879 .IPs freq=<value>
1880 Specify the frequency to set the tuner to (e.g.\& 511.250).
1881 Not compatible with the channels parameter.
1882 .IPs outfmt=<value>
1883 Specify the output format of the tuner with a preset value supported by the
1884 V4L driver (yv12, rgb32, rgb24, rgb16, rgb15, uyvy, yuy2, i420) or an
1885 arbitrary format given as hex value.
1886 Try outfmt=help for a list of all available formats.
1887 .IPs width=<value>
1888 output window width
1889 .IPs height=<value>
1890 output window height
1891 .IPs fps=<value>
1892 framerate at which to capture video (frames per second)
1893 .IPs buffersize=<value>
1894 maximum size of the capture buffer in megabytes (default: dynamical)
1895 .IPs norm=<value>
1896 For bsdbt848 and v4l, PAL, SECAM, NTSC are available.
1897 For v4l2, see the console output for a list of all available norms,
1898 also see the normid option below.
1899 .IPs "normid=<value> (v4l2 only)"
1900 Sets the TV norm to the given numeric ID.
1901 The TV norm depends on the capture card.
1902 See the console output for a list of available TV norms.
1903 .IPs channel=<value>
1904 Set tuner to <value> channel.
1905 .IPs chanlist=<value>
1906 available: argentina, australia, china-bcast, europe-east, europe-west, france,
1907 ireland, italy, japan-bcast, japan-cable, newzealand, russia, southafrica,
1908 us-bcast, us-cable, us-cable-hrc
1909 .IPs channels=<chan>\-<name>[=<norm>],<chan>\-<name>[=<norm>],...
1910 Set names for channels.
1911 .I NOTE:
1912 If <chan> is an integer greater than 1000, it will be treated as frequency (in kHz)
1913 rather than channel name from frequency table.
1915 Use _ for spaces in names (or play with quoting ;-).
1916 The channel names will then be written using OSD, and the slave commands
1917 tv_step_channel, tv_set_channel and tv_last_channel will be usable for
1918 a remote control (see LIRC).
1919 Not compatible with the frequency parameter.
1921 .I NOTE:
1922 The channel number will then be the position in the 'channels' list,
1923 beginning with 1.
1925 .I EXAMPLE:
1926 tv://1, tv://TV1, tv_set_channel 1, tv_set_channel TV1
1927 .IPs [brightness|contrast|hue|saturation]=<\-100\-100>
1928 Set the image equalizer on the card.
1929 .IPs audiorate=<value>
1930 Set input audio sample rate.
1931 .IPs forceaudio
1932 Capture audio even if there are no audio sources reported by v4l.
1933 .IPs "alsa\ "
1934 Capture from ALSA.
1935 .IPs amode=<0\-3>
1936 Choose an audio mode:
1937 .RSss
1938 0: mono
1940 1: stereo
1942 2: language 1
1944 3: language 2
1945 .REss
1946 .IPs forcechan=<1\-2>
1947 By default, the count of recorded audio channels is determined automatically
1948 by querying the audio mode from the TV card.
1949 This option allows forcing stereo/\:mono recording regardless of the amode
1950 option and the values returned by v4l.
1951 This can be used for troubleshooting when the TV card is unable to report the
1952 current audio mode.
1953 .IPs adevice=<value>
1954 Set an audio device.
1955 <value> should be /dev/\:xxx for OSS and a hardware ID for ALSA.
1956 You must replace any ':' by a '.' in the hardware ID for ALSA.
1957 .IPs audioid=<value>
1958 Choose an audio output of the capture card, if it has more than one.
1959 .IPs "[volume|bass|treble|balance]=<0\-65535> (v4l1)"
1960 .IPs "[volume|bass|treble|balance]=<0\-100> (v4l2)"
1961 These options set parameters of the mixer on the video capture card.
1962 They will have no effect, if your card does not have one.
1963 For v4l2 50 maps to the default value of the
1964 control, as reported by the driver.
1965 .IPs "gain=<0\-100> (v4l2)"
1966 Set gain control for video devices (usually webcams) to the desired
1967 value and switch off automatic control.
1968 A value of 0 enables automatic control.
1969 If this option is omitted, gain control will not be modified.
1970 .IPs immediatemode=<bool>
1971 A value of 0 means capture and buffer audio and video together.
1972 A value of 1 (default) means to do video capture only and let the
1973 audio go through a loopback cable from the TV card to the sound card.
1974 .IPs mjpeg
1975 Use hardware MJPEG compression (if the card supports it).
1976 When using this option, you do not need to specify the width and height
1977 of the output window, because MPlayer will determine it automatically
1978 from the decimation value (see below).
1979 .IPs decimation=<1|2|4>
1980 choose the size of the picture that will be compressed by hardware
1981 MJPEG compression:
1982 .RSss
1983 1: full size
1984     704x576    PAL
1985     704x480    NTSC
1987 2: medium size
1988     352x288    PAL
1989     352x240    NTSC
1991 4: small size
1992     176x144    PAL
1993     176x120    NTSC
1994 .REss
1995 .IPs quality=<0\-100>
1996 Choose the quality of the JPEG compression
1997 (< 60 recommended for full size).
1998 .IPs tdevice=<value>
1999 Specify TV teletext device (example: /dev/\:vbi0) (default: none).
2000 .IPs tformat=<format>
2001 Specify TV teletext display format (default: 0):
2002 .RSss
2003 0: opaque
2005 1: transparent
2007 2: opaque with inverted colors
2009 3: transparent with inverted colors
2010 .REss
2011 .IPs tpage=<100\-899>
2012 Specify initial TV teletext page number (default: 100).
2013 .IPs tlang=<\-1\-127>
2014 Specify default teletext language code (default: 0), which will be used
2015 as primary language until a type 28 packet is received.
2016 Useful when the teletext system uses a non-latin character set, but language
2017 codes are not transmitted via teletext type 28 packets for some reason.
2018 To see a list of supported language codes set this option to \-1.
2019 .IPs "hidden_video_renderer (dshow only)"
2020 Terminate stream with video renderer instead of Null renderer (default: off).
2021 Will help if video freezes but audio does not.
2022 .I NOTE:
2023 May not work with \-vo directx and \-vf crop combination.
2024 .IPs "hidden_vp_renderer (dshow only)"
2025 Terminate VideoPort pin stream with video renderer
2026 instead of removing it from the graph (default: off).
2027 Useful if your card has a VideoPort pin and video is choppy.
2028 .I NOTE:
2029 May not work with \-vo directx and \-vf crop combination.
2030 .IPs "system_clock (dshow only)"
2031 Use the system clock as sync source instead of the default graph clock
2032 (usually the clock from one of the live sources in graph).
2033 .IPs "normalize_audio_chunks (dshow only)"
2034 Create audio chunks with a time length equal to
2035 video frame time length (default: off).
2036 Some audio cards create audio chunks about 0.5s in size, resulting in
2037 choppy video when using immediatemode=0.
2041 .B \-tvscan <option1:option2:...> (TV only)
2042 Tune the TV channel scanner.
2043 MPlayer will also print value for "-tv channels=" option,
2044 including existing and just found channels.
2045 .sp 1
2046 Available suboptions are:
2047 .RSs
2048 .IPs autostart
2049 Begin channel scanning immediately after startup (default: disabled).
2050 .IPs period=<0.1\-2.0>
2051 Specify delay in seconds before switching to next channel (default: 0.5).
2052 Lower values will cause faster scanning, but can detect
2053 inactive TV channels as active.
2054 .IPs threshold=<1\-100>
2055 Threshold value for the signal strength (in percent), as reported
2056 by the device (default: 50).
2057 A signal strength higher than this value will indicate that the
2058 currently scanning channel is active.
2062 .B \-user <username> (also see \-passwd) (network only)
2063 Specify username for HTTP authentication.
2066 .B \-user\-agent <string>
2067 Use <string> as user agent for HTTP streaming.
2070 .B \-vid <ID>
2071 Select video channel (MPG: 0\-15, ASF: 0\-255, MPEG-TS: 17\-8190).
2072 When playing an MPEG-TS stream, MPlayer will use the first program (if present)
2073 with the chosen video stream.
2076 .B \-vivo <suboption> (DEBUG CODE)
2077 Force audio parameters for the VIVO demuxer (for debugging purposes).
2078 FIXME: Document this.
2082 .SH "OSD/SUBTITLE OPTIONS"
2083 .I NOTE:
2084 Also see \-vf expand.
2087 .B \-ass, \-noass (FreeType only)
2088 Use libass to render all text subtitles.
2089 This enables support for the native styling of SSA/ASS subtitles,
2090 and also support for some styling features in other subtitle formats by
2091 conversion to ASS markup.
2092 Enabled by default if the player was compiled with libass support.
2094 .I NOTE:
2095 Some of the other subtitle options were written for the old non-libass
2096 subtitle rendering system and may not work the same way or at all with
2097 libass rendering enabled.
2100 .B \-ass\-border\-color <value>
2101 Sets the border (outline) color for text subtitles.
2102 The color format is RRGGBBAA.
2105 .B \-ass\-bottom\-margin <value>
2106 Adds a black band at the bottom of the frame.
2107 The SSA/ASS renderer can place subtitles there (with \-ass\-use\-margins).
2110 .B \-ass\-color <value>
2111 Sets the color for text subtitles.
2112 The color format is RRGGBBAA.
2115 .B \-ass\-font\-scale <value>
2116 Set the scale coefficient to be used for fonts in the SSA/ASS renderer.
2119 .B \-ass\-force\-style <[Style.]Param=Value[,...]>
2120 Override some style or script info parameters.
2122 .I EXAMPLE:
2123 .PD 0
2124 .RSs
2125 \-ass\-force\-style FontName=Arial,Default.Bold=1
2127 \-ass\-force\-style PlayResY=768
2129 .PD 1
2132 .B \-ass\-hinting <type>
2133 Set hinting type.
2134 <type> can be:
2135 .PD 0
2136 .RSs
2137 .IPs 0
2138 no hinting
2139 .IPs 1
2140 FreeType autohinter, light mode
2141 .IPs 2
2142 FreeType autohinter, normal mode
2143 .IPs 3
2144 font native hinter
2145 .IPs "0-3 + 4"
2146 The same, but hinting will only be performed if the OSD is rendered at
2147 screen resolution and will therefore not be scaled.
2149 .RSs
2150 The default value is 5 (use light hinter for unscaled OSD and no hinting otherwise).
2152 .PD 1
2155 .B \-ass\-line\-spacing <value>
2156 Set line spacing value for SSA/ASS renderer.
2159 .B \-ass\-styles <filename>
2160 Load all SSA/ASS styles found in the specified file and use them for
2161 rendering text subtitles.
2162 The syntax of the file is exactly like the
2163 [V4 Styles] / [V4+ Styles] section of SSA/ASS.
2166 .B \-ass\-top\-margin <value>
2167 Adds a black band at the top of the frame.
2168 The SSA/ASS renderer can place toptitles there (with \-ass\-use\-margins).
2171 .B \-ass\-use\-margins
2172 Enables placing toptitles and subtitles in black borders when they
2173 are available.
2176 .B \-dumpjacosub
2177 Convert the given subtitle (specified with the \-sub option) to the time-based
2178 JACOsub subtitle format.
2179 Creates a dumpsub.js file in the current directory.
2182 .B \-dumpmicrodvdsub
2183 Convert the given subtitle (specified with the \-sub option) to the
2184 MicroDVD subtitle format.
2185 Creates a dumpsub.sub file in the current directory.
2188 .B \-dumpmpsub
2189 Convert the given subtitle (specified with the \-sub option) to MPlayer's
2190 subtitle format, MPsub.
2191 Creates a dump.mpsub file in the current directory.
2194 .B \-dumpsami
2195 Convert the given subtitle (specified with the \-sub option) to the time-based
2196 SAMI subtitle format.
2197 Creates a dumpsub.smi file in the current directory.
2200 .B \-dumpsrtsub
2201 Convert the given subtitle (specified with the \-sub option) to the time-based
2202 SubViewer (SRT) subtitle format.
2203 Creates a dumpsub.srt file in the current directory.
2205 .I NOTE:
2206 Some broken hardware players choke on SRT subtitle files with Unix
2207 line endings.
2208 If you are unlucky enough to have such a box, pass your subtitle
2209 files through unix2dos or a similar program to replace Unix line
2210 endings with DOS/Windows line endings.
2213 .B \-dumpsub (BETA CODE)
2214 Dumps the subtitle substream from VOB streams.
2215 Also see the \-dump*sub options.
2218 .B \-noembeddedfonts
2219 Disables use of fonts embedded in Matroska containers and ASS scripts (default: enabled).
2220 These fonts can be used for SSA/ASS subtitle
2221 rendering (\-ass option).
2224 .B \-ffactor <number>
2225 Resample the font alphamap.
2226 Can be:
2227 .PD 0
2228 .RSs
2229 .IPs 0
2230 plain white fonts
2231 .IPs 0.75
2232 very narrow black outline (default)
2233 .IPs 1
2234 narrow black outline
2235 .IPs 10
2236 bold black outline
2238 .PD 1
2241 .B \-flip\-hebrew (FriBiDi only)
2242 Turns on flipping subtitles using FriBiDi.
2245 .B \-noflip\-hebrew\-commas
2246 Change FriBiDi's assumptions about the placements of commas in subtitles.
2247 Use this if commas in subtitles are shown at the start of a sentence
2248 instead of at the end.
2251 .B \-font <path to font.desc file, path to font (FreeType), font pattern (Fontconfig)>
2252 Search for the OSD/\:SUB fonts in an alternative directory (default for normal
2253 fonts: ~/\:.mplayer/\:font/\:font.desc, default for FreeType fonts:
2254 ~/.mplayer/\:subfont.ttf).
2256 .I NOTE:
2257 With FreeType, this option determines the path to the text font file.
2258 With Fontconfig, this option determines the Fontconfig font pattern.
2259 .sp 1
2260 .I EXAMPLE:
2261 .PD 0
2262 .RSs
2263 \-font ~/\:.mplayer/\:arial-14/\:font.desc
2265 \-font ~/\:.mplayer/\:arialuni.ttf
2267 \-font 'Bitstream Vera Sans'
2269 \-font 'Bitstream Vera Sans:style=Bold'
2271 .PD 1
2274 .B \-fontconfig, \-nofontconfig (fontconfig only)
2275 Enables the use of fontconfig managed fonts. Enabled by default.
2278 .B \-forcedsubsonly
2279 Display only forced subtitles for the DVD subtitle stream selected by e.g.\&
2280 \-slang.
2283 .B \-fribidi\-charset <charset name> (FriBiDi only)
2284 Specifies the character set that will be passed to FriBiDi when
2285 decoding non-UTF-8 subtitles (default: ISO8859-8).
2288 .B \-ifo <VOBsub IFO file>
2289 Indicate the file that will be used to load palette and frame size for VOBsub
2290 subtitles.
2293 .B \-noautosub
2294 Turns off automatic subtitle file loading.
2297 .B \-osd\-duration <time>
2298 Set the duration of the OSD messages in ms (default: 1000).
2301 .B \-osd\-fractions <0\-2>
2302 Set how fractions of seconds of the current timestamp are printed on the OSD:
2303 .PD 0
2304 .RSs
2305 .IPs 0
2306 Do not display fractions (default).
2307 .IPs 1
2308 Show the first two decimals.
2309 .IPs 2
2310 Show approximate frame count within current second.
2311 This frame count is not accurate but only an approximation.
2312 For variable fps, the approximation is known to be far off the correct frame
2313 count.
2315 .PD 1
2318 .B \-osdlevel <0\-3>
2319 Specifies which mode the OSD should start in.
2320 .PD 0
2321 .RSs
2322 .IPs 0
2323 subtitles only
2324 .IPs 1
2325 volume + seek (default)
2326 .IPs 2
2327 volume + seek + timer + percentage
2328 .IPs 3
2329 volume + seek + timer + percentage + total time
2331 .PD 1
2334 .B \-overlapsub
2335 Allows the next subtitle to be displayed while the current one is
2336 still visible (default is to enable the support only for specific
2337 formats).
2340 .B \-sid <ID> (also see \-slang, \-vobsubid)
2341 Display the subtitle stream specified by <ID> (0\-31).
2342 MPlayer prints the available subtitle IDs when run in verbose (\-v) mode.
2343 If you cannot select one of the subtitles on a DVD, also try \-vobsubid.
2346 .B \-nosub
2347 Disables any otherwise auto-selected internal subtitles (as e.g.\& the Matroska/mkv
2348 demuxer supports).
2349 Use \-noautosub to disable the loading of external subtitle files.
2352 .B \-slang <language code[,language code,...]> (also see \-sid)
2353 Specify a priority list of subtitle languages to use.
2354 Different container formats employ different language codes.
2355 DVDs use ISO 639-1 two letter language codes, Matroska uses ISO 639-2
2356 three letter language codes while OGM uses a free-form identifier.
2357 MPlayer prints the available languages when run in verbose (\-v) mode.
2358 .sp 1
2359 .I EXAMPLE:
2360 .PD 0
2361 .RSs
2362 .IPs "mplayer dvd://1 \-slang hu,en"
2363 Chooses the Hungarian subtitle track on a DVD and falls back on English if
2364 Hungarian is not available.
2365 .IPs "mplayer \-slang jpn example.mkv"
2366 Plays a Matroska file with Japanese subtitles.
2368 .PD 1
2371 .B \-spuaa <mode>
2372 Antialiasing/\:scaling mode for DVD/\:VOBsub.
2373 A value of 16 may be added to <mode> in order to force scaling even
2374 when original and scaled frame size already match.
2375 This can be employed to e.g.\& smooth subtitles with gaussian blur.
2376 Available modes are:
2377 .PD 0
2378 .RSs
2379 .IPs 0
2380 none (fastest, very ugly)
2381 .IPs 1
2382 approximate (broken?)
2383 .IPs 2
2384 full (slow)
2385 .IPs 3
2386 bilinear (default, fast and not too bad)
2387 .IPs 4
2388 uses swscaler gaussian blur (looks very good)
2390 .PD 1
2393 .B \-spualign <\-1\-2>
2394 Specify how SPU (DVD/\:VOBsub) subtitles should be aligned.
2395 .PD 0
2396 .RSs
2397 .IPs "\-1"
2398 original position
2399 .IPs " 0"
2400 Align at top (original behavior, default).
2401 .IPs " 1"
2402 Align at center.
2403 .IPs " 2"
2404 Align at bottom.
2406 .PD 1
2409 .B \-spugauss <0.0\-3.0>
2410 Variance parameter of gaussian used by \-spuaa 4.
2411 Higher means more blur (default: 1.0).
2414 .B \-sub <subtitlefile1,subtitlefile2,...>
2415 Use/\:display these subtitle files.
2416 Only one file can be displayed at the same time.
2419 .B \-sub\-bg\-alpha <0\-255>
2420 Specify the alpha channel value for subtitles and OSD backgrounds.
2421 Big values mean more transparency.
2422 0 means completely transparent.
2425 .B \-sub\-bg\-color <0\-255>
2426 Specify the color value for subtitles and OSD backgrounds.
2427 Currently subtitles are grayscale so this value is equivalent to the
2428 intensity of the color.
2429 255 means white and 0 black.
2432 .B \-sub\-demuxer <[+]name> (\-subfile only) (BETA CODE)
2433 Force subtitle demuxer type for \-subfile.
2434 Use a '+' before the name to force it, this will skip some checks!
2435 Give the demuxer name as printed by \-sub\-demuxer help.
2436 For backward compatibility it also accepts the demuxer ID as defined in
2437 subreader.h.
2440 .B \-sub\-fuzziness <mode>
2441 Adjust matching fuzziness when searching for subtitles:
2442 .PD 0
2443 .RSs
2444 .IPs 0
2445 exact match
2446 .IPs 1
2447 Load all subs containing movie name.
2448 .IPs 2
2449 Load all subs in the current directory.
2451 .PD 1
2454 .B \-sub\-no\-text\-pp
2455 Disables any kind of text post processing done after loading the subtitles.
2456 Used for debug purposes.
2459 .B \-subalign <0\-2>
2460 Specify which edge of the subtitles should be aligned at the height
2461 given by \-subpos.
2462 .PD 0
2463 .RSs
2464 .IPs 0
2465 Align subtitle top edge (original behavior).
2466 .IPs 1
2467 Align subtitle center.
2468 .IPs 2
2469 Align subtitle bottom edge (default).
2471 .PD 1
2474 .B "\-subcc <1\-4>\ "
2475 Display DVD Closed Caption (CC) subtitles from the specified channel.
2476 These are
2477 .B not
2478 the VOB subtitles, these are special ASCII subtitles for the
2479 hearing impaired encoded in the VOB userdata stream on most region 1 DVDs.
2480 CC subtitles have not been spotted on DVDs from other regions so far.
2483 .B \-subcp <codepage> (iconv only)
2484 If your system supports iconv(3), you can use this option to
2485 specify the subtitle codepage.
2486 .sp 1
2487 .I EXAMPLE:
2488 .PD 0
2489 .RSs
2490 \-subcp latin2
2492 \-subcp cp1250
2494 .PD 1
2497 .B \-subcp enca:<language>:<fallback codepage> (ENCA only)
2498 You can specify your language using a two letter language code to
2499 make ENCA detect the codepage automatically.
2500 If unsure, enter anything and watch mplayer \-v output for available
2501 languages.
2502 Fallback codepage specifies the codepage to use, when autodetection fails.
2503 .sp 1
2504 .I EXAMPLE:
2505 .PD 0
2506 .RSs
2507 .IPs "\-subcp enca:cs:latin2"
2508 Guess the encoding, assuming the subtitles are Czech, fall back on
2509 latin 2, if the detection fails.
2510 .IPs "\-subcp enca:pl:cp1250"
2511 Guess the encoding for Polish, fall back on cp1250.
2513 .PD 1
2516 .B \-subdelay <sec>
2517 Delays subtitles by <sec> seconds.
2518 Can be negative.
2521 .B \-subfile <filename> (BETA CODE)
2522 Currently useless.
2523 Same as \-audiofile, but for subtitle streams (OggDS?).
2526 .B \-subfont <path to font (FreeType), font pattern (Fontconfig)> (FreeType only)
2527 Sets the subtitle font (see \-font).
2528 If no \-subfont is given, \-font is used.
2531 .B \-subfont\-autoscale <0\-3> (FreeType only)
2532 Sets the autoscale mode.
2534 .I NOTE:
2535 0 means that text scale and OSD scale are font heights in points.
2536 .sp 1
2537 The mode can be:
2538 .sp 1
2539 .PD 0
2540 .RSs
2541 .IPs 0
2542 no autoscale
2543 .IPs 1
2544 proportional to movie height
2545 .IPs 2
2546 proportional to movie width
2547 .IPs 3
2548 proportional to movie diagonal (default)
2550 .PD 1
2553 .B \-subfont\-blur <0\-8> (FreeType only)
2554 Sets the font blur radius (default: 2).
2557 .B \-subfont\-encoding <value> (FreeType only)
2558 Sets the font encoding.
2559 When set to 'unicode', all the glyphs from the font file will be rendered and
2560 unicode will be used (default: unicode).
2563 .B \-subfont\-osd\-scale <0\-100> (FreeType only)
2564 Sets the autoscale coefficient of the OSD elements (default: 6).
2567 .B \-subfont\-outline <0\-8> (FreeType only)
2568 Sets the font outline thickness (default: 2).
2571 .B \-subfont\-text\-scale <0\-100> (FreeType only)
2572 Sets the subtitle text autoscale coefficient as percentage of the
2573 screen size (default: 5).
2576 .B \-subfps <rate>
2577 Specify the framerate of the subtitle file (default: movie fps).
2579 .I NOTE:
2580 <rate> > movie fps speeds the subtitles up for frame-based subtitle files and
2581 slows them down for time-based ones.
2584 .B \-subpos <0\-100> (useful with \-vf expand)
2585 Specify the position of subtitles on the screen.
2586 The value is the vertical position of the subtitle in % of the screen height.
2589 .B \-subwidth <10\-100>
2590 Specify the maximum width of subtitles on the screen.
2591 Useful for TV-out.
2592 The value is the width of the subtitle in % of the screen width.
2595 .B \-noterm\-osd
2596 Disable the display of OSD messages on the console when no video output is
2597 available.
2600 .B \-term\-osd\-esc <escape sequence>
2601 Specify the escape sequence to use before writing an OSD message on the
2602 console.
2603 The escape sequence should move the pointer to the beginning of the line
2604 used for the OSD and clear it (default: ^[[A\\r^[[K).
2607 .B \-unicode
2608 Tells MPlayer to handle the subtitle file as unicode.
2611 .B \-unrarexec <path to unrar executable> (not supported on MingW)
2612 Specify the path to the unrar executable so MPlayer can use it to access
2613 rar-compressed VOBsub files (default: not set, so the feature is off).
2614 The path must include the executable's filename, i.e.\& /usr/local/bin/unrar.
2617 .B "\-utf8 \ \ "
2618 Tells MPlayer to handle the subtitle file as UTF-8.
2621 .B \-vobsub <VOBsub file without extension>
2622 Specify a VOBsub file to use for subtitles.
2623 Has to be the full pathname without extension, i.e.\& without
2624 the '.idx', '.ifo' or '.sub'.
2627 .B \-vobsubid <0\-31>
2628 Specify the VOBsub subtitle ID.
2632 .SH "AUDIO OUTPUT OPTIONS"
2635 .B \-abs <value> (\-ao oss only) (OBSOLETE)
2636 Override audio driver/\:card buffer size detection.
2639 .B \-format <format> (also see the format audio filter)
2640 Select the sample format used for output from the audio filter
2641 layer to the sound card.
2642 The values that <format> can adopt are listed below in the
2643 description of the format audio filter.
2646 .B \-gapless\-audio
2647 Try to play consecutive audio files with no silence or disruption
2648 at the point of file change.
2649 This feature is implemented in a simple manner and relies on audio output
2650 device buffering to continue playback while moving from one file to another.
2651 If playback of the new file starts slowly, for example because it's played from
2652 a remote network location or because you have specified cache settings that
2653 require time for the initial cache fill, then the buffered audio may run out
2654 before playback of the new file can start.
2657 .B \-mixer <device>
2658 Use a mixer device different from the default /dev/\:mixer.
2659 For ALSA this is the mixer name.
2662 .B \-mixer\-channel <mixer line>[,mixer index] (\-ao oss and \-ao alsa only)
2663 This option will tell MPlayer to use a different channel for controlling
2664 volume than the default PCM.
2665 Options for OSS include
2666 .B vol, pcm, line.
2667 For a complete list of options look for SOUND_DEVICE_NAMES in
2668 /usr/\:include/\:linux/\:soundcard.h.
2669 For ALSA you can use the names e.g.\& alsamixer displays, like
2670 .B Master, Line, PCM.
2672 .I NOTE:
2673 ALSA mixer channel names followed by a number must be specified in the
2674 <name,number> format, i.e.\& a channel labeled 'PCM 1' in alsamixer must
2675 be converted to
2676 .BR PCM,1 .
2679 .B \-softvol
2680 Force the use of the software mixer, instead of using the sound card
2681 mixer.
2684 .B \-softvol\-max <10.0\-10000.0>
2685 Set the maximum amplification level in percent (default: 110).
2686 A value of 200 will allow you to adjust the volume up to a maximum of
2687 double the current level.
2688 With values below 100 the initial volume (which is 100%) will be above
2689 the maximum, which e.g.\& the OSD cannot display correctly.
2692 .B \-volstep <0\-100>
2693 Set the step size of mixer volume changes in percent of the whole range
2694 (default: 3).
2697 .B \-volume <-1\-100> (also see \-af volume)
2698 Set the startup volume in the mixer, either hardware or software (if
2699 used with \-softvol).
2700 A value of -1 (the default) will not change the volume.
2704 .SH "AUDIO OUTPUT DRIVERS"
2705 Audio output drivers are interfaces to different audio output facilities.
2706 The syntax is:
2709 .B \-ao <driver1[:suboption1[=value]:...],driver2,...[,]>
2710 Specify a priority list of audio output drivers to be used.
2712 If the list has a trailing ',' MPlayer will fall back on drivers not
2713 contained in the list.
2714 Suboptions are optional and can mostly be omitted.
2716 .I NOTE:
2717 See \-ao help for a list of compiled-in audio output drivers.
2718 .sp 1
2719 .I EXAMPLE:
2720 .PD 0
2721 .RSs
2722 .IPs "\-ao alsa,oss,"
2723 Try the ALSA driver, then the OSS driver, then others.
2724 .IPs "\-ao alsa:noblock:device=hw=0.3"
2725 Sets noblock-mode and the device-name as first card, fourth device.
2727 .PD 1
2728 .sp 1
2729 Available audio output drivers are:
2732 .B "alsa\ \ \ "
2733 ALSA 0.9/1.x audio output driver
2734 .PD 0
2735 .RSs
2736 .IPs noblock
2737 Sets noblock-mode.
2738 .IPs device=<device>
2739 Sets the device name.
2740 Replace any ',' with '.' and any ':' with '=' in the ALSA device name.
2741 For hwac3 output via S/PDIF, use an "iec958" or "spdif" device, unless
2742 you really know how to set it correctly.
2744 .PD 1
2747 .B "alsa5\ \ "
2748 ALSA 0.5 audio output driver
2751 .B "oss\ \ \ \ "
2752 OSS audio output driver
2753 .PD 0
2754 .RSs
2755 .IPs <dsp-device>
2756 Sets the audio output device (default: /dev/\:dsp).
2757 .IPs <mixer-device>
2758 Sets the audio mixer device (default: /dev/\:mixer).
2759 .IPs <mixer-channel>
2760 Sets the audio mixer channel (default: pcm).
2762 .PD 1
2765 .B sdl (SDL only)
2766 highly platform independent SDL (Simple Directmedia Layer) library
2767 audio output driver
2768 .PD 0
2769 .RSs
2770 .IPs <driver>
2771 Explicitly choose the SDL audio driver to use (default: let SDL choose).
2773 .PD 1
2776 .B "arts\ \ \ "
2777 audio output through the aRts daemon
2780 .B "esd\ \ \ \ "
2781 audio output through the ESD daemon
2782 .PD 0
2783 .RSs
2784 .IPs <server>
2785 Explicitly choose the ESD server to use (default: localhost).
2787 .PD 1
2790 .B "jack\ \ \ \ "
2791 audio output through JACK (Jack Audio Connection Kit)
2792 .PD 0
2793 .RSs
2794 .IPs port=<name>
2795 Connects to the ports with the given name (default: physical ports).
2796 .IPs name=<client name>
2797 Client name that is passed to JACK (default: MPlayer [<PID>]).
2798 Useful if you want to have certain connections established automatically.
2799 .IPs (no)estimate
2800 Estimate the audio delay, supposed to make the video playback smoother
2801 (default: enabled).
2802 .IPs (no)autostart
2803 Automatically start jackd if necessary (default: disabled).
2804 Note that this seems unreliable and will spam stdout with server messages.
2806 .PD 1
2809 .B "nas\ \ \ \ "
2810 audio output through NAS
2813 .B coreaudio (Mac OS X only)
2814 native Mac OS X audio output driver
2815 .PD 0
2816 .RSs
2817 .IPs device_id=<id>
2818 ID of output device to use (0 = default device)
2819 .IPs help
2820 List all available output devices with their IDs.
2822 .PD 1
2825 .B "openal\ "
2826 Experimental OpenAL audio output driver
2829 .B "pulse\ \ "
2830 PulseAudio audio output driver
2831 .PD 0
2832 .RSs
2833 .IPs "[<host>][:<output sink>]"
2834 Specify the host and optionally output sink to use.
2835 An empty <host> string uses a local connection, "localhost"
2836 uses network transfer (most likely not what you want).
2838 .PD 1
2841 .B sgi (SGI only)
2842 native SGI audio output driver
2843 .PD 0
2844 .RSs
2845 .IPs "<output device name>"
2846 Explicitly choose the output device/\:interface to use
2847 (default: system-wide default).
2848 For example, 'Analog Out' or 'Digital Out'.
2850 .PD 1
2853 .B sun (Sun only)
2854 native Sun audio output driver
2855 .PD 0
2856 .RSs
2857 .IPs <device>
2858 Explicitly choose the audio device to use (default: /dev/\:audio).
2860 .PD 1
2863 .B win32 (Windows only)
2864 native Windows waveout audio output driver
2867 .B dsound (Windows only)
2868 DirectX DirectSound audio output driver
2869 .PD 0
2870 .RSs
2871 .IPs device=<devicenum>
2872 Sets the device number to use.
2873 Playing a file with \-v will show a list of available devices.
2875 .PD 1
2878 .B kai (OS/2 only)
2879 OS/2 KAI audio output driver
2880 .PD 0
2881 .RSs
2882 .IPs uniaud
2883 Force UNIAUD mode.
2884 .IPs dart
2885 Force DART mode.
2886 .IPs (no)share
2887 Open audio in shareable or exclusive mode.
2888 .IPs bufsize=<size>
2889 Set buffer size to <size> in samples (default: 2048).
2891 .PD 1
2894 .B dart (OS/2 only)
2895 OS/2 DART audio output driver
2896 .PD 0
2897 .RSs
2898 .IPs (no)share
2899 Open DART in shareable or exclusive mode.
2900 .IPs bufsize=<size>
2901 Set buffer size to <size> in samples (default: 2048).
2903 .PD 1
2906 .B ivtv (IVTV only)
2907 IVTV specific MPEG audio output driver.
2908 Works with \-ac hwmpa only.
2911 .B v4l2 (requires Linux 2.6.22+ kernel)
2912 Audio output driver for V4L2 cards with hardware MPEG decoder.
2915 .B mpegpes (DVB only)
2916 Audio output driver for DVB cards that writes the output to an MPEG-PES
2917 file if no DVB card is installed.
2918 .PD 0
2919 .RSs
2920 .IPs card=<1\-4>
2921 DVB card to use if more than one card is present.
2922 If not specified MPlayer will search the first usable card.
2923 .IPs file=<filename>
2924 output filename
2926 .PD 1
2929 .B "null\ \ \ "
2930 Produces no audio output but maintains video playback speed.
2931 Use \-nosound for benchmarking.
2934 .B "pcm\ \ \ \ "
2935 raw PCM/wave file writer audio output
2936 .PD 0
2937 .RSs
2938 .IPs (no)waveheader
2939 Include or do not include the wave header (default: included).
2940 When not included, raw PCM will be generated.
2941 .IPs file=<filename>
2942 Write the sound to <filename> instead of the default
2943 audiodump.wav.
2944 If nowaveheader is specified, the default is audiodump.pcm.
2945 .IPs "fast\ "
2946 Try to dump faster than realtime.
2947 Make sure the output does not get truncated (usually with
2948 "Too many video packets in buffer" message).
2949 It is normal that you get a "Your system is too SLOW to play this!" message.
2951 .PD 1
2954 .B "plugin\ \ "
2955 plugin audio output driver
2959 .SH "VIDEO OUTPUT OPTIONS"
2962 .B \-adapter <value>
2963 Set the graphics card that will receive the image.
2964 You can get a list of available cards when you run this option with \-v.
2965 Currently only works with the directx video output driver.
2968 .B \-bpp <depth>
2969 Override the autodetected color depth.
2970 Only supported by the fbdev, dga, svga, vesa video output drivers.
2973 .B \-border
2974 Play movie with window border and decorations.
2975 Since this is on by default, use \-noborder to disable the standard window
2976 decorations.
2979 .B \-brightness <\-100\-100>
2980 Adjust the brightness of the video signal (default: 0).
2981 Not supported by all video output drivers.
2984 .B \-contrast <\-100\-100>
2985 Adjust the contrast of the video signal (default: 0).
2986 Not supported by all video output drivers.
2989 .B \-display <name> (X11 only)
2990 Specify the hostname and display number of the X server you want to display
2992 .sp 1
2993 .I EXAMPLE:
2994 .PD 0
2995 .RSs
2996 \-display xtest.localdomain:0
2998 .PD 1
3001 .B "\-dr \ \ \ "
3002 Turns on direct rendering (not supported by all codecs and video outputs)
3004 .I WARNING:
3005 May cause OSD/SUB corruption!
3008 .B \-fbmode <modename> (\-vo fbdev only)
3009 Change video mode to the one that is labeled as <modename> in
3010 /etc/\:fb.modes.
3012 .I NOTE:
3013 VESA framebuffer does not support mode changing.
3016 .B \-fbmodeconfig <filename> (\-vo fbdev only)
3017 Override framebuffer mode configuration file (default: /etc/\:fb.modes).
3020 .B \-force\-window\-position
3021 Forcefully move MPlayer's video output window to default location whenever
3022 there is a change in video parameters, video stream or file.
3023 This used to be the default behavior.
3024 Currently only affects X11 VOs.
3027 .B \-fs (also see \-zoom)
3028 Fullscreen playback (centers movie, and paints black bands around it).
3029 Not supported by all video output drivers.
3032 .B \-fsmode\-dontuse <0\-31> (OBSOLETE, use the \-fs option)
3033 Try this option if you still experience fullscreen problems.
3036 .B \-fstype <type1,type2,...> (X11 only)
3037 Specify a priority list of fullscreen modes to be used.
3038 You can negate the modes by prefixing them with '\-'.
3039 If you experience problems like the fullscreen window being covered
3040 by other windows try using a different order.
3042 .I NOTE:
3043 See \-fstype help for a full list of available modes.
3044 .sp 1
3045 The available types are:
3046 .sp 1
3047 .PD 0
3048 .RSs
3049 .IPs above
3050 Use the _NETWM_STATE_ABOVE hint if available.
3051 .IPs below
3052 Use the _NETWM_STATE_BELOW hint if available.
3053 .IPs fullscreen
3054 Use the _NETWM_STATE_FULLSCREEN hint if available.
3055 .IPs layer
3056 Use the _WIN_LAYER hint with the default layer.
3057 .IPs layer=<0...15>
3058 Use the _WIN_LAYER hint with the given layer number.
3059 .IPs netwm
3060 Force NETWM style.
3061 .IPs "none\ "
3062 Clear the list of modes; you can add modes to enable afterward.
3063 .IPs stays_on_top
3064 Use _NETWM_STATE_STAYS_ON_TOP hint if available.
3065 .REss
3066 .sp 1
3068 .I EXAMPLE:
3070 .PD 0
3071 .RSs
3072 .IPs layer,stays_on_top,above,fullscreen
3073 Default order, will be used as a fallback if incorrect or
3074 unsupported modes are specified.
3075 .IPs \-fullscreen
3076 Fixes fullscreen switching on OpenBox 1.x.
3078 .PD 1
3081 .B \-gamma <\-100\-100>
3082 Adjust the gamma of the video signal (default: 0).
3083 Not supported by all video output drivers.
3086 .B \-geometry x[%][:y[%]] or [WxH][+-x+-y]
3087 Adjust where the output is on the screen initially.
3088 The x and y specifications are in pixels measured from the top-left of the
3089 screen to the top-left of the image being displayed, however if a percentage
3090 sign is given after the argument it turns the value into a percentage of the
3091 screen size in that direction.
3092 It also supports the standard X11 \-geometry option format, in which e.g.
3093 +10-50 means "place 10 pixels from the left border and 50 pixels from the lower
3094 border" and "--20+-10" means "place 20 pixels beyond the right and 10 pixels
3095 beyond the top border".
3096 If an external window is specified using the \-wid option, then the x and
3097 y coordinates are relative to the top-left corner of the window rather
3098 than the screen.
3099 The coordinates are relative to the screen given with \-xineramascreen for
3100 the video output drivers that fully support \-xineramascreen (direct3d, gl, gl2,
3101 vdpau, x11, xv, xvmc, corevideo).
3103 .I NOTE:
3104 May not be supported by some of the older VO drivers.
3105 .sp 1
3106 .I EXAMPLE:
3107 .PD 0
3108 .RSs
3109 .IPs 50:40
3110 Places the window at x=50, y=40.
3111 .IPs 50%:50%
3112 Places the window in the middle of the screen.
3113 .IPs "100%\ "
3114 Places the window at the middle of the right edge of the screen.
3115 .IPs 100%:100%
3116 Places the window at the bottom right corner of the screen.
3118 .PD 1
3121 .B \-hue <\-100\-100>
3122 Adjust the hue of the video signal (default: 0).
3123 You can get a colored negative of the image with this option.
3124 Not supported by all video output drivers.
3127 .B \-monitor\-dotclock <range[,range,...]> (\-vo fbdev and vesa only)
3128 Specify the dotclock or pixelclock range of the monitor.
3131 .B \-monitor\-hfreq <range[,range,...]> (\-vo fbdev and vesa only)
3132 Specify the horizontal frequency range of the monitor.
3135 .B \-monitor\-vfreq <range[,range,...]> (\-vo fbdev and vesa only)
3136 Specify the vertical frequency range of the monitor.
3139 .B \-monitoraspect <ratio> (also see \-aspect)
3140 Set the aspect ratio of your monitor or TV screen.
3141 A value of 0 disables a previous setting (e.g.\& in the config file).
3142 Overrides the \-monitorpixelaspect setting if enabled.
3143 .sp 1
3144 .I EXAMPLE:
3145 .PD 0
3146 .RSs
3147 \-monitoraspect 4:3  or 1.3333
3149 \-monitoraspect 16:9 or 1.7777
3151 .PD 1
3154 .B \-monitorpixelaspect <ratio> (also see \-aspect)
3155 Set the aspect of a single pixel of your monitor or TV screen (default: 1).
3156 A value of 1 means square pixels
3157 (correct for (almost?) all LCDs).
3160 .B \-name (X11 only)
3161 Set the window class name.
3164 .B \-nodouble
3165 Disables double buffering, mostly for debugging purposes.
3166 Double buffering fixes flicker by storing two frames in memory, and
3167 displaying one while decoding another.
3168 It can affect OSD negatively, but often removes OSD flickering.
3171 .B \-nograbpointer
3172 Do not grab the mouse pointer after a video mode change (\-vm).
3173 Useful for multihead setups.
3176 .B \-nokeepaspect
3177 Do not keep window aspect ratio when resizing windows.
3178 By default MPlayer tries to keep the correct video aspect ratio by
3179 instructing the window manager to maintain window aspect when resizing,
3180 and by adding black bars if the window manager nevertheless allows
3181 window shape to change.
3182 This option disables window manager aspect hints and scales the video
3183 to completely fill the window without regard for aspect ratio.
3186 .B "\-ontop\ "
3187 Makes the player window stay on top of other windows.
3188 Supported by video output drivers which use X11, except SDL,
3189 as well as directx, corevideo, quartz, ggi and gl2.
3192 .B \-panscan <0.0\-1.0>
3193 Enables pan-and-scan functionality (cropping the sides of e.g.\& a 16:9
3194 movie to make it fit a 4:3 display without black bands).
3195 The range controls how much of the image is cropped.
3196 May not work with all video output drivers.
3198 .I NOTE:
3199 Values between \-1 and 0 are allowed as well, but highly experimental
3200 and may crash or worse.
3201 Use at your own risk!
3204 .B \-panscanrange <\-19.0\-99.0> (experimental)
3205 Change the range of the pan-and-scan functionality (default: 1).
3206 Positive values mean multiples of the default range.
3207 Negative numbers mean you can zoom in up to a factor of \-panscanrange+1.
3208 E.g.\& \-panscanrange \-3 allows a zoom factor of up to 4.
3209 This feature is experimental.
3210 Do not report bugs unless you are using \-vo gl.
3213 .B \-refreshrate <Hz>
3214 Set the monitor refreshrate in Hz.
3215 Currently only supported by \-vo directx combined with the \-vm option.
3218 .B \-rootwin
3219 Play movie in the root window (desktop background).
3220 Desktop background images may cover the movie window, though.
3221 May not work with all video output drivers.
3224 .B \-saturation <\-100\-100>
3225 Adjust the saturation of the video signal (default: 0).
3226 You can get grayscale output with this option.
3227 Not supported by all video output drivers.
3230 .B \-screenh <pixels>
3231 Specify the screen height for video output drivers which
3232 do not know the screen resolution like fbdev, x11 and TV-out.
3235 .B \-screenw <pixels>
3236 Specify the screen width for video output drivers which
3237 do not know the screen resolution like fbdev, x11 and TV-out.
3240 .B \-stop\-xscreensaver (X11 only)
3241 Turns off xscreensaver at startup and turns it on again on exit.
3242 If your screensaver supports neither the XSS nor XResetScreenSaver
3243 API please use \-heartbeat\-cmd instead.
3246 .B \-title (also see \-use\-filename\-title)
3247 Set the window title.
3248 Supported by X11-based video output drivers.
3251 .B \-use\-filename\-title (also see \-title)
3252 Set the window title using the media filename, when not set with \-title.
3253 Supported by X11-based video output drivers.
3256 .B "\-vm \ \ \ "
3257 Try to change to a different video mode.
3258 Supported by the dga, x11, xv, sdl and directx video output drivers.
3259 If used with the directx video output driver the \-screenw,
3260 \-screenh, \-bpp and \-refreshrate options can be used to set
3261 the new display mode.
3264 .B "\-vsync \ \ "
3265 Enables VBI for the vesa, dfbmga and svga video output drivers.
3268 .B \-wid <window ID> (X11, OpenGL and DirectX only)
3269 This tells MPlayer to attach to an existing window.
3270 Useful to embed MPlayer in a browser (e.g.\& the plugger extension).
3271 This option fills the given window completely, thus aspect scaling,
3272 panscan, etc are no longer handled by MPlayer but must be managed by the
3273 application that created the window.
3276 .B \-xineramascreen <\-2\-...>
3277 In Xinerama configurations (i.e.\& a single desktop that spans across multiple
3278 displays) this option tells MPlayer which screen to display the movie on.
3279 A value of \-2 means fullscreen across the whole virtual display (in this case
3280 Xinerama information is completely ignored), \-1 means
3281 fullscreen on the display the window currently is on.
3282 The initial position set via the \-geometry option is relative to the
3283 specified screen.
3284 Will usually only work with "\-fstype \-fullscreen" or "\-fstype none".
3285 This option is not suitable to only set the startup screen (because
3286 it will always display on the given screen in fullscreen mode),
3287 \-geometry is the best that is available for that purpose
3288 currently.
3289 Supported by at least the direct3d, gl, gl2, x11, xv and corevideo video output
3290 drivers.
3294 .SH "VIDEO OUTPUT DRIVERS"
3295 Video output drivers are interfaces to different video output facilities.
3296 The syntax is:
3299 .B \-vo <driver1[:suboption1[=value]:...],driver2,...[,]>
3300 Specify a priority list of video output drivers to be used.
3302 If the list has a trailing ',' MPlayer will fall back on drivers not
3303 contained in the list.
3304 Suboptions are optional and can mostly be omitted.
3306 .I NOTE:
3307 See \-vo help for a list of compiled-in video output drivers.
3308 .sp 1
3309 .I EXAMPLE:
3310 .PD 0
3311 .RSs
3312 .IPs "\-vo xmga,xv,"
3313 Try the Matrox X11 driver, then the Xv driver, then others.
3314 .IPs "\-vo directx:noaccel"
3315 Uses the DirectX driver with acceleration features turned off.
3317 .PD 1
3318 .sp 1
3319 Available video output drivers are:
3322 .B xv (X11 only)
3323 Uses the XVideo extension of XFree86 4.x to enable hardware
3324 accelerated playback.
3325 If you cannot use a hardware specific driver, this is probably
3326 the best option.
3327 For information about what colorkey is used and how it is drawn run MPlayer
3328 with \-v option and look out for the lines tagged with [xv common] at the
3329 beginning.
3330 .PD 0
3331 .RSs
3332 .IPs adaptor=<number>
3333 Select a specific XVideo adaptor (check xvinfo results).
3334 .IPs port=<number>
3335 Select a specific XVideo port.
3336 .IPs ck=<cur|use|set>
3337 Select the source from which the colorkey is taken (default: cur).
3338 .RSss
3339 .IPs cur
3340 The default takes the colorkey currently set in Xv.
3341 .IPs use
3342 Use but do not set the colorkey from MPlayer (use \-colorkey option to change
3343 it).
3344 .IPs set
3345 Same as use but also sets the supplied colorkey.
3347 .IPs ck-method=<man|bg|auto>
3348 Sets the colorkey drawing method (default: man).
3349 .RSss
3350 .IPs man
3351 Draw the colorkey manually (reduces flicker in some cases).
3352 .IPs bg
3353 Set the colorkey as window background.
3354 .IPs auto
3355 Let Xv draw the colorkey.
3358 .PD 1
3361 .B x11 (X11 only)
3362 Shared memory video output driver without hardware acceleration that
3363 works whenever X11 is present.
3366 .B xover (X11 only)
3367 Adds X11 support to all overlay based video output drivers.
3368 Currently only supported by tdfx_vid.
3369 .PD 0
3370 .RSs
3371 .IPs <vo_driver>
3372 Select the driver to use as source to overlay on top of X11.
3374 .PD 1
3377 .B vdpau (X11 only)
3378 Uses the VDPAU interface to display and optionally also decode video.
3379 Hardware decoding is used with \-vc ffmpeg12vdpau, ffwmv3vdpau, ffvc1vdpau, ffh264vdpau or ffodivxvdpau.
3380 .PD 0
3381 .RSs
3382 .IPs sharpen=<\-1\-1>
3383 For positive values, apply a sharpening algorithm to the video,
3384 for negative values a blurring algorithm (default: 0).
3385 .IPs denoise=<0\-1>
3386 Apply a noise reduction algorithm to the video (default: 0, no noise reduction).
3387 .IPs deint=<-4\-4>
3388 Select deinterlacing mode (default: -3).
3389 Positive values choose mode and enable deinterlacing.
3390 Corresponding negative values select the same deinterlacing mode,
3391 but do not enable deinterlacing on startup (useful in configuration files
3392 to specify what mode will be enabled by the "D" key).
3393 All modes respect \-field\-dominance.
3394 .RSss
3395 .IPs 0
3396 same as -3
3397 .IPs 1
3398 Show only first field, similar to \-vf field.
3399 .IPs 2
3400 Bob deinterlacing, similar to \-vf tfields=1.
3401 .IPs 3
3402 motion adaptive temporal deinterlacing.
3403 May lead to A/V desync with slow video hardware and/or high resolution.
3404 .IPs 4
3405 motion adaptive temporal deinterlacing with edge-guided spatial interpolation.
3406 Needs fast video hardware.
3408 .IPs chroma\-deint
3409 Makes temporal deinterlacers operate both on luma and chroma (default).
3410 Use nochroma\-deint to solely use luma and speed up advanced deinterlacing.
3411 Useful with slow video memory.
3412 .IPs pullup
3413 Try to apply inverse telecine, needs motion adaptive temporal deinterlacing.
3414 .IPs colorspace=<0-3>
3415 Select the color space for YUV to RGB conversion.
3416 In general BT.601 should be used for standard definition (SD) content and
3417 BT.709 for high definition (HD) content.
3418 Using incorrect color space results in slightly under or over saturated and
3419 shifted colors.
3420 .RSss
3421 .IPs 0
3422 Guess the color space based on video resolution.
3423 Video with width >= 1280 or height > 576 is assumed to be HD and BT.709 color
3424 space will be used.
3425 .IPs 1
3426 Use ITU-R BT.601 color space (default).
3427 .IPs 2
3428 Use ITU-R BT.709 color space.
3429 .IPs 3
3430 Use SMPTE-240M color space.
3432 .IPs hqscaling=<0-9>
3433 .RSss
3434 .IPs 0
3435 Use default VDPAU scaling (default).
3436 .IPs 1\-9
3437 Apply high quality VDPAU scaling (needs capable hardware).
3439 .IPs studio
3440 Output video in studio level RGB (16-235).
3441 This is what TVs and video monitors generally expect.
3442 By default PC level RGB (0-255) suitable for PC monitors is used.
3443 Providing studio level output to a device expecting PC level input results in
3444 grey blacks and dim whites, the reverse in crushed blacks and whites.
3445 .IPs fps=<number>
3446 Override autodetected display refresh rate value (the value is needed for framedrop to allow video playback rates higher than display refresh rate, and for vsync-aware frame timing adjustments).
3447 Default 0 means use autodetected value.
3448 A positive value is interpreted as a refresh rate in Hz and overrides the autodetected value.
3449 A negative value disables all timing adjustment and framedrop logic.
3450 .IPs queuetime_windowed=<number>
3451 .IPs queuetime_fs=<number>
3452 Use VDPAU's presentation queue functionality to queue future video frame
3453 changes at most this many milliseconds in advance (default: 50).
3454 See below for additional information.
3455 .IPs output_surfaces=<2-15>
3456 Allocate this many output surfaces to display video frames (default: 3).
3457 See below for additional information.
3460 .sp 1
3461 Using the VDPAU frame queueing functionality controlled by the queuetime
3462 options makes MPlayer's frame flip timing less sensitive to system CPU load
3463 and allows MPlayer to start decoding the next frame(s) slightly earlier
3464 which can reduce jitter caused by individual slow-to-decode frames.
3465 However the NVIDIA graphics drivers can make other window behavior such as
3466 window moves choppy if VDPAU is using the blit queue (mainly happens
3467 if you have the composite extension enabled) and this feature is active.
3468 If this happens on your system and it bothers you then you can set the
3469 queuetime value to 0 to disable this feature.
3470 The settings to use in windowed and fullscreen mode are separate because there
3471 should be less reason to disable this for fullscreen mode (as the driver issue
3472 shouldn't affect the video itself).
3473 .sp 1
3474 You can queue more frames ahead by increasing the queuetime values and the
3475 output_surfaces count (to ensure enough surfaces to buffer video for a
3476 certain time ahead you need at least as many surfaces as the video has
3477 frames during that time, plus two).
3478 This could help make video smoother in some cases.
3479 The main downsides are increased video RAM requirements for the surfaces
3480 and laggier display response to user commands (display changes only become
3481 visible some time after they're queued). The graphics driver implementation may
3482 also have limits on the length of maximum queuing time or number of queued
3483 surfaces that work well or at all.
3485 .PD 1
3488 .B xvmc (X11 with \-vc ffmpeg12mc only)
3489 Video output driver that uses the XvMC (X Video Motion Compensation)
3490 extension of XFree86 4.x to speed up MPEG-1/2 and VCR2 decoding.
3491 .PD 0
3492 .RSs
3493 .IPs adaptor=<number>
3494 Select a specific XVideo adaptor (check xvinfo results).
3495 .IPs port=<number>
3496 Select a specific XVideo port.
3497 .IPs (no)benchmark
3498 Disables image display.
3499 Necessary for proper benchmarking of drivers that change
3500 image buffers on monitor retrace only (nVidia).
3501 Default is not to disable image display (nobenchmark).
3502 .IPs (no)bobdeint
3503 Very simple deinterlacer.
3504 Might not look better than \-vf tfields=1,
3505 but it is the only deinterlacer for xvmc (default: nobobdeint).
3506 .IPs (no)queue
3507 Queue frames for display to allow more parallel work of the video hardware.
3508 May add a small (not noticeable) constant A/V desync (default: noqueue).
3509 .IPs (no)sleep
3510 Use sleep function while waiting for rendering to finish
3511 (not recommended on Linux) (default: nosleep).
3512 .IPs ck=cur|use|set
3513 Same as \-vo xv:ck (see \-vo xv).
3514 .IPs ck-method=man|bg|auto
3515 Same as \-vo xv:ck-method (see \-vo xv).
3517 .PD 1
3520 .B dga (X11 only)
3521 Play video through the XFree86 Direct Graphics Access extension.
3522 Considered obsolete.
3525 .B sdl (SDL only, buggy/outdated)
3526 Highly platform independent SDL (Simple Directmedia Layer) library
3527 video output driver.
3528 Since SDL uses its own X11 layer, MPlayer X11 options do not have
3529 any effect on SDL.
3530 Note that it has several minor bugs (\-vm/\-novm is mostly ignored,
3531 \-fs behaves like \-novm should, window is in top-left corner when
3532 returning from fullscreen, panscan is not supported, ...).
3533 .PD 0
3534 .RSs
3535 .IPs driver=<driver>
3536 Explicitly choose the SDL driver to use.
3537 .IPs (no)forcexv
3538 Use XVideo through the sdl video output driver (default: forcexv).
3539 .IPs (no)hwaccel
3540 Use hardware accelerated scaler (default: hwaccel).
3542 .PD 1
3545 .B direct3d (Windows only) (BETA CODE!)
3546 Video output driver that uses the Direct3D interface (useful for Vista).
3549 .B directx (Windows only)
3550 Video output driver that uses the DirectX interface.
3551 .PD 0
3552 .RSs
3553 .IPs noaccel
3554 Turns off hardware acceleration.
3555 Try this option if you have display problems.
3557 .PD 1
3560 .B kva (OS/2 only)
3561 Video output driver that uses the libkva interface.
3562 .PD 0
3563 .RSs
3564 .IPs snap
3565 Force SNAP mode.
3566 .IPs wo
3567 Force WarpOverlay! mode.
3568 .IPs dive
3569 Force DIVE mode.
3570 .IPs (no)t23
3571 Enable or disable workaround for T23 laptop (default: disabled).
3572 Try to enable this option if your video card supports upscaling only.
3574 .PD 1
3577 .B quartz (Mac OS X only)
3578 Mac OS X Quartz video output driver.
3579 Under some circumstances, it might be more efficient to force a
3580 packed YUV output format, with e.g.\& \-vf format=yuy2.
3581 .PD 0
3582 .RSs
3583 .IPs device_id=<number>
3584 Choose the display device to use in fullscreen.
3585 .IPs fs_res=<width>:<height>
3586 Specify the fullscreen resolution (useful on slow systems).
3588 .PD 1
3591 .B corevideo (Mac OS X 10.4 or 10.3.9 with QuickTime 7)
3592 Mac OS X CoreVideo video output driver
3593 .PD 0
3594 .RSs
3595 .IPs device_id=<number>
3596 Choose the display device to use for fullscreen or set it to \-1 to
3597 always use the same screen the video window is on (default: \-1 \- auto).
3598 .IPs shared_buffer
3599 Write output to a shared memory buffer instead of displaying it and
3600 try to open an existing NSConnection for communication with a GUI.
3601 .IPs buffer_name=<name>
3602 Name of the shared buffer created with shm_open as well as the name of
3603 the NSConnection MPlayer will try to open (default: "mplayerosx").
3604 Setting buffer_name implicitly enables shared_buffer.
3606 .PD 1
3609 .B fbdev (Linux only)
3610 Uses the kernel framebuffer to play video.
3611 .PD 0
3612 .RSs
3613 .IPs <device>
3614 Explicitly choose the fbdev device name to use (e.g.\& /dev/\:fb0).
3616 .PD 1
3619 .B fbdev2 (Linux only)
3620 Uses the kernel framebuffer to play video,
3621 alternative implementation.
3622 .PD 0
3623 .RSs
3624 .IPs <device>
3625 Explicitly choose the fbdev device name to use (default: /dev/\:fb0).
3627 .PD 1
3630 .B "vesa\ \ \ "
3631 Very general video output driver that should work on any VESA VBE 2.0
3632 compatible card.
3633 .PD 0
3634 .RSs
3635 .IPs (no)dga
3636 Turns DGA mode on or off (default: on).
3637 .IPs neotv_pal
3638 Activate the NeoMagic TV out and set it to PAL norm.
3639 .IPs neotv_ntsc
3640 Activate the NeoMagic TV out and set it to NTSC norm.
3641 .IPs "lvo:\ \ \ "
3642 Activate the Linux Video Overlay on top of VESA mode.
3644 .PD 1
3647 .B "svga\ \ \ "
3648 Play video using the SVGA library.
3649 .PD 0
3650 .RSs
3651 .IPs "<video mode>"
3652 Specify video mode to use.
3653 The mode can be given in a <width>x<height>x<colors> format,
3654 e.g.\& 640x480x16M or be a graphics mode number, e.g.\& 84.
3655 .IPs bbosd
3656 Draw OSD into black bands below the movie (slower).
3657 .IPs native
3658 Use only native drawing functions.
3659 This avoids direct rendering, OSD and hardware acceleration.
3660 .IPs retrace
3661 Force frame switch on vertical retrace.
3662 Usable only with \-double.
3663 It has the same effect as the \-vsync option.
3664 .IPs "sq\ \ \ "
3665 Try to select a video mode with square pixels.
3667 .PD 1
3670 .B "gl\ \ \ \ \ "
3671 OpenGL video output driver, simple version.
3672 Video size must be smaller than
3673 the maximum texture size of your OpenGL implementation.
3674 Intended to work even with the most basic OpenGL implementations,
3675 but also makes use of newer extensions, which allow support for more
3676 colorspaces and direct rendering.
3677 For optimal speed try adding the options
3679 \-dr \-noslices
3681 The code performs very few checks, so if a feature does not work, this
3682 might be because it is not supported by your card/OpenGL implementation
3683 even if you do not get any error message.
3684 Use glxinfo or a similar tool to display the supported OpenGL extensions.
3685 .PD 0
3686 .RSs
3687 .IPs (no)ati\-hack
3688 ATI drivers may give a corrupted image when PBOs are used (when using \-dr
3689 or force\-pbo).
3690 This option fixes this, at the expense of using a bit more memory.
3691 .IPs (no)force\-pbo
3692 Always uses PBOs to transfer textures even if this involves an extra copy.
3693 Currently this gives a little extra speed with NVidia drivers and a lot more
3694 speed with ATI drivers.
3695 May need \-noslices and the ati\-hack suboption to work correctly.
3696 .IPs (no)scaled-osd
3697 Changes the way the OSD behaves when the size of the
3698 window changes (default: disabled).
3699 When enabled behaves more like the other video output drivers,
3700 which is better for fixed-size fonts.
3701 Disabled looks much better with FreeType fonts and uses the
3702 borders in fullscreen mode.
3703 Does not work correctly with ass subtitles (see \-ass), you can instead
3704 render them without OpenGL support via \-vf ass.
3705 .IPs osdcolor=<0xAARRGGBB>
3706 Color for OSD (default: 0x00ffffff, corresponds to non-transparent white).
3707 .IPs rectangle=<0,1,2>
3708 Select usage of rectangular textures which saves video RAM, but often is
3709 slower (default: 0).
3710 .RSss
3711 0: Use power-of-two textures (default).
3713 1: Use the GL_ARB_texture_rectangle extension.
3715 2: Use the GL_ARB_texture_non_power_of_two extension.
3716 In some cases only supported in software and thus very slow.
3718 .IPs swapinterval=<n>
3719 Minimum interval between two buffer swaps, counted in
3720 displayed frames (default: 1).
3721 1 is equivalent to enabling VSYNC, 0 to disabling VSYNC.
3722 Values below 0 will leave it at the system default.
3723 This limits the framerate to (horizontal refresh rate / n).
3724 Requires GLX_SGI_swap_control support to work.
3725 With some (most/all?) implementations this only works in fullscreen mode.
3726 .IPs ycbcr
3727 Use the GL_MESA_ycbcr_texture extension to convert YUV to RGB.
3728 In most cases this is probably slower than doing software conversion to RGB.
3729 .IPs yuv=<n>
3730 Select the type of YUV to RGB conversion.
3731 The default is auto-detection deciding between values 0 and 2.
3732 .RSss
3733 0: Use software conversion.
3734 Compatible with all OpenGL versions.
3735 Provides brightness, contrast and saturation control.
3737 1: Use register combiners.
3738 This uses an nVidia-specific extension (GL_NV_register_combiners).
3739 At least three texture units are needed.
3740 Provides saturation and hue control.
3741 This method is fast but inexact.
3743 2: Use a fragment program.
3744 Needs the GL_ARB_fragment_program extension and at least three texture units.
3745 Provides brightness, contrast, saturation and hue control.
3747 3: Use a fragment program using the POW instruction.
3748 Needs the GL_ARB_fragment_program extension and at least three texture units.
3749 Provides brightness, contrast, saturation, hue and gamma control.
3750 Gamma can also be set independently for red, green and blue.
3751 Method 4 is usually faster.
3753 4: Use a fragment program with additional lookup.
3754 Needs the GL_ARB_fragment_program extension and at least four texture units.
3755 Provides brightness, contrast, saturation, hue and gamma control.
3756 Gamma can also be set independently for red, green and blue.
3758 5: Use ATI-specific method (for older cards).
3759 This uses an ATI-specific extension (GL_ATI_fragment_shader \- not
3760 GL_ARB_fragment_shader!).
3761 At least three texture units are needed.
3762 Provides saturation and hue control.
3763 This method is fast but inexact.
3765 6: Use a 3D texture to do conversion via lookup.
3766 Needs the GL_ARB_fragment_program extension and at least four texture units.
3767 Extremely slow (software emulation) on some (all?) ATI cards since it uses
3768 a texture with border pixels.
3769 Provides brightness, contrast, saturation, hue and gamma control.
3770 Gamma can also be set independently for red, green and blue.
3771 Speed depends more on GPU memory bandwidth than other methods.
3773 .IPs colorspace
3774 Select the color space for YUV to RGB conversion.
3775 .RSss
3776 .IPs 0
3777 Use the formula used normally by MPlayer (default).
3778 .IPs 1
3779 Use ITU-R BT.601 color space.
3780 .IPs 2
3781 Use ITU-R BT.709 color space.
3782 .IPs 3
3783 Use SMPTE-240M color space.
3785 .IPs levelconv=<n>
3786 Select the brightness level conversion to use for the YUV to RGB conversion
3787 .RSss
3788 .IPs 0
3789 Convert TV to PC levels (default).
3790 .IPs 1
3791 Convert PC to TV levels.
3792 .IPs 2
3793 Do not do any conversion.
3795 .IPs lscale=<n>
3796 Select the scaling function to use for luminance scaling.
3797 Only valid for yuv modes 2, 3, 4 and 6.
3798 .RSss
3799 0: Use simple linear filtering (default).
3801 1: Use bicubic B-spline filtering (better quality).
3802 Needs one additional texture unit.
3803 Older cards will not be able to handle this for chroma at least in fullscreen mode.
3805 2: Use cubic filtering in horizontal, linear filtering in vertical direction.
3806 Works on a few more cards than method 1.
3808 3: Same as 1 but does not use a lookup texture.
3809 Might be faster on some cards.
3811 4: Use experimental unsharp masking with 3x3 support and a default strength of 0.5 (see filter-strength).
3813 5: Use experimental unsharp masking with 5x5 support and a default strength of 0.5 (see filter-strength).
3815 .IPs cscale=<n>
3816 Select the scaling function to use for chrominance scaling.
3817 For details see lscale.
3818 .IPs filter-strength=<value>
3819 Set the effect strength for the lscale/cscale filters that support it.
3820 .IPs stereo=<value>
3821 Select a method for stereo display.
3822 You may have to use -aspect to fix the aspect value.
3823 Experimental, do not expect too much from it.
3824 .RSss
3825 0: Normal 2D display
3827 1: left-right split input to full-color red-cyan stereo.
3829 2: left-right split input to full-color red-cyan stereo.
3831 3: left-right split input to quadbuffered stereo.
3832 Only supported by very few OpenGL cards.
3835 .sp 1
3837 The following options are only useful if writing your own fragment programs.
3839 .sp 1
3840 .RSs
3841 .IPs customprog=<filename>
3842 Load a custom fragment program from <filename>.
3843 See TOOLS/edgedect.fp for an example.
3844 .IPs customtex=<filename>
3845 Load a custom "gamma ramp" texture from <filename>.
3846 This can be used in combination with yuv=4 or with the customprog option.
3847 .IPs (no)customtlin
3848 If enabled (default) use GL_LINEAR interpolation, otherwise use GL_NEAREST
3849 for customtex texture.
3850 .IPs (no)customtrect
3851 If enabled, use texture_rectangle for customtex texture.
3852 Default is disabled.
3853 .IPs (no)mipmapgen
3854 If enabled, mipmaps for the video are automatically generated.
3855 This should be useful together with the customprog and the TXB
3856 instruction to implement blur filters with a large radius.
3857 For most OpenGL implementations this is very slow for any non-RGB
3858 formats.
3859 Default is disabled.
3861 .sp 1
3863 Normally there is no reason to use the following options, they mostly
3864 exist for testing purposes.
3866 .sp 1
3867 .RSs
3868 .IPs (no)glfinish
3869 Call glFinish() before swapping buffers.
3870 Slower but in some cases more correct output (default: disabled).
3871 .IPs (no)manyfmts
3872 Enables support for more (RGB and BGR) color formats (default: enabled).
3873 Needs OpenGL version >= 1.2.
3874 .IPs slice-height=<0\-...>
3875 Number of lines copied to texture in one piece (default: 0).
3876 0 for whole image.
3878 .I NOTE:
3879 If YUV colorspace is used (see yuv suboption), special rules apply:
3880 .RSss
3881 If the decoder uses slice rendering (see \-noslices), this setting
3882 has no effect, the size of the slices as provided by the decoder is used.
3884 If the decoder does not use slice rendering, the default is 16.
3886 .IPs (no)osd
3887 Enable or disable support for OSD rendering via OpenGL (default: enabled).
3888 This option is for testing; to disable the OSD use \-osdlevel 0 instead.
3889 .IPs (no)aspect
3890 Enable or disable aspect scaling and pan-and-scan support (default: enabled).
3891 Disabling might increase speed.
3892 .REss
3894 .PD 1
3897 .B "gl2\ \ \ \ "
3898 Variant of the OpenGL video output driver.
3899 Supports videos larger than the maximum texture size but lacks many of the
3900 advanced features and optimizations of the gl driver and is unlikely to be
3901 extended further.
3902 .PD 0
3903 .RSs
3904 .IPs (no)glfinish
3905 same as gl (default: enabled)
3906 .IPs yuv=<n>
3907 Select the type of YUV to RGB conversion.
3908 If set to anything except 0 OSD will be disabled and brightness, contrast and
3909 gamma setting is only available via the global X server settings.
3910 Apart from this the values have the same meaning as for \-vo gl.
3911 .REss
3914 .B matrixview
3915 OpenGL-based renderer creating a Matrix-like running-text effect.
3916 .PD 0
3917 .RSs
3918 .IPs cols=<n>
3919 Number of text columns to display.
3920 Very low values (< 16) will probably fail due to scaler limitations.
3921 Values not divisible by 16 may cause issues as well.
3922 .IPs rows=<n>
3923 Number of text rows to display.
3924 Very low values (< 16) will probably fail due to scaler limitations.
3925 Values not divisible by 16 may cause issues as well.
3926 .REss
3929 .B "null\ \ \ "
3930 Produces no video output.
3931 Useful for benchmarking.
3934 .B "aa\ \ \ \ \ "
3935 ASCII art video output driver that works on a text console.
3936 You can get a list and an explanation of available suboptions
3937 by executing 'mplayer \-vo aa:help'.
3939 .I NOTE:
3940 The driver does not handle \-aspect correctly.
3942 .I HINT:
3943 You probably have to specify \-monitorpixelaspect.
3944 Try 'mplayer \-vo aa \-monitorpixelaspect 0.5'.
3947 .B "caca\ \ \ "
3948 Color ASCII art video output driver that works on a text console.
3951 .B "bl\ \ \ \ \ "
3952 Video playback using the Blinkenlights UDP protocol.
3953 This driver is highly hardware specific.
3954 .PD 0
3955 .RSs
3956 .IPs <subdevice>
3957 Explicitly choose the Blinkenlights subdevice driver to use.
3958 It is something like arcade:host=localhost:2323 or
3959 hdl:file=name1,file=name2.
3960 You must specify a subdevice.
3962 .PD 1
3965 .B "ggi\ \ \ \ "
3966 GGI graphics system video output driver
3967 .PD 0
3968 .RSs
3969 .IPs <driver>
3970 Explicitly choose the GGI driver to use.
3971 Replace any ',' that would appear in the driver string by a '.'.
3973 .PD 1
3976 .B directfb
3977 Play video using the DirectFB library.
3978 .PD 0
3979 .RSs
3980 .IPs (no)input
3981 Use the DirectFB instead of the MPlayer keyboard code (default: enabled).
3982 .IPs buffermode=single|double|triple
3983 Double and triple buffering give best results if you want to avoid tearing issues.
3984 Triple buffering is more efficient than double buffering as it does
3985 not block MPlayer while waiting for the vertical retrace.
3986 Single buffering should be avoided (default: single).
3987 .IPs fieldparity=top|bottom
3988 Control the output order for interlaced frames (default: disabled).
3989 Valid values are top = top fields first, bottom = bottom fields first.
3990 This option does not have any effect on progressive film material
3991 like most MPEG movies are.
3992 You need to enable this option if you have tearing issues or unsmooth
3993 motions watching interlaced film material.
3994 .IPs layer=N
3995 Will force layer with ID N for playback (default: \-1 \- auto).
3996 .IPs dfbopts=<list>
3997 Specify a parameter list for DirectFB.
3999 .PD 1
4002 .B "dfbmga\ "
4003 Matrox G400/\:G450/\:G550 specific video output driver that uses the
4004 DirectFB library to make use of special hardware features.
4005 Enables CRTC2 (second head), displaying video independently of the first head.
4006 .PD 0
4007 .RSs
4008 .IPs (no)input
4009 same as directfb (default: disabled)
4010 .IPs buffermode=single|double|triple
4011 same as directfb (default: triple)
4012 .IPs fieldparity=top|bottom
4013 same as directfb
4014 .IPs (no)bes
4015 Enable the use of the Matrox BES (backend scaler) (default: disabled).
4016 Gives very good results concerning speed and output quality as interpolated
4017 picture processing is done in hardware.
4018 Works only on the primary head.
4019 .IPs (no)spic
4020 Make use of the Matrox sub picture layer to display the OSD (default: enabled).
4021 .IPs (no)crtc2
4022 Turn on TV-out on the second head (default: enabled).
4023 The output quality is amazing as it is a full interlaced picture
4024 with proper sync to every odd/\:even field.
4025 .IPs tvnorm=pal|ntsc|auto
4026 Will set the TV norm of the Matrox card without the need
4027 for modifying /etc/\:directfbrc (default: disabled).
4028 Valid norms are pal = PAL, ntsc = NTSC.
4029 Special norm is auto (auto-adjust using PAL/\:NTSC) because it decides
4030 which norm to use by looking at the framerate of the movie.
4032 .PD 1
4035 .B mga (Linux only)
4036 Matrox specific video output driver that makes use of the YUV back
4037 end scaler on Gxxx cards through a kernel module.
4038 If you have a Matrox card, this is the fastest option.
4039 .PD 0
4040 .RSs
4041 .IPs <device>
4042 Explicitly choose the Matrox device name to use (default: /dev/\:mga_vid).
4044 .PD 1
4047 .B xmga (Linux, X11 only)
4048 The mga video output driver, running in an X11 window.
4049 .PD 0
4050 .RSs
4051 .IPs <device>
4052 Explicitly choose the Matrox device name to use (default: /dev/\:mga_vid).
4054 .PD 1
4057 .B s3fb (Linux only) (also see \-dr)
4058 S3 Virge specific video output driver.
4059 This driver supports the card's YUV conversion and scaling, double
4060 buffering and direct rendering features.
4061 Use \-vf format=yuy2 to get hardware-accelerated YUY2 rendering, which is
4062 much faster than YV12 on this card.
4063 .PD 0
4064 .RSs
4065 .IPs <device>
4066 Explicitly choose the fbdev device name to use (default: /dev/\:fb0).
4068 .PD 1
4071 .B wii (Linux only)
4072 Nintendo Wii/GameCube specific video output driver.
4075 .B 3dfx (Linux only)
4076 3dfx-specific video output driver that directly uses
4077 the hardware on top of X11.
4078 Only 16 bpp are supported.
4081 .B tdfxfb (Linux only)
4082 This driver employs the tdfxfb framebuffer driver to play movies with
4083 YUV acceleration on 3dfx cards.
4084 .PD 0
4085 .RSs
4086 .IPs <device>
4087 Explicitly choose the fbdev device name to use (default: /dev/\:fb0).
4089 .PD 1
4092 .B tdfx_vid (Linux only)
4093 3dfx-specific video output driver that works in combination with
4094 the tdfx_vid kernel module.
4095 .PD 0
4096 .RSs
4097 .IPs <device>
4098 Explicitly choose the device name to use (default: /dev/\:tdfx_vid).
4100 .PD 1
4103 .B dxr3 (DXR3 only)
4104 Sigma Designs em8300 MPEG decoder chip (Creative DXR3, Sigma Designs
4105 Hollywood Plus) specific video output driver.
4106 Also see the lavc video filter.
4107 .PD 0
4108 .RSs
4109 .IPs overlay
4110 Activates the overlay instead of TV-out.
4111 .IPs prebuf
4112 Turns on prebuffering.
4113 .IPs "sync\ "
4114 Will turn on the new sync-engine.
4115 .IPs norm=<norm>
4116 Specifies the TV norm.
4117 .RSss
4118 0: Does not change current norm (default).
4120 1: Auto-adjust using PAL/\:NTSC.
4122 2: Auto-adjust using PAL/\:PAL-60.
4124 3: PAL
4126 4: PAL-60
4128 5: NTSC
4130 .IPs <0\-3>
4131 Specifies the device number to use if you have more than one em8300 card.
4133 .PD 1
4136 .B ivtv (IVTV only)
4137 Conexant CX23415 (iCompression iTVC15) or Conexant CX23416 (iCompression
4138 iTVC16) MPEG decoder chip (Hauppauge WinTV PVR-150/250/350/500)
4139 specific video output driver for TV-out.
4140 Also see the lavc video filter.
4141 .PD 0
4142 .RSs
4143 .IPs <device>
4144 Explicitly choose the MPEG decoder device name to use (default: /dev/video16).
4145 .IPs <output>
4146 Explicitly choose the TV-out output to be used for the video signal.
4148 .PD 1
4151 .B v4l2 (requires Linux 2.6.22+ kernel)
4152 Video output driver for V4L2 compliant cards with built-in hardware MPEG decoder.
4153 Also see the lavc video filter.
4154 .PD 0
4155 .RSs
4156 .IPs <device>
4157 Explicitly choose the MPEG decoder device name to use (default: /dev/video16).
4158 .IPs <output>
4159 Explicitly choose the TV-out output to be used for the video signal.
4161 .PD 1
4164 .B mpegpes (DVB only)
4165 Video output driver for DVB cards that writes the output to an MPEG-PES file
4166 if no DVB card is installed.
4167 .PD 0
4168 .RSs
4169 .IPs card=<1\-4>
4170 Specifies the device number to use if you have more than one DVB output card
4171 (V3 API only, such as 1.x.y series drivers).
4172 If not specified MPlayer will search the first usable card.
4173 .IPs <filename>
4174 output filename (default: ./grab.mpg)
4176 .PD 1
4179 .B "md5sum\ "
4180 Calculate MD5 sums of each frame and write them to a file.
4181 Supports RGB24 and YV12 colorspaces.
4182 Useful for debugging.
4183 .PD 0
4184 .RSs
4185 .IPs outfile=<value>
4186 Specify the output filename (default: ./md5sums).
4188 .PD 1
4191 .B yuv4mpeg
4192 Transforms the video stream into a sequence of uncompressed YUV 4:2:0
4193 images and stores it in a file (default: ./stream.yuv).
4194 The format is the same as the one employed by mjpegtools, so this is
4195 useful if you want to process the video with the mjpegtools suite.
4196 It supports the YV12 format.
4197 If your source file has a different format and is interlaced, make sure
4198 to use -vf scale=::1 to ensure the conversion uses interlaced mode.
4199 You can combine it with the \-fixed\-vo option to concatenate files
4200 with the same dimensions and fps value.
4201 .PD 0
4202 .RSs
4203 .IPs interlaced
4204 Write the output as interlaced frames, top field first.
4205 .IPs interlaced_bf
4206 Write the output as interlaced frames, bottom field first.
4207 .IPs file=<filename>
4208 Write the output to <filename> instead of the default stream.yuv.
4209 .REss
4210 .PD 1
4212 .sp 1
4213 .I NOTE:
4214 If you do not specify any option the output is progressive
4215 (i.e.\& not interlaced).
4219 .B "gif89a\ "
4220 Output each frame into a single animated GIF file in the current directory.
4221 It supports only RGB format with 24 bpp and the output is converted to 256
4222 colors.
4223 .PD 0
4224 .RSs
4225 .IPs <fps>
4226 Float value to specify framerate (default: 5.0).
4227 .IPs <output>
4228 Specify the output filename (default: ./out.gif).
4229 .REss
4230 .PD 1
4232 .sp 1
4233 .I NOTE:
4234 You must specify the framerate before the filename or the framerate will
4235 be part of the filename.
4236 .sp 1
4237 .I EXAMPLE:
4239 .PD 0
4240 .RSs
4241 mplayer video.nut \-vo gif89a:fps=15:output=test.gif
4243 .PD 1
4246 .B "jpeg\ \ \ "
4247 Output each frame into a JPEG file in the current directory.
4248 Each file takes the frame number padded with leading zeros as name.
4249 .PD 0
4250 .RSs
4251 .IPs [no]progressive
4252 Specify standard or progressive JPEG (default: noprogressive).
4253 .IPs [no]baseline
4254 Specify use of baseline or not (default: baseline).
4255 .IPs optimize=<0\-100>
4256 optimization factor (default: 100)
4257 .IPs smooth=<0\-100>
4258 smooth factor (default: 0)
4259 .IPs quality=<0\-100>
4260 quality factor (default: 75)
4261 .IPs outdir=<dirname>
4262 Specify the directory to save the JPEG files to (default: ./).
4263 .IPs subdirs=<prefix>
4264 Create numbered subdirectories with the specified prefix to
4265 save the files in instead of the current directory.
4266 .IPs "maxfiles=<value> (subdirs only)"
4267 Maximum number of files to be saved per subdirectory.
4268 Must be equal to or larger than 1 (default: 1000).
4270 .PD 1
4273 .B "pnm\ \ \ \ "
4274 Output each frame into a PNM file in the current directory.
4275 Each file takes the frame number padded with leading zeros as name.
4276 It supports PPM, PGM and PGMYUV files in both raw and ASCII mode.
4277 Also see pnm(5), ppm(5) and pgm(5).
4278 .PD 0
4279 .RSs
4280 .IPs "ppm\ \ "
4281 Write PPM files (default).
4282 .IPs "pgm\ \ "
4283 Write PGM files.
4284 .IPs pgmyuv
4285 Write PGMYUV files.
4286 PGMYUV is like PGM, but it also contains the U and V plane, appended at the
4287 bottom of the picture.
4288 .IPs "raw\ \ "
4289 Write PNM files in raw mode (default).
4290 .IPs ascii
4291 Write PNM files in ASCII mode.
4292 .IPs outdir=<dirname>
4293 Specify the directory to save the PNM files to (default: ./).
4294 .IPs subdirs=<prefix>
4295 Create numbered subdirectories with the specified prefix to
4296 save the files in instead of the current directory.
4297 .IPs "maxfiles=<value> (subdirs only)"
4298 Maximum number of files to be saved per subdirectory.
4299 Must be equal to or larger than 1 (default: 1000).
4301 .PD 1
4304 .B "png\ \ \ \ "
4305 Output each frame into a PNG file in the current directory.
4306 Each file takes the frame number padded with leading zeros as name.
4307 24bpp RGB and BGR formats are supported.
4308 .PD 0
4309 .RSs
4310 .IPs z=<0\-9>
4311 Specifies the compression level.
4312 0 is no compression, 9 is maximum compression.
4313 .IPs alpha (default: noalpha)
4314 Create PNG files with an alpha channel.
4315 Note that MPlayer in general does not support alpha, so this will only
4316 be useful in some rare cases.
4318 .PD 1
4321 .B "tga\ \ \ \ "
4322 Output each frame into a Targa file in the current directory.
4323 Each file takes the frame number padded with leading zeros as name.
4324 The purpose of this video output driver is to have a simple lossless
4325 image writer to use without any external library.
4326 It supports the BGR[A] color format, with 15, 24 and 32 bpp.
4327 You can force a particular format with the format video filter.
4328 .sp 1
4329 .I EXAMPLE:
4331 .PD 0
4332 .RSs
4333 mplayer video.nut \-vf format=bgr15 \-vo tga
4335 .PD 1
4339 .SH "DECODING/FILTERING OPTIONS"
4342 .B \-ac <[\-|+]codec1,[\-|+]codec2,...[,]>
4343 Specify a priority list of audio codecs to be used, according to their codec
4344 name in codecs.conf.
4345 Use a '\-' before the codec name to omit it.
4346 Use a '+' before the codec name to force it, this will likely crash!
4347 If the list has a trailing ',' MPlayer will fall back on codecs not
4348 contained in the list.
4350 .I NOTE:
4351 See \-ac help for a full list of available codecs.
4352 .sp 1
4353 .I EXAMPLE:
4354 .PD 0
4355 .RSs
4356 .IPs "\-ac mp3acm"
4357 Force the l3codeca.acm MP3 codec.
4358 .IPs "\-ac mad,"
4359 Try libmad first, then fall back on others.
4360 .IPs "\-ac hwac3,a52,"
4361 Try hardware AC-3 passthrough, software AC-3, then others.
4362 .IPs "\-ac hwdts,"
4363 Try hardware DTS passthrough, then fall back on others.
4364 .IPs "\-ac \-ffmp3,"
4365 Skip FFmpeg's MP3 decoder.
4367 .PD 1
4370 .B \-af\-adv <force=(0\-7):list=(filters)> (also see \-af)
4371 Specify advanced audio filter options:
4372 .RSs
4373 .IPs force=<0\-7>
4374 Forces the insertion of audio filters to one of the following:
4375 .RSss
4376 0: Use completely automatic filter insertion (currently identical to 1).
4378 1: Optimize for accuracy (default).
4380 2: Optimize for speed.
4381 .I Warning:
4382 Some features in the audio filters may silently fail,
4383 and the sound quality may drop.
4385 3: Use no automatic insertion of filters and no optimization.
4386 .I Warning:
4387 It may be possible to crash MPlayer using this setting.
4389 4: Use automatic insertion of filters according to 0 above,
4390 but use floating point processing when possible.
4392 5: Use automatic insertion of filters according to 1 above,
4393 but use floating point processing when possible.
4395 6: Use automatic insertion of filters according to 2 above,
4396 but use floating point processing when possible.
4398 7: Use no automatic insertion of filters according to 3 above,
4399 and use floating point processing when possible.
4400 .REss
4401 .IPs list=<filters>
4402 Same as \-af.
4406 .B \-afm <driver1,driver2,...>
4407 Specify a priority list of audio codec families to be used, according
4408 to their codec name in codecs.conf.
4409 Falls back on the default codecs if none of the given codec families work.
4411 .I NOTE:
4412 See \-afm help for a full list of available codec families.
4413 .sp 1
4414 .I EXAMPLE:
4415 .PD 0
4416 .RSs
4417 .IPs "\-afm ffmpeg"
4418 Try FFmpeg's libavcodec codecs first.
4419 .IPs "\-afm acm,dshow"
4420 Try Win32 codecs first.
4422 .PD 1
4425 .B \-aspect <ratio> (also see \-zoom)
4426 Override movie aspect ratio, in case aspect information is
4427 incorrect or missing in the file being played.
4428 .sp 1
4429 .I EXAMPLE:
4430 .PD 0
4431 .RSs
4432 \-aspect 4:3  or \-aspect 1.3333
4434 \-aspect 16:9 or \-aspect 1.7777
4436 .PD 1
4439 .B \-noaspect
4440 Disable automatic movie aspect ratio compensation.
4443 .B "\-field\-dominance <\-1\-1>"
4444 Set first field for interlaced content.
4445 Useful for deinterlacers that double the framerate: \-vf tfields=1,
4446 \-vf yadif=1, \-vo vdpau:deint and \-vo xvmc:bobdeint.
4447 .PD 0
4448 .RSs
4449 .IPs \-1
4450 auto (default): If the decoder does not export the appropriate information,
4451 it falls back to 0 (top field first).
4452 .IPs 0
4453 top field first
4454 .IPs 1
4455 bottom field first
4457 .PD 1
4460 .B "\-flip \ "
4461 Flip image upside-down.
4464 .B \-lavdopts <option1:option2:...> (DEBUG CODE)
4465 Specify libavcodec decoding parameters.
4466 Separate multiple options with a colon.
4467 .sp 1
4468 .I EXAMPLE:
4469 .PD 0
4470 .RSs
4471 \-lavdopts gray:skiploopfilter=all:skipframe=nonref
4473 .PD 1
4474 .sp 1
4476 Available options are:
4478 .RSs
4479 .IPs bitexact
4480 Only use bit-exact algorithms in all decoding steps (for codec testing).
4481 .IPs bug=<value>
4482 Manually work around encoder bugs.
4483 .RSss
4484 0: nothing
4486 1: autodetect bugs (default)
4488 2 (msmpeg4v3): some old lavc generated msmpeg4v3 files (no autodetection)
4490 4 (mpeg4): Xvid interlacing bug (autodetected if fourcc==XVIX)
4492 8 (mpeg4): UMP4 (autodetected if fourcc==UMP4)
4494 16 (mpeg4): padding bug (autodetected)
4496 32 (mpeg4): illegal vlc bug (autodetected per fourcc)
4498 64 (mpeg4): Xvid and DivX qpel bug (autodetected per fourcc/\:version)
4500 128 (mpeg4): old standard qpel (autodetected per fourcc/\:version)
4502 256 (mpeg4): another qpel bug (autodetected per fourcc/\:version)
4504 512 (mpeg4): direct-qpel-blocksize bug (autodetected per fourcc/\:version)
4506 1024 (mpeg4): edge padding bug (autodetected per fourcc/\:version)
4507 .REss
4508 .IPs debug=<value>
4509 Display debugging information.
4510 .RSss
4512 0: disabled
4514 1: picture info
4516 2: rate control
4518 4: bitstream
4520 8: macroblock (MB) type
4522 16: per-block quantization parameter (QP)
4524 32: motion vector
4526 0x0040: motion vector visualization (use \-noslices)
4528 0x0080: macroblock (MB) skip
4530 0x0100: startcode
4532 0x0200: PTS
4534 0x0400: error resilience
4536 0x0800: memory management control operations (H.264)
4538 0x1000: bugs
4540 0x2000: Visualize quantization parameter (QP), lower QP are tinted greener.
4542 0x4000: Visualize block types.
4543 .REss
4544 .IPs ec=<value>
4545 Set error concealment strategy.
4546 .RSss
4547 1: Use strong deblock filter for damaged MBs.
4549 2: iterative motion vector (MV) search (slow)
4551 3: all (default)
4552 .REss
4553 .IPs er=<value>
4554 Set error resilience strategy.
4555 .RSss
4557 0: disabled
4559 1: careful (Should work with broken encoders.)
4561 2: normal (default) (Works with compliant encoders.)
4563 3: aggressive (More checks, but might cause problems even for valid bitstreams.)
4565 4: very aggressive
4566 .REss
4567 .IPs "fast (MPEG-2, MPEG-4, and H.264 only)"
4568 Enable optimizations which do not comply to the specification and might
4569 potentially cause problems, like simpler dequantization, simpler motion
4570 compensation, assuming use of the default quantization matrix, assuming
4571 YUV 4:2:0 and skipping a few checks to detect damaged bitstreams.
4572 .IPs "gray\ "
4573 grayscale only decoding (a bit faster than with color)
4574 .IPs "idct=<0\-99> (see \-lavcopts)"
4575 For best decoding quality use the same IDCT algorithm for decoding and encoding.
4576 This may come at a price in accuracy, though.
4577 .IPs lowres=<number>[,<w>]
4578 Decode at lower resolutions.
4579 Low resolution decoding is not supported by all codecs, and it will
4580 often result in ugly artifacts.
4581 This is not a bug, but a side effect of not decoding at full resolution.
4582 .RSss
4584 0: disabled
4586 1: 1/2 resolution
4588 2: 1/4 resolution
4590 3: 1/8 resolution
4591 .REss
4593 If <w> is specified lowres decoding will be used only if the width of the
4594 video is major than or equal to <w>.
4596 .B o=<key>=<value>[,<key>=<value>[,...]]
4597 Pass AVOptions to libavcodec decoder.
4598 Note, a patch to make the o= unneeded and pass all unknown options through
4599 the AVOption system is welcome.
4600 A full list of AVOptions can be found in the FFmpeg manual.
4601 .sp 1
4603 .I EXAMPLE:
4605 .RSs
4606 .PD 0
4607 .IPs o=debug=pict
4608 .PD 1
4610 .IPs "sb=<number> (MPEG-2 only)"
4611 Skip the given number of macroblock rows at the bottom.
4612 .IPs "st=<number> (MPEG-2 only)"
4613 Skip the given number of macroblock rows at the top.
4614 .IPs "skiploopfilter=<skipvalue> (H.264 only)"
4615 Skips the loop filter (AKA deblocking) during H.264 decoding.
4616 Since the filtered frame is supposed to be used as reference
4617 for decoding dependent frames this has a worse effect on quality
4618 than not doing deblocking on e.g.\& MPEG-2 video.
4619 But at least for high bitrate HDTV this provides a big speedup with
4620 no visible quality loss.
4621 .sp 1
4622 <skipvalue> can be either one of the following:
4623 .RSss
4625 none: Never skip.
4627 default: Skip useless processing steps (e.g.\& 0 size packets in AVI).
4629 nonref: Skip frames that are not referenced (i.e.\& not used for
4630 decoding other frames, the error cannot "build up").
4632 bidir: Skip B-Frames.
4634 nonkey: Skip all frames except keyframes.
4636 all: Skip all frames.
4637 .REss
4638 .IPs "skipidct=<skipvalue> (MPEG-1/2 only)"
4639 Skips the IDCT step.
4640 This degrades quality a lot of in almost all cases
4641 (see skiploopfilter for available skip values).
4642 .IPs skipframe=<skipvalue>
4643 Skips decoding of frames completely.
4644 Big speedup, but jerky motion and sometimes bad artifacts
4645 (see skiploopfilter for available skip values).
4646 .IPs "threads=<0\-16>"
4647 Number of threads to use for decoding.
4648 Whether threading is actually supported depends on codec.
4649 0 means autodetect number of cores on the machine and use that, up to the
4650 maximum of 16.
4651 (default: 0)
4652 .IPs vismv=<value>
4653 Visualize motion vectors.
4654 .RSss
4656 0: disabled
4658 1: Visualize forward predicted MVs of P-frames.
4660 2: Visualize forward predicted MVs of B-frames.
4662 4: Visualize backward predicted MVs of B-frames.
4663 .REss
4664 .IPs vstats
4665 Prints some statistics and stores them in ./vstats_*.log.
4669 .B \-noslices
4670 Disable drawing video by 16-pixel height slices/\:bands, instead draws the
4671 whole frame in a single run.
4672 May be faster or slower, depending on video card and available cache.
4673 It has effect only with libmpeg2 and libavcodec codecs.
4676 .B \-nosound
4677 Do not play sound.
4678 Useful for benchmarking.
4681 .B \-novideo
4682 Do not play video.
4683 With some demuxers this may not work. In those cases you can try \-vc null \-vo null instead; but "\-vc null" is always unreliable.
4686 .B \-pp <quality> (also see \-vf pp)
4687 Set the DLL postprocess level.
4688 This option is no longer usable with \-vf pp.
4689 It only works with Win32 DirectShow DLLs with internal postprocessing routines.
4690 The valid range of \-pp values varies by codec, it is mostly
4691 0\-6, where 0=disable, 6=slowest/\:best.
4694 .B \-pphelp (also see \-vf pp)
4695 Show a summary about the available postprocess filters and their usage.
4698 .B \-ssf <mode>
4699 Specifies software scaler parameters.
4700 .sp 1
4701 .I EXAMPLE:
4702 .PD 0
4703 .RSs
4704 \-vf scale \-ssf lgb=3.0
4706 .PD 1
4707 .PD 0
4708 .RSs
4709 .IPs lgb=<0\-100>
4710 gaussian blur filter (luma)
4711 .IPs cgb=<0\-100>
4712 gaussian blur filter (chroma)
4713 .IPs ls=<\-100\-100>
4714 sharpen filter (luma)
4715 .IPs cs=<\-100\-100>
4716 sharpen filter (chroma)
4717 .IPs chs=<h>
4718 chroma horizontal shifting
4719 .IPs cvs=<v>
4720 chroma vertical shifting
4722 .PD 1
4725 .B \-stereo <mode>
4726 Select type of MP2/\:MP3 stereo output.
4727 .PD 0
4728 .RSs
4729 .IPs 0
4730 stereo
4731 .IPs 1
4732 left channel
4733 .IPs 2
4734 right channel
4736 .PD 1
4739 .B \-sws <software scaler type> (also see \-vf scale and \-zoom)
4740 Specify the software scaler algorithm to be used with the \-zoom option.
4741 This affects video output drivers which lack hardware acceleration, e.g.\& x11.
4742 .sp 1
4743 Available types are:
4744 .sp 1
4745 .PD 0
4746 .RSs
4747 .IPs 0
4748 fast bilinear
4749 .IPs 1
4750 bilinear
4751 .IPs 2
4752 bicubic (good quality) (default)
4753 .IPs 3
4754 experimental
4755 .IPs 4
4756 nearest neighbor (bad quality)
4757 .IPs 5
4758 area
4759 .IPs 6
4760 luma bicubic / chroma bilinear
4761 .IPs 7
4762 gauss
4763 .IPs 8
4764 sincR
4765 .IPs 9
4766 lanczos
4767 .IPs 10
4768 natural bicubic spline
4770 .PD 1
4771 .sp 1
4773 .I NOTE:
4774 Some \-sws options are tunable.
4775 The description of the scale video filter has further information.
4779 .B \-vc <[\-|+]codec1,[\-|+]codec2,...[,]>
4780 Specify a priority list of video codecs to be used, according to their codec
4781 name in codecs.conf.
4782 Use a '\-' before the codec name to omit it.
4783 Use a '+' before the codec name to force it, this will likely crash!
4784 If the list has a trailing ',' MPlayer will fall back on codecs not
4785 contained in the list.
4787 .I NOTE:
4788 See \-vc help for a full list of available codecs.
4789 .sp 1
4790 .I EXAMPLE:
4791 .PD 0
4792 .RSs
4793 .IPs "\-vc divx"
4794 Force Win32/\:VfW DivX codec, no fallback.
4795 .IPs "\-vc \-divxds,\-divx,"
4796 Skip Win32 DivX codecs.
4797 .IPs "\-vc ffmpeg12,mpeg12,"
4798 Try libavcodec's MPEG-1/2 codec, then libmpeg2, then others.
4800 .PD 1
4803 .B \-vfm <driver1,driver2,...>
4804 Specify a priority list of video codec families to be used, according
4805 to their names in codecs.conf.
4806 Falls back on the default codecs if none of the given codec families work.
4808 .I NOTE:
4809 See \-vfm help for a full list of available codec families.
4810 .sp 1
4811 .I EXAMPLE:
4812 .PD 0
4813 .RSs
4814 .IPs "\-vfm ffmpeg,dshow,vfw"
4815 Try the libavcodec, then Directshow, then VfW codecs and fall back
4816 on others, if they do not work.
4817 .IPs "\-vfm xanim"
4818 Try XAnim codecs first.
4820 .PD 1
4823 .B \-x <x> (also see \-zoom)
4824 Scale image to width <x> (if software/\:hardware scaling is available).
4825 Disables aspect calculations.
4828 .B \-xvidopts <option1:option2:...>
4829 Specify additional parameters when decoding with Xvid.
4831 .I NOTE:
4832 Since libavcodec is faster than Xvid you might want to use the libavcodec
4833 postprocessing filter (\-vf pp) and decoder (\-vfm ffmpeg) instead.
4834 .sp 1
4835 Xvid's internal postprocessing filters:
4836 .PD 0
4837 .RSs
4838 .IPs "deblock-chroma (also see \-vf pp)"
4839 chroma deblock filter
4840 .IPs "deblock-luma (also see \-vf pp)"
4841 luma deblock filter
4842 .IPs "dering-luma (also see \-vf pp)"
4843 luma deringing filter
4844 .IPs "dering-chroma (also see \-vf pp)"
4845 chroma deringing filter
4846 .IPs "filmeffect (also see \-vf noise)"
4847 Adds artificial film grain to the video.
4848 May increase perceived quality, while lowering true quality.
4850 .sp 1
4852 rendering methods:
4854 .PD 0
4855 .RSs
4856 .IPs "dr2\ \ "
4857 Activate direct rendering method 2.
4858 .IPs nodr2
4859 Deactivate direct rendering method 2.
4861 .PD 1
4864 .B \-xy <value> (also see \-zoom)
4865 .PD 0
4866 .RSs
4867 .IPs value<=8
4868 Scale image by factor <value>.
4869 .IPs value>8
4870 Set width to value and calculate height to keep correct aspect ratio.
4872 .PD 1
4875 .B \-y <y> (also see \-zoom)
4876 Scale image to height <y> (if software/\:hardware scaling is available).
4877 Disables aspect calculations.
4880 .B "\-zoom\ \ "
4881 Allow software scaling, where available.
4882 This will allow scaling with output drivers (like x11, fbdev) that
4883 do not support hardware scaling where MPlayer disables scaling by
4884 default for performance reasons.
4888 .SH "AUDIO FILTERS"
4889 Audio filters allow you to modify the audio stream and its properties.
4890 The syntax is:
4893 .B \-af <filter1[=parameter1:parameter2:...],filter2,...>
4894 Setup a chain of audio filters.
4896 .I NOTE:
4897 To get a full list of available audio filters, see \-af help.
4898 .sp 1
4899 Audio filters are managed in lists.
4900 There are a few commands to manage the filter list.
4903 .B \-af\-add <filter1[,filter2,...]>
4904 Appends the filters given as arguments to the filter list.
4907 .B \-af\-pre <filter1[,filter2,...]>
4908 Prepends the filters given as arguments to the filter list.
4911 .B \-af\-del <index1[,index2,...]>
4912 Deletes the filters at the given indexes.
4913 Index numbers start at 0, negative numbers address the end of the
4914 list (\-1 is the last).
4917 .B \-af\-clr
4918 Completely empties the filter list.
4920 Available filters are:
4923 .B resample[=srate[:sloppy[:type]]]
4924 Changes the sample rate of the audio stream.
4925 Can be used if you have a fixed frequency sound card or if you are
4926 stuck with an old sound card that is only capable of max 44.1kHz.
4927 This filter is automatically enabled if necessary.
4928 It only supports 16-bit integer and float in native-endian format as input.
4929 .PD 0
4930 .RSs
4931 .IPs <srate>
4932 output sample frequency in Hz.
4933 The valid range for this parameter is 8000 to 192000.
4934 If the input and output sample frequency are the same or if this
4935 parameter is omitted the filter is automatically unloaded.
4936 A high sample frequency normally improves the audio quality,
4937 especially when used in combination with other filters.
4938 .IPs <sloppy>
4939 Allow (1) or disallow (0) the output frequency to differ slightly
4940 from the frequency given by <srate> (default: 1).
4941 Can be used if the startup of the playback is extremely slow.
4942 .IPs <type>
4943 Select which resampling method to use.
4944 .RSss
4945 0: linear interpolation (fast, poor quality especially when upsampling)
4947 1: polyphase filterbank and integer processing
4949 2: polyphase filterbank and floating point processing (slow, best quality)
4950 .REss
4951 .PD 1
4953 .sp 1
4955 .I EXAMPLE:
4957 .PD 0
4958 .RSs
4959 .IPs "mplayer \-af resample=44100:0:0"
4960 would set the output frequency of the resample filter to 44100Hz using
4961 exact output frequency scaling and linear interpolation.
4963 .PD 1
4966 .B lavcresample[=srate[:length[:linear[:count[:cutoff]]]]]
4967 Changes the sample rate of the audio stream to an integer <srate> in Hz.
4968 It only supports the 16-bit native-endian format.
4969 .PD 0
4970 .RSs
4971 .IPs <srate>
4972 the output sample rate
4973 .IPs <length>
4974 length of the filter with respect to the lower sampling rate (default: 16)
4975 .IPs <linear>
4976 if 1 then filters will be linearly interpolated between polyphase entries
4977 .IPs <count>
4978 log2 of the number of polyphase entries
4979 (..., 10->1024, 11->2048, 12->4096, ...)
4980 (default: 10->1024)
4981 .IPs <cutoff>
4982 cutoff frequency (0.0\-1.0), default set depending upon filter length
4984 .PD 1
4987 .B lavcac3enc[=tospdif[:bitrate[:minchn]]]
4988 Encode multi-channel audio to AC-3 at runtime using libavcodec.
4989 Supports 16-bit native-endian input format, maximum 6 channels.
4990 The output is big-endian when outputting a raw AC-3 stream,
4991 native-endian when outputting to S/PDIF.
4992 The output sample rate of this filter is same with the input sample rate.
4993 When input sample rate is 48kHz, 44.1kHz, or 32kHz, this filter directly use it.
4994 Otherwise a resampling filter is auto-inserted before this filter to make
4995 the input and output sample rate be 48kHz.
4996 You need to specify '\-channels N' to make the decoder decode audio into
4997 N-channel, then the filter can encode the N-channel input to AC-3.
4999 .PD 0
5000 .RSs
5001 .IPs <tospdif>
5002 Output raw AC-3 stream if zero or not set,
5003 output to S/PDIF for passthrough when <tospdif> is set non-zero.
5004 .IPs <bitrate>
5005 The bitrate to encode the AC-3 stream.
5006 Set it to either 384 or 384000 to get 384kbits.
5007 Valid values: 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256,
5008               320, 384, 448, 512, 576, 640
5009 Default bitrate is based on the input channel number:
5010 1ch: 96,  2ch: 192,  3ch: 224,  4ch: 384,  5ch: 448,  6ch: 448
5011 .IPs <minchn>
5012 If the input channel number is less than <minchn>, the filter will
5013 detach itself (default: 5).
5015 .PD 1
5018 .B sweep[=speed]
5019 Produces a sine sweep.
5020 .PD 0
5021 .RSs
5022 .IPs <0.0\-1.0>
5023 Sine function delta, use very low values to hear the sweep.
5025 .PD 1
5028 .B sinesuppress[=freq:decay]
5029 Remove a sine at the specified frequency.
5030 Useful to get rid of the 50/60Hz noise on low quality audio equipment.
5031 It probably only works on mono input.
5032 .PD 0
5033 .RSs
5034 .IPs <freq>
5035 The frequency of the sine which should be removed (in Hz) (default: 50)
5036 .IPs <decay>
5037 Controls the adaptivity (a larger value will make the filter adapt to
5038 amplitude and phase changes quicker, a smaller value will make the
5039 adaptation slower) (default: 0.0001).
5040 Reasonable values are around 0.001.
5042 .PD 1
5045 .B bs2b[=option1:option2:...]
5046 Bauer stereophonic to binaural transformation using libbs2b.
5047 Improves the headphone listening experience by making the sound
5048 similar to that from loudspeakers, allowing each ear to hear both
5049 channels and taking into account the distance difference and the
5050 head shadowing effect.
5051 It is applicable only to 2 channel audio.
5052 .PD 0
5053 .RSs
5054 .IPs fcut=<300\-1000>
5055 Set cut frequency in Hz.
5056 .IPs feed=<10\-150>
5057 Set feed level for low frequencies in 0.1*dB.
5058 .IPs profile=<value>
5059 Several profiles are available for convenience:
5060 .PD 0
5061 .RSs
5062 .IPs default
5063 will be used if nothing else was specified (fcut=700, feed=45)
5064 .IPs "cmoy\ "
5065 Chu Moy circuit implementation (fcut=700, feed=60)
5066 .IPs jmeier
5067 Jan Meier circuit implementation (fcut=650, feed=95)
5070 .sp 1
5072 If fcut or feed options are specified together with a profile, they
5073 will be applied on top of the selected profile.
5075 .PD 1
5078 .B hrtf[=flag]
5079 Head-related transfer function: Converts multichannel audio to
5080 2 channel output for headphones, preserving the spatiality of the sound.
5081 .sp 1
5082 .PD 0
5084 .IPs "Flag  Meaning"
5085 .IPs "m     matrix decoding of the rear channel"
5086 .IPs "s     2-channel matrix decoding"
5087 .IPs "0     no matrix decoding (default)"
5089 .PD 1
5092 .B equalizer=[g1:g2:g3:...:g10]
5093 10 octave band graphic equalizer, implemented using 10 IIR band pass filters.
5094 This means that it works regardless of what type of audio is being played back.
5095 The center frequencies for the 10 bands are:
5096 .sp 1
5097 .PD 0
5099 .IPs "No. frequency"
5100 .IPs "0    31.25 Hz"
5101 .IPs "1    62.50 Hz"
5102 .IPs "2   125.00 Hz"
5103 .IPs "3   250.00 Hz"
5104 .IPs "4   500.00 Hz"
5105 .IPs "5    1.00 kHz"
5106 .IPs "6    2.00 kHz"
5107 .IPs "7    4.00 kHz"
5108 .IPs "8    8.00 kHz"
5109 .IPs "9   16.00 kHz"
5111 .PD 1
5112 .sp 1
5114 If the sample rate of the sound being played is lower than the center
5115 frequency for a frequency band, then that band will be disabled.
5116 A known bug with this filter is that the characteristics for the
5117 uppermost band are not completely symmetric if the sample
5118 rate is close to the center frequency of that band.
5119 This problem can be worked around by upsampling the sound
5120 using the resample filter before it reaches this filter.
5122 .PD 0
5123 .RSs
5124 .IPs <g1>:<g2>:<g3>:...:<g10>
5125 floating point numbers representing the gain in dB
5126 for each frequency band (\-12\-12)
5128 .sp 1
5130 .I EXAMPLE:
5132 .RSs
5133 .IPs "mplayer \-af equalizer=11:11:10:5:0:\-12:0:5:12:12 media.avi"
5134 Would amplify the sound in the upper and lower frequency region
5135 while canceling it almost completely around 1kHz.
5137 .PD 1
5140 .B channels=nch[:nr:from1:to1:from2:to2:from3:to3:...]
5141 Can be used for adding, removing, routing and copying audio channels.
5142 If only <nch> is given the default routing is used, it works as
5143 follows: If the number of output channels is bigger than the number of
5144 input channels empty channels are inserted (except mixing from mono to
5145 stereo, then the mono channel is repeated in both of the output
5146 channels).
5147 If the number of output channels is smaller than the number
5148 of input channels the exceeding channels are truncated.
5149 .PD 0
5150 .RSs
5151 .IPs <nch>
5152 number of output channels (1\-8)
5153 .IPs "<nr>\ "
5154 number of routes (1\-8)
5155 .IPs <from1:to1:from2:to2:from3:to3:...>
5156 Pairs of numbers between 0 and 7 that define where to route each channel.
5158 .sp 1
5160 .I EXAMPLE:
5162 .RSs
5163 .IPs "mplayer \-af channels=4:4:0:1:1:0:2:2:3:3 media.avi"
5164 Would change the number of channels to 4 and set up 4 routes that
5165 swap channel 0 and channel 1 and leave channel 2 and 3 intact.
5166 Observe that if media containing two channels was played back, channels
5167 2 and 3 would contain silence but 0 and 1 would still be swapped.
5168 .IPs "mplayer \-af channels=6:4:0:0:0:1:0:2:0:3 media.avi"
5169 Would change the number of channels to 6 and set up 4 routes
5170 that copy channel 0 to channels 0 to 3.
5171 Channel 4 and 5 will contain silence.
5173 .PD 1
5176 .B format[=format] (also see \-format)
5177 Convert between different sample formats.
5178 Automatically enabled when needed by the sound card or another filter.
5179 .PD 0
5180 .RSs
5181 .IPs <format>
5182 Sets the desired format.
5183 The general form is 'sbe', where 's' denotes the sign (either 's' for signed
5184 or 'u' for unsigned), 'b' denotes the number of bits per sample (16, 24 or 32)
5185 and 'e' denotes the endianness ('le' means little-endian, 'be' big-endian
5186 and 'ne' the endianness of the computer MPlayer is running on).
5187 Valid values (amongst others) are: 's16le', 'u32be' and 'u24ne'.
5188 Exceptions to this rule that are also valid format specifiers: u8, s8,
5189 floatle, floatbe, floatne, mulaw, alaw, mpeg2, ac3 and imaadpcm.
5191 .PD 1
5194 .B volume[=v[:sc]]
5195 Implements software volume control.
5196 Use this filter with caution since it can reduce the signal
5197 to noise ratio of the sound.
5198 In most cases it is best to set the level for the PCM sound to max,
5199 leave this filter out and control the output level to your
5200 speakers with the master volume control of the mixer.
5201 In case your sound card has a digital PCM mixer instead of an analog
5202 one, and you hear distortion, use the MASTER mixer instead.
5203 If there is an external amplifier connected to the computer (this
5204 is almost always the case), the noise level can be minimized by
5205 adjusting the master level and the volume knob on the amplifier
5206 until the hissing noise in the background is gone.
5208 This filter has a second feature: It measures the overall maximum
5209 sound level and prints out that level when MPlayer exits.
5210 This feature currently only works with floating-point data,
5211 use e.g. \-af\-adv force=5, or use \-af stats.
5213 .I NOTE:
5214 This filter is not reentrant and can therefore only be enabled
5215 once for every audio stream.
5216 .PD 0
5217 .RSs
5218 .IPs "<v>\ \ "
5219 Sets the desired gain in dB for all channels in the stream
5220 from \-200dB to +60dB, where \-200dB mutes the sound
5221 completely and +60dB equals a gain of 1000 (default: 0).
5222 .IPs "<sc>\ "
5223 Turns soft clipping on (1) or off (0).
5224 Soft-clipping can make the sound more smooth if very
5225 high volume levels are used.
5226 Enable this option if the dynamic range of the
5227 loudspeakers is very low.
5229 .I WARNING:
5230 This feature creates distortion and should be considered a last resort.
5232 .sp 1
5234 .I EXAMPLE:
5236 .RSs
5237 .IPs "mplayer \-af volume=10.1:0 media.avi"
5238 Would amplify the sound by 10.1dB and hard-clip if the
5239 sound level is too high.
5241 .PD 1
5244 .B pan=n[:L00:L01:L02:...L10:L11:L12:...Ln0:Ln1:Ln2:...]
5245 Mixes channels arbitrarily.
5246 Basically a combination of the volume and the channels filter
5247 that can be used to down-mix many channels to only a few,
5248 e.g.\& stereo to mono or vary the "width" of the center
5249 speaker in a surround sound system.
5250 This filter is hard to use, and will require some tinkering
5251 before the desired result is obtained.
5252 The number of options for this filter depends on
5253 the number of output channels.
5254 An example how to downmix a six-channel file to two channels with
5255 this filter can be found in the examples section near the end.
5256 .PD 0
5257 .RSs
5258 .IPs "<n>\ \ "
5259 number of output channels (1\-8)
5260 .IPs <Lij>
5261 How much of input channel i is mixed into output channel j (0\-1).
5262 So in principle you first have n numbers saying what to do with the
5263 first input channel, then n numbers that act on the second input channel
5264 etc.
5265 If you do not specify any numbers for some input channels, 0 is assumed.
5267 .sp 1
5269 .I EXAMPLE:
5271 .RSs
5272 .IPs "mplayer \-af pan=1:0.5:0.5 media.avi"
5273 Would down-mix from stereo to mono.
5274 .IPs "mplayer \-af pan=3:1:0:0.5:0:1:0.5 media.avi"
5275 Would give 3 channel output leaving channels 0 and 1 intact,
5276 and mix channels 0 and 1 into output channel 2 (which could
5277 be sent to a subwoofer for example).
5279 .PD 1
5282 .B sub[=fc:ch]
5283 Adds a subwoofer channel to the audio stream.
5284 The audio data used for creating the subwoofer channel is
5285 an average of the sound in channel 0 and channel 1.
5286 The resulting sound is then low-pass filtered by a 4th order
5287 Butterworth filter with a default cutoff frequency of 60Hz
5288 and added to a separate channel in the audio stream.
5290 .I Warning:
5291 Disable this filter when you are playing DVDs with Dolby
5292 Digital 5.1 sound, otherwise this filter will disrupt
5293 the sound to the subwoofer.
5294 .PD 0
5295 .RSs
5296 .IPs "<fc>\ "
5297 cutoff frequency in Hz for the low-pass filter (20Hz to 300Hz) (default: 60Hz)
5298 For the best result try setting the cutoff frequency as low as possible.
5299 This will improve the stereo or surround sound experience.
5300 .IPs "<ch>\ "
5301 Determines the channel number in which to insert the sub-channel audio.
5302 Channel number can be between 0 and 7 (default: 5).
5303 Observe that the number of channels will automatically
5304 be increased to <ch> if necessary.
5306 .sp 1
5308 .I EXAMPLE:
5310 .RSs
5311 .IPs "mplayer \-af sub=100:4 \-channels 5 media.avi"
5312 Would add a sub-woofer channel with a cutoff frequency of
5313 100Hz to output channel 4.
5315 .PD 1
5318 .B "center\ "
5319 Creates a center channel from the front channels.
5320 May currently be low quality as it does not implement a
5321 high-pass filter for proper extraction yet, but averages and
5322 halves the channels instead.
5323 .PD 0
5324 .RSs
5325 .IPs "<ch>\ "
5326 Determines the channel number in which to insert the center channel.
5327 Channel number can be between 0 and 7 (default: 5).
5328 Observe that the number of channels will automatically
5329 be increased to <ch> if necessary.
5331 .PD 1
5334 .B surround[=delay]
5335 Decoder for matrix encoded surround sound like Dolby Surround.
5336 Many files with 2 channel audio actually contain matrixed surround sound.
5337 Requires a sound card supporting at least 4 channels.
5338 .PD 0
5339 .RSs
5340 .IPs <delay>
5341 delay time in ms for the rear speakers (0 to 1000) (default: 20)
5342 This delay should be set as follows: If d1 is the distance
5343 from the listening position to the front speakers and d2 is the distance
5344 from the listening position to the rear speakers, then the delay should
5345 be set to 15ms if d1 <= d2 and to 15 + 5*(d1-d2) if d1 > d2.
5347 .sp 1
5349 .I EXAMPLE:
5351 .RSs
5352 .IPs "mplayer \-af surround=15 \-channels 4 media.avi"
5353 Would add surround sound decoding with 15ms delay for the sound to the
5354 rear speakers.
5356 .PD 1
5359 .B delay[=ch1:ch2:...]
5360 Delays the sound to the loudspeakers such that the sound from the
5361 different channels arrives at the listening position simultaneously.
5362 It is only useful if you have more than 2 loudspeakers.
5363 .PD 0
5364 .RSs
5365 .IPs ch1,ch2,...
5366 The delay in ms that should be imposed on each channel
5367 (floating point number between 0 and 1000).
5369 .PD 1
5370 .sp 1
5372 To calculate the required delay for the different channels do as follows:
5373 .IP 1. 3
5374 Measure the distance to the loudspeakers in meters in relation
5375 to your listening position, giving you the distances s1 to s5
5376 (for a 5.1 system).
5377 There is no point in compensating for the subwoofer (you will not hear the
5378 difference anyway).
5379 .IP 2. 3
5380 Subtract the distances s1 to s5 from the maximum distance,
5381 i.e.\& s[i] = max(s) \- s[i]; i = 1...5.
5382 .IP 3.
5383 Calculate the required delays in ms as d[i] = 1000*s[i]/342; i = 1...5.
5385 .PD 0
5386 .sp 1
5388 .I EXAMPLE:
5390 .RSs
5391 .IPs "mplayer \-af delay=10.5:10.5:0:0:7:0 media.avi"
5392 Would delay front left and right by 10.5ms, the two rear channels
5393 and the sub by 0ms and the center channel by 7ms.
5395 .PD 1
5398 .B export[=mmapped_file[:nsamples]]
5399 Exports the incoming signal to other processes using memory mapping (mmap()).
5400 Memory mapped areas contain a header:
5401 .sp 1
5403 int nch                      /*number of channels*/
5404 int size                     /*buffer size*/
5405 unsigned long long counter   /*Used to keep sync, updated every
5406                                time new data is exported.*/
5408 .sp 1
5409 The rest is payload (non-interleaved) 16 bit data.
5410 .PD 0
5411 .RSs
5412 .IPs <mmapped_file>
5413 file to map data to (default: ~/.mplayer/\:mplayer-af_export)
5414 .IPs <nsamples>
5415 number of samples per channel (default: 512)
5417 .sp 1
5419 .I EXAMPLE:
5421 .RSs
5422 .IPs "mplayer \-af export=/tmp/mplayer-af_export:1024 media.avi"
5423 Would export 1024 samples per channel to '/tmp/mplayer-af_export'.
5425 .PD 1
5428 .B extrastereo[=mul]
5429 (Linearly) increases the difference between left and right channels
5430 which adds some sort of "live" effect to playback.
5431 .PD 0
5432 .RSs
5433 .IPs <mul>
5434 Sets the difference coefficient (default: 2.5).
5435 0.0 means mono sound (average of both channels), with 1.0 sound will be
5436 unchanged, with \-1.0 left and right channels will be swapped.
5438 .PD 1
5441 .B volnorm[=method:target]
5442 Maximizes the volume without distorting the sound.
5443 .PD 0
5444 .RSs
5445 .IPs <method>
5446 Sets the used method.
5447 .RSss
5448 1: Use a single sample to smooth the variations via the standard
5449 weighted mean over past samples (default).
5451 2: Use several samples to smooth the variations via the standard
5452 weighted mean over past samples.
5453 .REss
5454 .IPs <target>
5455 Sets the target amplitude as a fraction of the maximum for the
5456 sample type (default: 0.25).
5458 .PD 1
5461 .B ladspa=file:label[:controls...]
5462 Load a LADSPA (Linux Audio Developer's Simple Plugin API) plugin.
5463 This filter is reentrant, so multiple LADSPA plugins can be used at once.
5464 .PD 0
5465 .RSs
5466 .IPs <file>
5467 Specifies the LADSPA plugin library file.
5468 If LADSPA_PATH is set, it searches for the specified file.
5469 If it is not set, you must supply a fully specified pathname.
5470 .IPs <label>
5471 Specifies the filter within the library.
5472 Some libraries contain only one filter, but others contain many of them.
5473 Entering 'help' here, will list all available filters within the specified
5474 library, which eliminates the use of 'listplugins' from the LADSPA SDK.
5475 .IPs <controls>
5476 Controls are zero or more floating point values that determine the
5477 behavior of the loaded plugin (for example delay, threshold or gain).
5478 In verbose mode (add \-v to the MPlayer command line), all available controls
5479 and their valid ranges are printed.
5480 This eliminates the use of 'analyseplugin' from the LADSPA SDK.
5482 .PD 1
5485 .B "comp\ \ \ "
5486 Compressor/expander filter usable for microphone input.
5487 Prevents artifacts on very loud sound and raises the volume on
5488 very low sound.
5489 This filter is untested, maybe even unusable.
5492 .B "gate\ \ \ "
5493 Noise gate filter similar to the comp audio filter.
5494 This filter is untested, maybe even unusable.
5497 .B karaoke
5498 Simple voice removal filter exploiting the fact that voice is
5499 usually recorded with mono gear and later 'center' mixed onto
5500 the final audio stream.
5501 Beware that this filter will turn your signal into mono.
5502 Works well for 2 channel tracks; do not bother trying it
5503 on anything but 2 channel stereo.
5506 .B scaletempo[=option1:option2:...]
5507 Scales audio tempo without altering pitch, optionally synced to playback
5508 speed (default).
5510 This works by playing \'stride\' ms of audio at normal speed then
5511 consuming \'stride*scale\' ms of input audio.
5512 It pieces the strides together by blending \'overlap\'% of stride with
5513 audio following the previous stride.
5514 It optionally performs a short statistical analysis on the next \'search\'
5515 ms of audio to determine the best overlap position.
5516 .PD 0
5517 .RSs
5518 .IPs scale=<amount>
5519 Nominal amount to scale tempo.
5520 Scales this amount in addition to speed.
5521 (default: 1.0)
5522 .IPs stride=<amount>
5523 Length in milliseconds to output each stride.
5524 Too high of value will cause noticable skips at high scale amounts and
5525 an echo at low scale amounts.
5526 Very low values will alter pitch.
5527 Increasing improves performance.
5528 (default: 60)
5529 .IPs overlap=<percent>
5530 Percentage of stride to overlap.
5531 Decreasing improves performance.
5532 (default: .20)
5533 .IPs search=<amount>
5534 Length in milliseconds to search for best overlap position.
5535 Decreasing improves performance greatly.
5536 On slow systems, you will probably want to set this very low.
5537 (default: 14)
5538 .IPs speed=<tempo|pitch|both|none>
5539 Set response to speed change.
5540 .RSss
5541 .IPs tempo
5542 Scale tempo in sync with speed (default).
5543 .IPs pitch
5544 Reverses effect of filter.
5545 Scales pitch without altering tempo.
5546 Add \'[ speed_mult 0.9438743126816935\' and \'] speed_mult 1.059463094352953\'
5547 to your input.conf to step by musical semi-tones.
5548 .I WARNING:
5549 Loses sync with video.
5550 .IPs both
5551 Scale both tempo and pitch.
5552 .IPs none
5553 Ignore speed changes.
5556 .sp 1
5558 .I EXAMPLE:
5560 .RSs
5561 .IPs "mplayer \-af scaletempo \-speed 1.2 media.ogg"
5562 Would playback media at 1.2x normal speed, with audio at normal pitch.
5563 Changing playback speed, would change audio tempo to match.
5564 .IPs "mplayer \-af scaletempo=scale=1.2:speed=none \-speed 1.2 media.ogg"
5565 Would playback media at 1.2x normal speed, with audio at normal pitch,
5566 but changing playback speed has no effect on audio tempo.
5567 .IPs "mplayer \-af scaletempo=stride=30:overlap=.50:search=10 media.ogg"
5568 Would tweak the quality and performace parameters.
5569 .IPs "mplayer \-af format=floatne,scaletempo media.ogg"
5570 Would make scaletempo use float code.
5571 Maybe faster on some platforms.
5572 .IPs "mplayer \-af scaletempo=scale=1.2:speed=pitch audio.ogg"
5573 Would playback audio file at 1.2x normal speed, with audio at normal pitch.
5574 Changing playback speed, would change pitch, leaving audio tempo at 1.2x.
5576 .PD 1
5579 .B "stats\ \ "
5580 Collects and prints statistics about the audio stream, especially the volume.
5581 These statistics are especially intended to help adjusting the volume while
5582 avoiding clipping.
5583 The volumes are printed in dB and compatible with the volume audio filter.
5587 .SH "VIDEO FILTERS"
5588 Video filters allow you to modify the video stream and its properties.
5589 The syntax is:
5592 .B \-vf <filter1[=parameter1:parameter2:...],filter2,...>
5593 Setup a chain of video filters.
5595 Many parameters are optional and set to default values if omitted.
5596 To explicitly use a default value set a parameter to '\-1'.
5597 Parameters w:h means width x height in pixels, x:y means x;y position counted
5598 from the upper left corner of the bigger image.
5600 .I NOTE:
5601 To get a full list of available video filters, see \-vf help.
5602 .sp 1
5603 Video filters are managed in lists.
5604 There are a few commands to manage the filter list.
5607 .B \-vf\-add <filter1[,filter2,...]>
5608 Appends the filters given as arguments to the filter list.
5611 .B \-vf\-pre <filter1[,filter2,...]>
5612 Prepends the filters given as arguments to the filter list.
5615 .B \-vf\-del <index1[,index2,...]>
5616 Deletes the filters at the given indexes.
5617 Index numbers start at 0, negative numbers address the end of the
5618 list (\-1 is the last).
5621 .B \-vf\-clr
5622 Completely empties the filter list.
5624 With filters that support it, you can access parameters by their name.
5627 .B \-vf <filter>=help
5628 Prints the parameter names and parameter value ranges for a particular
5629 filter.
5632 .B \-vf <filter=named_parameter1=value1[:named_parameter2=value2:...]>
5633 Sets a named parameter to the given value.
5634 Use on and off or yes and no to set flag parameters.
5636 Available filters are:
5639 .B crop[=w:h:x:y]
5640 Crops the given part of the image and discards the rest.
5641 Useful to remove black bands from widescreen movies.
5642 .PD 0
5643 .RSs
5644 .IPs <w>,<h>
5645 Cropped width and height, defaults to original width and height.
5646 .IPs <x>,<y>
5647 Position of the cropped picture, defaults to center.
5649 .PD 1
5652 .B cropdetect[=limit:round[:reset]]
5653 Calculates necessary cropping parameters and prints the recommended parameters
5654 to stdout.
5655 .PD 0
5656 .RSs
5657 .IPs <limit>
5658 Threshold, which can be optionally specified from nothing (0) to
5659 everything (255) (default: 24).
5661 .IPs <round>
5662 Value which the width/\:height should be divisible by (default: 16).
5663 The offset is automatically adjusted to center the video.
5664 Use 2 to get only even dimensions (needed for 4:2:2 video).
5665 16 is best when encoding to most video codecs.
5667 .IPs <reset>
5668 Counter that determines after how many frames cropdetect will reset the
5669 previously detected largest video area and start over to detect the current
5670 optimal crop area (default: 0).
5671 This can be useful when channel logos distort the video area.
5672 0 indicates never reset and return the largest area encountered during playback.
5674 .PD 1
5677 .B rectangle[=w:h:x:y]
5678 Draws a rectangle of the requested width and height at the specified
5679 coordinates over the image and prints current rectangle parameters
5680 to the console.
5681 This can be used to find optimal cropping parameters.
5682 If you bind the input.conf directive 'change_rectangle' to keystrokes,
5683 you can move and resize the rectangle on the fly.
5684 .PD 0
5685 .RSs
5686 .IPs <w>,<h>
5687 width and height (default: \-1, maximum possible width where boundaries
5688 are still visible.)
5689 .IPs <x>,<y>
5690 top left corner position (default: \-1, uppermost leftmost)
5692 .PD 1
5695 .B expand[=w:h:x:y:o:a:r]
5696 Expands (not scales) movie resolution to the given value and places the
5697 unscaled original at coordinates x, y.
5698 Can be used for placing subtitles/\:OSD in the resulting black bands.
5699 .RSs
5700 .IPs <w>,<h>
5701 Expanded width,height (default: original width,height).
5702 Negative values for w and h are treated as offsets to the original size.
5703 .sp 1
5704 .I EXAMPLE:
5705 .PD 0
5706 .RSs
5707 .IP expand=0:\-50:0:0
5708 Adds a 50 pixel border to the bottom of the picture.
5710 .PD 1
5711 .IPs <x>,<y>
5712 position of original image on the expanded image (default: center)
5713 .IPs "<o>\ \ "
5714 OSD/\:subtitle rendering
5715 .RSss
5716 0: disable (default)
5718 1: enable
5719 .REss
5720 .IPs "<a>\ \ "
5721 Expands to fit an aspect instead of a resolution (default: 0).
5722 .sp 1
5723 .I EXAMPLE:
5724 .PD 0
5725 .RSs
5726 .IP expand=800:::::4/3
5727 Expands to 800x600, unless the source is higher resolution, in which
5728 case it expands to fill a 4/3 aspect.
5730 .PD 1
5731 .IPs "<r>\ \ "
5732 Rounds up to make both width and height divisible by <r> (default: 1).
5736 .B flip (also see \-flip)
5737 Flips the image upside down.
5740 .B "mirror\ "
5741 Mirrors the image on the Y axis.
5744 .B rotate[=<0\-7>]
5745 Rotates the image by 90 degrees and optionally flips it.
5746 For values between 4\-7 rotation is only done if the movie geometry is
5747 portrait and not landscape.
5748 .RSs
5749 .IPs 0
5750 Rotate by 90 degrees clockwise and flip (default).
5751 .IPs 1
5752 Rotate by 90 degrees clockwise.
5753 .IPs 2
5754 Rotate by 90 degrees counterclockwise.
5755 .IPs 3
5756 Rotate by 90 degrees counterclockwise and flip.
5760 .B scale[=w:h[:interlaced[:chr_drop[:par[:par2[:presize[:noup[:arnd]]]]]]]]
5761 Scales the image with the software scaler (slow) and performs a YUV<\->RGB
5762 colorspace conversion (also see \-sws).
5763 .RSs
5764 .IPs <w>,<h>
5765 scaled width/\:height (default: original width/\:height)
5767 .I NOTE:
5768 If \-zoom is used, and underlying filters (including libvo) are
5769 incapable of scaling, it defaults to d_width/\:d_height!
5770 .RSss
5771  0:   scaled d_width/\:d_height
5773 \-1:   original width/\:height
5775 \-2:   Calculate w/h using the other dimension and the prescaled aspect ratio.
5777 \-3:   Calculate w/h using the other dimension and the original aspect ratio.
5779 \-(n+8): Like \-n above, but rounding the dimension to the closest multiple of 16.
5780 .REss
5781 .IPs <interlaced>
5782 Toggle interlaced scaling.
5783 .RSss
5784 0: off (default)
5786 1: on
5787 .REss
5788 .IPs <chr_drop>
5789 chroma skipping
5790 .RSss
5791 0: Use all available input lines for chroma.
5793 1: Use only every 2. input line for chroma.
5795 2: Use only every 4. input line for chroma.
5797 3: Use only every 8. input line for chroma.
5798 .REss
5799 .IPs "<par>[:<par2>] (also see \-sws)"
5800 Set some scaling parameters depending on the type of scaler selected
5801 with \-sws.
5802 .RSss
5803 \-sws 2 (bicubic):  B (blurring) and C (ringing)
5805 0.00:0.60 default
5807 0.00:0.75 VirtualDub's "precise bicubic"
5809 0.00:0.50 Catmull-Rom spline
5811 0.33:0.33 Mitchell-Netravali spline
5813 1.00:0.00 cubic B-spline
5815 \-sws 7 (gaussian): sharpness (0 (soft) \- 100 (sharp))
5817 \-sws 9 (lanczos):  filter length (1\-10)
5818 .REss
5819 .IPs <presize>
5820 Scale to preset sizes.
5821 .RSss
5822 qntsc:   352x240 (NTSC quarter screen)
5824 qpal:    352x288 (PAL quarter screen)
5826 ntsc:    720x480 (standard NTSC)
5828 pal:     720x576 (standard PAL)
5830 sntsc:   640x480 (square pixel NTSC)
5832 spal:    768x576 (square pixel PAL)
5833 .REss
5834 .IPs <noup>
5835 Disallow upscaling past the original dimensions.
5836 .RSss
5837 0: Allow upscaling (default).
5839 1: Disallow upscaling if one dimension exceeds its original value.
5841 2: Disallow upscaling if both dimensions exceed their original values.
5842 .REss
5843 .IPs <arnd>
5844 Accurate rounding for the vertical scaler, which may be faster
5845 or slower than the default rounding.
5846 .RSss
5847 0: Disable accurate rounding (default).
5849 1: Enable accurate rounding.
5850 .REss
5854 .B dsize[=aspect|w:h:aspect-method:r]
5855 Changes the intended display size/\:aspect at an arbitrary point in the
5856 filter chain.
5857 Aspect can be given as a fraction (4/3) or floating point number
5858 (1.33).
5859 Alternatively, you may specify the exact display width and height
5860 desired.
5861 Note that this filter does
5862 .B not
5863 do any scaling itself; it just affects
5864 what later scalers (software or hardware) will do when auto-scaling to
5865 correct aspect.
5866 .RSs
5867 .IPs <w>,<h>
5868 New display width and height.
5869 Can also be these special values:
5870 .RSss
5871  0:   original display width and height
5873 \-1:   original video width and height (default)
5875 \-2:   Calculate w/h using the other dimension and the original display
5876 aspect ratio.
5878 \-3:   Calculate w/h using the other dimension and the original video
5879 aspect ratio.
5880 .REss
5881 .sp 1
5882 .I EXAMPLE:
5883 .PD 0
5884 .RSs
5885 .IP dsize=800:\-2
5886 Specifies a display resolution of 800x600 for a 4/3 aspect video, or
5887 800x450 for a 16/9 aspect video.
5889 .IPs <aspect-method>
5890 Modifies width and height according to original aspect ratios.
5891 .RSss
5892 \-1: Ignore original aspect ratio (default).
5894  0: Keep display aspect ratio by using <w> and <h> as maximum
5895 resolution.
5897  1: Keep display aspect ratio by using <w> and <h> as minimum
5898 resolution.
5900  2: Keep video aspect ratio by using <w> and <h> as maximum
5901 resolution.
5903  3: Keep video aspect ratio by using <w> and <h> as minimum
5904 resolution.
5905 .REss
5906 .sp 1
5907 .I EXAMPLE:
5908 .PD 0
5909 .RSs
5910 .IP dsize=800:600:0
5911 Specifies a display resolution of at most 800x600, or smaller, in order
5912 to keep aspect.
5914 .PD 1
5915 .IPs "<r>\ \ "
5916 Rounds up to make both width and height divisible by <r> (default: 1).
5920 .B "yvu9\ \ \ "
5921 Forces software YVU9 to YV12 colorspace conversion.
5922 Deprecated in favor of the software scaler.
5925 .B "yuvcsp\ "
5926 Clamps YUV color values to the CCIR 601 range without doing real conversion.
5929 .B palette
5930 RGB/BGR 8 \-> 15/16/24/32bpp colorspace conversion using palette.
5933 .B format[=fourcc[:outfourcc]]
5934 Restricts the colorspace for the next filter without doing any conversion.
5935 Use together with the scale filter for a real conversion.
5937 .I NOTE:
5938 For a list of available formats see format=fmt=help.
5939 .PD 0
5940 .RSs
5941 .IPs <fourcc>
5942 format name like rgb15, bgr24, yv12, etc (default: yuy2)
5943 .IPs <outfourcc>
5944 Format name that should be substituted for the output.
5945 If this is not 100% compatible with the <fourcc> value it will crash.
5947 Valid examples:
5949 format=rgb24:bgr24 format=yuyv:yuy2
5951 Invalid examples (will crash):
5953 format=rgb24:yv12
5955 .PD 1
5958 .B noformat[=fourcc]
5959 Restricts the colorspace for the next filter without doing any conversion.
5960 Unlike the format filter, this will allow any colorspace
5961 .B except
5962 the one you specify.
5964 .I NOTE:
5965 For a list of available formats see noformat=fmt=help.
5966 .PD 0
5967 .RSs
5968 .IPs <fourcc>
5969 format name like rgb15, bgr24, yv12, etc (default: yv12)
5971 .PD 1
5974 .B pp[=filter1[:option1[:option2...]]/[\-]filter2...] (also see \-pphelp)
5975 Enables the specified chain of postprocessing subfilters.
5976 Subfilters must be separated by '/' and can be disabled by
5977 prepending a '\-'.
5978 Each subfilter and some options have a short and a long name that can be
5979 used interchangeably, i.e.\& dr/dering are the same.
5980 All subfilters share common options to determine their scope:
5981 .PD 0
5982 .RSs
5983 .IPs a/autoq
5984 Automatically switch the subfilter off if the CPU is too slow.
5985 .IPs c/chrom
5986 Do chrominance filtering, too (default).
5987 .IPs y/nochrom
5988 Do luminance filtering only (no chrominance).
5989 .IPs n/noluma
5990 Do chrominance filtering only (no luminance).
5992 .PD 1
5993 .sp 1
5996 .I NOTE:
5997 \-pphelp shows a list of available subfilters.
5998 .sp 1
5999 Available subfilters are
6001 .RSs
6002 .IPs hb/hdeblock[:difference[:flatness]]
6003 horizontal deblocking filter
6004 .RSss
6005 <difference>: Difference factor where higher values mean
6006 more deblocking (default: 32).
6008 <flatness>: Flatness threshold where lower values mean
6009 more deblocking (default: 39).
6010 .REss
6011 .IPs vb/vdeblock[:difference[:flatness]]
6012 vertical deblocking filter
6013 .RSss
6014 <difference>: Difference factor where higher values mean
6015 more deblocking (default: 32).
6017 <flatness>: Flatness threshold where lower values mean
6018 more deblocking (default: 39).
6019 .REss
6020 .IPs ha/hadeblock[:difference[:flatness]]
6021 accurate horizontal deblocking filter
6022 .RSss
6023 <difference>: Difference factor where higher values mean
6024 more deblocking (default: 32).
6026 <flatness>: Flatness threshold where lower values mean
6027 more deblocking (default: 39).
6028 .REss
6029 .IPs va/vadeblock[:difference[:flatness]]
6030 accurate vertical deblocking filter
6031 .RSss
6032 <difference>: Difference factor where higher values mean
6033 more deblocking (default: 32).
6035 <flatness>: Flatness threshold where lower values mean
6036 more deblocking (default: 39).
6037 .REss
6038 .sp 1
6039 The horizontal and vertical deblocking filters share the
6040 difference and flatness values so you cannot set
6041 different horizontal and vertical thresholds.
6042 .sp 1
6043 .IPs h1/x1hdeblock
6044 experimental horizontal deblocking filter
6045 .IPs v1/x1vdeblock
6046 experimental vertical deblocking filter
6047 .IPs dr/dering
6048 deringing filter
6049 .IPs tn/tmpnoise[:threshold1[:threshold2[:threshold3]]]
6050 temporal noise reducer
6051 .RSss
6052 <threshold1>: larger -> stronger filtering
6054 <threshold2>: larger -> stronger filtering
6056 <threshold3>: larger -> stronger filtering
6057 .REss
6058 .IPs al/autolevels[:f/fullyrange]
6059 automatic brightness / contrast correction
6060 .RSss
6061 f/fullyrange: Stretch luminance to (0\-255).
6062 .REss
6063 .IPs lb/linblenddeint
6064 Linear blend deinterlacing filter that deinterlaces the given block
6065 by filtering all lines with a (1 2 1) filter.
6066 .IPs li/linipoldeint
6067 Linear interpolating deinterlacing filter that deinterlaces the given block
6068 by linearly interpolating every second line.
6069 .IPs ci/cubicipoldeint
6070 Cubic interpolating deinterlacing filter deinterlaces the given block
6071 by cubically interpolating every second line.
6072 .IPs md/mediandeint
6073 Median deinterlacing filter that deinterlaces the given block
6074 by applying a median filter to every second line.
6075 .IPs fd/ffmpegdeint
6076 FFmpeg deinterlacing filter that deinterlaces the given block
6077 by filtering every second line with a (\-1 4 2 4 \-1) filter.
6078 .IPs l5/lowpass5
6079 Vertically applied FIR lowpass deinterlacing filter that deinterlaces
6080 the given block by filtering all lines with a (\-1 2 6 2 \-1) filter.
6081 .IPs fq/forceQuant[:quantizer]
6082 Overrides the quantizer table from the input with the constant
6083 quantizer you specify.
6084 .RSss
6085 <quantizer>: quantizer to use
6086 .REss
6087 .IPs de/default
6088 default pp filter combination (hb:a,vb:a,dr:a)
6089 .IPs fa/fast
6090 fast pp filter combination (h1:a,v1:a,dr:a)
6091 .IPs "ac\ \ \ "
6092 high quality pp filter combination (ha:a:128:7,va:a,dr:a)
6095 .sp 1
6096 .I EXAMPLE:
6098 .PD 0
6099 .RSs
6100 .IPs "\-vf pp=hb/vb/dr/al"
6101 horizontal and vertical deblocking, deringing and automatic
6102 brightness/\:contrast
6103 .IPs "\-vf pp=de/\-al"
6104 default filters without brightness/\:contrast correction
6105 .IPs "\-vf pp=default/tmpnoise:1:2:3"
6106 Enable default filters & temporal denoiser.
6107 .IPs "\-vf pp=hb:y/vb:a"
6108 Horizontal deblocking on luminance only, and switch vertical deblocking
6109 on or off automatically depending on available CPU time.
6111 .PD 1
6114 .B spp[=quality[:qp[:mode]]]
6115 Simple postprocessing filter that compresses and decompresses the
6116 image at several (or \- in the case of quality level 6 \- all)
6117 shifts and averages the results.
6118 .RSs
6119 .IPs <quality>
6120 0\-6 (default: 3)
6121 .IPs "<qp>\ "
6122 Force quantization parameter (default: 0, use QP from video).
6123 .IPs <mode>
6124 0: hard thresholding (default)
6126 1: soft thresholding (better deringing, but blurrier)
6128 4: like 0, but also use B-frames' QP (may cause flicker)
6130 5: like 1, but also use B-frames' QP (may cause flicker)
6134 .B uspp[=quality[:qp]]
6135 Ultra simple & slow postprocessing filter that compresses and
6136 decompresses the image at several (or \- in the case of quality
6137 level 8 \- all) shifts and averages the results.
6138 The way this differs from the behavior of spp is that uspp actually
6139 encodes & decodes each case with libavcodec Snow, whereas spp uses
6140 a simplified intra only 8x8 DCT similar to MJPEG.
6141 .RSs
6142 .IPs <quality>
6143 0\-8 (default: 3)
6144 .IPs "<qp>\ "
6145 Force quantization parameter (default: 0, use QP from video).
6149 .B fspp[=quality[:qp[:strength[:bframes]]]]
6150 faster version of the simple postprocessing filter
6151 .RSs
6152 .IPs <quality>
6153 4\-5 (equivalent to spp; default: 4)
6154 .IPs "<qp>\ "
6155 Force quantization parameter (default: 0, use QP from video).
6156 .IPs <\-15\-32>
6157 Filter strength, lower values mean more details but also more artifacts,
6158 while higher values make the image smoother but also blurrier (default:
6159 0 \- PSNR optimal).
6160 .IPs <bframes>
6161 0: do not use QP from B-frames (default)
6163 1: use QP from B-frames too (may cause flicker)
6167 .B pp7[=qp[:mode]]
6168 Variant of the spp filter, similar to spp=6 with 7 point DCT where
6169 only the center sample is used after IDCT.
6170 .RSs
6171 .IPs "<qp>\ "
6172 Force quantization parameter (default: 0, use QP from video).
6173 .IPs <mode>
6174 0: hard thresholding
6176 1: soft thresholding (better deringing, but blurrier)
6178 2: medium thresholding (default, good results)
6182 .B qp=equation
6183 quantization parameter (QP) change filter
6184 .RSs
6185 .IPs <equation>
6186 some equation like "2+2*sin(PI*qp)"
6190 .B geq=equation
6191 generic equation change filter
6192 .RSs
6193 .IPs <equation>
6194 Some equation, e.g.\&  'p(W-X\\,Y)' to flip the image horizontally.
6195 You can use whitespace to make the equation more readable.
6196 There are a couple of constants that can be used in the equation:
6197 .RSss
6198 PI: the number pi
6200 E: the number e
6202 X / Y: the coordinates of the current sample
6204 W / H: width and height of the image
6206 SW / SH: width/height scale depending on the currently filtered plane, e.g.\&
6207 1,1 and 0.5,0.5 for YUV 4:2:0.
6209 p(x,y): returns the value of the pixel at location x/y of the current plane.
6210 .REss
6214 .B "test\ \ \ "
6215 Generate various test patterns.
6218 .B rgbtest[=width:height]
6219 Generate an RGB test pattern useful for detecting RGB vs BGR issues.
6220 You should see a red, green and blue stripe from top to bottom.
6221 .RSs
6222 .IPs <width>
6223 Desired width of generated image (default: 0).
6224 0 means width of input image.
6226 .IPs <height>
6227 Desired height of generated image (default: 0).
6228 0 means height of input image.
6232 .B lavc[=quality:fps]
6233 Fast software YV12 to MPEG-1 conversion with libavcodec for use with DVB/\:DXR3/\:IVTV/\:V4L2.
6234 .RSs
6235 .IPs <quality>
6236 1\-31: fixed qscale
6238 32\-:  fixed bitrate in kbits
6239 .IPs <fps>
6240 force output fps (float value) (default: 0, autodetect based on height)
6244 .B dvbscale[=aspect]
6245 Set up optimal scaling for DVB cards, scaling the x axis in hardware and
6246 calculating the y axis scaling in software to keep aspect.
6247 Only useful together with expand and scale.
6248 .RSs
6249 .IPs <aspect>
6250 Control aspect ratio, calculate as DVB_HEIGHT*ASPECTRATIO (default:
6251 576*4/3=768), set it to 576*(16/9)=1024 for a 16:9 TV.
6253 .sp 1
6255 .I EXAMPLE:
6257 .PD 0
6258 .RSs
6259 .IPs "\-vf dvbscale,scale=\-1:0,expand=\-1:576:\-1:\-1:1,lavc"
6260 FIXME: Explain what this does.
6262 .PD 1
6265 .B noise[=luma[u][t|a][h][p]:chroma[u][t|a][h][p]]
6266 Adds noise.
6267 .PD 0
6268 .RSs
6269 .IPs <0\-100>
6270 luma noise
6271 .IPs <0\-100>
6272 chroma noise
6273 .IPs u
6274 uniform noise (gaussian otherwise)
6275 .IPs t
6276 temporal noise (noise pattern changes between frames)
6277 .IPs a
6278 averaged temporal noise (smoother, but a lot slower)
6279 .IPs h
6280 high quality (slightly better looking, slightly slower)
6281 .IPs p
6282 mix random noise with a (semi)regular pattern
6284 .PD 1
6287 .B denoise3d[=luma_spatial:chroma_spatial:luma_tmp:chroma_tmp]
6288 This filter aims to reduce image noise producing smooth images and making still
6289 images really still (This should enhance compressibility.).
6290 .PD 0
6291 .RSs
6292 .IPs <luma_spatial>
6293 spatial luma strength (default: 4)
6294 .IPs <chroma_spatial>
6295 spatial chroma strength (default: 3)
6296 .IPs <luma_tmp>
6297 luma temporal strength (default: 6)
6298 .IPs <chroma_tmp>
6299 chroma temporal strength (default: luma_tmp*chroma_spatial/luma_spatial)
6301 .PD 1
6304 .B hqdn3d[=luma_spatial:chroma_spatial:luma_tmp:chroma_tmp]
6305 High precision/\:quality version of the denoise3d filter.
6306 Parameters and usage are the same.
6309 .B ow[=depth[:luma_strength[:chroma_strength]]]
6310 Overcomplete Wavelet denoiser.
6311 .PD 0
6312 .RSs
6313 .IPs <depth>
6314 Larger depth values will denoise lower frequency components more, but
6315 slow down filtering (default: 8).
6316 .IPs <luma_strength>
6317 luma strength (default: 1.0)
6318 .IPs <chroma_strength>
6319 chroma strength (default: 1.0)
6321 .PD 1
6324 .B eq[=brightness:contrast] (OBSOLETE)
6325 Software equalizer with interactive controls just like the hardware
6326 equalizer, for cards/\:drivers that do not support brightness and
6327 contrast controls in hardware.
6328 .PD 0
6329 .RSs
6330 .IPs <\-100\-100>
6331 initial brightness
6332 .IPs <\-100\-100>
6333 initial contrast
6335 .PD 1
6338 .B eq2[=gamma:contrast:brightness:saturation:rg:gg:bg:weight]
6339 Alternative software equalizer that uses lookup tables (very slow),
6340 allowing gamma correction in addition to simple brightness
6341 and contrast adjustment.
6342 Note that it uses the same MMX optimized code as \-vf eq if all
6343 gamma values are 1.0.
6344 The parameters are given as floating point values.
6345 .PD 0
6346 .RSs
6347 .IPs <0.1\-10>
6348 initial gamma value (default: 1.0)
6349 .IPs <\-2\-2>
6350 initial contrast, where negative values result in a
6351 negative image (default: 1.0)
6352 .IPs <\-1\-1>
6353 initial brightness (default: 0.0)
6354 .IPs <0\-3>
6355 initial saturation (default: 1.0)
6356 .IPs <0.1\-10>
6357 gamma value for the red component (default: 1.0)
6358 .IPs <0.1\-10>
6359 gamma value for the green component (default: 1.0)
6360 .IPs <0.1\-10>
6361 gamma value for the blue component (default: 1.0)
6362 .IPs <0\-1>
6363 The weight parameter can be used to reduce the effect of a high gamma value on
6364 bright image areas, e.g.\& keep them from getting overamplified and just plain
6365 white.
6366 A value of 0.0 turns the gamma correction all the way down while 1.0 leaves it
6367 at its full strength (default: 1.0).
6369 .PD 1
6372 .B hue[=hue:saturation]
6373 Software equalizer with interactive controls just like the hardware
6374 equalizer, for cards/\:drivers that do not support hue and
6375 saturation controls in hardware.
6376 .PD 0
6377 .RSs
6378 .IPs <\-180\-180>
6379 initial hue (default: 0.0)
6380 .IPs <\-100\-100>
6381 initial saturation, where negative values result
6382 in a negative chroma (default: 1.0)
6384 .PD 1
6387 .B halfpack[=f]
6388 Convert planar YUV 4:2:0 to half-height packed 4:2:2, downsampling luma but
6389 keeping all chroma samples.
6390 Useful for output to low-resolution display devices when hardware downscaling
6391 is poor quality or is not available.
6392 Can also be used as a primitive luma-only deinterlacer with very low CPU
6393 usage.
6394 .PD 0
6395 .RSs
6396 .IPs "<f>\ \ "
6397 By default, halfpack averages pairs of lines when downsampling.
6398 Any value different from 0 or 1 gives the default (averaging) behavior.
6399 .RSss
6400 0: Only use even lines when downsampling.
6402 1: Only use odd lines when downsampling.
6403 .REss
6405 .PD 1
6408 .B ilpack[=mode]
6409 When interlaced video is stored in YUV 4:2:0 formats, chroma
6410 interlacing does not line up properly due to vertical downsampling of
6411 the chroma channels.
6412 This filter packs the planar 4:2:0 data into YUY2 (4:2:2) format with
6413 the chroma lines in their proper locations, so that in any given
6414 scanline, the luma and chroma data both come from the same field.
6415 .PD 0
6416 .RSs
6417 .IPs <mode>
6418 Select the sampling mode.
6419 .RSss
6420 0: nearest-neighbor sampling, fast but incorrect
6422 1: linear interpolation (default)
6423 .REss
6425 .PD 1
6428 .B decimate[=max:hi:lo:frac]
6429 Drops frames that do not differ greatly from the previous frame in
6430 order to reduce framerate.
6431 The main use of this filter is for very-low-bitrate encoding (e.g.\&
6432 streaming over dialup modem), but it could in theory be used for
6433 fixing movies that were inverse-telecined incorrectly.
6434 .PD 0
6435 .RSs
6436 .IPs <max>
6437 Sets the maximum number of consecutive frames which can be
6438 dropped (if positive), or the minimum interval between
6439 dropped frames (if negative).
6440 .IPs <hi>,<lo>,<frac>
6441 A frame is a candidate for dropping if no 8x8 region differs by more
6442 than a threshold of <hi>, and if not more than <frac> portion (1
6443 meaning the whole image) differs by more than a threshold of <lo>.
6444 Values of <hi> and <lo> are for 8x8 pixel blocks and represent actual
6445 pixel value differences, so a threshold of 64 corresponds to 1 unit of
6446 difference for each pixel, or the same spread out differently over the
6447 block.
6449 .PD 1
6452 .B dint[=sense:level]
6453 The drop-deinterlace (dint) filter detects and drops the first from a set
6454 of interlaced video frames.
6455 .PD 0
6456 .RSs
6457 .IPs <0.0\-1.0>
6458 relative difference between neighboring pixels (default: 0.1)
6459 .IPs <0.0\-1.0>
6460 What part of the image has to be detected as interlaced to
6461 drop the frame (default: 0.15).
6463 .PD 1
6466 .B lavcdeint (OBSOLETE)
6467 FFmpeg deinterlacing filter, same as \-vf pp=fd
6470 .B kerndeint[=thresh[:map[:order[:sharp[:twoway]]]]]
6471 Donald Graft's adaptive kernel deinterlacer.
6472 Deinterlaces parts of a video if a configurable threshold is exceeded.
6473 .PD 0
6474 .RSs
6475 .IPs <0\-255>
6476 threshold (default: 10)
6477 .IPs <map>
6478 .RSss
6479 0: Ignore pixels exceeding the threshold (default).
6481 1: Paint pixels exceeding the threshold white.
6482 .REss
6483 .IPs <order>
6484 .RSss
6485 0: Leave fields alone (default).
6487 1: Swap fields.
6488 .REss
6489 .IPs <sharp>
6490 .RSss
6491 0: Disable additional sharpening (default).
6493 1: Enable additional sharpening.
6494 .REss
6495 .IPs <twoway>
6496 .RSss
6497 0: Disable twoway sharpening (default).
6499 1: Enable twoway sharpening.
6500 .REss
6502 .PD 1
6505 .B unsharp[=l|cWxH:amount[:l|cWxH:amount]]
6506 unsharp mask / gaussian blur
6507 .RSs
6508 .IPs "l\ \ \ \ "
6509 Apply effect on luma component.
6510 .IPs "c\ \ \ \ "
6511 Apply effect on chroma components.
6512 .IPs <width>x<height>
6513 width and height of the matrix, odd sized in both directions
6514 (min = 3x3, max = 13x11 or 11x13, usually something between 3x3 and 7x7)
6515 .IPs amount
6516 Relative amount of sharpness/\:blur to add to the image
6517 (a sane range should be \-1.5\-1.5).
6518 .RSss
6519 <0: blur
6521 >0: sharpen
6522 .REss
6526 .B "swapuv\ "
6527 Swap U & V plane.
6530 .B il[=d|i][s][:[d|i][s]]
6531 (De)interleaves lines.
6532 The goal of this filter is to add the ability to process interlaced images
6533 pre-field without deinterlacing them.
6534 You can filter your interlaced DVD and play it on a TV without breaking the
6535 interlacing.
6536 While deinterlacing (with the postprocessing filter) removes interlacing
6537 permanently (by smoothing, averaging, etc) deinterleaving splits the frame into
6538 2 fields (so called half pictures), so you can process (filter) them
6539 independently and then re-interleave them.
6540 .PD 0
6541 .RSs
6542 .IPs d
6543 deinterleave (placing one above the other)
6544 .IPs i
6545 interleave
6546 .IPs s
6547 swap fields (exchange even & odd lines)
6549 .PD 1
6552 .B fil[=i|d]
6553 (De)interleaves lines.
6554 This filter is very similar to the il filter but much faster, the main
6555 disadvantage is that it does not always work.
6556 Especially if combined with other filters it may produce randomly messed
6557 up images, so be happy if it works but do not complain if it does not for
6558 your combination of filters.
6559 .PD 0
6560 .RSs
6561 .IPs d
6562 Deinterleave fields, placing them side by side.
6563 .IPs i
6564 Interleave fields again (reversing the effect of fil=d).
6566 .PD 1
6569 .B field[=n]
6570 Extracts a single field from an interlaced image using stride arithmetic
6571 to avoid wasting CPU time.
6572 The optional argument n specifies whether to extract the even or the odd
6573 field (depending on whether n is even or odd).
6576 .B detc[=var1=value1:var2=value2:...]
6577 Attempts to reverse the 'telecine' process to recover a clean,
6578 non-interlaced stream at film framerate.
6579 This was the first and most primitive inverse telecine filter to be
6580 added to MPlayer.
6581 It works by latching onto the telecine 3:2 pattern and following it as
6582 long as possible.
6583 This makes it suitable for perfectly-telecined material, even in the
6584 presence of a fair degree of noise, but it will fail in the presence
6585 of complex post-telecine edits.
6586 Development on this filter is no longer taking place, as ivtc, pullup,
6587 and filmdint are better for most applications.
6588 The following arguments (see syntax above) may be used to control
6589 detc's behavior:
6590 .RSs
6591 .IPs "<dr>\ "
6592 Set the frame dropping mode.
6593 .RSss
6594 0: Do not drop frames to maintain fixed output framerate (default).
6596 1: Always drop a frame when there have been no drops or telecine
6597 merges in the past 5 frames.
6599 2: Always maintain exact 5:4 input to output frame ratio.
6600 .REss
6601 .IPs "<am>\ "
6602 Analysis mode.
6603 .RSss
6604 0: Fixed pattern with initial frame number specified by <fr>.
6606 1: aggressive search for telecine pattern (default)
6607 .REss
6608 .IPs "<fr>\ "
6609 Set initial frame number in sequence.
6610 0\-2 are the three clean progressive frames; 3 and 4 are the two
6611 interlaced frames.
6612 The default, \-1, means 'not in telecine sequence'.
6613 The number specified here is the type for the imaginary previous
6614 frame before the movie starts.
6615 .IPs "<t0>, <t1>, <t2>, <t3>"
6616 Threshold values to be used in certain modes.
6620 .B ivtc[=1]
6621 Experimental 'stateless' inverse telecine filter.
6622 Rather than trying to lock on to a pattern like the detc filter does,
6623 ivtc makes its decisions independently for each frame.
6624 This will give much better results for material that has undergone
6625 heavy editing after telecine was applied, but as a result it is not as
6626 forgiving of noisy input, for example TV capture.
6627 The optional parameter (ivtc=1) corresponds to the dr=1 option for the
6628 detc filter, and should not be used with MPlayer.
6629 Further development on ivtc has stopped, as the pullup and filmdint
6630 filters appear to be much more accurate.
6633 .B pullup[=jl:jr:jt:jb:sb:mp]
6634 Third-generation pulldown reversal (inverse telecine) filter,
6635 capable of handling mixed hard-telecine, 24000/1001 fps progressive, and 30000/1001
6636 fps progressive content.
6637 The pullup filter is designed to be much more robust than detc or
6638 ivtc, by taking advantage of future context in making its decisions.
6639 Like ivtc, pullup is stateless in the sense that it does not lock onto
6640 a pattern to follow, but it instead looks forward to the following
6641 fields in order to identify matches and rebuild progressive frames.
6642 It is still under development, but believed to be quite accurate.
6643 .RSs
6644 .IPs "jl, jr, jt, and jb"
6645 These options set the amount of "junk" to ignore at
6646 the left, right, top, and bottom of the image, respectively.
6647 Left/\:right are in units of 8 pixels, while top/\:bottom are in units of
6648 2 lines.
6649 The default is 8 pixels on each side.
6651 .IPs "sb (strict breaks)"
6652 Setting this option to 1 will reduce the chances of
6653 pullup generating an occasional mismatched frame, but it may also
6654 cause an excessive number of frames to be dropped during high motion
6655 sequences.
6656 Conversely, setting it to \-1 will make pullup match fields more
6657 easily.
6658 This may help processing of video where there is slight blurring
6659 between the fields, but may also cause there to be interlaced frames
6660 in the output.
6662 .IPs "mp (metric plane)"
6663 This option may be set to 1 or 2 to use a chroma
6664 plane instead of the luma plane for doing pullup's computations.
6665 This may improve accuracy on very clean source material, but more
6666 likely will decrease accuracy, especially if there is chroma noise
6667 (rainbow effect) or any grayscale video.
6668 The main purpose of setting mp to a chroma plane is to reduce CPU load
6669 and make pullup usable in realtime on slow machines.
6670 .REss
6673 .B filmdint[=options]
6674 Inverse telecine filter, similar to the pullup filter above.
6675 It is designed to handle any pulldown pattern, including mixed soft and
6676 hard telecine and limited support for movies that are slowed down or sped
6677 up from their original framerate for TV.
6678 Only the luma plane is used to find the frame breaks.
6679 If a field has no match, it is deinterlaced with simple linear
6680 approximation.
6681 If the source is MPEG-2, this must be the first filter to allow
6682 access to the field-flags set by the MPEG-2 decoder.
6683 Depending on the source MPEG, you may be fine ignoring this advice, as
6684 long as you do not see lots of "Bottom-first field" warnings.
6685 With no options it does normal inverse telecine.
6686 When this filter is used with MPlayer, it will result in an uneven
6687 framerate during playback, but it is still generally better than using
6688 pp=lb or no deinterlacing at all.
6689 Multiple options can be specified separated by /.
6690 .RSs
6691 .IPs crop=<w>:<h>:<x>:<y>
6692 Just like the crop filter, but faster, and works on mixed hard and soft
6693 telecined content as well as when y is not a multiple of 4.
6694 If x or y would require cropping fractional pixels from the chroma
6695 planes, the crop area is extended.
6696 This usually means that x and y must be even.
6697 .IPs io=<ifps>:<ofps>
6698 For each ifps input frames the filter will output ofps frames.
6699 This could be used to filter movies that are broadcast on TV at a frame
6700 rate different from their original framerate.
6701 .IPs luma_only=<n>
6702 If n is nonzero, the chroma plane is copied unchanged.
6703 This is useful for YV12 sampled TV, which discards one of the chroma
6704 fields.
6705 .IPs mmx2=<n>
6706 On x86, if n=1, use MMX2 optimized functions, if n=2, use 3DNow!
6707 optimized functions, otherwise, use plain C.
6708 If this option is not specified, MMX2 and 3DNow! are auto-detected, use
6709 this option to override auto-detection.
6710 .IPs fast=<n>
6711 The larger n will speed up the filter at the expense of accuracy.
6712 The default value is n=3.
6713 If n is odd, a frame immediately following a frame marked with the
6714 REPEAT_FIRST_FIELD MPEG flag is assumed to be progressive, thus filter
6715 will not spend any time on soft-telecined MPEG-2 content.
6716 This is the only effect of this flag if MMX2 or 3DNow! is available.
6717 Without MMX2 and 3DNow, if n=0 or 1, the same calculations will be used
6718 as with n=2 or 3.
6719 If n=2 or 3, the number of luma levels used to find the frame breaks is
6720 reduced from 256 to 128, which results in a faster filter without losing
6721 much accuracy.
6722 If n=4 or 5, a faster, but much less accurate metric will be used to
6723 find the frame breaks, which is more likely to misdetect high vertical
6724 detail as interlaced content.
6725 .IPs verbose=<n>
6726 If n is nonzero, print the detailed metrics for each frame.
6727 Useful for debugging.
6728 .IPs dint_thres=<n>
6729 Deinterlace threshold.
6730 Used during de-interlacing of unmatched frames.
6731 Larger value means less deinterlacing, use n=256 to completely turn off
6732 deinterlacing.
6733 Default is n=8.
6734 .IPs comb_thres=<n>
6735 Threshold for comparing a top and bottom fields.
6736 Defaults to 128.
6737 .IPs diff_thres=<n>
6738 Threshold to detect temporal change of a field.
6739 Default is 128.
6740 .IPs sad_thres=<n>
6741 Sum of Absolute Difference threshold, default is 64.
6745 .B divtc[=options]
6746 Inverse telecine for deinterlaced video.
6747 If 3:2-pulldown telecined video has lost one of the fields or is deinterlaced
6748 using a method that keeps one field and interpolates the other, the result is
6749 a juddering video that has every fourth frame duplicated.
6750 This filter is intended to find and drop those duplicates and restore the
6751 original film framerate.
6752 Two different modes are available:
6753 One pass mode is the default and is straightforward to use,
6754 but has the disadvantage that any changes in the telecine
6755 phase (lost frames or bad edits) cause momentary judder
6756 until the filter can resync again.
6757 Two pass mode avoids this by analyzing the whole video
6758 beforehand so it will have forward knowledge about the
6759 phase changes and can resync at the exact spot.
6760 These passes do
6761 .B not
6762 correspond to pass one and two of the encoding process.
6763 You must run an extra pass using divtc pass one before the
6764 actual encoding throwing the resulting video away.
6765 Use \-nosound \-ovc raw \-o /dev/null to avoid
6766 wasting CPU power for this pass.
6767 You may add something like crop=2:2:0:0 after divtc
6768 to speed things up even more.
6769 Then use divtc pass two for the actual encoding.
6770 If you use multiple encoder passes, use divtc
6771 pass two for all of them.
6772 The options are:
6773 .RSs
6774 .IPs pass=1|2
6775 Use two pass mode.
6776 .IPs file=<filename>
6777 Set the two pass log filename (default: "framediff.log").
6778 .IPs threshold=<value>
6779 Set the minimum strength the telecine pattern must have for the filter to
6780 believe in it (default: 0.5).
6781 This is used to avoid recognizing false pattern from the parts of the video
6782 that are very dark or very still.
6783 .IPs window=<numframes>
6784 Set the number of past frames to look at when searching for pattern
6785 (default: 30).
6786 Longer window improves the reliability of the pattern search, but shorter
6787 window improves the reaction time to the changes in the telecine phase.
6788 This only affects the one pass mode.
6789 The two pass mode currently uses fixed window that extends to both future
6790 and past.
6791 .IPs phase=0|1|2|3|4
6792 Sets the initial telecine phase for one pass mode (default: 0).
6793 The two pass mode can see the future, so it is able to use the correct
6794 phase from the beginning, but one pass mode can only guess.
6795 It catches the correct phase when it finds it, but this option can be used
6796 to fix the possible juddering at the beginning.
6797 The first pass of the two pass mode also uses this, so if you save the output
6798 from the first pass, you get constant phase result.
6799 .IPs deghost=<value>
6800 Set the deghosting threshold (0\-255 for one pass mode, \-255\-255 for two pass
6801 mode, default 0).
6802 If nonzero, deghosting mode is used.
6803 This is for video that has been deinterlaced by blending the fields
6804 together instead of dropping one of the fields.
6805 Deghosting amplifies any compression artifacts in the blended frames, so the
6806 parameter value is used as a threshold to exclude those pixels from
6807 deghosting that differ from the previous frame less than specified value.
6808 If two pass mode is used, then negative value can be used to make the
6809 filter analyze the whole video in the beginning of pass-2 to determine
6810 whether it needs deghosting or not and then select either zero or the
6811 absolute value of the parameter.
6812 Specify this option for pass-2, it makes no difference on pass-1.
6816 .B phase[=t|b|p|a|u|T|B|A|U][:v]
6817 Delay interlaced video by one field time so that the field order
6818 changes.
6819 The intended use is to fix PAL movies that have been captured with the
6820 opposite field order to the film-to-video transfer.
6821 The options are:
6822 .RSs
6823 .IPs t
6824 Capture field order top-first, transfer bottom-first.
6825 Filter will delay the bottom field.
6826 .IPs b
6827 Capture bottom-first, transfer top-first.
6828 Filter will delay the top field.
6829 .IPs p
6830 Capture and transfer with the same field order.
6831 This mode only exists for the documentation of the other options to refer to,
6832 but if you actually select it, the filter will faithfully do nothing ;-)
6833 .IPs a
6834 Capture field order determined automatically by field flags, transfer opposite.
6835 Filter selects among t and b modes on a frame by frame basis using field flags.
6836 If no field information is available, then this works just like u.
6837 .IPs u
6838 Capture unknown or varying, transfer opposite.
6839 Filter selects among t and b on a frame by frame basis by analyzing the
6840 images and selecting the alternative that produces best match between the
6841 fields.
6842 .IPs T
6843 Capture top-first, transfer unknown or varying.
6844 Filter selects among t and p using image analysis.
6845 .IPs B
6846 Capture bottom-first, transfer unknown or varying.
6847 Filter selects among b and p using image analysis.
6848 .IPs A
6849 Capture determined by field flags, transfer unknown or varying.
6850 Filter selects among t, b and p using field flags and image analysis.
6851 If no field information is available, then this works just like U.
6852 This is the default mode.
6853 .IPs U
6854 Both capture and transfer unknown or varying.
6855 Filter selects among t, b and p using image analysis only.
6856 .IPs v
6857 Verbose operation.
6858 Prints the selected mode for each frame and the average squared difference
6859 between fields for t, b, and p alternatives.
6863 .B telecine[=start]
6864 Apply 3:2 'telecine' process to increase framerate by 20%.
6865 This most likely will not work correctly with MPlayer.
6866 The optional start parameter tells the filter where in the telecine
6867 pattern to start (0\-3).
6870 .B tinterlace[=mode]
6871 Temporal field interlacing \- merge pairs of frames into an interlaced
6872 frame, halving the framerate.
6873 Even frames are moved into the upper field, odd frames to the lower field.
6874 This can be used to fully reverse the effect of the tfields filter (in mode 0).
6875 Available modes are:
6876 .PD 0
6877 .RSs
6878 .IPs 0
6879 Move odd frames into the upper field, even into the lower field, generating
6880 a full-height frame at half framerate.
6881 .IPs 1
6882 Only output odd frames, even frames are dropped; height unchanged.
6883 .IPs 2
6884 Only output even frames, odd frames are dropped; height unchanged.
6885 .IPs 3
6886 Expand each frame to full height, but pad alternate lines with black;
6887 framerate unchanged.
6888 .IPs 4
6889 Interleave even lines from even frames with odd lines from odd frames.
6890 Height unchanged at half framerate.
6892 .PD 1
6895 .B tfields[=mode[:field_dominance]]
6896 Temporal field separation \- split fields into frames, doubling the
6897 output framerate.
6898 .PD 0
6899 .RSs
6900 .IPs <mode>
6901 0: Leave fields unchanged (will jump/\:flicker).
6903 1: Interpolate missing lines. (The algorithm used might not be so good.)
6905 2: Translate fields by 1/4 pixel with linear interpolation (no jump).
6907 4: Translate fields by 1/4 pixel with 4tap filter (higher quality) (default).
6908 .IPs <field_dominance>\ (DEPRECATED)
6909 \-1: auto (default)
6910 Only works if the decoder exports the appropriate information and
6911 no other filters which discard that information come before tfields
6912 in the filter chain, otherwise it falls back to 0 (top field first).
6914 0: top field first
6916 1: bottom field first
6918 .I NOTE:
6919 This option will possibly be removed in a future version.
6920 Use \-field\-dominance instead.
6922 .PD 1
6925 .B yadif=[mode[:field_dominance]]
6926 Yet another deinterlacing filter
6927 .PD 0
6928 .RSs
6929 .IPs <mode>
6930 0: Output 1 frame for each frame.
6932 1: Output 1 frame for each field.
6934 2: Like 0 but skips spatial interlacing check.
6936 3: Like 1 but skips spatial interlacing check.
6937 .IPs <field_dominance>\ (DEPRECATED)
6938 Operates like tfields.
6940 .I NOTE:
6941 This option will possibly be removed in a future version.
6942 Use \-field\-dominance instead.
6944 .PD 1
6947 .B mcdeint=[mode[:parity[:qp]]]
6948 Motion compensating deinterlacer.
6949 It needs one field per frame as input and must thus be used together
6950 with tfields=1 or yadif=1/3 or equivalent.
6951 .PD 0
6952 .RSs
6953 .IPs <mode>
6954 0: fast
6956 1: medium
6958 2: slow, iterative motion estimation
6960 3: extra slow, like 2 plus multiple reference frames
6961 .IPs <parity>
6962 0 or 1 selects which field to use (note: no autodetection yet!).
6963 .IPs "<qp>\ "
6964 Higher values should result in a smoother motion vector
6965 field but less optimal individual vectors.
6967 .PD 1
6970 .B boxblur=radius:power[:radius:power]
6971 box blur
6972 .PD 0
6973 .RSs
6974 .IPs <radius>
6975 blur filter strength
6976 .IPs <power>
6977 number of filter applications
6979 .PD 1
6982 .B sab=radius:pf:colorDiff[:radius:pf:colorDiff]
6983 shape adaptive blur
6984 .PD 0
6985 .RSs
6986 .IPs <radius>
6987 blur filter strength (~0.1\-4.0) (slower if larger)
6988 .IPs "<pf>\ "
6989 prefilter strength (~0.1\-2.0)
6990 .IPs <colorDiff>
6991 maximum difference between pixels to still be considered (~0.1\-100.0)
6993 .PD 1
6996 .B smartblur=radius:strength:threshold[:radius:strength:threshold]
6997 smart blur
6998 .PD 0
6999 .RSs
7000 .IPs <radius>
7001 blur filter strength (~0.1\-5.0) (slower if larger)
7002 .IPs <strength>
7003 blur (0.0\-1.0) or sharpen (\-1.0\-0.0)
7004 .IPs <threshold>
7005 filter all (0), filter flat areas (0\-30) or filter edges (\-30\-0)
7007 .PD 1
7010 .B perspective=x0:y0:x1:y1:x2:y2:x3:y3:t
7011 Correct the perspective of movies not filmed perpendicular to the screen.
7012 .PD 0
7013 .RSs
7014 .IPs <x0>,<y0>,...
7015 coordinates of the top left, top right, bottom left, bottom right corners
7016 .IPs "<t>\ \ "
7017 linear (0) or cubic resampling (1)
7019 .PD 1
7022 .B "2xsai\ \ "
7023 Scale and smooth the image with the 2x scale and interpolate algorithm.
7026 .B "1bpp\ \ \ "
7027 1bpp bitmap to YUV/\:BGR 8/\:15/\:16/\:32 conversion
7030 .B down3dright[=lines]
7031 Reposition and resize stereoscopic images.
7032 Extracts both stereo fields and places them side by side, resizing
7033 them to maintain the original movie aspect.
7034 .PD 0
7035 .RSs
7036 .IPs <lines>
7037 number of lines to select from the middle of the image (default: 12)
7039 .PD 1
7042 .B bmovl=hidden:opaque:fifo
7043 The bitmap overlay filter reads bitmaps from a FIFO and displays them
7044 on top of the movie, allowing some transformations on the image.
7045 Also see TOOLS/bmovl-test.c for a small bmovl test program.
7046 .PD 0
7047 .RSs
7048 .IPs <hidden>
7049 Set the default value of the 'hidden' flag (0=visible, 1=hidden).
7050 .IPs <opaque>
7051 Set the default value of the 'opaque' flag (0=transparent, 1=opaque).
7052 .IPs <fifo>
7053 path/\:filename for the FIFO (named pipe connecting 'mplayer \-vf bmovl' to the
7054 controlling application)
7056 .PD 1
7057 .sp 1
7059 FIFO commands are:
7061 .PD 0
7062 .RSs
7063 .IPs "RGBA32 width height xpos ypos alpha clear"
7064 followed by width*height*4 Bytes of raw RGBA32 data.
7065 .IPs "ABGR32 width height xpos ypos alpha clear"
7066 followed by width*height*4 Bytes of raw ABGR32 data.
7067 .IPs "RGB24 width height xpos ypos alpha clear"
7068 followed by width*height*3 Bytes of raw RGB24 data.
7069 .IPs "BGR24 width height xpos ypos alpha clear"
7070 followed by width*height*3 Bytes of raw BGR24 data.
7071 .IPs "ALPHA width height xpos ypos alpha"
7072 Change alpha transparency of the specified area.
7073 .IPs "CLEAR width height xpos ypos"
7074 Clear area.
7075 .IPs OPAQUE
7076 Disable all alpha transparency.
7077 Send "ALPHA 0 0 0 0 0" to enable it again.
7078 .IPs "HIDE\ "
7079 Hide bitmap.
7080 .IPs "SHOW\ "
7081 Show bitmap.
7083 .PD 1
7084 .sp 1
7086 Arguments are:
7088 .PD 0
7089 .RSs
7090 .IPs "<width>, <height>"
7091 image/area size
7092 .IPs "<xpos>, <ypos>"
7093 Start blitting at position x/y.
7094 .IPs <alpha>
7095 Set alpha difference.
7096 If you set this to \-255 you can then send a sequence of ALPHA-commands to set
7097 the area to \-225, \-200, \-175 etc for a nice fade-in-effect! ;)
7098 .RSss
7099 0:    same as original
7101 255:  Make everything opaque.
7103 \-255: Make everything transparent.
7104 .REss
7105 .IPs <clear>
7106 Clear the framebuffer before blitting.
7107 .RSss
7108 0: The image will just be blitted on top of the old one, so you do not need to
7109 send 1.8MB of RGBA32 data every time a small part of the screen is updated.
7111 1: clear
7112 .REss
7114 .PD 1
7117 .B framestep=I|[i]step
7118 Renders only every nth frame or every intra frame (keyframe).
7119 .sp 1
7120 If you call the filter with I (uppercase) as the parameter, then
7121 .B only
7122 keyframes are rendered.
7123 For DVDs it generally means one in every 15/12 frames (IBBPBBPBBPBBPBB),
7124 for AVI it means every scene change or every keyint value.
7125 .sp 1
7126 When a keyframe is found, an 'I!' string followed by a newline character is
7127 printed, leaving the current line of MPlayer output on the screen, because it
7128 contains the time (in seconds) and frame number of the keyframe (You can use
7129 this information to split the AVI.).
7130 .sp 1
7131 If you call the filter with a numeric parameter 'step' then only one in
7132 every 'step' frames is rendered.
7133 .sp 1
7134 If you put an 'i' (lowercase) before the number then an 'I!' is printed
7135 (like the I parameter).
7136 .sp 1
7137 If you give only the i then nothing is done to the frames, only I! is
7138 printed.
7141 .B tile=xtiles:ytiles:output:start:delta
7142 Tile a series of images into a single, bigger image.
7143 If you omit a parameter or use a value less than 0, then the default
7144 value is used.
7145 You can also stop when you are satisfied (... \-vf tile=10:5 ...).
7146 It is probably a good idea to put the scale filter before the tile :-)
7147 .sp 1
7148 The parameters are:
7149 .sp 1
7150 .PD 0
7151 .RSs
7152 .IPs <xtiles>
7153 number of tiles on the x axis (default: 5)
7154 .IPs <ytiles>
7155 number of tiles on the y axis (default: 5)
7156 .IPs <output>
7157 Render the tile when 'output' number of frames are reached, where 'output'
7158 should be a number less than xtile * ytile.
7159 Missing tiles are left blank.
7160 You could, for example, write an 8 * 7 tile every 50 frames to have one
7161 image every 2 seconds @ 25 fps.
7162 .IPs <start>
7163 outer border thickness in pixels (default: 2)
7164 .IPs <delta>
7165 inner border thickness in pixels (default: 4)
7167 .PD 1
7170 .B delogo[=x:y:w:h:t]
7171 Suppresses a TV station logo by a simple interpolation of the
7172 surrounding pixels.
7173 Just set a rectangle covering the logo and watch it disappear (and
7174 sometimes something even uglier appear \- your mileage may vary).
7175 .PD 0
7176 .RSs
7177 .IPs <x>,<y>
7178 top left corner of the logo
7179 .IPs <w>,<h>
7180 width and height of the cleared rectangle
7181 .IPs <t>
7182 Thickness of the fuzzy edge of the rectangle (added to w and h).
7183 When set to \-1, a green rectangle is drawn on the screen to
7184 simplify finding the right x,y,w,h parameters.
7186 .PD 1
7189 .B remove\-logo=/path/to/logo_bitmap_file_name.pgm
7190 Suppresses a TV station logo, using a PGM or PPM image
7191 file to determine which pixels comprise the logo.
7192 The width and height of the image file must match
7193 those of the video stream being processed.
7194 Uses the filter image and a circular blur
7195 algorithm to remove the logo.
7196 .RSs
7197 .IPs /path/to/logo_bitmap_file_name.pgm
7198 [path] + filename of the filter image.
7202 .B screenshot
7203 Allows acquiring screenshots of the movie using slave mode
7204 commands that can be bound to keypresses.
7205 See the slave mode documentation and the INTERACTIVE CONTROL
7206 section for details.
7207 Files named 'shotNNNN.png' will be saved in the working directory,
7208 using the first available number \- no files will be overwritten.
7209 The filter has no overhead when not used and accepts an arbitrary
7210 colorspace, so it is safe to add it to the configuration file.
7211 Make sure that the screenshot filter is added after all other filters
7212 whose effect you want to record on the saved image.
7213 E.g.\& it should be the last filter if you want to have an exact
7214 screenshot of what you see on the monitor.
7218 .B "ass\ \ \ \ "
7219 Moves SSA/ASS subtitle rendering to an arbitrary point in the filter chain.
7220 Only useful with the \-ass option.
7221 .sp 1
7222 .I EXAMPLE:
7223 .PD 0
7224 .RSs
7225 .IPs "\-vf ass,screenshot"
7226 Moves SSA/ASS rendering before the screenshot filter.
7227 Screenshots taken this way will contain subtitles.
7229 .PD 1
7232 .B blackframe[=amount:threshold]
7233 Detect frames that are (almost) completely black.
7234 Can be useful to detect chapter transitions or commercials.
7235 Output lines consist of the frame number of the detected frame, the
7236 percentage of blackness, the frame type and the frame number of the last
7237 encountered keyframe.
7238 .RSs
7239 .IPs <amount>
7240 Percentage of the pixels that have to be below the threshold (default: 98).
7241 .IPs <threshold>
7242 Threshold below which a pixel value is considered black (default: 32).
7244 .PD 1
7247 .B stereo3d[=in:out]
7248 Stereo3d converts between different stereoscopic image formats.
7249 .RSs
7250 .IPs <in>
7251 Stereoscopic image format of input. Possible values:
7253 .B sbsl or side_by_side_left_first
7255 side by side parallel (left eye left, right eye right)
7257 .B sbsr or side_by_side_right_first
7259 side by side crosseye (right eye left, left eye right)
7261 .B abl or above_below_left_first
7263 above-below (left eye above, right eye below)
7265 .B abl or above_below_right_first
7267 above-below (right eye above, left eye below)
7269 .B ab2l or above_below_half_height_left_first
7271 above-below with half height resolution (left eye above, right eye below)
7273 .B ab2r or above_below_half_height_right_first
7275 above-below with half height resolution (right eye above, left eye below)
7278 .IPs <out>
7279 Stereoscopic image format of output. Possible values are all the input formats
7280 as well as:
7282 .B arcg or anaglyph_red_cyan_gray
7284 anaglyph red/cyan gray (red filter on left eye, cyan filter on right eye)
7286 .B arch or anaglyph_red_cyan_half_color
7288 anaglyph red/cyan half colored (red filter on left eye, cyan filter on right
7289 eye)
7291 .B arcc or anaglyph_red_cyan_color
7293 anaglyph red/cyan color (red filter on left eye, cyan filter on right eye)
7295 .B arcd or anaglyph_red_cyan_dubois
7297 anaglyph red/cyan color optimized with the least squares projection of dubois
7298 (red filter on left eye, cyan filter on right eye)
7300 .B agmg or anaglyph_green_magenta_gray
7302 anaglyph green/magenta gray (green filter on left eye, magenta filter on right
7303 eye)
7305 .B agmh or anaglyph_green_magenta_half_color
7307 anaglyph green/magenta half colored (green filter on left eye, magenta filter on
7308 right eye)
7310 .B agmc or anaglyph_green_magenta_color
7312 anaglyph green/magenta colored (green filter on left eye, magenta filter on
7313 right eye)
7315 .B aybg or anaglyph_yellow_blue_gray
7317 anaglyph yellow/blue gray (yellow filter on left eye, blue filter on right eye)
7319 .B aybh or anaglyph_yellow_blue_half_color
7321 anaglyph yellow/blue half colored (yellow filter on left eye, blue filter on
7322 right eye)
7324 .B aybc or anaglyph_yellow_blue_color
7326 anaglyph yellow/blue colored (yellow filter on left eye, blue filter on right
7327 eye)
7329 .B ml or mono_left
7331 mono output (left eye only)
7333 .B mr or mono_right
7335 mono output (right eye only)
7339 .PD 1
7342 .B gradfun[=strength[:radius]]
7343 Fix the banding artifacts that are sometimes introduced into nearly flat
7344 regions by truncation to 8bit colordepth.
7345 Interpolates the gradients that should go where the bands are, and
7346 dithers them.
7347 .sp 1
7348 This filter is designed for playback only.
7349 Do not use it prior to lossy compression, because compression tends
7350 to lose the dither and bring back the bands.
7351 .RSs
7352 .IPs <strength>
7353 Maximum amount by which the filter will change any one pixel.
7354 Also the threshold for detecting nearly flat regions (default: 1.2).
7355 .IPs <radius>
7356 Neighborhood to fit the gradient to.
7357 Larger radius makes for smoother gradients, but also prevents the filter
7358 from modifying pixels near detailed regions (default: 16).
7362 .B fixpts[=options]
7363 Fixes the presentation timestamps (PTS) of the frames.
7364 By default, the PTS passed to the next filter is dropped, but the following
7365 options can change that:
7366 .RSs
7367 .IPs print
7368 Print the incoming PTS.
7369 .IPs fps=<fps>
7370 Specify a frame per second value.
7371 .IPs start=<pts>
7372 Specify an initial value for the PTS.
7373 .IPs autostart=<n>
7374 Uses the
7375 .IR n th
7376 incoming PTS as the initial PTS.
7377 All previous PTS are kept, so setting a huge value or \-1 keeps the PTS
7378 intact.
7379 .IPs autofps=<n>
7380 Uses the
7381 .IR n th
7382 incoming PTS after the end of autostart to determine the framerate.
7384 .sp 1
7386 .I EXAMPLE:
7388 .PD 0
7389 .RSs
7390 .IPs "\-vf fixpts=fps=24000/1001,ass,fixpts"
7391 Generates a new sequence of PTS, uses it for ASS subtitles, then drops it.
7392 Generating a new sequence is useful when the timestamps are reset during the
7393 program; this is frequent on DVDs.
7394 Dropping it may be necessary to avoid confusing encoders.
7396 .PD 1
7397 .sp 1
7399 .I NOTE:
7400 Using this filter together with any sort of seeking (including -ss and EDLs)
7401 may make demons fly out of your nose.
7405 .\" --------------------------------------------------------------------------
7406 .\" environment variables
7407 .\" --------------------------------------------------------------------------
7409 .SH ENVIRONMENT VARIABLES
7411 There are a number of environment variables that can be used to
7412 control the behavior of MPlayer.
7415 .B MPLAYER_CHARSET (also see \-msgcharset)
7416 Convert console messages to the specified charset (default: autodetect).
7417 A value of "noconv" means no conversion.
7420 .B MPLAYER_HOME
7421 Directory where MPlayer looks for user settings.
7424 .B MPLAYER_LOCALEDIR
7425 Directory where MPlayer looks for gettext translation files (if enabled).
7428 .B MPLAYER_VERBOSE (also see \-v and \-msglevel)
7429 Set the initial verbosity level across all message modules (default: 0).
7430 The resulting verbosity corresponds to that of \-msglevel 5 plus the
7431 value of MPLAYER_VERBOSE.
7433 .SS libaf:
7436 .B LADSPA_PATH
7437 If LADSPA_PATH is set, it searches for the specified file.
7438 If it is not set, you must supply a fully specified pathname.
7439 FIXME: This is also mentioned in the ladspa section.
7441 .SS libdvdcss:
7444 .B DVDCSS_CACHE
7445 Specify a directory in which to store title key values.
7446 This will speed up descrambling of DVDs which are in the cache.
7447 The DVDCSS_CACHE directory is created if it does not exist,
7448 and a subdirectory is created named after the DVD's title
7449 or manufacturing date.
7450 If DVDCSS_CACHE is not set or is empty, libdvdcss will use
7451 the default value which is "${HOME}/.dvdcss/" under Unix and
7452 "C:\\Documents and Settings\\$USER\\Application Data\\dvdcss\\" under Win32.
7453 The special value "off" disables caching.
7456 .B DVDCSS_METHOD
7457 Sets the authentication and decryption method that
7458 libdvdcss will use to read scrambled discs.
7459 Can be one of title, key or disc.
7460 .PD 0
7461 .RSs
7462 .IPs "key\ \ "
7463 is the default method.
7464 libdvdcss will use a set of calculated player keys to try and get the disc key.
7465 This can fail if the drive does not recognize any of the player keys.
7466 .IPs "disc\ "
7467 is a fallback method when key has failed.
7468 Instead of using player keys, libdvdcss will crack the disc key using
7469 a brute force algorithm.
7470 This process is CPU intensive and requires 64 MB of memory to store
7471 temporary data.
7472 .IPs title
7473 is the fallback when all other methods have failed.
7474 It does not rely on a key exchange with the DVD drive, but rather uses
7475 a crypto attack to guess the title key.
7476 On rare cases this may fail because there is not enough encrypted data
7477 on the disc to perform a statistical attack, but in the other hand it
7478 is the only way to decrypt a DVD stored on a hard disc, or a DVD with
7479 the wrong region on an RPC2 drive.
7481 .PD 1
7484 .B DVDCSS_RAW_DEVICE
7485 Specify the raw device to use.
7486 Exact usage will depend on your operating system, the Linux
7487 utility to set up raw devices is raw(8) for instance.
7488 Please note that on most operating systems, using a raw device
7489 requires highly aligned buffers: Linux requires a 2048 bytes
7490 alignment (which is the size of a DVD sector).
7493 .B DVDCSS_VERBOSE
7494 Sets the libdvdcss verbosity level.
7495 .PD 0
7496 .RSs
7497 .IPs 0
7498 Outputs no messages at all.
7499 .IPs 1
7500 Outputs error messages to stderr.
7501 .IPs 2
7502 Outputs error messages and debug messages to stderr.
7504 .PD 1
7507 .B DVDREAD_NOKEYS
7508 Skip retrieving all keys on startup.
7509 Currently disabled.
7512 .B HOME
7513 FIXME: Document this.
7515 .SS libao2:
7518 .B AO_SUN_DISABLE_SAMPLE_TIMING
7519 FIXME: Document this.
7522 .B AUDIODEV
7523 FIXME: Document this.
7526 .B AUDIOSERVER
7527 Specifies the Network Audio System server to which the
7528 nas audio output driver should connect and the transport
7529 that should be used.
7530 If unset DISPLAY is used instead.
7531 The transport can be one of tcp and unix.
7532 Syntax is tcp/<somehost>:<someport>, <somehost>:<instancenumber>
7533 or [unix]:<instancenumber>.
7534 The NAS base port is 8000 and <instancenumber> is added to that.
7535 .sp 1
7537 .I EXAMPLES:
7539 .PD 0
7540 .RSs
7541 .IPs AUDIOSERVER=somehost:0
7542 Connect to NAS server on somehost using default port and transport.
7543 .IPs AUDIOSERVER=tcp/somehost:8000
7544 Connect to NAS server on somehost listening on TCP port 8000.
7545 .IPs AUDIOSERVER=(unix)?:0
7546 Connect to NAS server instance 0 on localhost using unix domain sockets.
7548 .PD 1
7551 .B DISPLAY
7552 FIXME: Document this.
7554 .SS osdep:
7557 .B TERM
7558 FIXME: Document this.
7560 .SS libvo:
7563 .B DISPLAY
7564 FIXME: Document this.
7567 .B FRAMEBUFFER
7568 FIXME: Document this.
7571 .B HOME
7572 FIXME: Document this.
7574 .SS libmpdemux:
7577 .B HOME
7578 FIXME: Document this.
7581 .B HOMEPATH
7582 FIXME: Document this.
7585 .B http_proxy
7586 FIXME: Document this.
7589 .B LOGNAME
7590 FIXME: Document this.
7593 .B USERPROFILE
7594 FIXME: Document this.
7596 .SS GUI:
7599 .B CHARSET
7600 FIXME: Document this.
7603 .B DISPLAY
7604 FIXME: Document this.
7607 .B HOME
7608 FIXME: Document this.
7610 .SS libavformat:
7613 .B AUDIO_FLIP_LEFT
7614 FIXME: Document this.
7617 .B BKTR_DEV
7618 FIXME: Document this.
7621 .B BKTR_FORMAT
7622 FIXME: Document this.
7625 .B BKTR_FREQUENCY
7626 FIXME: Document this.
7629 .B http_proxy
7630 FIXME: Document this.
7633 .B no_proxy
7634 FIXME: Document this.
7638 .\" --------------------------------------------------------------------------
7639 .\" Files
7640 .\" --------------------------------------------------------------------------
7642 .SH FILES
7645 /usr/\:local/\:etc/\:mplayer/\:mplayer.conf
7646 MPlayer system-wide settings
7649 ~/.mplayer/\:config
7650 MPlayer user settings
7653 ~/.mplayer/\:input.conf
7654 input bindings (see '\-input keylist' for the full list)
7657 ~/.mplayer/\:font/
7658 font directory (There must be a font.desc file and files with .RAW extension.)
7661 ~/.mplayer/\:DVDkeys/
7662 cached CSS keys
7665 Assuming that /path/\:to/\:movie.avi is played, MPlayer searches for sub files
7666 in this order:
7668 /path/\:to/\:movie.sub
7670 ~/.mplayer/\:sub/\:movie.sub
7672 .PD 1
7675 .\" --------------------------------------------------------------------------
7676 .\" Examples
7677 .\" --------------------------------------------------------------------------
7679 .SH EXAMPLES OF MPLAYER USAGE
7682 .B Quickstart Blu\-ray playing:
7684 mplayer br:////path/to/disc
7685 mplayer br:// \-bluray\-device /path/to/disc
7689 .B Quickstart DVD playing:
7691 mplayer dvd://1
7695 .B Play in Japanese with English subtitles:
7697 mplayer dvd://1 \-alang ja \-slang en
7701 .B Play only chapters 5, 6, 7:
7703 mplayer dvd://1 \-chapter 5\-7
7707 .B Play only titles 5, 6, 7:
7709 mplayer dvd://5\-7
7713 .B Play a multiangle DVD:
7715 mplayer dvd://1 \-dvdangle 2
7719 .B Play from a different DVD device:
7721 mplayer dvd://1 \-dvd\-device /dev/\:dvd2
7725 .B Play DVD video from a directory with VOB files:
7727 mplayer dvd://1 \-dvd\-device /path/\:to/\:directory/
7731 .B Copy a DVD title to hard disk, saving to file "title1.vob":
7733 mplayer dvd://1 \-dumpstream \-dumpfile title1.vob
7737 .B Play a DVD with dvdnav from path /dev/sr1:
7739 mplayer dvdnav:////dev/sr1
7743 .B Stream from HTTP:
7745 mplayer http://mplayer.hq/example.avi
7749 .B Stream using RTSP:
7751 mplayer rtsp://server.example.com/streamName
7755 .B Convert subtitles to MPsub format:
7757 mplayer dummy.avi \-sub source.sub \-dumpmpsub
7761 .B Convert subtitles to MPsub format without watching the movie:
7763 mplayer /dev/\:zero \-rawvideo pal:fps=xx \-demuxer rawvideo \-vc null \-vo null \-noframedrop \-benchmark \-sub source.sub \-dumpmpsub
7767 .B input from standard V4L:
7769 mplayer tv:// \-tv driver=v4l:width=640:height=480:outfmt=i420 \-vc rawi420 \-vo xv
7773 .B Play DTS-CD with passthrough:
7775 mplayer \-ac hwdts \-rawaudio format=0x2001 \-cdrom\-device /dev/cdrom cdda://
7778 You can also use \-afm hwac3 instead of \-ac hwdts.
7779 Adjust '/dev/cdrom' to match the CD-ROM device on your system.
7780 If your external receiver supports decoding raw DTS streams,
7781 you can directly play it via cdda:// without setting format, hwac3 or hwdts.
7784 .B Play a 6-channel AAC file with only two speakers:
7786 mplayer \-rawaudio format=0xff \-demuxer rawaudio \-af pan=2:.32:.32:.39:.06:.06:.39:.17:-.17:-.17:.17:.33:.33 adts_he-aac160_51.aac
7789 You might want to play a bit with the pan values (e.g multiply with a value) to
7790 increase volume or avoid clipping.
7793 .B checkerboard invert with geq filter:
7795 mplayer \-vf geq='128+(p(X\\,Y)\-128)*(0.5\-gt(mod(X/SW\\,128)\\,64))*(0.5\-gt(mod(Y/SH\\,128)\\,64))*4'
7799 .\" --------------------------------------------------------------------------
7800 .\" Bugs, authors, standard disclaimer
7801 .\" --------------------------------------------------------------------------
7803 .SH AUTHORS
7804 MPlayer was initially written by Arpad Gereoffy.
7805 See the AUTHORS file for a list of some of the many other contributors.
7807 MPlayer is (C) 2000\-2011 The MPlayer Team
7809 This man page was written mainly by Gabucino, Jonas Jermann and Diego Biurrun.
7810 .\" end of file