Add option -noordered-chapters.
[mplayer.git] / DOCS / man / en / mplayer.1
blob355055c7217ae3d555a0f32f6df527ed46e15482
1 .\" $Revision$
2 .\" MPlayer (C) 2000-2009 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-01-05" "The MPlayer Project" "The Movie Player"
36 .SH NAME
37 mplayer  \- movie player
38 .br
39 mencoder \- movie encoder
41 .\" --------------------------------------------------------------------------
42 .\" Synopsis
43 .\" --------------------------------------------------------------------------
45 .SH SYNOPSIS
46 .na
47 .nh
48 .B mplayer
49 [options] [file|URL|playlist|\-]
51 .br
52 .B mplayer
53 [options] file1
54 [specific options] [file2] [specific options]
56 .br
57 .B mplayer
58 [options]
59 {group of files and options}
60 [group-specific options]
62 .br
63 .B mplayer
64 [dvd|dvdnav]://[title|[start_title]\-end_title][/device]
65 [options]
67 .br
68 .B mplayer
69 vcd://track[/device]
71 .br
72 .B mplayer
73 tv://[channel][/input_id]
74 [options]
76 .br
77 .B mplayer
78 radio://[channel|frequency][/capture]
79 [options]
81 .br
82 .B mplayer
83 pvr://
84 [options]
86 .br
87 .B mplayer
88 dvb://[card_number@]channel
89 [options]
91 .br
92 .B mplayer
93 mf://[filemask|@listfile]
94 [\-mf options] [options]
96 .br
97 .B mplayer
98 [cdda|cddb]://track[\-endtrack][:speed][/device]
99 [options]
102 .B mplayer
103 cue://file[:track]
104 [options]
107 .B mplayer
108 [file|mms[t]|http|http_proxy|rt[s]p|ftp|udp|unsv|icyx|noicyx|smb]://
109 [user:pass@]URL[:port] [options]
112 .B mplayer
113 sdp://file
114 [options]
117 .B mplayer
118 mpst://host[:port]/URL
119 [options]
122 .B mplayer
123 tivo://host/[list|llist|fsid]
124 [options]
127 .B gmplayer
128 [options]
129 [\-skin\ skin]
132 .B mencoder
133 [options] file
134 [file|URL|\-] [\-o file | file://file | smb://[user:pass@]host/filepath]
137 .B mencoder
138 [options] file1
139 [specific options] [file2] [specific options]
143 .\" --------------------------------------------------------------------------
144 .\" Description
145 .\" --------------------------------------------------------------------------
147 .SH DESCRIPTION
148 .B mplayer
149 is a movie player for Linux (runs on many other platforms and CPU
150 architectures, see the documentation).
151 It plays most MPEG/\:VOB, AVI, ASF/\:WMA/\:WMV, RM, QT/\:MOV/\:MP4, Ogg/\:OGM,
152 MKV, VIVO, FLI, NuppelVideo, yuv4mpeg, FILM and RoQ files, supported by many
153 native and binary codecs.
154 You can watch VCD, SVCD, DVD, 3ivx, DivX 3/4/5, WMV and even H.264 movies,
155 too.
157 MPlayer supports a wide range of video and audio output drivers.
158 It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, AAlib, libcaca, DirectFB,
159 Quartz, Mac OS X CoreVideo, but you can also use GGI, SDL (and all their drivers),
160 VESA (on every VESA-compatible card, even without X11), some low-level
161 card-specific drivers (for Matrox, 3dfx and ATI) and some hardware MPEG decoder
162 boards, such as the Siemens DVB, Hauppauge PVR (IVTV), DXR2 and DXR3/\:Hollywood+.
163 Most of them support software or hardware scaling, so you can enjoy movies in
164 fullscreen mode.
166 MPlayer has an onscreen display (OSD) for status information, nice big
167 antialiased shaded subtitles and visual feedback for keyboard controls.
168 European/\:ISO8859-1,2 (Hungarian, English, Czech, etc), Cyrillic and Korean
169 fonts are supported along with 12 subtitle formats (MicroDVD, SubRip, OGM,
170 SubViewer, Sami, VPlayer, RT, SSA, AQTitle, JACOsub, PJS and our own: MPsub) and
171 DVD subtitles (SPU streams, VOBsub and Closed Captions).
173 .B mencoder
174 (MPlayer's Movie Encoder) is a simple movie encoder, designed to encode
175 MPlayer-playable movies (see above) to other MPlayer-playable formats (see
176 below).
177 It encodes to MPEG-4 (DivX/Xvid), one of the libavcodec codecs and
178 PCM/\:MP3/\:VBRMP3 audio in 1, 2 or 3 passes.
179 Furthermore it has stream copying abilities, a powerful filter system (crop,
180 expand, flip, postprocess, rotate, scale, noise, RGB/\:YUV conversion) and
181 more.
183 .B gmplayer
184 is MPlayer with a graphical user interface.
185 It has the same options as MPlayer.
187 Usage examples to get you started quickly can be found at the end
188 of this man page.
190 .B Also see the HTML documentation!
193 .\" --------------------------------------------------------------------------
194 .\" interactive control
195 .\" --------------------------------------------------------------------------
197 .SH "INTERACTIVE CONTROL"
198 MPlayer has a fully configurable, command-driven control layer
199 which allows you to control MPlayer using keyboard, mouse, joystick
200 or remote control (with LIRC).
201 See the \-input option for ways to customize it.
204 .B keyboard control
205 .PD 0
207 .IPs "<\- and \->"
208 Seek backward/\:forward 10 seconds.
209 .IPs "up and down"
210 Seek forward/\:backward 1 minute.
211 .IPs "pgup and pgdown"
212 Seek forward/\:backward 10 minutes.
213 .IPs "[ and ]"
214 Decrease/increase current playback speed by 10%.
215 .IPs "{ and }"
216 Halve/double current playback speed.
217 .IPs "backspace"
218 Reset playback speed to normal.
219 .IPs "< and >"
220 Go backward/\:forward in the playlist.
221 .IPs "ENTER"
222 Go forward in the playlist, even over the end.
223 .IPs "HOME and END"
224 next/\:previous playtree entry in the parent list
225 .IPs "INS and DEL (ASX playlist only)"
226 next/\:previous alternative source.
227 .IPs "p / SPACE"
228 Pause (pressing again unpauses).
229 .IPs ".\ \ \ \ "
230 Step forward.
231 Pressing once will pause movie, every consecutive press will play one frame
232 and then go into pause mode again (any other key unpauses).
233 .IPs "q / ESC"
234 Stop playing and quit.
235 .IPs "U\ \ \ \ "
236 Stop playing (and quit if \-idle is not used).
237 .IPs "+ and \-"
238 Adjust audio delay by +/\- 0.1 seconds.
239 .IPs "/ and *"
240 Decrease/\:increase volume.
241 .IPs "9 and 0"
242 Decrease/\:increase volume.
243 .IPs "( and )"
244 Adjust audio balance in favor of left/\:right channel.
245 .IPs "m\ \ \ \ "
246 Mute sound.
247 .IPs "_ (MPEG-TS, AVI and libavformat only)"
248 Cycle through the available video tracks.
249 .IPs "# (DVD, MPEG, Matroska, AVI and libavformat only)"
250 Cycle through the available audio tracks.
251 .IPs "TAB (MPEG-TS and libavformat only)"
252 Cycle through the available programs.
253 .IPs "f\ \ \ \ "
254 Toggle fullscreen (also see \-fs).
255 .IPs "T\ \ \ \ "
256 Toggle stay-on-top (also see \-ontop).
257 .IPs "w and e"
258 Decrease/\:increase pan-and-scan range.
259 .IPs "o\ \ \ \ "
260 Toggle OSD states: none / seek / seek + timer / seek + timer + total time.
261 .IPs "d\ \ \ \ "
262 Toggle frame dropping states: none / skip display / skip decoding
263 (see \-framedrop and \-hardframedrop).
264 .IPs "v\ \ \ \ "
265 Toggle subtitle visibility.
266 .IPs "j\ \ \ \ "
267 Cycle through the available subtitles.
268 .IPs "y and g"
269 Step forward/backward in the subtitle list.
270 .IPs "F\ \ \ \ "
271 Toggle displaying "forced subtitles".
272 .IPs "a\ \ \ \ "
273 Toggle subtitle alignment: top / middle / bottom.
274 .IPs "x and z"
275 Adjust subtitle delay by +/\- 0.1 seconds.
276 .IPs "r and t"
277 Move subtitles up/down.
278 .IPs "i (\-edlout mode only)"
279 Set start or end of an EDL skip and write it out to the given file.
280 .IPs "s (\-vf screenshot only)"
281 Take a screenshot.
282 .IPs "S (\-vf screenshot only)"
283 Start/stop taking screenshots.
284 .IPs "I\ \ \ \ "
285 Show filename on the OSD.
286 .IPs "! and @"
287 Seek to the beginning of the previous/next chapter.
288 .IPs "D (\-vo xvmc, \-vo vdpau, \-vf yadif, \-vf kerndeint only)"
289 Activate/deactivate deinterlacer.
290 .IPs "A"
291 Cycle through the available DVD angles.
293 .PD 1
296 (The following keys are valid only when using a hardware accelerated video
297 output (xv, (x)vidix, (x)mga, etc), the software equalizer
298 (\-vf eq or \-vf eq2) or hue filter (\-vf hue).)
301 .PD 0
303 .IPs "1 and 2"
304 Adjust contrast.
305 .IPs "3 and 4"
306 Adjust brightness.
307 .IPs "5 and 6"
308 Adjust hue.
309 .IPs "7 and 8"
310 Adjust saturation.
312 .PD 1
315 (The following keys are valid only when using the quartz or macosx
316 video output driver.)
319 .PD 0
321 .IPs "command + 0"
322 Resize movie window to half its original size.
323 .IPs "command + 1"
324 Resize movie window to its original size.
325 .IPs "command + 2"
326 Resize movie window to double its original size.
327 .IPs "command + f"
328 Toggle fullscreen (also see \-fs).
329 .IPs "command + [ and command + ]"
330 Set movie window alpha.
332 .PD 1
335 (The following keys are valid only when using the sdl
336 video output driver.)
339 .PD 0
341 .IPs "c\ \ \ \ "
342 Cycle through available fullscreen modes.
343 .IPs "n\ \ \ \ "
344 Restore original mode.
346 .PD 1
349 (The following keys are valid if you have a keyboard
350 with multimedia keys.)
353 .PD 0
355 .IPs PAUSE
356 Pause.
357 .IPs "STOP\ "
358 Stop playing and quit.
359 .IPs "PREVIOUS and NEXT"
360 Seek backward/\:forward 1 minute.
362 .PD 1
365 (The following keys are only valid if GUI support is compiled in
366 and will take precedence over the keys defined above.)
369 .PD 0
371 .IPs ENTER
372 Start playing.
373 .IPs "ESC\ \ "
374 Stop playing.
375 .IPs "l\ \ \ \ "
376 Load file.
377 .IPs "t\ \ \ \ "
378 Load subtitle.
379 .IPs "c\ \ \ \ "
380 Open skin browser.
381 .IPs "p\ \ \ \ "
382 Open playlist.
383 .IPs "r\ \ \ \ "
384 Open preferences.
386 .PD 1
389 (The following keys are only valid if you compiled with TV or DVB input
390 support and will take precedence over the keys defined above.)
393 .PD 0
395 .IPs "h and k"
396 Select previous/\:next channel.
397 .IPs "n\ \ \ \ "
398 Change norm.
399 .IPs "u\ \ \ \ "
400 Change channel list.
402 .PD 1
405 (The following keys are only valid if you compiled with dvdnav
406 support: They are used to navigate the menus.)
409 .PD 0
411 .IPs "keypad 8"
412 Select button up.
413 .IPs "keypad 2"
414 Select button down.
415 .IPs "keypad 4"
416 Select button left.
417 .IPs "keypad 6"
418 Select button right.
419 .IPs "keypad 5"
420 Return to main menu.
421 .IPs "keypad 7"
422 Return to nearest menu (the order of preference is: chapter->title->root).
423 .IPs "keypad ENTER"
424 Confirm choice.
426 .PD 1
430 (The following keys are only valid if teletext support is enabled during
431 compilation: They are used for controlling TV teletext.)
434 .PD 0
436 .IPs "X\ \ \ \ "
437 Switch teletext on/\:off.
438 .IPs "Q and W"
439 Go to next/\:prev teletext page.
441 .PD 1
446 .B mouse control
447 .PD 0
449 .IPs "button 3 and button 4"
450 Seek backward/\:forward 1 minute.
451 .IPs "button 5 and button 6"
452 Decrease/\:increase volume.
454 .PD 1
457 .B joystick control
458 .PD 0
460 .IPs "left and right"
461 Seek backward/\:forward 10 seconds.
462 .IPs "up and down"
463 Seek forward/\:backward 1 minute.
464 .IPs "button 1"
465 Pause.
466 .IPs "button 2"
467 Toggle OSD states: none / seek / seek + timer / seek + timer + total time.
468 .IPs "button 3 and button 4"
469 Decrease/\:increase volume.
471 .PD 1
474 .\" --------------------------------------------------------------------------
475 .\" Usage
476 .\" --------------------------------------------------------------------------
478 .SH "USAGE"
479 Every 'flag' option has a 'noflag' counterpart, e.g.\& the opposite of the
480 \-fs option is \-nofs.
482 If an option is marked as (XXX only), it will only work in combination with
483 the XXX option or if XXX is compiled in.
485 .I NOTE:
486 The suboption parser (used for example for \-ao pcm suboptions) supports
487 a special kind of string-escaping intended for use with external GUIs.
489 It has the following format:
491 %n%string_of_length_n
493 .I EXAMPLES:
495 mplayer \-ao pcm:file=%10%C:test.wav test.avi
497 Or in a script:
499 mplayer \-ao pcm:file=%`expr length "$NAME"`%"$NAME" test.avi
502 .\" --------------------------------------------------------------------------
503 .\" Configuration files
504 .\" --------------------------------------------------------------------------
506 .SH "CONFIGURATION FILES"
507 You can put all of the options in configuration files which will be read
508 every time MPlayer/MEncoder is run.
509 The system-wide configuration file 'mplayer.conf' is in your configuration
510 directory (e.g.\& /etc/\:mplayer or /usr/\:local/\:etc/\:mplayer), the user
511 specific one is '~/\:.mplayer/\:config'.
512 The configuration file for MEncoder is 'mencoder.conf' in your configuration
513 directory (e.g.\& /etc/\:mplayer or /usr/\:local/\:etc/\:mplayer), the
514 user specific one is '~/\:.mplayer/\:mencoder.conf'.
515 User specific options override system-wide options and options given on the
516 command line override either.
517 The syntax of the configuration files is 'option=<value>', everything after
518 a '#' is considered a comment.
519 Options that work without values can be enabled by setting them to 'yes'
520 or '1' or 'true' and disabled by setting them to 'no' or '0' or 'false'.
521 Even suboptions can be specified in this way.
523 You can also write file-specific configuration files.
524 If you wish to have a configuration file for a file called 'movie.avi', create a file
525 named 'movie.avi.conf' with the file-specific options in it and put it in
526 ~/.mplayer/.
527 You can also put the configuration file in the same directory as the file to
528 be played, as long as you give the \-use\-filedir\-conf option (either on the
529 command line or in your global config file).
531 .I EXAMPLE MPLAYER CONFIGURATION FILE:
532 .sp 1
534 # Use Matrox driver by default.
535 vo=xmga
536 # I love practicing handstands while watching videos.
537 flip=yes
538 # Decode/encode multiple files from PNG,
539 # start with mf://filemask
540 mf=type=png:fps=25
541 # Eerie negative images are cool.
542 vf=eq2=1.0:\-0.8
545 .I "EXAMPLE MENCODER CONFIGURATION FILE:"
546 .sp 1
548 # Make MEncoder output to a default filename.
549 o=encoded.avi
550 # The next 4 lines allow mencoder tv:// to start capturing immediately.
551 oac=pcm=yes
552 ovc=lavc=yes
553 lavcopts=vcodec=mjpeg
554 tv=driver=v4l2:input=1:width=768:height=576:device=/dev/video0:audiorate=48000
555 # more complex default encoding option set
556 lavcopts=vcodec=mpeg4:autoaspect=1
557 lameopts=aq=2:vbr=4
558 ovc=lavc=1
559 oac=lavc=1
560 passlogfile=pass1stats.log
561 noautoexpand=1
562 subfont-autoscale=3
563 subfont-osd-scale=6
564 subfont-text-scale=4
565 subalign=2
566 subpos=96
567 spuaa=20
570 .\" --------------------------------------------------------------------------
571 .\" Profiles
572 .\" --------------------------------------------------------------------------
574 .SH "PROFILES"
575 To ease working with different configurations profiles can be defined in the
576 configuration files.
577 A profile starts with its name between square brackets, e.g.\& '[my-profile]'.
578 All following options will be part of the profile.
579 A description (shown by \-profile help) can be defined with the profile-desc
580 option.
581 To end the profile, start another one or use the profile name 'default'
582 to continue with normal options.
585 .I "EXAMPLE MPLAYER PROFILE:"
586 .sp 1
589 [protocol.dvd]
590 profile-desc="profile for dvd:// streams"
591 vf=pp=hb/vb/dr/al/fd
592 alang=en
594 [protocol.dvdnav]
595 profile-desc="profile for dvdnav:// streams"
596 profile=protocol.dvd
597 mouse-movements=yes
598 nocache=yes
600 [extension.flv]
601 profile-desc="profile for .flv files"
602 flip=yes
604 [vo.pnm]
605 outdir=/tmp
607 [ao.alsa]
608 device=spdif
611 .I "EXAMPLE MENCODER PROFILE:"
612 .sp 1
615 [mpeg4]
616 profile-desc="MPEG4 encoding"
617 ovc=lacv=yes
618 lavcopts=vcodec=mpeg4:vbitrate=1200
620 [mpeg4\-hq]
621 profile-desc="HQ MPEG4 encoding"
622 profile=mpeg4
623 lavcopts=mbd=2:trell=yes:v4mv=yes
626 .\" --------------------------------------------------------------------------
627 .\" Options
628 .\" --------------------------------------------------------------------------
630 .SH "GENERAL OPTIONS"
633 .B \-codecs\-file <filename> (also see \-afm, \-ac, \-vfm, \-vc)
634 Override the standard search path and use the specified file
635 instead of the builtin codecs.conf.
638 .B \-include <configuration file>
639 Specify configuration file to be parsed after the default ones.
642 .B \-list\-options
643 Prints all available options.
646 .B \-msgcharset <charset>
647 Convert console messages to the specified character set (default: autodetect).
648 Text will be in the encoding specified with the \-\-charset configure option.
649 Set this to "noconv" to disable conversion (for e.g.\& iconv problems).
651 .I NOTE:
652 The option takes effect after command line parsing has finished.
653 The MPLAYER_CHARSET environment variable can help you get rid of
654 the first lines of garbled output.
657 .B \-msgcolor
658 Enable colorful console output on terminals that support ANSI color.
661 .B \-msglevel <all=<level>:<module>=<level>:...>
662 Control verbosity directly for each module.
663 The 'all' module changes the verbosity of all the modules not
664 explicitly specified on the command line.
665 See '\-msglevel help' for a list of all modules.
667 .I NOTE:
668 Some messages are printed before the command line is parsed and are
669 therefore not affected by \-msglevel.
670 To control these messages you have to use the MPLAYER_VERBOSE environment
671 variable, see its description below for details.
673 Available levels:
674 .PD 0
675 .RSs
676 .IPs "\-1"
677 complete silence
678 .IPs " 0"
679 fatal messages only
680 .IPs " 1"
681 error messages
682 .IPs " 2"
683 warning messages
684 .IPs " 3"
685 short hints
686 .IPs " 4"
687 informational messages
688 .IPs " 5"
689 status messages (default)
690 .IPs " 6"
691 verbose messages
692 .IPs " 7"
693 debug level 2
694 .IPs " 8"
695 debug level 3
696 .IPs " 9"
697 debug level 4
699 .PD 1
702 .B \-msgmodule
703 Prepend module name in front of each console message.
706 .B \-noconfig <options>
707 Do not parse selected configuration files.
709 .I NOTE:
710 If \-include or \-use\-filedir\-conf options are
711 specified at the command line, they will be honoured.
712 .sp 1
713 Available options are:
714 .PD 0
715 .RSs
716 .IPs "all\ \ "
717 all configuration files
718 .IPs "gui (GUI only)"
719 GUI configuration file
720 .IPs system
721 system configuration file
722 .IPs "user\ "
723 user configuration file
725 .PD 1
728 .B "\-quiet\ "
729 Make console output less verbose; in particular, prevents the status line
730 (i.e.\& A:   0.7 V:   0.6 A-V:  0.068 ...) from being displayed.
731 Particularly useful on slow terminals or broken ones which do not properly
732 handle carriage return (i.e.\& \\r).
735 .B \-priority <prio> (Windows and OS/2 only)
736 Set process priority for MPlayer according to the predefined
737 priorities available under Windows and OS/2.
738 Possible values of <prio>:
739 .RSs
740 idle|belownormal|normal|abovenormal|high|realtime
742 .sp 1
744 .I WARNING:
745 Using realtime priority can cause system lockup.
749 .B \-profile <profile1,profile2,...>
750 Use the given profile(s), \-profile help displays a list of the defined profiles.
753 .B \-really\-quiet (also see \-quiet)
754 Display even less output and status messages than with \-quiet.
755 Also suppresses the GUI error message boxes.
758 .B \-show\-profile <profile>
759 Show the description and content of a profile.
762 .B \-use\-filedir\-conf
763 Look for a file-specific configuration file in the same directory as
764 the file that is being played.
766 .I WARNING:
767 May be dangerous if playing from untrusted media.
770 .B "\-v\ \ \ \ \ "
771 Increment verbosity level, one level for each \-v
772 found on the command line.
776 .SH "PLAYER OPTIONS (MPLAYER ONLY)"
779 .B \-autoq <quality> (use with \-vf [s]pp)
780 Dynamically changes the level of postprocessing depending on the available spare
781 CPU time.
782 The number you specify will be the maximum level used.
783 Usually you can use some big number.
784 You have to use \-vf [s]pp without parameters in order for this to work.
787 .B \-autosync <factor>
788 Gradually adjusts the A/V sync based on audio delay measurements.
789 Specifying \-autosync 0, the default, will cause frame timing to be based
790 entirely on audio delay measurements.
791 Specifying \-autosync 1 will do the same, but will subtly change the A/V
792 correction algorithm.
793 An uneven video framerate in a movie which plays fine with \-nosound can
794 often be helped by setting this to an integer value greater than 1.
795 The higher the value, the closer the timing will be to \-nosound.
796 Try \-autosync 30 to smooth out problems with sound drivers which do
797 not implement a perfect audio delay measurement.
798 With this value, if large A/V sync offsets occur, they will only take about
799 1 or 2 seconds to settle out.
800 This delay in reaction time to sudden A/V offsets should be the only
801 side-effect of turning this option on, for all sound drivers.
804 .B \-benchmark
805 Prints some statistics on CPU usage and dropped frames at the end of playback.
806 Use in combination with \-nosound and \-vo null for benchmarking only the
807 video codec.
809 .I NOTE:
810 With this option MPlayer will also ignore frame duration when playing
811 only video (you can think of that as infinite fps).
814 .B \-colorkey <number>
815 Changes the colorkey to an RGB value of your choice.
816 0x000000 is black and 0xffffff is white.
817 Only supported by the cvidix, fbdev, svga, vesa, winvidix, xmga, xvidix,
818 xover, xv (see \-vo xv:ck), xvmc (see \-vo xv:ck) and directx video output
819 drivers.
822 .B \-nocolorkey
823 Disables colorkeying.
824 Only supported by the cvidix, fbdev, svga, vesa, winvidix, xmga, xvidix,
825 xover, xv (see \-vo xv:ck), xvmc (see \-vo xv:ck) and directx video output
826 drivers.
829 .B \-correct\-pts (EXPERIMENTAL)
830 Switches MPlayer to an experimental mode where timestamps for video frames
831 are calculated differently and video filters which add new frames or
832 modify timestamps of existing ones are supported.
833 The more accurate timestamps can be visible for example when playing
834 subtitles timed to scene changes with the \-ass option.
835 Without \-correct\-pts the subtitle timing will typically be off by some frames.
836 This option does not work correctly with some demuxers and codecs.
839 .B \-crash\-debug (DEBUG CODE)
840 Automatically attaches gdb upon crash or SIGTRAP.
841 Support must be compiled in by configuring with \-\-enable\-crash\-debug.
844 .B \-doubleclick\-time
845 Time in milliseconds to recognize two consecutive button presses as
846 a double-click (default: 300).
847 Set to 0 to let your windowing system decide what a double-click is
848 (\-vo directx only).
850 .I NOTE:
851 You will get slightly different behaviour depending on whether you bind
852 MOUSE_BTN0_DBL or MOUSE_BTN0\-MOUSE_BTN0_DBL.
855 .B \-edlout <filename>
856 Creates a new file and writes edit decision list (EDL) records to it.
857 During playback, the user hits 'i' to mark the start or end of a skip block.
858 This provides a starting point from which the user can fine-tune EDL entries
859 later.
860 See http://www.mplayerhq.hu/\:DOCS/\:HTML/\:en/\:edl.html for details.
863 .B \-enqueue (GUI only)
864 Enqueue files given on the command line in the playlist instead of playing them
865 immediately.
868 .B \-nofixed\-vo
869 \-fixed\-vo enforces a fixed video system for multiple files (one
870 (un)initialization for all files).
871 Therefore only one window will be opened for all files.
872 Now enabled by default, use \-nofixed\-vo to disable and create a new window
873 whenever the video stream changes.
874 Currently the following drivers are fixed-vo compliant: gl, gl2, mga, svga, x11,
875 xmga, xv, xvidix and dfbmga.
878 .B \-framedrop (also see \-hardframedrop, experimental without \-nocorrect\-pts)
879 Skip displaying some frames to maintain A/V sync on slow systems.
880 Video filters are not applied to such frames.
881 For B-frames even decoding is skipped completely.
884 .B \-(no)gui
885 Enable or disable the GUI interface (default depends on binary name).
886 Only works as the first argument on the command line.
887 Does not work as a config-file option.
890 .B \-h, \-help, \-\-help
891 Show short summary of options.
894 .B \-hardframedrop (experimental without \-nocorrect\-pts)
895 More intense frame dropping (breaks decoding).
896 Leads to image distortion!
897 Note that especially the libmpeg2 decoder may crash with this,
898 so consider using "\-vc ffmpeg12,".
901 .B \-heartbeat\-cmd
902 Command that is executed every 30 seconds during playback via system() -
903 i.e.\& using the shell.
904 .sp 1
905 .I NOTE:
906 MPlayer uses this command without any checking, it is your responsibility
907 to ensure it does not cause security problems (e.g.\& make sure to use full
908 paths if "." is in your path like on Windows).
909 It also only works when playing video (i.e. not with \-novideo but works with \-vo null).
910 .sp 1
911 This can be "misused" to disable screensavers that do not support the proper
912 X API (also see \-stop\-xscreensaver).
913 If you think this is too complicated, ask the author of the screensaver
914 program to support the proper X APIs.
915 .sp 1
916 .I EXAMPLE for xscreensaver:
917 mplayer \-heartbeat\-cmd "xscreensaver\-command \-deactivate" file
918 .sp 1
919 .I EXAMPLE for GNOME screensaver:
920 mplayer \-heartbeat\-cmd "gnome\-screensaver\-command \-p" file
922 .PD 1
925 .B \-identify
926 Shorthand for \-msglevel identify=4.
927 Show file parameters in an easily parseable format.
928 Also prints more detailed information about subtitle and audio
929 track languages and IDs.
930 In some cases you can get more information by using \-msglevel identify=6.
931 For example, for a DVD it will list the chapters and time length of each title,
932 as well as a disk ID.
933 Combine this with \-frames 0 to suppress all output.
934 The wrapper script TOOLS/\:midentify.sh suppresses the other MPlayer output and
935 (hopefully) shellescapes the filenames.
938 .B \-idle (also see \-slave)
939 Makes MPlayer wait idly instead of quitting when there is no file to play.
940 Mostly useful in slave mode where MPlayer can be controlled
941 through input commands.
944 .B \-input <commands>
945 This option can be used to configure certain parts of the input system.
946 Paths are relative to ~/.mplayer/.
948 .I NOTE:
949 Autorepeat is currently only supported by joysticks.
950 .sp 1
951 Available commands are:
952 .sp 1
953 .PD 0
954 .RSs
955 .IPs conf=<filename>
956 Specify input configuration file other than the default
957 ~/\:.mplayer/\:input.conf.
958 ~/\:.mplayer/\:<filename> is assumed if no full path is given.
959 .IPs ar-dev=<device>
960 Device to be used for Apple IR Remote (default is autodetected, Linux only).
961 .IPs ar-delay
962 Delay in milliseconds before we start to autorepeat a key (0 to disable).
963 .IPs ar-rate
964 Number of key presses to generate per second on autorepeat.
965 .IPs (no)default-binds
966 Use the key bindings that MPlayer ships with by default.
967 .IPs keylist
968 Prints all keys that can be bound to commands.
969 .IPs cmdlist
970 Prints all commands that can be bound to keys.
971 .IPs js-dev
972 Specifies the joystick device to use (default: /dev/\:input/\:js0).
973 .IPs file=<filename>
974 Read commands from the given file.
975 Mostly useful with a FIFO.
977 .I NOTE:
978 When the given file is a FIFO MPlayer opens both ends so you can do
979 several 'echo "seek 10" > mp_pipe' and the pipe will stay valid.
981 .PD 1
984 .B \-key\-fifo\-size <2\-65000>
985 Specify the size of the FIFO that buffers key events (default: 7).
986 A FIFO of size n can buffer (n\-1) events.
987 If it is too small some events may be lost
988 (leading to "stuck mouse buttons" and similar effects).
989 If it is too big, MPlayer may seem to hang while it
990 processes the buffered events.
991 To get the same behavior as before this option was introduced,
992 set it to 2 for Linux or 1024 for Windows.
995 .B \-lircconf <filename> (LIRC only)
996 Specifies a configuration file for LIRC (default: ~/.lircrc).
999 .B \-list\-properties
1000 Print a list of the available properties.
1003 .B \-loop <number>
1004 Loops movie playback <number> times.
1005 0 means forever.
1008 .B \-menu (OSD menu only)
1009 Turn on OSD menu support.
1012 .B \-menu\-cfg <filename> (OSD menu only)
1013 Use an alternative menu.conf.
1016 .B \-menu\-chroot <path> (OSD menu only)
1017 Chroot the file selection menu to a specific location.
1018 .sp 1
1019 .I EXAMPLE:
1020 .PD 0
1021 .RSs
1022 .IPs "\-menu\-chroot /home"
1023 Will restrict the file selection menu to /\:home and downward (i.e.\& no
1024 access to / will be possible, but /home/user_name will).
1026 .PD 1
1029 .B \-menu\-keepdir (OSD menu only)
1030 File browser starts from the last known location instead of current directory.
1033 .B \-menu\-root <value> (OSD menu only)
1034 Specify the main menu.
1037 .B \-menu\-startup (OSD menu only)
1038 Display the main menu at MPlayer startup.
1041 .B \-mouse\-movements
1042 Permit MPlayer to receive pointer events reported by the video
1043 output driver.
1044 Necessary to select the buttons in DVD menus.
1045 Supported for X11 based VOs (x11, xv, xvmc, etc.) and the gl, gl2, direct3d and
1046 macosx VOs.
1049 .B \-noar
1050 Turns off AppleIR remote support.
1053 .B \-noconsolecontrols
1054 Prevent MPlayer from reading key events from standard input.
1055 Useful when reading data from standard input.
1056 This is automatically enabled when \- is found on the command line.
1057 There are situations where you have to set it manually, e.g.\&
1058 if you open /dev/\:stdin (or the equivalent on your system), use stdin
1059 in a playlist or intend to read from stdin later on via the loadfile or
1060 loadlist slave commands.
1063 .B \-nojoystick
1064 Turns off joystick support.
1067 .B \-nolirc
1068 Turns off LIRC support.
1071 .B \-nomouseinput
1072 Disable mouse button press/\:release input (mozplayerxp's context menu relies
1073 on this option).
1075 .B \-noorderedchapters
1076 Disable support for Matroska ordered chapters.
1077 MPlayer will not load or search for video segments from other files,
1078 and will also ignore any chapter order specified for the main file.
1081 .B \-rtc (RTC only)
1082 Turns on usage of the Linux RTC (realtime clock \- /dev/\:rtc) as timing
1083 mechanism.
1084 This wakes up the process every 1/1024 seconds to check the current time.
1085 Useless with modern Linux kernels configured for desktop use as they already
1086 wake up the process with similar accuracy when using normal timed sleep.
1089 .B \-playing\-msg <string>
1090 Print out a string before starting playback.
1091 The following expansions are supported:
1092 .RSs
1093 .IPs ${NAME}
1094 Expand to the value of the property NAME.
1095 .IPs ?(NAME:TEXT)
1096 Expand TEXT only if the property NAME is available.
1097 .IPs ?(!NAME:TEXT)
1098 Expand TEXT only if the property NAME is not available.
1102 .B \-playlist <filename>
1103 Play files according to a playlist file (ASX, Winamp, SMIL, or
1104 one-file-per-line format).
1106 .I NOTE:
1107 This option is considered an entry so options found after it will apply
1108 only to the elements of this playlist.
1110 FIXME: This needs to be clarified and documented thoroughly.
1113 .B \-rtc\-device <device>
1114 Use the specified device for RTC timing.
1117 .B \-shuffle
1118 Play files in random order.
1121 .B \-skin <name> (GUI only)
1122 Loads a skin from the directory given as parameter below the default skin
1123 directories, /usr/\:local/\:share/\:mplayer/\:skins/\: and ~/.mplayer/\:skins/.
1124 .sp 1
1125 .I EXAMPLE:
1126 .PD 0
1127 .RSs
1128 .IPs "\-skin fittyfene"
1129 Tries /usr/\:local/\:share/\:mplayer/\:skins/\:fittyfene
1130 and afterwards ~/.mplayer/\:skins/\:fittyfene.
1132 .PD 1
1135 .B \-slave (also see \-input)
1136 Switches on slave mode, in which MPlayer works as a backend for other programs.
1137 Instead of intercepting keyboard events, MPlayer will read commands separated
1138 by a newline (\\n) from stdin.
1140 .I NOTE:
1141 See \-input cmdlist for a list of slave commands and DOCS/tech/slave.txt
1142 for their description.
1143 Also, this is not intended to disable other inputs, e.g. via the video window,
1144 use some other method like \-input nodefault\-binds:conf=/dev/null for that.
1147 .B \-softsleep
1148 Time frames by repeatedly checking the current time instead of asking the
1149 kernel to wake up MPlayer at the correct time.
1150 Useful if your kernel timing is imprecise and you cannot use the RTC either.
1151 Comes at the price of higher CPU consumption.
1154 .B \-sstep <sec>
1155 Skip <sec> seconds after every frame.
1156 The normal framerate of the movie is kept, so playback is accelerated.
1157 Since MPlayer can only seek to the next keyframe this may be inexact.
1161 .SH "DEMUXER/STREAM OPTIONS"
1164 .B \-a52drc <level>
1165 Select the Dynamic Range Compression level for AC-3 audio streams.
1166 <level> is a float value ranging from 0 to 1, where 0 means no compression
1167 and 1 (which is the default) means full compression (make loud passages more
1168 silent and vice versa).
1169 This option only shows an effect if the AC-3 stream contains the required range
1170 compression information.
1173 .B \-aid <ID> (also see \-alang)
1174 Select audio channel (MPEG: 0\-31, AVI/\:OGM: 1\-99, ASF/\:RM: 0\-127,
1175 VOB(AC-3): 128\-159, VOB(LPCM): 160\-191, MPEG-TS 17\-8190).
1176 MPlayer prints the available audio IDs when run in verbose (\-v) mode.
1177 When playing an MPEG-TS stream, MPlayer/\:MEncoder will use the first program
1178 (if present) with the chosen audio stream.
1181 .B \-ausid <ID> (also see \-alang)
1182 Select audio substream channel.
1183 Currently the valid range is 0x55..0x75 and applies only to MPEG-TS when handled
1184 by the native demuxer (not by libavformat).
1185 The format type may not be correctly identified because of how this information
1186 (or lack thereof) is embedded in the stream, but it will demux correctly the
1187 audio streams when multiple substreams are present.
1188 MPlayer prints the available substream IDs when run with \-identify.
1191 .B \-alang <language code[,language code,...]> (also see \-aid)
1192 Specify a priority list of audio languages to use.
1193 Different container formats employ different language codes.
1194 DVDs use ISO 639-1 two letter language codes, Matroska, MPEG-TS and NUT
1195 use ISO 639-2 three letter language codes while OGM uses a free-form identifier.
1196 MPlayer prints the available languages when run in verbose (\-v) mode.
1197 .sp 1
1198 .I EXAMPLE:
1199 .PD 0
1200 .RSs
1201 .IPs "mplayer dvd://1 \-alang hu,en"
1202 Chooses the Hungarian language track on a DVD and falls back on English if
1203 Hungarian is not available.
1204 .IPs "mplayer \-alang jpn example.mkv"
1205 Plays a Matroska file in Japanese.
1207 .PD 1
1210 .B \-audio\-demuxer <[+]name> (\-audiofile only)
1211 Force audio demuxer type for \-audiofile.
1212 Use a '+' before the name to force it, this will skip some checks!
1213 Give the demuxer name as printed by \-audio\-demuxer help.
1214 For backward compatibility it also accepts the demuxer ID as defined in
1215 libmpdemux/\:demuxer.h.
1216 \-audio\-demuxer audio or \-audio\-demuxer 17 forces MP3.
1219 .B \-audiofile <filename>
1220 Play audio from an external file (WAV, MP3 or Ogg Vorbis) while viewing a
1221 movie.
1224 .B \-audiofile\-cache <kBytes>
1225 Enables caching for the stream used by \-audiofile, using the specified
1226 amount of memory.
1229 .B \-reuse\-socket (udp:// only)
1230 Allows a socket to be reused by other processes as soon as it is closed.
1233 .B \-bandwidth <value> (network only)
1234 Specify the maximum bandwidth for network streaming (for servers that are
1235 able to send content in different bitrates).
1236 Useful if you want to watch live streamed media behind a slow connection.
1237 With Real RTSP streaming, it is also used to set the maximum delivery
1238 bandwidth allowing faster cache filling and stream dumping.
1241 .B \-cache <kBytes>
1242 This option specifies how much memory (in kBytes) to use when precaching a
1243 file or URL.
1244 Especially useful on slow media.
1247 .B \-nocache
1248 Turns off caching.
1251 .B \-cache\-min <percentage>
1252 Playback will start when the cache has been filled up to <percentage>
1253 of the total.
1256 .B \-cache\-seek\-min <percentage>
1257 If a seek is to be made to a position within <percentage> of the cache size
1258 from the current position, MPlayer will wait for the cache to be filled to
1259 this position rather than performing a stream seek (default: 50).
1262 .B \-cdda <option1:option2> (CDDA only)
1263 This option can be used to tune the CD Audio reading feature of MPlayer.
1264 .sp 1
1265 Available options are:
1266 .RSs
1267 .IPs speed=<value>
1268 Set CD spin speed.
1269 .IPs paranoia=<0\-2>
1270 Set paranoia level.
1271 Values other than 0 seem to break playback of anything but the first track.
1272 .RSss
1273 0: disable checking (default)
1275 1: overlap checking only
1277 2: full data correction and verification
1278 .REss
1279 .IPs generic-dev=<value>
1280 Use specified generic SCSI device.
1281 .IPs sector-size=<value>
1282 Set atomic read size.
1283 .IPs overlap=<value>
1284 Force minimum overlap search during verification to <value> sectors.
1285 .IPs toc-bias
1286 Assume that the beginning offset of track 1 as reported in the TOC will be
1287 addressed as LBA 0.
1288 Some Toshiba drives need this for getting track boundaries correct.
1289 .IPs toc-offset=<value>
1290 Add <value> sectors to the values reported when addressing tracks.
1291 May be negative.
1292 .IPs (no)skip
1293 (Never) accept imperfect data reconstruction.
1297 .B \-cdrom\-device <path to device>
1298 Specify the CD-ROM device (default: /dev/\:cdrom).
1301 .B \-channels <number> (also see \-af channels)
1302 Request the number of playback channels (default: 2).
1303 MPlayer asks the decoder to decode the audio into as many channels as
1304 specified.
1305 Then it is up to the decoder to fulfill the requirement.
1306 This is usually only important when playing videos with AC-3 audio (like DVDs).
1307 In that case liba52 does the decoding by default and correctly downmixes the
1308 audio into the requested number of channels.
1309 To directly control the number of output channels independently of how many
1310 channels are decoded, use the channels filter.
1312 .I NOTE:
1313 This option is honored by codecs (AC-3 only), filters (surround) and audio
1314 output drivers (OSS at least).
1315 .sp 1
1316 Available options are:
1317 .sp 1
1318 .PD 0
1319 .RSs
1320 .IPs 2
1321 stereo
1322 .IPs 4
1323 surround
1324 .IPs 6
1325 full 5.1
1327 .PD 1
1330 .B \-chapter <chapter ID>[\-<endchapter ID>] (dvd:// and dvdnav:// only)
1331 Specify which chapter to start playing at.
1332 Optionally specify which chapter to end playing at (default: 1).
1335 .B \-cookies (network only)
1336 Send cookies when making HTTP requests.
1339 .B \-cookies\-file <filename> (network only)
1340 Read HTTP cookies from <filename> (default: ~/.mozilla/ and ~/.netscape/)
1341 and skip reading from default locations.
1342 The file is assumed to be in Netscape format.
1345 .B \-delay <sec>
1346 audio delay in seconds (positive or negative float value)
1348 Negative values delay the audio, and positive values delay the video.
1349 Note that this is the exact opposite of the \-audio\-delay MEncoder option.
1351 .I NOTE:
1352 When used with MEncoder, this is not guaranteed to work correctly
1353 with \-ovc copy; use \-audio\-delay instead.
1356 .B \-ignore\-start
1357 Ignore the specified starting time for streams in AVI files.
1358 In MPlayer, this nullifies stream delays in files encoded with
1359 the \-audio\-delay option.
1360 During encoding, this option prevents MEncoder from transferring
1361 original stream start times to the new file; the \-audio\-delay option is
1362 not affected.
1363 Note that MEncoder sometimes adjusts stream starting times
1364 automatically to compensate for anticipated decoding delays, so do not
1365 use this option for encoding without testing it first.
1368 .B \-demuxer <[+]name>
1369 Force demuxer type.
1370 Use a '+' before the name to force it, this will skip some checks!
1371 Give the demuxer name as printed by \-demuxer help.
1372 For backward compatibility it also accepts the demuxer ID as defined in
1373 libmpdemux/\:demuxer.h.
1376 .B \-dumpaudio (MPlayer only)
1377 Dumps raw compressed audio stream to ./stream.dump (useful with MPEG/\:AC-3,
1378 in most other cases the resulting file will not be playable).
1379 If you give more than one of \-dumpaudio, \-dumpvideo, \-dumpstream
1380 on the command line only the last one will work.
1383 .B \-dumpfile <filename> (MPlayer only)
1384 Specify which file MPlayer should dump to.
1385 Should be used together with \-dumpaudio / \-dumpvideo / \-dumpstream.
1388 .B \-dumpstream (MPlayer only)
1389 Dumps the raw stream to ./stream.dump.
1390 Useful when ripping from DVD or network.
1391 If you give more than one of \-dumpaudio, \-dumpvideo, \-dumpstream
1392 on the command line only the last one will work.
1395 .B \-dumpvideo (MPlayer only)
1396 Dump raw compressed video stream to ./stream.dump (not very usable).
1397 If you give more than one of \-dumpaudio, \-dumpvideo, \-dumpstream
1398 on the command line only the last one will work.
1401 .B \-dvbin <options> (DVB only)
1402 Pass the following parameters to the DVB input module, in order to override
1403 the default ones:
1404 .sp 1
1405 .PD 0
1406 .RSs
1407 .IPs card=<1\-4>
1408 Specifies using card number 1\-4 (default: 1).
1409 .IPs file=<filename>
1410 Instructs MPlayer to read the channels list from <filename>.
1411 Default is ~/.mplayer/\:channels.conf.{sat,ter,cbl,atsc} (based on your card type)
1412 or ~/.mplayer/\:channels.conf as a last resort.
1413 .IPs timeout=<1\-30>
1414 Maximum number of seconds to wait when trying to tune a
1415 frequency before giving up (default: 30).
1417 .PD 1
1420 .B \-dvd\-device <path to device> (DVD only)
1421 Specify the DVD device or .iso filename (default: /dev/\:dvd).
1422 You can also specify a directory that contains files previously copied directly
1423 from a DVD (with e.g.\& vobcopy).
1426 .B \-dvd\-speed <factor or speed in KB/s> (DVD only)
1427 Try to limit DVD speed (default: 0, no change).
1428 DVD base speed is about 1350KB/s, so a 8x drive can read at speeds up to
1429 10800KB/s.
1430 Slower speeds make the drive more quiet, for watching DVDs 2700KB/s should be
1431 quiet and fast enough.
1432 MPlayer resets the speed to the drive default value on close.
1433 Values less than 100 mean multiples of 1350KB/s, i.e.\& \-dvd\-speed 8 selects
1434 10800KB/s.
1436 .I NOTE:
1437 You need write access to the DVD device to change the speed.
1440 .B \-dvdangle <angle ID> (DVD only)
1441 Some DVD discs contain scenes that can be viewed from multiple angles.
1442 Here you can tell MPlayer which angles to use (default: 1).
1445 .B \-edl <filename>
1446 Enables edit decision list (EDL) actions during playback.
1447 Video will be skipped over and audio will be muted and unmuted according to
1448 the entries in the given file.
1449 See http://www.mplayerhq.hu/\:DOCS/\:HTML/\:en/\:edl.html for details
1450 on how to use this.
1453 .B \-endpos <[[hh:]mm:]ss[.ms]|size[b|kb|mb]> (also see \-ss and \-sb)
1454 Stop at given time or byte position.
1456 .I NOTE:
1457 Byte position is enabled only for MEncoder and will not be accurate, as it can
1458 only stop at a frame boundary.
1459 When used in conjunction with \-ss option, \-endpos time will shift forward by
1460 seconds specified with \-ss.
1461 .sp 1
1462 .I EXAMPLE:
1463 .PD 0
1464 .RSs
1465 .IPs "\-endpos 56"
1466 Stop at 56 seconds.
1467 .IPs "\-endpos 01:10:00"
1468 Stop at 1 hour 10 minutes.
1469 .IPs "\-ss 10 \-endpos 56"
1470 Stop at 1 minute 6 seconds.
1471 .IPs "\-endpos 100mb"
1472 Encode only 100 MB.
1474 .PD 1
1477 .B \-forceidx
1478 Force index rebuilding.
1479 Useful for files with broken index (A/V desync, etc).
1480 This will enable seeking in files where seeking was not possible.
1481 You can fix the index permanently with MEncoder (see the documentation).
1483 .I NOTE:
1484 This option only works if the underlying media supports seeking
1485 (i.e.\& not with stdin, pipe, etc).
1488 .B \-fps <float value>
1489 Override video framerate.
1490 Useful if the original value is wrong or missing.
1493 .B \-frames <number>
1494 Play/\:convert only first <number> frames, then quit.
1497 .B \-hr\-mp3\-seek (MP3 only)
1498 Hi-res MP3 seeking.
1499 Enabled when playing from an external MP3 file, as we need to seek
1500 to the very exact position to keep A/V sync.
1501 Can be slow especially when seeking backwards since it has to rewind
1502 to the beginning to find an exact frame position.
1505 .B \-idx (also see \-forceidx)
1506 Rebuilds index of files if no index was found, allowing seeking.
1507 Useful with broken/\:incomplete downloads, or badly created files.
1509 .I NOTE:
1510 This option only works if the underlying media supports seeking
1511 (i.e.\& not with stdin, pipe, etc).
1514 .B \-noidx
1515 Skip rebuilding index file.
1516 MEncoder skips writing the index with this option.
1519 .B \-ipv4\-only\-proxy (network only)
1520 Skip the proxy for IPv6 addresses.
1521 It will still be used for IPv4 connections.
1524 .B \-loadidx <index file>
1525 The file from which to read the video index data saved by \-saveidx.
1526 This index will be used for seeking, overriding any index data
1527 contained in the AVI itself.
1528 MPlayer will not prevent you from loading an index file generated
1529 from a different AVI, but this is sure to cause unfavorable results.
1531 .I NOTE:
1532 This option is obsolete now that MPlayer has OpenDML support.
1535 .B \-mc <seconds/frame>
1536 maximum A-V sync correction per frame (in seconds)
1539 .B \-mf <option1:option2:...>
1540 Used when decoding from multiple PNG or JPEG files.
1541 .sp 1
1542 Available options are:
1543 .sp 1
1544 .PD 0
1545 .RSs
1546 .IPs w=<value>
1547 input file width (default: autodetect)
1548 .IPs h=<value>
1549 input file height (default: autodetect)
1550 .IPs fps=<value>
1551 output fps (default: 25)
1552 .IPs type=<value>
1553 input file type (available: jpeg, png, tga, sgi)
1555 .PD 1
1558 .B \-ni (AVI only)
1559 Force usage of non-interleaved AVI parser (fixes playback
1560 of some bad AVI files).
1563 .B \-nobps (AVI only)
1564 Do not use average byte/\:second value for A-V sync.
1565 Helps with some AVI files with broken header.
1568 .B \-noextbased
1569 Disables extension-based demuxer selection.
1570 By default, when the file type (demuxer) cannot be detected reliably
1571 (the file has no header or it is not reliable enough), the filename
1572 extension is used to select the demuxer.
1573 Always falls back on content-based demuxer selection.
1576 .B \-passwd <password> (also see \-user) (network only)
1577 Specify password for HTTP authentication.
1580 .B \-prefer\-ipv4 (network only)
1581 Use IPv4 on network connections.
1582 Falls back on IPv6 automatically.
1585 .B \-prefer\-ipv6 (IPv6 network only)
1586 Use IPv6 on network connections.
1587 Falls back on IPv4 automatically.
1590 .B \-psprobe <byte position>
1591 When playing an MPEG-PS or MPEG-PES streams, this option lets you specify
1592 how many bytes in the stream you want MPlayer to scan in order to identify
1593 the video codec used.
1594 This option is needed to play EVO or VDR files containing H.264 streams.
1597 .B \-pvr <option1:option2:...> (PVR only)
1598 This option tunes various encoding properties of the PVR capture module.
1599 It has to be used with any hardware MPEG encoder based card supported by the
1600 V4L2 driver.
1601 The Hauppauge WinTV PVR\-150/250/350/500 and all IVTV based
1602 cards are known as PVR capture cards.
1603 Be aware that only Linux 2.6.18 kernel
1604 and above is able to handle MPEG stream through V4L2 layer.
1605 For hardware capture of an MPEG stream and watching it with
1606 MPlayer/MEncoder, use 'pvr://' as a movie URL.
1607 .sp 1
1608 Available options are:
1609 .RSs
1610 .IPs aspect=<0\-3>
1611 Specify input aspect ratio:
1612 .RSss
1613 0: 1:1
1615 1: 4:3 (default)
1617 2: 16:9
1619 3: 2.21:1
1620 .REss
1621 .IPs arate=<32000\-48000>
1622 Specify encoding audio rate (default: 48000 Hz, available: 32000, 44100
1623 and 48000 Hz).
1624 .IPs alayer=<1\-3>
1625 Specify MPEG audio layer encoding (default: 2).
1626 .IPs abitrate=<32\-448>
1627 Specify audio encoding bitrate in kbps (default: 384).
1628 .IPs amode=<value>
1629 Specify audio encoding mode.
1630 Available preset values are 'stereo', 'joint_stereo', 'dual' and 'mono' (default: stereo).
1631 .IPs vbitrate=<value>
1632 Specify average video bitrate encoding in Mbps (default: 6).
1633 .IPs vmode=<value>
1634 Specify video encoding mode:
1635 .RSss
1636 vbr: Variable BitRate (default)
1638 cbr: Constant BitRate
1639 .REss
1640 .IPs vpeak=<value>
1641 Specify peak video bitrate encoding in Mbps
1642 (only useful for VBR encoding, default: 9.6).
1643 .IPs fmt=<value>
1644 Choose an MPEG format for encoding:
1645 .RSss
1646 ps:    MPEG-2 Program Stream (default)
1648 ts:    MPEG-2 Transport Stream
1650 mpeg1: MPEG-1 System Stream
1652 vcd:   Video CD compatible stream
1654 svcd:  Super Video CD compatible stream
1656 dvd:   DVD compatible stream
1657 .REss
1659 .PD 1
1662 .B \-radio <option1:option2:...> (radio only)
1663 These options set various parameters of the radio capture module.
1664 For listening to radio with MPlayer use 'radio://<frequency>'
1665 (if channels option is not given) or 'radio://<channel_number>'
1666 (if channels option is given) as a movie URL.
1667 You can see allowed frequency range by running MPlayer with '\-v'.
1668 To start the grabbing subsystem, use 'radio://<frequency or channel>/capture'.
1669 If the capture keyword is not given you can listen to radio
1670 using the line-in cable only.
1671 Using capture to listen is not recommended due to synchronization
1672 problems, which makes this process uncomfortable.
1673 .sp 1
1674 Available options are:
1675 .RSs
1676 .IPs device=<value>
1677 Radio device to use (default: /dev/radio0 for Linux and /dev/tuner0 for *BSD).
1678 .IPs driver=<value>
1679 Radio driver to use (default: v4l2 if available, otherwise v4l).
1680 Currently, v4l and v4l2 drivers are supported.
1681 .IPs volume=<0..100>
1682 sound volume for radio device (default 100)
1683 .IPs "freq_min=<value> (*BSD BT848 only)"
1684 minimum allowed frequency (default: 87.50)
1685 .IPs "freq_max=<value> (*BSD BT848 only)"
1686 maximum allowed frequency (default: 108.00)
1687 .IPs channels=<frequency>\-<name>,<frequency>\-<name>,...
1688 Set channel list.
1689 Use _ for spaces in names (or play with quoting ;-).
1690 The channel names will then be written using OSD and the slave commands
1691 radio_step_channel and radio_set_channel will be usable for
1692 a remote control (see LIRC).
1693 If given, number in movie URL will be treated as channel position in
1694 channel list.
1696 .I EXAMPLE:
1697 radio://1, radio://104.4, radio_set_channel 1
1698 .IPs "adevice=<value> (radio capture only)"
1699 Name of device to capture sound from.
1700 Without such a name capture will be disabled,
1701 even if the capture keyword appears in the URL.
1702 For ALSA devices use it in the form hw=<card>.<device>.
1703 If the device name contains a '=', the module will use
1704 ALSA to capture, otherwise OSS.
1705 .IPs "arate=<value> (radio capture only)"
1706 Rate in samples per second (default: 44100).
1708 .I NOTE:
1709 When using audio capture set also \-rawaudio rate=<value> option
1710 with the same value as arate.
1711 If you have problems with sound speed (runs too quickly), try to play
1712 with different rate values (e.g.\& 48000,44100,32000,...).
1713 .IPs "achannels=<value> (radio capture only)"
1714 Number of audio channels to capture.
1718 .B \-rawaudio <option1:option2:...>
1719 This option lets you play raw audio files.
1720 You have to use \-demuxer rawaudio as well.
1721 It may also be used to play audio CDs which are not 44kHz 16-bit stereo.
1722 For playing raw AC-3 streams use \-rawaudio format=0x2000 \-demuxer rawaudio.
1723 .sp 1
1724 Available options are:
1725 .sp 1
1726 .PD 0
1727 .RSs
1728 .IPs channels=<value>
1729 number of channels
1730 .IPs rate=<value>
1731 rate in samples per second
1732 .IPs samplesize=<value>
1733 sample size in bytes
1734 .IPs bitrate=<value>
1735 bitrate for rawaudio files
1736 .IPs format=<value>
1737 fourcc in hex
1739 .PD 1
1742 .B \-rawvideo <option1:option2:...>
1743 This option lets you play raw video files.
1744 You have to use \-demuxer rawvideo as well.
1745 .sp 1
1746 Available options are:
1747 .sp 1
1748 .PD 0
1749 .RSs
1750 .IPs fps=<value>
1751 rate in frames per second (default: 25.0)
1752 .IPs sqcif|qcif|cif|4cif|pal|ntsc
1753 set standard image size
1754 .IPs w=<value>
1755 image width in pixels
1756 .IPs h=<value>
1757 image height in pixels
1758 .IPs i420|yv12|yuy2|y8
1759 set colorspace
1760 .IPs format=<value>
1761 colorspace (fourcc) in hex or string constant.
1762 Use \-rawvideo format=help for a list of possible strings.
1763 .IPs size=<value>
1764 frame size in Bytes
1765 .REss
1766 .sp 1
1768 .I EXAMPLE:
1770 .PD 0
1771 .RSs
1772 .IPs "mplayer foreman.qcif -demuxer rawvideo -rawvideo qcif"
1773 Play the famous "foreman" sample video.
1774 .IPs "mplayer sample-720x576.yuv -demuxer rawvideo -rawvideo w=720:h=576"
1775 Play a raw YUV sample.
1777 .PD 1
1780 .B \-rtsp\-port
1781 Used with 'rtsp://' URLs to force the client's port number.
1782 This option may be useful if you are behind a router and want to forward
1783 the RTSP stream from the server to a specific client.
1786 .B \-rtsp\-destination
1787 Used with 'rtsp://' URLs to force the destination IP address to be bound.
1788 This option may be useful with some RTSP server which do not
1789 send RTP packets to the right interface.
1790 If the connection to the RTSP server fails, use \-v to see
1791 which IP address MPlayer tries to bind to and try to force
1792 it to one assigned to your computer instead.
1795 .B \-rtsp\-stream\-over\-tcp (LIVE555 and NEMESI only)
1796 Used with 'rtsp://' URLs to specify that the resulting incoming RTP and RTCP
1797 packets be streamed over TCP (using the same TCP connection as RTSP).
1798 This option may be useful if you have a broken internet connection that does
1799 not pass incoming UDP packets (see http://www.live555.com/\:mplayer/).
1802 .B \-saveidx <filename>
1803 Force index rebuilding and dump the index to <filename>.
1804 Currently this only works with AVI files.
1806 .I NOTE:
1807 This option is obsolete now that MPlayer has OpenDML support.
1810 .B \-sb <byte position> (also see \-ss)
1811 Seek to byte position.
1812 Useful for playback from CD-ROM images or VOB files with junk at the beginning.
1815 .B \-speed <0.01\-100>
1816 Slow down or speed up playback by the factor given as parameter.
1817 Not guaranteed to work correctly with \-oac copy.
1820 .B \-srate <Hz>
1821 Selects the output sample rate to be used
1822 (of course sound cards have limits on this).
1823 If the sample frequency selected is different from that
1824 of the current media, the resample or lavcresample audio filter will be inserted
1825 into the audio filter layer to compensate for the difference.
1826 The type of resampling can be controlled by the \-af\-adv option.
1827 The default is fast resampling that may cause distortion.
1830 .B \-ss <time> (also see \-sb)
1831 Seek to given time position.
1832 .sp 1
1833 .I EXAMPLE:
1834 .PD 0
1835 .RSs
1836 .IPs "\-ss 56"
1837 Seeks to 56 seconds.
1838 .IPs "\-ss 01:10:00"
1839 Seeks to 1 hour 10 min.
1841 .PD 1
1844 .B \-tskeepbroken
1845 Tells MPlayer not to discard TS packets reported as broken in the stream.
1846 Sometimes needed to play corrupted MPEG-TS files.
1849 .B \-tsprobe <byte position>
1850 When playing an MPEG-TS stream, this option lets you specify how many
1851 bytes in the stream you want MPlayer to search for the desired
1852 audio and video IDs.
1855 .B \-tsprog <1\-65534>
1856 When playing an MPEG-TS stream, you can specify with this option which
1857 program (if present) you want to play.
1858 Can be used with \-vid and \-aid.
1861 .B \-tv <option1:option2:...> (TV/\:PVR only)
1862 This option tunes various properties of the TV capture module.
1863 For watching TV with MPlayer, use 'tv://' or 'tv://<channel_number>'
1864 or even 'tv://<channel_name> (see option channels for channel_name below)
1865 as a movie URL.
1866 You can also use 'tv:///<input_id>' to start watching a
1867 movie from a composite or S-Video input (see option input for details).
1868 .sp 1
1869 Available options are:
1870 .RSs
1871 .IPs noaudio
1872 no sound
1873 .IPs "automute=<0\-255> (v4l and v4l2 only)"
1874 If signal strength reported by device is less than this value,
1875 audio and video will be muted.
1876 In most cases automute=100 will be enough.
1877 Default is 0 (automute disabled).
1878 .IPs driver=<value>
1879 See \-tv driver=help for a list of compiled-in TV input drivers.
1880 available: dummy, v4l, v4l2, bsdbt848 (default: autodetect)
1881 .IPs device=<value>
1882 Specify TV device (default: /dev/\:video0).
1883 .I NOTE:
1884 For the bsdbt848 driver you can provide both bktr and tuner device
1885 names separating them with a comma, tuner after
1886 bktr (e.g.\& -tv device=/dev/bktr1,/dev/tuner1).
1887 .IPs input=<value>
1888 Specify input (default: 0 (TV), see console output for available inputs).
1889 .IPs freq=<value>
1890 Specify the frequency to set the tuner to (e.g.\& 511.250).
1891 Not compatible with the channels parameter.
1892 .IPs outfmt=<value>
1893 Specify the output format of the tuner with a preset value supported by the
1894 V4L driver (yv12, rgb32, rgb24, rgb16, rgb15, uyvy, yuy2, i420) or an
1895 arbitrary format given as hex value.
1896 Try outfmt=help for a list of all available formats.
1897 .IPs width=<value>
1898 output window width
1899 .IPs height=<value>
1900 output window height
1901 .IPs fps=<value>
1902 framerate at which to capture video (frames per second)
1903 .IPs buffersize=<value>
1904 maximum size of the capture buffer in megabytes (default: dynamical)
1905 .IPs norm=<value>
1906 For bsdbt848 and v4l, PAL, SECAM, NTSC are available.
1907 For v4l2, see the console output for a list of all available norms,
1908 also see the normid option below.
1909 .IPs "normid=<value> (v4l2 only)"
1910 Sets the TV norm to the given numeric ID.
1911 The TV norm depends on the capture card.
1912 See the console output for a list of available TV norms.
1913 .IPs channel=<value>
1914 Set tuner to <value> channel.
1915 .IPs chanlist=<value>
1916 available: europe-east, europe-west, us-bcast, us-cable, etc
1917 .IPs channels=<chan>\-<name>[=<norm>],<chan>\-<name>[=<norm>],...
1918 Set names for channels.
1919 .I NOTE:
1920 If <chan> is an integer greater than 1000, it will be treated as frequency (in kHz)
1921 rather than channel name from frequency table.
1923 Use _ for spaces in names (or play with quoting ;-).
1924 The channel names will then be written using OSD, and the slave commands
1925 tv_step_channel, tv_set_channel and tv_last_channel will be usable for
1926 a remote control (see LIRC).
1927 Not compatible with the frequency parameter.
1929 .I NOTE:
1930 The channel number will then be the position in the 'channels' list,
1931 beginning with 1.
1933 .I EXAMPLE:
1934 tv://1, tv://TV1, tv_set_channel 1, tv_set_channel TV1
1935 .IPs [brightness|contrast|hue|saturation]=<\-100\-100>
1936 Set the image equalizer on the card.
1937 .IPs audiorate=<value>
1938 Set audio capture bitrate.
1939 .IPs forceaudio
1940 Capture audio even if there are no audio sources reported by v4l.
1941 .IPs "alsa\ "
1942 Capture from ALSA.
1943 .IPs amode=<0\-3>
1944 Choose an audio mode:
1945 .RSss
1946 0: mono
1948 1: stereo
1950 2: language 1
1952 3: language 2
1953 .REss
1954 .IPs forcechan=<1\-2>
1955 By default, the count of recorded audio channels is determined automatically
1956 by querying the audio mode from the TV card.
1957 This option allows forcing stereo/\:mono recording regardless of the amode
1958 option and the values returned by v4l.
1959 This can be used for troubleshooting when the TV card is unable to report the
1960 current audio mode.
1961 .IPs adevice=<value>
1962 Set an audio device.
1963 <value> should be /dev/\:xxx for OSS and a hardware ID for ALSA.
1964 You must replace any ':' by a '.' in the hardware ID for ALSA.
1965 .IPs audioid=<value>
1966 Choose an audio output of the capture card, if it has more than one.
1967 .IPs "[volume|bass|treble|balance]=<0\-65535> (v4l1)"
1968 .IPs "[volume|bass|treble|balance]=<0\-100> (v4l2)"
1969 These options set parameters of the mixer on the video capture card.
1970 They will have no effect, if your card does not have one.
1971 For v4l2 50 maps to the default value of the
1972 control, as reported by the driver.
1973 .IPs "gain=<0\-100> (v4l2)"
1974 Set gain control for video devices (usually webcams) to the desired
1975 value and switch off automatic control.
1976 A value of 0 enables automatic control.
1977 If this option is omitted, gain control will not be modified.
1978 .IPs immediatemode=<bool>
1979 A value of 0 means capture and buffer audio and video together
1980 (default for MEncoder).
1981 A value of 1 (default for MPlayer) means to do video capture only and let the
1982 audio go through a loopback cable from the TV card to the sound card.
1983 .IPs mjpeg
1984 Use hardware MJPEG compression (if the card supports it).
1985 When using this option, you do not need to specify the width and height
1986 of the output window, because MPlayer will determine it automatically
1987 from the decimation value (see below).
1988 .IPs decimation=<1|2|4>
1989 choose the size of the picture that will be compressed by hardware
1990 MJPEG compression:
1991 .RSss
1992 1: full size
1993     704x576    PAL
1994     704x480    NTSC
1996 2: medium size
1997     352x288    PAL
1998     352x240    NTSC
2000 4: small size
2001     176x144    PAL
2002     176x120    NTSC
2003 .REss
2004 .IPs quality=<0\-100>
2005 Choose the quality of the JPEG compression
2006 (< 60 recommended for full size).
2007 .IPs tdevice=<value>
2008 Specify TV teletext device (example: /dev/\:vbi0) (default: none).
2009 .IPs tformat=<format>
2010 Specify TV teletext display format (default: 0):
2011 .RSss
2012 0: opaque
2014 1: transparent
2016 2: opaque with inverted colors
2018 3: transparent with inverted colors
2019 .REss
2020 .IPs tpage=<100\-899>
2021 Specify initial TV teletext page number (default: 100).
2022 .IPs tlang=<\-1\-127>
2023 Specify default teletext language code (default: 0), which will be used
2024 as primary language until a type 28 packet is received.
2025 Useful when the teletext system uses a non-latin character set, but language
2026 codes are not transmitted via teletext type 28 packets for some reason.
2027 To see a list of supported language codes set this option to \-1.
2028 .IPs "hidden_video_renderer (dshow only)"
2029 Terminate stream with video renderer instead of Null renderer (default: off).
2030 Will help if video freezes but audio does not.
2031 .I NOTE:
2032 May not work with \-vo directx and \-vf crop combination.
2033 .IPs "hidden_vp_renderer (dshow only)"
2034 Terminate VideoPort pin stream with video renderer
2035 instead of removing it from the graph (default: off).
2036 Useful if your card has a VideoPort pin and video is choppy.
2037 .I NOTE:
2038 May not work with \-vo directx and \-vf crop combination.
2039 .IPs "system_clock (dshow only)"
2040 Use the system clock as sync source instead of the default graph clock
2041 (usually the clock from one of the live sources in graph).
2042 .IPs "normalize_audio_chunks (dshow only)"
2043 Create audio chunks with a time length equal to
2044 video frame time length (default: off).
2045 Some audio cards create audio chunks about 0.5s in size, resulting in
2046 choppy video when using immediatemode=0.
2050 .B \-tvscan <option1:option2:...> (TV and MPlayer only)
2051 Tune the TV channel scanner.
2052 MPlayer will also print value for "-tv channels=" option,
2053 including existing and just found channels.
2054 .sp 1
2055 Available suboptions are:
2056 .RSs
2057 .IPs autostart
2058 Begin channel scanning immediately after startup (default: disabled).
2059 .IPs period=<0.1\-2.0>
2060 Specify delay in seconds before switching to next channel (default: 0.5).
2061 Lower values will cause faster scanning, but can detect
2062 inactive TV channels as active.
2063 .IPs threshold=<1\-100>
2064 Threshold value for the signal strength (in percent), as reported
2065 by the device (default: 50).
2066 A signal strength higher than this value will indicate that the
2067 currently scanning channel is active.
2071 .B \-user <username> (also see \-passwd) (network only)
2072 Specify username for HTTP authentication.
2075 .B \-user\-agent <string>
2076 Use <string> as user agent for HTTP streaming.
2079 .B \-vid <ID>
2080 Select video channel (MPG: 0\-15, ASF: 0\-255, MPEG-TS: 17\-8190).
2081 When playing an MPEG-TS stream, MPlayer/\:MEncoder will use the first program
2082 (if present) with the chosen video stream.
2085 .B \-vivo <suboption> (DEBUG CODE)
2086 Force audio parameters for the VIVO demuxer (for debugging purposes).
2087 FIXME: Document this.
2091 .SH "OSD/SUBTITLE OPTIONS"
2092 .I NOTE:
2093 Also see \-vf expand.
2096 .B \-ass (FreeType only)
2097 Turn on SSA/ASS subtitle rendering.
2098 With this option, libass will be used for SSA/ASS
2099 external subtitles and Matroska tracks.
2100 You may also want to use \-embeddedfonts.
2102 .I NOTE:
2103 Unlike normal OSD, libass uses fontconfig by default. To disable it, use
2104 \-nofontconfig.
2107 .B \-ass\-border\-color <value>
2108 Sets the border (outline) color for text subtitles.
2109 The color format is RRGGBBAA.
2112 .B \-ass\-bottom\-margin <value>
2113 Adds a black band at the bottom of the frame.
2114 The SSA/ASS renderer can place subtitles there (with \-ass\-use\-margins).
2117 .B \-ass\-color <value>
2118 Sets the color for text subtitles.
2119 The color format is RRGGBBAA.
2122 .B \-ass\-font\-scale <value>
2123 Set the scale coefficient to be used for fonts in the SSA/ASS renderer.
2126 .B \-ass\-force\-style <[Style.]Param=Value[,...]>
2127 Override some style or script info parameters.
2129 .I EXAMPLE:
2130 .PD 0
2131 .RSs
2132 \-ass\-force\-style FontName=Arial,Default.Bold=1
2134 \-ass\-force\-style PlayResY=768
2136 .PD 1
2139 .B \-ass\-hinting <type>
2140 Set hinting type.
2141 <type> can be:
2142 .PD 0
2143 .RSs
2144 .IPs 0
2145 no hinting
2146 .IPs 1
2147 FreeType autohinter, light mode
2148 .IPs 2
2149 FreeType autohinter, normal mode
2150 .IPs 3
2151 font native hinter
2152 .IPs "0-3 + 4"
2153 The same, but hinting will only be performed if the OSD is rendered at
2154 screen resolution and will therefore not be scaled.
2156 .RSs
2157 The default value is 7 (use native hinter for unscaled OSD and no hinting otherwise).
2159 .PD 1
2162 .B \-ass\-line\-spacing <value>
2163 Set line spacing value for SSA/ASS renderer.
2166 .B \-ass\-styles <filename>
2167 Load all SSA/ASS styles found in the specified file and use them for
2168 rendering text subtitles.
2169 The syntax of the file is exactly like the
2170 [V4 Styles] / [V4+ Styles] section of SSA/ASS.
2173 .B \-ass\-top\-margin <value>
2174 Adds a black band at the top of the frame.
2175 The SSA/ASS renderer can place toptitles there (with \-ass\-use\-margins).
2178 .B \-ass\-use\-margins
2179 Enables placing toptitles and subtitles in black borders when they
2180 are available.
2183 .B \-dumpjacosub (MPlayer only)
2184 Convert the given subtitle (specified with the \-sub option) to the time-based
2185 JACOsub subtitle format.
2186 Creates a dumpsub.js file in the current directory.
2189 .B \-dumpmicrodvdsub (MPlayer only)
2190 Convert the given subtitle (specified with the \-sub option) to the
2191 MicroDVD subtitle format.
2192 Creates a dumpsub.sub file in the current directory.
2195 .B \-dumpmpsub (MPlayer only)
2196 Convert the given subtitle (specified with the \-sub option) to MPlayer's
2197 subtitle format, MPsub.
2198 Creates a dump.mpsub file in the current directory.
2201 .B \-dumpsami (MPlayer only)
2202 Convert the given subtitle (specified with the \-sub option) to the time-based
2203 SAMI subtitle format.
2204 Creates a dumpsub.smi file in the current directory.
2207 .B \-dumpsrtsub (MPlayer only)
2208 Convert the given subtitle (specified with the \-sub option) to the time-based
2209 SubViewer (SRT) subtitle format.
2210 Creates a dumpsub.srt file in the current directory.
2212 .I NOTE:
2213 Some broken hardware players choke on SRT subtitle files with Unix
2214 line endings.
2215 If you are unlucky enough to have such a box, pass your subtitle
2216 files through unix2dos or a similar program to replace Unix line
2217 endings with DOS/Windows line endings.
2220 .B \-dumpsub (MPlayer only) (BETA CODE)
2221 Dumps the subtitle substream from VOB streams.
2222 Also see the \-dump*sub and \-vobsubout* options.
2225 .B \-embeddedfonts (FreeType only)
2226 Enables extraction of Matroska embedded fonts (default: disabled).
2227 These fonts can be used for SSA/ASS subtitle
2228 rendering (\-ass option).
2229 Font files are created in the ~/.mplayer/\:fonts directory.
2231 .I NOTE:
2232 With FontConfig 2.4.2 or newer, embedded fonts are opened directly from memory,
2233 and this option is enabled by default.
2236 .B \-ffactor <number>
2237 Resample the font alphamap.
2238 Can be:
2239 .PD 0
2240 .RSs
2241 .IPs 0
2242 plain white fonts
2243 .IPs 0.75
2244 very narrow black outline (default)
2245 .IPs 1
2246 narrow black outline
2247 .IPs 10
2248 bold black outline
2250 .PD 1
2253 .B \-flip\-hebrew (FriBiDi only)
2254 Turns on flipping subtitles using FriBiDi.
2257 .B \-noflip\-hebrew\-commas
2258 Change FriBiDi's assumptions about the placements of commas in subtitles.
2259 Use this if commas in subtitles are shown at the start of a sentence
2260 instead of at the end.
2263 .B \-font <path to font.desc file, path to font (FreeType), font pattern (Fontconfig)>
2264 Search for the OSD/\:SUB fonts in an alternative directory (default for normal
2265 fonts: ~/\:.mplayer/\:font/\:font.desc, default for FreeType fonts:
2266 ~/.mplayer/\:subfont.ttf).
2268 .I NOTE:
2269 With FreeType, this option determines the path to the text font file.
2270 With Fontconfig, this option determines the Fontconfig font pattern.
2271 .sp 1
2272 .I EXAMPLE:
2273 .PD 0
2274 .RSs
2275 \-font ~/\:.mplayer/\:arial-14/\:font.desc
2277 \-font ~/\:.mplayer/\:arialuni.ttf
2279 \-font 'Bitstream Vera Sans'
2281 \-font 'Bitstream Vera Sans:style=Bold'
2283 .PD 1
2286 .B \-fontconfig (fontconfig only)
2287 Enables the usage of fontconfig managed fonts.
2289 .I NOTE:
2290 By default fontconfig is used for libass-rendered subtitles and not used for
2291 OSD. With \-fontconfig it is used for both libass and OSD, with \-nofontconfig
2292 it is not used at all.
2295 .B \-forcedsubsonly
2296 Display only forced subtitles for the DVD subtitle stream selected by e.g.\&
2297 \-slang.
2300 .B \-fribidi\-charset <charset name> (FriBiDi only)
2301 Specifies the character set that will be passed to FriBiDi when
2302 decoding non-UTF-8 subtitles (default: ISO8859-8).
2305 .B \-ifo <VOBsub IFO file>
2306 Indicate the file that will be used to load palette and frame size for VOBsub
2307 subtitles.
2310 .B \-noautosub
2311 Turns off automatic subtitle file loading.
2314 .B \-osd\-duration <time>
2315 Set the duration of the OSD messages in ms (default: 1000).
2318 .B \-osdlevel <0\-3> (MPlayer only)
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 \-slang <language code[,language code,...]> (also see \-sid)
2347 Specify a priority list of subtitle languages to use.
2348 Different container formats employ different language codes.
2349 DVDs use ISO 639-1 two letter language codes, Matroska uses ISO 639-2
2350 three letter language codes while OGM uses a free-form identifier.
2351 MPlayer prints the available languages when run in verbose (\-v) mode.
2352 .sp 1
2353 .I EXAMPLE:
2354 .PD 0
2355 .RSs
2356 .IPs "mplayer dvd://1 \-slang hu,en"
2357 Chooses the Hungarian subtitle track on a DVD and falls back on English if
2358 Hungarian is not available.
2359 .IPs "mplayer \-slang jpn example.mkv"
2360 Plays a Matroska file with Japanese subtitles.
2362 .PD 1
2365 .B \-spuaa <mode>
2366 Antialiasing/\:scaling mode for DVD/\:VOBsub.
2367 A value of 16 may be added to <mode> in order to force scaling even
2368 when original and scaled frame size already match.
2369 This can be employed to e.g.\& smooth subtitles with gaussian blur.
2370 Available modes are:
2371 .PD 0
2372 .RSs
2373 .IPs 0
2374 none (fastest, very ugly)
2375 .IPs 1
2376 approximate (broken?)
2377 .IPs 2
2378 full (slow)
2379 .IPs 3
2380 bilinear (default, fast and not too bad)
2381 .IPs 4
2382 uses swscaler gaussian blur (looks very good)
2384 .PD 1
2387 .B \-spualign <\-1\-2>
2388 Specify how SPU (DVD/\:VOBsub) subtitles should be aligned.
2389 .PD 0
2390 .RSs
2391 .IPs "\-1"
2392 original position
2393 .IPs " 0"
2394 Align at top (original behavior, default).
2395 .IPs " 1"
2396 Align at center.
2397 .IPs " 2"
2398 Align at bottom.
2400 .PD 1
2403 .B \-spugauss <0.0\-3.0>
2404 Variance parameter of gaussian used by \-spuaa 4.
2405 Higher means more blur (default: 1.0).
2408 .B \-sub <subtitlefile1,subtitlefile2,...>
2409 Use/\:display these subtitle files.
2410 Only one file can be displayed at the same time.
2413 .B \-sub\-bg\-alpha <0\-255>
2414 Specify the alpha channel value for subtitles and OSD backgrounds.
2415 Big values mean more transparency.
2416 0 means completely transparent.
2419 .B \-sub\-bg\-color <0\-255>
2420 Specify the color value for subtitles and OSD backgrounds.
2421 Currently subtitles are grayscale so this value is equivalent to the
2422 intensity of the color.
2423 255 means white and 0 black.
2426 .B \-sub\-demuxer <[+]name> (\-subfile only) (BETA CODE)
2427 Force subtitle demuxer type for \-subfile.
2428 Use a '+' before the name to force it, this will skip some checks!
2429 Give the demuxer name as printed by \-sub\-demuxer help.
2430 For backward compatibility it also accepts the demuxer ID as defined in
2431 subreader.h.
2434 .B \-sub\-fuzziness <mode>
2435 Adjust matching fuzziness when searching for subtitles:
2436 .PD 0
2437 .RSs
2438 .IPs 0
2439 exact match
2440 .IPs 1
2441 Load all subs containing movie name.
2442 .IPs 2
2443 Load all subs in the current directory.
2445 .PD 1
2448 .B \-sub\-no\-text\-pp
2449 Disables any kind of text post processing done after loading the subtitles.
2450 Used for debug purposes.
2453 .B \-subalign <0\-2>
2454 Specify which edge of the subtitles should be aligned at the height
2455 given by \-subpos.
2456 .PD 0
2457 .RSs
2458 .IPs 0
2459 Align subtitle top edge (original behavior).
2460 .IPs 1
2461 Align subtitle center.
2462 .IPs 2
2463 Align subtitle bottom edge (default).
2465 .PD 1
2468 .B "\-subcc \ "
2469 Display DVD Closed Caption (CC) subtitles.
2470 These are
2471 .B not
2472 the VOB subtitles, these are special ASCII subtitles for the
2473 hearing impaired encoded in the VOB userdata stream on most region 1 DVDs.
2474 CC subtitles have not been spotted on DVDs from other regions so far.
2477 .B \-subcp <codepage> (iconv only)
2478 If your system supports iconv(3), you can use this option to
2479 specify the subtitle codepage.
2480 .sp 1
2481 .I EXAMPLE:
2482 .PD 0
2483 .RSs
2484 \-subcp latin2
2486 \-subcp cp1250
2488 .PD 1
2491 .B \-subcp enca:<language>:<fallback codepage> (ENCA only)
2492 You can specify your language using a two letter language code to
2493 make ENCA detect the codepage automatically.
2494 If unsure, enter anything and watch mplayer \-v output for available
2495 languages.
2496 Fallback codepage specifies the codepage to use, when autodetection fails.
2497 .sp 1
2498 .I EXAMPLE:
2499 .PD 0
2500 .RSs
2501 .IPs "\-subcp enca:cs:latin2"
2502 Guess the encoding, assuming the subtitles are Czech, fall back on
2503 latin 2, if the detection fails.
2504 .IPs "\-subcp enca:pl:cp1250"
2505 Guess the encoding for Polish, fall back on cp1250.
2507 .PD 1
2510 .B \-subdelay <sec>
2511 Delays subtitles by <sec> seconds.
2512 Can be negative.
2515 .B \-subfile <filename> (BETA CODE)
2516 Currently useless.
2517 Same as \-audiofile, but for subtitle streams (OggDS?).
2520 .B \-subfont <path to font (FreeType), font pattern (Fontconfig)> (FreeType only)
2521 Sets the subtitle font (see \-font).
2522 If no \-subfont is given, \-font is used.
2525 .B \-subfont\-autoscale <0\-3> (FreeType only)
2526 Sets the autoscale mode.
2528 .I NOTE:
2529 0 means that text scale and OSD scale are font heights in points.
2530 .sp 1
2531 The mode can be:
2532 .sp 1
2533 .PD 0
2534 .RSs
2535 .IPs 0
2536 no autoscale
2537 .IPs 1
2538 proportional to movie height
2539 .IPs 2
2540 proportional to movie width
2541 .IPs 3
2542 proportional to movie diagonal (default)
2544 .PD 1
2547 .B \-subfont\-blur <0\-8> (FreeType only)
2548 Sets the font blur radius (default: 2).
2551 .B \-subfont\-encoding <value> (FreeType only)
2552 Sets the font encoding.
2553 When set to 'unicode', all the glyphs from the font file will be rendered and
2554 unicode will be used (default: unicode).
2557 .B \-subfont\-osd\-scale <0\-100> (FreeType only)
2558 Sets the autoscale coefficient of the OSD elements (default: 6).
2561 .B \-subfont\-outline <0\-8> (FreeType only)
2562 Sets the font outline thickness (default: 2).
2565 .B \-subfont\-text\-scale <0\-100> (FreeType only)
2566 Sets the subtitle text autoscale coefficient as percentage of the
2567 screen size (default: 5).
2570 .B \-subfps <rate>
2571 Specify the framerate of the subtitle file (default: movie fps).
2573 .I NOTE:
2574 <rate> > movie fps speeds the subtitles up for frame-based subtitle files and
2575 slows them down for time-based ones.
2578 .B \-subpos <0\-100> (useful with \-vf expand)
2579 Specify the position of subtitles on the screen.
2580 The value is the vertical position of the subtitle in % of the screen height.
2583 .B \-subwidth <10\-100>
2584 Specify the maximum width of subtitles on the screen.
2585 Useful for TV-out.
2586 The value is the width of the subtitle in % of the screen width.
2589 .B \-noterm\-osd
2590 Disable the display of OSD messages on the console when no video output is
2591 available.
2594 .B \-term\-osd\-esc <escape sequence>
2595 Specify the escape sequence to use before writing an OSD message on the
2596 console.
2597 The escape sequence should move the pointer to the beginning of the line
2598 used for the OSD and clear it (default: ^[[A\\r^[[K).
2601 .B \-unicode
2602 Tells MPlayer to handle the subtitle file as unicode.
2605 .B \-unrarexec <path to unrar executable> (not supported on MingW)
2606 Specify the path to the unrar executable so MPlayer can use it to access
2607 rar-compressed VOBsub files (default: not set, so the feature is off).
2608 The path must include the executable's filename, i.e.\& /usr/local/bin/unrar.
2611 .B "\-utf8 \ \ "
2612 Tells MPlayer to handle the subtitle file as UTF-8.
2615 .B \-vobsub <VOBsub file without extension>
2616 Specify a VOBsub file to use for subtitles.
2617 Has to be the full pathname without extension, i.e.\& without
2618 the '.idx', '.ifo' or '.sub'.
2621 .B \-vobsubid <0\-31>
2622 Specify the VOBsub subtitle ID.
2626 .SH "AUDIO OUTPUT OPTIONS (MPLAYER ONLY)"
2629 .B \-abs <value> (\-ao oss only) (OBSOLETE)
2630 Override audio driver/\:card buffer size detection.
2633 .B \-format <format> (also see the format audio filter)
2634 Select the sample format used for output from the audio filter
2635 layer to the sound card.
2636 The values that <format> can adopt are listed below in the
2637 description of the format audio filter.
2640 .B \-mixer <device>
2641 Use a mixer device different from the default /dev/\:mixer.
2642 For ALSA this is the mixer name.
2645 .B \-mixer\-channel <mixer line>[,mixer index] (\-ao oss and \-ao alsa only)
2646 This option will tell MPlayer to use a different channel for controlling
2647 volume than the default PCM.
2648 Options for OSS include
2649 .B vol, pcm, line.
2650 For a complete list of options look for SOUND_DEVICE_NAMES in
2651 /usr/\:include/\:linux/\:soundcard.h.
2652 For ALSA you can use the names e.g.\& alsamixer displays, like
2653 .B Master, Line, PCM.
2655 .I NOTE:
2656 ALSA mixer channel names followed by a number must be specified in the
2657 <name,number> format, i.e.\& a channel labeled 'PCM 1' in alsamixer must
2658 be converted to
2659 .BR PCM,1 .
2662 .B \-softvol
2663 Force the use of the software mixer, instead of using the sound card
2664 mixer.
2667 .B \-softvol\-max <10.0\-10000.0>
2668 Set the maximum amplification level in percent (default: 110).
2669 A value of 200 will allow you to adjust the volume up to a maximum of
2670 double the current level.
2671 With values below 100 the initial volume (which is 100%) will be above
2672 the maximum, which e.g.\& the OSD cannot display correctly.
2675 .B \-volstep <0\-100>
2676 Set the step size of mixer volume changes in percent of the whole range
2677 (default: 3).
2680 .B \-volume <-1\-100> (also see \-af volume)
2681 Set the startup volume in the mixer, either hardware or software (if
2682 used with \-softvol).
2683 A value of -1 (the default) will not change the volume.
2687 .SH "AUDIO OUTPUT DRIVERS (MPLAYER ONLY)"
2688 Audio output drivers are interfaces to different audio output facilities.
2689 The syntax is:
2692 .B \-ao <driver1[:suboption1[=value]:...],driver2,...[,]>
2693 Specify a priority list of audio output drivers to be used.
2695 If the list has a trailing ',' MPlayer will fall back on drivers not
2696 contained in the list.
2697 Suboptions are optional and can mostly be omitted.
2699 .I NOTE:
2700 See \-ao help for a list of compiled-in audio output drivers.
2701 .sp 1
2702 .I EXAMPLE:
2703 .PD 0
2704 .RSs
2705 .IPs "\-ao alsa,oss,"
2706 Try the ALSA driver, then the OSS driver, then others.
2707 .IPs "\-ao alsa:noblock:device=hw=0.3"
2708 Sets noblock-mode and the device-name as first card, fourth device.
2710 .PD 1
2711 .sp 1
2712 Available audio output drivers are:
2715 .B "alsa\ \ \ "
2716 ALSA 0.9/1.x audio output driver
2717 .PD 0
2718 .RSs
2719 .IPs noblock
2720 Sets noblock-mode.
2721 .IPs device=<device>
2722 Sets the device name.
2723 Replace any ',' with '.' and any ':' with '=' in the ALSA device name.
2724 For hwac3 output via S/PDIF, use an "iec958" or "spdif" device, unless
2725 you really know how to set it correctly.
2727 .PD 1
2730 .B "alsa5\ \ "
2731 ALSA 0.5 audio output driver
2734 .B "oss\ \ \ \ "
2735 OSS audio output driver
2736 .PD 0
2737 .RSs
2738 .IPs <dsp-device>
2739 Sets the audio output device (default: /dev/\:dsp).
2740 .IPs <mixer-device>
2741 Sets the audio mixer device (default: /dev/\:mixer).
2742 .IPs <mixer-channel>
2743 Sets the audio mixer channel (default: pcm).
2745 .PD 1
2748 .B sdl (SDL only)
2749 highly platform independent SDL (Simple Directmedia Layer) library
2750 audio output driver
2751 .PD 0
2752 .RSs
2753 .IPs <driver>
2754 Explicitly choose the SDL audio driver to use (default: let SDL choose).
2756 .PD 1
2759 .B "arts\ \ \ "
2760 audio output through the aRts daemon
2763 .B "esd\ \ \ \ "
2764 audio output through the ESD daemon
2765 .PD 0
2766 .RSs
2767 .IPs <server>
2768 Explicitly choose the ESD server to use (default: localhost).
2770 .PD 1
2773 .B "jack\ \ \ \ "
2774 audio output through JACK (Jack Audio Connection Kit)
2775 .PD 0
2776 .RSs
2777 .IPs port=<name>
2778 Connects to the ports with the given name (default: physical ports).
2779 .IPs name=<client name>
2780 Client name that is passed to JACK (default: MPlayer [<PID>]).
2781 Useful if you want to have certain connections established automatically.
2782 .IPs (no)estimate
2783 Estimate the audio delay, supposed to make the video playback smoother
2784 (default: enabled).
2785 .IPs (no)autostart (default: disabled)
2786 Automatically start jackd if necessary.
2787 Note that this seems unreliable and will spam stdout with server messages.
2789 .PD 1
2792 .B "nas\ \ \ \ "
2793 audio output through NAS
2796 .B macosx (Mac OS X only)
2797 native Mac OS X audio output driver
2800 .B "openal\ "
2801 Experimental OpenAL audio output driver
2804 .B "pulse\ \ "
2805 PulseAudio audio output driver
2806 .PD 0
2807 .RSs
2808 .IPs "[<host>][:<output sink>]"
2809 Specify the host and optionally output sink to use.
2810 An empty <host> string uses a local connection, "localhost"
2811 uses network transfer (most likely not what you want).
2813 .PD 1
2816 .B sgi (SGI only)
2817 native SGI audio output driver
2818 .PD 0
2819 .RSs
2820 .IPs "<output device name>"
2821 Explicitly choose the output device/\:interface to use
2822 (default: system-wide default).
2823 For example, 'Analog Out' or 'Digital Out'.
2825 .PD 1
2828 .B sun (Sun only)
2829 native Sun audio output driver
2830 .PD 0
2831 .RSs
2832 .IPs <device>
2833 Explicitly choose the audio device to use (default: /dev/\:audio).
2835 .PD 1
2838 .B win32 (Windows only)
2839 native Windows waveout audio output driver
2842 .B dsound (Windows only)
2843 DirectX DirectSound audio output driver
2844 .PD 0
2845 .RSs
2846 .IPs device=<devicenum>
2847 Sets the device number to use.
2848 Playing a file with \-v will show a list of available devices.
2850 .PD 1
2853 .B dart (OS/2 only)
2854 OS/2 DART audio output driver
2855 .PD 0
2856 .RSs
2857 .IPs (no)share
2858 Open DART in shareable or exclusive mode.
2859 .IPs bufsize=<size>
2860 Set buffer size to <size> in samples (default: 2048).
2862 .PD 1
2865 .B dxr2 (also see \-dxr2) (DXR2 only)
2866 Creative DXR2 specific output driver
2869 .B ivtv (IVTV only)
2870 IVTV specific MPEG audio output driver.
2871 Works with \-ac hwmpa only.
2874 .B v4l2 (requires Linux 2.6.22+ kernel)
2875 Audio output driver for V4L2 cards with hardware MPEG decoder.
2878 .B mpegpes (DVB only)
2879 Audio output driver for DVB cards that writes the output to an MPEG-PES
2880 file if no DVB card is installed.
2881 .PD 0
2882 .RSs
2883 .IPs card=<1\-4>
2884 DVB card to use if more than one card is present.
2885 If not specified MPlayer will search the first usable card.
2886 .IPs file=<filename>
2887 output filename
2889 .PD 1
2892 .B "null\ \ \ "
2893 Produces no audio output but maintains video playback speed.
2894 Use \-nosound for benchmarking.
2897 .B "pcm\ \ \ \ "
2898 raw PCM/wave file writer audio output
2899 .PD 0
2900 .RSs
2901 .IPs (no)waveheader
2902 Include or do not include the wave header (default: included).
2903 When not included, raw PCM will be generated.
2904 .IPs file=<filename>
2905 Write the sound to <filename> instead of the default
2906 audiodump.wav.
2907 If nowaveheader is specified, the default is audiodump.pcm.
2908 .IPs "fast\ "
2909 Try to dump faster than realtime.
2910 Make sure the output does not get truncated (usually with
2911 "Too many video packets in buffer" message).
2912 It is normal that you get a "Your system is too SLOW to play this!" message.
2914 .PD 1
2917 .B "plugin\ \ "
2918 plugin audio output driver
2922 .SH "VIDEO OUTPUT OPTIONS (MPLAYER ONLY)"
2925 .B \-adapter <value>
2926 Set the graphics card that will receive the image.
2927 You can get a list of available cards when you run this option with \-v.
2928 Currently only works with the directx video output driver.
2931 .B \-bpp <depth>
2932 Override the autodetected color depth.
2933 Only supported by the fbdev, dga, svga, vesa video output drivers.
2936 .B \-border
2937 Play movie with window border and decorations.
2938 Since this is on by default, use \-noborder to disable the standard window
2939 decorations.
2942 .B \-brightness <\-100\-100>
2943 Adjust the brightness of the video signal (default: 0).
2944 Not supported by all video output drivers.
2947 .B \-contrast <\-100\-100>
2948 Adjust the contrast of the video signal (default: 0).
2949 Not supported by all video output drivers.
2952 .B \-display <name> (X11 only)
2953 Specify the hostname and display number of the X server you want to display
2955 .sp 1
2956 .I EXAMPLE:
2957 .PD 0
2958 .RSs
2959 \-display xtest.localdomain:0
2961 .PD 1
2964 .B "\-dr \ \ \ "
2965 Turns on direct rendering (not supported by all codecs and video outputs)
2967 .I WARNING:
2968 May cause OSD/SUB corruption!
2971 .B \-dxr2 <option1:option2:...>
2972 This option is used to control the dxr2 video output driver.
2973 .RSs
2974 .IPs ar-mode=<value>
2975 aspect ratio mode (0 = normal, 1 = pan-and-scan, 2 = letterbox (default))
2976 .IPs iec958-encoded
2977 Set iec958 output mode to encoded.
2978 .IPs iec958-decoded
2979 Set iec958 output mode to decoded (default).
2980 .IPs macrovision=<value>
2981 macrovision mode (0 = off (default), 1 = agc, 2 = agc 2 colorstripe,
2982 3 = agc 4 colorstripe)
2983 .IPs "mute\ "
2984 mute sound output
2985 .IPs unmute
2986 unmute sound output
2987 .IPs ucode=<value>
2988 path to the microcode
2991 .sp 1
2992 .I TV output
2994 .RSs
2995 .IPs 75ire
2996 enable 7.5 IRE output mode
2997 .IPs no75ire
2998 disable 7.5 IRE output mode (default)
2999 .IPs "bw\ \ \ "
3000 b/w TV output
3001 .IPs color
3002 color TV output (default)
3003 .IPs interlaced
3004 interlaced TV output (default)
3005 .IPs nointerlaced
3006 disable interlaced TV output
3007 .IPs norm=<value>
3008 TV norm (ntsc (default), pal, pal60, palm, paln, palnc)
3009 .IPs square-pixel
3010 set pixel mode to square
3011 .IPs ccir601-pixel
3012 set pixel mode to ccir601
3015 .sp 1
3016 .I overlay
3018 .RSs
3019 .IPs cr-left=<0\-500>
3020 Set the left cropping value (default: 50).
3021 .IPs cr-right=<0\-500>
3022 Set the right cropping value (default: 300).
3023 .IPs cr-top=<0\-500>
3024 Set the top cropping value (default: 0).
3025 .IPs cr-bottom=<0\-500>
3026 Set the bottom cropping value (default: 0).
3027 .IPs ck-[r|g|b]=<0\-255>
3028 Set the r(ed), g(reen) or b(lue) gain of the overlay color-key.
3029 .IPs ck-[r|g|b]min=<0\-255>
3030 minimum value for the respective color key
3031 .IPs ck-[r|g|b]max=<0\-255>
3032 maximum value for the respective color key
3033 .IPs ignore-cache
3034 Ignore cached overlay settings.
3035 .IPs update-cache
3036 Update cached overlay settings.
3037 .IPs ol-osd
3038 Enable overlay onscreen display.
3039 .IPs nool-osd
3040 Disable overlay onscreen display (default).
3041 .IPs ol[h|w|x|y]-cor=<\-20\-20>
3042 Adjust the overlay size (h,w) and position (x,y) in case it does not
3043 match the window perfectly (default: 0).
3044 .IPs overlay
3045 Activate overlay (default).
3046 .IPs nooverlay
3047 Activate TV-out.
3048 .IPs overlay-ratio=<1\-2500>
3049 Tune the overlay (default: 1000).
3053 .B \-fbmode <modename> (\-vo fbdev only)
3054 Change video mode to the one that is labeled as <modename> in
3055 /etc/\:fb.modes.
3057 .I NOTE:
3058 VESA framebuffer does not support mode changing.
3061 .B \-fbmodeconfig <filename> (\-vo fbdev only)
3062 Override framebuffer mode configuration file (default: /etc/\:fb.modes).
3065 .B \-force\-window\-position
3066 Forcefully move MPlayer's video output window to default location whenever
3067 there is a change in video parameters, video stream or file.
3068 This used to be the default behavior.
3069 Currently only affects X11 VOs.
3072 .B \-fs (also see \-zoom)
3073 Fullscreen playback (centers movie, and paints black bands around it).
3074 Not supported by all video output drivers.
3077 .B \-fsmode\-dontuse <0\-31> (OBSOLETE, use the \-fs option)
3078 Try this option if you still experience fullscreen problems.
3081 .B \-fstype <type1,type2,...> (X11 only)
3082 Specify a priority list of fullscreen modes to be used.
3083 You can negate the modes by prefixing them with '\-'.
3084 If you experience problems like the fullscreen window being covered
3085 by other windows try using a different order.
3087 .I NOTE:
3088 See \-fstype help for a full list of available modes.
3089 .sp 1
3090 The available types are:
3091 .sp 1
3092 .PD 0
3093 .RSs
3094 .IPs above
3095 Use the _NETWM_STATE_ABOVE hint if available.
3096 .IPs below
3097 Use the _NETWM_STATE_BELOW hint if available.
3098 .IPs fullscreen
3099 Use the _NETWM_STATE_FULLSCREEN hint if available.
3100 .IPs layer
3101 Use the _WIN_LAYER hint with the default layer.
3102 .IPs layer=<0...15>
3103 Use the _WIN_LAYER hint with the given layer number.
3104 .IPs netwm
3105 Force NETWM style.
3106 .IPs "none\ "
3107 Do not set fullscreen window layer.
3108 .IPs stays_on_top
3109 Use _NETWM_STATE_STAYS_ON_TOP hint if available.
3110 .REss
3111 .sp 1
3113 .I EXAMPLE:
3115 .PD 0
3116 .RSs
3117 .IPs layer,stays_on_top,above,fullscreen
3118 Default order, will be used as a fallback if incorrect or
3119 unsupported modes are specified.
3120 .IPs \-fullscreen
3121 Fixes fullscreen switching on OpenBox 1.x.
3123 .PD 1
3126 .B \-geometry x[%][:y[%]] or [WxH][+x+y]
3127 Adjust where the output is on the screen initially.
3128 The x and y specifications are in pixels measured from the top-left of the
3129 screen to the top-left of the image being displayed, however if a percentage
3130 sign is given after the argument it turns the value into a percentage of the
3131 screen size in that direction.
3132 It also supports the standard X11 \-geometry option format.
3133 If an external window is specified using the \-wid option, then the x and
3134 y coordinates are relative to the top-left corner of the window rather
3135 than the screen.
3137 .I NOTE:
3138 This option is only supported by the x11, xmga, xv, xvmc, xvidix,
3139 gl, gl2, directx, fbdev and tdfxfb video output drivers.
3140 .sp 1
3141 .I EXAMPLE:
3142 .PD 0
3143 .RSs
3144 .IPs 50:40
3145 Places the window at x=50, y=40.
3146 .IPs 50%:50%
3147 Places the window in the middle of the screen.
3148 .IPs "100%\ "
3149 Places the window at the middle of the right edge of the screen.
3150 .IPs 100%:100%
3151 Places the window at the bottom right corner of the screen.
3153 .PD 1
3156 .B \-guiwid <window ID> (also see \-wid) (GUI only)
3157 This tells the GUI to also use an X11 window and stick itself to the bottom
3158 of the video, which is useful to embed a mini-GUI in a browser (with the
3159 MPlayer plugin for instance).
3162 .B \-hue <\-100\-100>
3163 Adjust the hue of the video signal (default: 0).
3164 You can get a colored negative of the image with this option.
3165 Not supported by all video output drivers.
3168 .B \-monitor\-dotclock <range[,range,...]> (\-vo fbdev and vesa only)
3169 Specify the dotclock or pixelclock range of the monitor.
3172 .B \-monitor\-hfreq <range[,range,...]> (\-vo fbdev and vesa only)
3173 Specify the horizontal frequency range of the monitor.
3176 .B \-monitor\-vfreq <range[,range,...]> (\-vo fbdev and vesa only)
3177 Specify the vertical frequency range of the monitor.
3180 .B \-monitoraspect <ratio> (also see \-aspect)
3181 Set the aspect ratio of your monitor or TV screen.
3182 A value of 0 disables a previous setting (e.g.\& in the config file).
3183 Overrides the \-monitorpixelaspect setting if enabled.
3184 .sp 1
3185 .I EXAMPLE:
3186 .PD 0
3187 .RSs
3188 \-monitoraspect 4:3  or 1.3333
3190 \-monitoraspect 16:9 or 1.7777
3192 .PD 1
3195 .B \-monitorpixelaspect <ratio> (also see \-aspect)
3196 Set the aspect of a single pixel of your monitor or TV screen (default: 1).
3197 A value of 1 means square pixels
3198 (correct for (almost?) all LCDs).
3201 .B \-nodouble
3202 Disables double buffering, mostly for debugging purposes.
3203 Double buffering fixes flicker by storing two frames in memory, and
3204 displaying one while decoding another.
3205 It can affect OSD negatively, but often removes OSD flickering.
3208 .B \-nograbpointer
3209 Do not grab the mouse pointer after a video mode change (\-vm).
3210 Useful for multihead setups.
3213 .B \-nokeepaspect
3214 Do not keep window aspect ratio when resizing windows.
3215 Only works with the x11, xv, xmga, xvidix, directx video output drivers.
3216 Furthermore under X11 your window manager has to honor window aspect hints.
3219 .B "\-ontop\ "
3220 Makes the player window stay on top of other windows.
3221 Supported by video output drivers which use X11, except SDL,
3222 as well as directx, macosx, quartz, ggi and gl2.
3225 .B \-panscan <0.0\-1.0>
3226 Enables pan-and-scan functionality (cropping the sides of e.g.\& a 16:9
3227 movie to make it fit a 4:3 display without black bands).
3228 The range controls how much of the image is cropped.
3229 Only works with the xv, xmga, mga, gl, gl2, quartz, macosx and xvidix
3230 video output drivers.
3232 .I NOTE:
3233 Values between \-1 and 0 are allowed as well, but highly experimental
3234 and may crash or worse.
3235 Use at your own risk!
3238 .B \-panscanrange <\-19.0\-99.0> (experimental)
3239 Change the range of the pan-and-scan functionality (default: 1).
3240 Positive values mean multiples of the default range.
3241 Negative numbers mean you can zoom in up to a factor of \-panscanrange+1.
3242 E.g. \-panscanrange \-3 allows a zoom factor of up to 4.
3243 This feature is experimental.
3244 Do not report bugs unless you are using \-vo gl.
3247 .B \-refreshrate <Hz>
3248 Set the monitor refreshrate in Hz.
3249 Currently only supported by \-vo directx combined with the \-vm option.
3252 .B \-rootwin
3253 Play movie in the root window (desktop background).
3254 Desktop background images may cover the movie window, though.
3255 Only works with the x11, xv, xmga, xvidix, quartz, macosx and directx video output drivers.
3258 .B \-saturation <\-100\-100>
3259 Adjust the saturation of the video signal (default: 0).
3260 You can get grayscale output with this option.
3261 Not supported by all video output drivers.
3264 .B \-screenh <pixels>
3265 Specify the screen height for video output drivers which
3266 do not know the screen resolution like fbdev, x11 and TV-out.
3269 .B \-screenw <pixels>
3270 Specify the screen width for video output drivers which
3271 do not know the screen resolution like fbdev, x11 and TV-out.
3274 .B \-stop\-xscreensaver (X11 only)
3275 Turns off xscreensaver at startup and turns it on again on exit.
3276 If your screensaver supports neither the XSS nor XResetScreenSaver
3277 API please use \-heartbeat\-cmd instead.
3280 .B "\-vm \ \ \ "
3281 Try to change to a different video mode.
3282 Supported by the dga, x11, xv, sdl and directx video output drivers.
3283 If used with the directx video output driver the \-screenw,
3284 \-screenh, \-bpp and \-refreshrate options can be used to set
3285 the new display mode.
3288 .B "\-vsync \ \ "
3289 Enables VBI for the vesa, dfbmga and svga video output drivers.
3292 .B \-wid <window ID> (also see \-guiwid) (X11, OpenGL and DirectX only)
3293 This tells MPlayer to attach to an existing window.
3294 Useful to embed MPlayer in a browser (e.g.\& the plugger extension).
3297 .B \-xineramascreen <\-2\-...>
3298 In Xinerama configurations (i.e.\& a single desktop that spans across multiple
3299 displays) this option tells MPlayer which screen to display the movie on.
3300 A value of \-2 means fullscreen across the whole virtual display (in this case
3301 Xinerama information is completely ignored), \-1 means
3302 fullscreen on the display the window currently is on.
3303 The initial position set via the \-geometry option is relative to the
3304 specified screen.
3305 Will usually only work with "\-fstype \-fullscreen" or "\-fstype none".
3306 This option is not suitable to only set the startup screen (because
3307 it will always display on the given screen in fullscreen mode),
3308 \-geometry is the best that is available for that purpose
3309 currently.
3310 Supported by the gl, gl2, x11, and xv video output drivers.
3313 .B \-zrbw (\-vo zr only)
3314 Display in black and white.
3315 For optimal performance, this can be combined with '\-lavdopts gray'.
3318 .B \-zrcrop <[width]x[height]+[x offset]+[y offset]> (\-vo zr only)
3319 Select a part of the input image to display, multiple occurrences
3320 of this option switch on cinerama mode.
3321 In cinerama mode the movie is distributed over more than one TV
3322 (or beamer) to create a larger image.
3323 Options appearing after the n-th \-zrcrop apply to the n-th MJPEG card, each
3324 card should at least have a \-zrdev in addition to the \-zrcrop.
3325 For examples, see the output of \-zrhelp and the Zr section of the
3326 documentation.
3329 .B \-zrdev <device> (\-vo zr only)
3330 Specify the device special file that belongs to your MJPEG card, by default
3331 the zr video output driver takes the first v4l device it can find.
3334 .B \-zrfd (\-vo zr only)
3335 Force decimation: Decimation, as specified by \-zrhdec and \-zrvdec, only
3336 happens if the hardware scaler can stretch the image to its original size.
3337 Use this option to force decimation.
3340 .B \-zrhdec <1|2|4> (\-vo zr only)
3341 Horizontal decimation: Ask the driver to send only every 2nd or 4th
3342 line/\:pixel of the input image to the MJPEG card and use the scaler
3343 of the MJPEG card to stretch the image to its original size.
3346 .B \-zrhelp (\-vo zr only)
3347 Display a list of all \-zr* options, their default values and a
3348 cinerama mode example.
3351 .B \-zrnorm <norm> (\-vo zr only)
3352 Specify the TV norm as PAL or NTSC (default: no change).
3355 .B \-zrquality <1\-20> (\-vo zr only)
3356 A number from 1 (best) to 20 (worst) representing the JPEG encoding quality.
3359 .B \-zrvdec <1|2|4> (\-vo zr only)
3360 Vertical decimation: Ask the driver to send only every 2nd or 4th
3361 line/\:pixel of the input image to the MJPEG card and use the scaler
3362 of the MJPEG card to stretch the image to its original size.
3365 .B \-zrxdoff <x display offset> (\-vo zr only)
3366 If the movie is smaller than the TV screen, this option specifies the x
3367 offset from the upper-left corner of the TV screen (default: centered).
3370 .B \-zrydoff <y display offset> (\-vo zr only)
3371 If the movie is smaller than the TV screen, this option specifies the y
3372 offset from the upper-left corner of the TV screen (default: centered).
3376 .SH "VIDEO OUTPUT DRIVERS (MPLAYER ONLY)"
3377 Video output drivers are interfaces to different video output facilities.
3378 The syntax is:
3381 .B \-vo <driver1[:suboption1[=value]:...],driver2,...[,]>
3382 Specify a priority list of video output drivers to be used.
3384 If the list has a trailing ',' MPlayer will fall back on drivers not
3385 contained in the list.
3386 Suboptions are optional and can mostly be omitted.
3388 .I NOTE:
3389 See \-vo help for a list of compiled-in video output drivers.
3390 .sp 1
3391 .I EXAMPLE:
3392 .PD 0
3393 .RSs
3394 .IPs "\-vo xmga,xv,"
3395 Try the Matrox X11 driver, then the Xv driver, then others.
3396 .IPs "\-vo directx:noaccel"
3397 Uses the DirectX driver with acceleration features turned off.
3399 .PD 1
3400 .sp 1
3401 Available video output drivers are:
3404 .B xv (X11 only)
3405 Uses the XVideo extension of XFree86 4.x to enable hardware
3406 accelerated playback.
3407 If you cannot use a hardware specific driver, this is probably
3408 the best option.
3409 For information about what colorkey is used and how it is drawn run MPlayer
3410 with \-v option and look out for the lines tagged with [xv common] at the
3411 beginning.
3412 .PD 0
3413 .RSs
3414 .IPs adaptor=<number>
3415 Select a specific XVideo adaptor (check xvinfo results).
3416 .IPs port=<number>
3417 Select a specific XVideo port.
3418 .IPs ck=<cur|use|set>
3419 Select the source from which the colorkey is taken (default: cur).
3420 .RSss
3421 .IPs cur
3422 The default takes the colorkey currently set in Xv.
3423 .IPs use
3424 Use but do not set the colorkey from MPlayer (use \-colorkey option to change
3425 it).
3426 .IPs set
3427 Same as use but also sets the supplied colorkey.
3429 .IPs ck-method=<man|bg|auto>
3430 Sets the colorkey drawing method (default: man).
3431 .RSss
3432 .IPs man
3433 Draw the colorkey manually (reduces flicker in some cases).
3434 .IPs bg
3435 Set the colorkey as window background.
3436 .IPs auto
3437 Let Xv draw the colorkey.
3440 .PD 1
3443 .B x11 (X11 only)
3444 Shared memory video output driver without hardware acceleration that
3445 works whenever X11 is present.
3448 .B xover (X11 only)
3449 Adds X11 support to all overlay based video output drivers.
3450 Currently only supported by tdfx_vid.
3451 .PD 0
3452 .RSs
3453 .IPs <vo_driver>
3454 Select the driver to use as source to overlay on top of X11.
3456 .PD 1
3459 .B vdpau (with \-vc ffmpeg12vdpau, ffwmv3vdpau, ffvc1vdpau or ffh264vdpau)
3460 Video output that uses VDPAU to decode video via hardware.
3461 Also supports displaying of software-decoded video.
3462 .PD 0
3463 .RSs
3464 .IPs sharpen=<\-1\-1>
3465 For positive values, apply a sharpening algorithm to the video,
3466 for negative values a blurring algorithm (default: 0).
3467 .IPs denoise=<0\-1>
3468 Apply a noise reduction algorithm to the video (default: 0, no noise reduction).
3469 .IPs deint=<0\-4>
3470 Chooses the deinterlacer (default: 0).
3471 All modes > 0 respect \-field\-dominance.
3473 .I NOTE:
3474 Values > 2 delay the video output by one frame.
3475 .RSss
3476 .IPs 0
3477 No deinterlacing.
3478 .IPs 1
3479 Show only first field, similar to \-vf field.
3480 .IPs 2
3481 Bob deinterlacing (current fallback for advanced deinterlacers).
3482 .IPs 3
3483 Motion adaptive temporal deinterlacing (not yet working).
3484 This is the default if "D" is used to enable deinterlacing.
3485 .IPs 4
3486 Motion adaptive temporal deinterlacing with edge-guided spatial interpolation
3487 (not yet working).
3489 .IPs pullup
3490 Try to apply inverse telecine, needs temporal deinterlacing.
3492 .PD 1 
3495 .B xvmc (X11 with \-vc ffmpeg12mc only)
3496 Video output driver that uses the XvMC (X Video Motion Compensation)
3497 extension of XFree86 4.x to speed up MPEG-1/2 and VCR2 decoding.
3498 .PD 0
3499 .RSs
3500 .IPs adaptor=<number>
3501 Select a specific XVideo adaptor (check xvinfo results).
3502 .IPs port=<number>
3503 Select a specific XVideo port.
3504 .IPs (no)benchmark
3505 Disables image display.
3506 Necessary for proper benchmarking of drivers that change
3507 image buffers on monitor retrace only (nVidia).
3508 Default is not to disable image display (nobenchmark).
3509 .IPs (no)bobdeint
3510 Very simple deinterlacer.
3511 Might not look better than \-vf tfields=1,
3512 but it is the only deinterlacer for xvmc (default: nobobdeint).
3513 .IPs (no)queue
3514 Queue frames for display to allow more parallel work of the video hardware.
3515 May add a small (not noticeable) constant A/V desync (default: noqueue).
3516 .IPs (no)sleep
3517 Use sleep function while waiting for rendering to finish
3518 (not recommended on Linux) (default: nosleep).
3519 .IPs ck=cur|use|set
3520 Same as \-vo xv:ck (see \-vo xv).
3521 .IPs ck-method=man|bg|auto
3522 Same as \-vo xv:ck-method (see \-vo xv).
3524 .PD 1
3527 .B dga (X11 only)
3528 Play video through the XFree86 Direct Graphics Access extension.
3529 Considered obsolete.
3532 .B sdl (SDL only, buggy/outdated)
3533 Highly platform independent SDL (Simple Directmedia Layer) library
3534 video output driver.
3535 Since SDL uses its own X11 layer, MPlayer X11 options do not have
3536 any effect on SDL.
3537 Note that it has several minor bugs (\-vm/\-novm is mostly ignored,
3538 \-fs behaves like \-novm should, window is in top-left corner when
3539 returning from fullscreen, panscan is not supported, ...)
3540 .PD 0
3541 .RSs
3542 .IPs driver=<driver>
3543 Explicitly choose the SDL driver to use.
3544 .IPs (no)forcexv
3545 Use XVideo through the sdl video output driver (default: forcexv).
3546 .IPs (no)hwaccel
3547 Use hardware accelerated scaler (default: hwaccel).
3549 .PD 1
3552 .B "vidix\ \ "
3553 VIDIX (VIDeo Interface for *niX) is an interface to the
3554 video acceleration features of different graphics cards.
3555 Very fast video output driver on cards that support it.
3556 .PD 0
3557 .RSs
3558 .IPs <subdevice>
3559 Explicitly choose the VIDIX subdevice driver to use.
3560 Available subdevice drivers are cyberblade, ivtv, mach64,
3561 mga_crtc2, mga, nvidia, pm2, pm3, radeon, rage128, s3, sh_veu,
3562 sis_vid and unichrome.
3564 .PD 1
3567 .B xvidix (X11 only)
3568 X11 frontend for VIDIX
3569 .PD 0
3570 .RSs
3571 .IPs <subdevice>
3572 same as vidix
3574 .PD 1
3577 .B "cvidix\ "
3578 Generic and platform independent VIDIX frontend, can even run in a
3579 text console with nVidia cards.
3580 .PD 0
3581 .RSs
3582 .IPs <subdevice>
3583 same as vidix
3585 .PD 1
3588 .B winvidix (Windows only)
3589 Windows frontend for VIDIX
3590 .PD 0
3591 .RSs
3592 .IPs <subdevice>
3593 same as vidix
3595 .PD 1
3598 .B direct3d (Windows only) (BETA CODE!)
3599 Video output driver that uses the Direct3D interface (useful for Vista).
3602 .B directx (Windows only)
3603 Video output driver that uses the DirectX interface.
3604 .PD 0
3605 .RSs
3606 .IPs noaccel
3607 Turns off hardware acceleration.
3608 Try this option if you have display problems.
3610 .PD 1
3613 .B kva (OS/2 only)
3614 Video output driver that uses the libkva interface.
3615 .PD 0
3616 .RSs
3617 .IPs snap
3618 Force SNAP mode.
3619 .IPs wo
3620 Force WarpOverlay! mode.
3621 .IPs dive
3622 Force DIVE mode.
3623 .IPs (no)t23
3624 Enable/disable workaround for T23 laptop (default: \-not23).
3625 Try to enable this option if your video card supports upscaling only.
3627 .PD 1
3630 .B quartz (Mac OS X only)
3631 Mac OS X Quartz video output driver.
3632 Under some circumstances, it might be more efficient to force a
3633 packed YUV output format, with e.g.\& \-vf format=yuy2.
3634 .PD 0
3635 .RSs
3636 .IPs device_id=<number>
3637 Choose the display device to use in fullscreen.
3638 .IPs fs_res=<width>:<height>
3639 Specify the fullscreen resolution (useful on slow systems).
3641 .PD 1
3644 .B macosx (Mac OS X 10.4 or 10.3.9 with QuickTime 7)
3645 Mac OS X CoreVideo video output driver
3646 .PD 0
3647 .RSs
3648 .IPs device_id=<number>
3649 Choose the display device to use for fullscreen or set it to \-1 to
3650 always use the same screen the video window is on (default: \-1 \- auto).
3651 .IPs shared_buffer
3652 Write output to a shared memory buffer instead of displaying it and
3653 try to open an existing NSConnection for communication with a GUI.
3654 .IPs buffer_name=<name>
3655 Name of the shared buffer created with shm_open as well as the name of
3656 the NSConnection MPlayer will try to open (default: "mplayerosx").
3657 Setting buffer_name implicitly enables shared_buffer.
3659 .PD 1
3662 .B fbdev (Linux only)
3663 Uses the kernel framebuffer to play video.
3664 .PD 0
3665 .RSs
3666 .IPs <device>
3667 Explicitly choose the fbdev device name to use (e.g.\& /dev/\:fb0) or the
3668 name of the VIDIX subdevice if the device name starts with 'vidix'
3669 (e.g.\& 'vidixsis_vid' for the sis driver).
3671 .PD 1
3674 .B fbdev2 (Linux only)
3675 Uses the kernel framebuffer to play video,
3676 alternative implementation.
3677 .PD 0
3678 .RSs
3679 .IPs <device>
3680 Explicitly choose the fbdev device name to use (default: /dev/\:fb0).
3682 .PD 1
3685 .B "vesa\ \ \ "
3686 Very general video output driver that should work on any VESA VBE 2.0
3687 compatible card.
3688 .PD 0
3689 .RSs
3690 .IPs (no)dga
3691 Turns DGA mode on or off (default: on).
3692 .IPs neotv_pal
3693 Activate the NeoMagic TV out and set it to PAL norm.
3694 .IPs neotv_ntsc
3695 Activate the NeoMagic TV out and set it to NTSC norm.
3696 .IPs vidix
3697 Use the VIDIX driver.
3698 .IPs "lvo:\ \ \ "
3699 Activate the Linux Video Overlay on top of VESA mode.
3701 .PD 1
3704 .B "svga\ \ \ "
3705 Play video using the SVGA library.
3706 .PD 0
3707 .RSs
3708 .IPs "<video mode>"
3709 Specify video mode to use.
3710 The mode can be given in a <width>x<height>x<colors> format,
3711 e.g.\& 640x480x16M or be a graphics mode number, e.g.\& 84.
3712 .IPs bbosd
3713 Draw OSD into black bands below the movie (slower).
3714 .IPs native
3715 Use only native drawing functions.
3716 This avoids direct rendering, OSD and hardware acceleration.
3717 .IPs retrace
3718 Force frame switch on vertical retrace.
3719 Usable only with \-double.
3720 It has the same effect as the \-vsync option.
3721 .IPs "sq\ \ \ "
3722 Try to select a video mode with square pixels.
3723 .IPs vidix
3724 Use svga with VIDIX.
3726 .PD 1
3729 .B "gl\ \ \ \ \ "
3730 OpenGL video output driver, simple version.
3731 Video size must be smaller than
3732 the maximum texture size of your OpenGL implementation.
3733 Intended to work even with the most basic OpenGL implementations,
3734 but also makes use of newer extensions, which allow support for more
3735 colorspaces and direct rendering.
3736 For optimal speed try something similar to
3738 \-vo gl:yuv=2:rectangle=2:force\-pbo:ati\-hack \-dr \-noslices
3740 The code performs very few checks, so if a feature does not work, this
3741 might be because it is not supported by your card/OpenGL implementation
3742 even if you do not get any error message.
3743 Use glxinfo or a similar tool to display the supported OpenGL extensions.
3744 .PD 0
3745 .RSs
3746 .IPs (no)ati\-hack
3747 ATI drivers may give a corrupted image when PBOs are used (when using \-dr
3748 or force\-pbo).
3749 This option fixes this, at the expense of using a bit more memory.
3750 .IPs (no)force\-pbo
3751 Always uses PBOs to transfer textures even if this involves an extra copy.
3752 Currently this gives a little extra speed with NVidia drivers and a lot more
3753 speed with ATI drivers.
3754 May need \-noslices and the ati\-hack suboption to work correctly.
3755 .IPs (no)scaled-osd
3756 Changes the way the OSD behaves when the size of the
3757 window changes (default: disabled).
3758 When enabled behaves more like the other video output drivers,
3759 which is better for fixed-size fonts.
3760 Disabled looks much better with FreeType fonts and uses the
3761 borders in fullscreen mode.
3762 Does not work correctly with ass subtitles (see \-ass), you can instead
3763 render them without OpenGL support via \-vf ass.
3764 .IPs osdcolor=<0xAARRGGBB>
3765 Color for OSD (default: 0x00ffffff, corresponds to non-transparent white).
3766 .IPs rectangle=<0,1,2>
3767 Select usage of rectangular textures which saves video RAM, but often is
3768 slower (default: 0).
3769 .RSss
3770 0: Use power-of-two textures (default).
3772 1: Use the GL_ARB_texture_rectangle extension.
3774 2: Use the GL_ARB_texture_non_power_of_two extension.
3775 In some cases only supported in software and thus very slow.
3777 .IPs swapinterval=<n>
3778 Minimum interval between two buffer swaps, counted in
3779 displayed frames (default: 1).
3780 1 is equivalent to enabling VSYNC, 0 to disabling VSYNC.
3781 Values below 0 will leave it at the system default.
3782 This limits the framerate to (horizontal refresh rate / n).
3783 Requires GLX_SGI_swap_control support to work.
3784 With some (most/all?) implementations this only works in fullscreen mode.
3785 .IPs yuv=<n>
3786 Select the type of YUV to RGB conversion.
3787 .RSss
3788 0: Use software conversion (default).
3789 Compatible with all OpenGL versions.
3790 Provides brightness, contrast and saturation control.
3792 1: Use register combiners.
3793 This uses an nVidia-specific extension (GL_NV_register_combiners).
3794 At least three texture units are needed.
3795 Provides saturation and hue control.
3796 This method is fast but inexact.
3798 2: Use a fragment program.
3799 Needs the GL_ARB_fragment_program extension and at least three texture units.
3800 Provides brightness, contrast, saturation and hue control.
3802 3: Use a fragment program using the POW instruction.
3803 Needs the GL_ARB_fragment_program extension and at least three texture units.
3804 Provides brightness, contrast, saturation, hue and gamma control.
3805 Gamma can also be set independently for red, green and blue.
3806 Method 4 is usually faster.
3808 4: Use a fragment program with additional lookup.
3809 Needs the GL_ARB_fragment_program extension and at least four texture units.
3810 Provides brightness, contrast, saturation, hue and gamma control.
3811 Gamma can also be set independently for red, green and blue.
3813 5: Use ATI-specific method (for older cards).
3814 This uses an ATI-specific extension (GL_ATI_fragment_shader \- not
3815 GL_ARB_fragment_shader!).
3816 At least three texture units are needed.
3817 Provides saturation and hue control.
3818 This method is fast but inexact.
3820 6: Use a 3D texture to do conversion via lookup.
3821 Needs the GL_ARB_fragment_program extension and at least four texture units.
3822 Extremely slow (software emulation) on some (all?) ATI cards since it uses
3823 a texture with border pixels.
3824 Provides brightness, contrast, saturation, hue and gamma control.
3825 Gamma can also be set independently for red, green and blue.
3826 Speed depends more on GPU memory bandwidth than other methods.
3828 .IPs ycbcr
3829 Use the GL_MESA_ycbcr_texture extension to convert YUV to RGB.
3830 In most cases this is probably slower than doing software conversion to RGB.
3831 .IPs lscale=<n>
3832 Select the scaling function to use for luminance scaling.
3833 Only valid for yuv modes 2, 3, 4 and 6.
3834 .RSss
3835 0: Use simple linear filtering (default).
3837 1: Use bicubic B-spline filtering (better quality).
3838 Needs one additional texture unit.
3839 Older cards will not be able to handle this for chroma at least in fullscreen mode.
3841 2: Use cubic filtering in horizontal, linear filtering in vertical direction.
3842 Works on a few more cards than method 1.
3844 3: Same as 1 but does not use a lookup texture.
3845 Might be faster on some cards.
3847 4: Use experimental unsharp masking with 3x3 support and a default strength of 0.5 (see filter-strength).
3849 5: Use experimental unsharp masking with 5x5 support and a default strength of 0.5 (see filter-strength).
3851 .IPs cscale=<n>
3852 Select the scaling function to use for chrominance scaling.
3853 For details see lscale.
3854 .IPs filter-strength=<value>
3855 Set the effect strength for the lscale/cscale filters that support it.
3856 .IPs customprog=<filename>
3857 Load a custom fragment program from <filename>.
3858 See TOOLS/edgedect.fp for an example.
3859 .IPs customtex=<filename>
3860 Load a custom "gamma ramp" texture from <filename>.
3861 This can be used in combination with yuv=4 or with the customprog option.
3862 .IPs (no)customtlin
3863 If enabled (default) use GL_LINEAR interpolation, otherwise use GL_NEAREST
3864 for customtex texture.
3865 .IPs (no)customtrect
3866 If enabled, use texture_rectangle for customtex texture.
3867 Default is disabled.
3869 .sp 1
3871 Normally there is no reason to use the following options, they mostly
3872 exist for testing purposes.
3874 .sp 1
3875 .RSs
3876 .IPs (no)glfinish
3877 Call glFinish() before swapping buffers.
3878 Slower but in some cases more correct output (default: disabled).
3879 .IPs (no)manyfmts
3880 Enables support for more (RGB and BGR) color formats (default: enabled).
3881 Needs OpenGL version >= 1.2.
3882 .IPs slice-height=<0\-...>
3883 Number of lines copied to texture in one piece (default: 0).
3884 0 for whole image.
3886 .I NOTE:
3887 If YUV colorspace is used (see yuv suboption), special rules apply:
3888 .RSss
3889 If the decoder uses slice rendering (see \-noslices), this setting
3890 has no effect, the size of the slices as provided by the decoder is used.
3892 If the decoder does not use slice rendering, the default is 16.
3894 .IPs (no)osd
3895 Enable or disable support for OSD rendering via OpenGL (default: enabled).
3896 This option is for testing; to disable the OSD use \-osdlevel 0 instead.
3897 .IPs (no)aspect
3898 Enable or disable aspect scaling and pan-and-scan support (default: enabled).
3899 Disabling might increase speed.
3900 .REss
3902 .PD 1
3905 .B "gl2\ \ \ \ "
3906 Variant of the OpenGL video output driver.
3907 Supports videos larger than the maximum texture size but lacks many of the
3908 advanced features and optimizations of the gl driver and is unlikely to be
3909 extended further.
3910 .PD 0
3911 .RSs
3912 .IPs (no)glfinish
3913 same as gl (default: enabled)
3914 .IPs yuv=<n>
3915 Select the type of YUV to RGB conversion.
3916 If set to anything except 0 OSD will be disabled and brightness, contrast and
3917 gamma setting is only available via the global X server settings.
3918 Apart from this the values have the same meaning as for \-vo gl.
3919 .REss
3922 .B "null\ \ \ "
3923 Produces no video output.
3924 Useful for benchmarking.
3927 .B "aa\ \ \ \ \ "
3928 ASCII art video output driver that works on a text console.
3929 You can get a list and an explanation of available suboptions
3930 by executing 'mplayer \-vo aa:help'.
3932 .I NOTE:
3933 The driver does not handle \-aspect correctly.
3935 .I HINT:
3936 You probably have to specify \-monitorpixelaspect.
3937 Try 'mplayer \-vo aa \-monitorpixelaspect 0.5'.
3940 .B "caca\ \ \ "
3941 Color ASCII art video output driver that works on a text console.
3944 .B "bl\ \ \ \ \ "
3945 Video playback using the Blinkenlights UDP protocol.
3946 This driver is highly hardware specific.
3947 .PD 0
3948 .RSs
3949 .IPs <subdevice>
3950 Explicitly choose the Blinkenlights subdevice driver to use.
3951 It is something like arcade:host=localhost:2323 or
3952 hdl:file=name1,file=name2.
3953 You must specify a subdevice.
3955 .PD 1
3958 .B "ggi\ \ \ \ "
3959 GGI graphics system video output driver
3960 .PD 0
3961 .RSs
3962 .IPs <driver>
3963 Explicitly choose the GGI driver to use.
3964 Replace any ',' that would appear in the driver string by a '.'.
3966 .PD 1
3969 .B directfb
3970 Play video using the DirectFB library.
3971 .PD 0
3972 .RSs
3973 .IPs (no)input
3974 Use the DirectFB instead of the MPlayer keyboard code (default: enabled).
3975 .IPs buffermode=single|double|triple
3976 Double and triple buffering give best results if you want to avoid tearing issues.
3977 Triple buffering is more efficient than double buffering as it does
3978 not block MPlayer while waiting for the vertical retrace.
3979 Single buffering should be avoided (default: single).
3980 .IPs fieldparity=top|bottom
3981 Control the output order for interlaced frames (default: disabled).
3982 Valid values are top = top fields first, bottom = bottom fields first.
3983 This option does not have any effect on progressive film material
3984 like most MPEG movies are.
3985 You need to enable this option if you have tearing issues or unsmooth
3986 motions watching interlaced film material.
3987 .IPs layer=N
3988 Will force layer with ID N for playback (default: \-1 \- auto).
3989 .IPs dfbopts=<list>
3990 Specify a parameter list for DirectFB.
3992 .PD 1
3995 .B "dfbmga\ "
3996 Matrox G400/\:G450/\:G550 specific video output driver that uses the
3997 DirectFB library to make use of special hardware features.
3998 Enables CRTC2 (second head), displaying video independently of the first head.
3999 .PD 0
4000 .RSs
4001 .IPs (no)input
4002 same as directfb (default: disabled)
4003 .IPs buffermode=single|double|triple
4004 same as directfb (default: triple)
4005 .IPs fieldparity=top|bottom
4006 same as directfb
4007 .IPs (no)bes
4008 Enable the use of the Matrox BES (backend scaler) (default: disabled).
4009 Gives very good results concerning speed and output quality as interpolated
4010 picture processing is done in hardware.
4011 Works only on the primary head.
4012 .IPs (no)spic
4013 Make use of the Matrox sub picture layer to display the OSD (default: enabled).
4014 .IPs (no)crtc2
4015 Turn on TV-out on the second head (default: enabled).
4016 The output quality is amazing as it is a full interlaced picture
4017 with proper sync to every odd/\:even field.
4018 .IPs tvnorm=pal|ntsc|auto
4019 Will set the TV norm of the Matrox card without the need
4020 for modifying /etc/\:directfbrc (default: disabled).
4021 Valid norms are pal = PAL, ntsc = NTSC.
4022 Special norm is auto (auto-adjust using PAL/\:NTSC) because it decides
4023 which norm to use by looking at the framerate of the movie.
4025 .PD 1
4028 .B mga (Linux only)
4029 Matrox specific video output driver that makes use of the YUV back
4030 end scaler on Gxxx cards through a kernel module.
4031 If you have a Matrox card, this is the fastest option.
4032 .PD 0
4033 .RSs
4034 .IPs <device>
4035 Explicitly choose the Matrox device name to use (default: /dev/\:mga_vid).
4037 .PD 1
4040 .B xmga (Linux, X11 only)
4041 The mga video output driver, running in an X11 window.
4042 .PD 0
4043 .RSs
4044 .IPs <device>
4045 Explicitly choose the Matrox device name to use (default: /dev/\:mga_vid).
4047 .PD 1
4050 .B s3fb (Linux only) (also see \-vf yuv2 and \-dr)
4051 S3 Virge specific video output driver.
4052 This driver supports the card's YUV conversion and scaling, double
4053 buffering and direct rendering features.
4054 Use \-vf yuy2 to get hardware-accelerated YUY2 rendering, which is
4055 much faster than YV12 on this card.
4056 .PD 0
4057 .RSs
4058 .IPs <device>
4059 Explicitly choose the fbdev device name to use (default: /dev/\:fb0).
4061 .PD 1
4064 .B wii (Linux only)
4065 Nintendo Wii/GameCube specific video output driver.
4068 .B 3dfx (Linux only)
4069 3dfx-specific video output driver that directly uses
4070 the hardware on top of X11.
4071 Only 16 bpp are supported.
4074 .B tdfxfb (Linux only)
4075 This driver employs the tdfxfb framebuffer driver to play movies with
4076 YUV acceleration on 3dfx cards.
4077 .PD 0
4078 .RSs
4079 .IPs <device>
4080 Explicitly choose the fbdev device name to use (default: /dev/\:fb0).
4082 .PD 1
4085 .B tdfx_vid (Linux only)
4086 3dfx-specific video output driver that works in combination with
4087 the tdfx_vid kernel module.
4088 .PD 0
4089 .RSs
4090 .IPs <device>
4091 Explicitly choose the device name to use (default: /dev/\:tdfx_vid).
4093 .PD 1
4096 .B dxr2 (also see \-dxr2) (DXR2 only)
4097 Creative DXR2 specific video output driver.
4098 .PD 0
4099 .RSs
4100 .IPs <vo_driver>
4101 Output video subdriver to use as overlay (x11, xv).
4103 .PD 1
4106 .B dxr3 (DXR3 only)
4107 Sigma Designs em8300 MPEG decoder chip (Creative DXR3, Sigma Designs
4108 Hollywood Plus) specific video output driver.
4109 Also see the lavc video filter.
4110 .PD 0
4111 .RSs
4112 .IPs overlay
4113 Activates the overlay instead of TV-out.
4114 .IPs prebuf
4115 Turns on prebuffering.
4116 .IPs "sync\ "
4117 Will turn on the new sync-engine.
4118 .IPs norm=<norm>
4119 Specifies the TV norm.
4120 .RSss
4121 0: Does not change current norm (default).
4123 1: Auto-adjust using PAL/\:NTSC.
4125 2: Auto-adjust using PAL/\:PAL-60.
4127 3: PAL
4129 4: PAL-60
4131 5: NTSC
4133 .IPs <0\-3>
4134 Specifies the device number to use if you have more than one em8300 card.
4136 .PD 1
4139 .B ivtv (IVTV only)
4140 Conexant CX23415 (iCompression iTVC15) or Conexant CX23416 (iCompression
4141 iTVC16) MPEG decoder chip (Hauppauge WinTV PVR-150/250/350/500)
4142 specific video output driver for TV-out.
4143 Also see the lavc video filter.
4144 .PD 0
4145 .RSs
4146 .IPs <device>
4147 Explicitly choose the MPEG decoder device name to use (default: /dev/video16).
4148 .IPs <output>
4149 Explicitly choose the TV-out output to be used for the video signal.
4151 .PD 1
4154 .B v4l2 (requires Linux 2.6.22+ kernel)
4155 Video output driver for V4L2 compliant cards with built-in hardware MPEG decoder.
4156 Also see the lavc video filter.
4157 .PD 0
4158 .RSs
4159 .IPs <device>
4160 Explicitly choose the MPEG decoder device name to use (default: /dev/video16).
4161 .IPs <output>
4162 Explicitly choose the TV-out output to be used for the video signal.
4164 .PD 1
4167 .B mpegpes (DVB only)
4168 Video output driver for DVB cards that writes the output to an MPEG-PES file
4169 if no DVB card is installed.
4170 .PD 0
4171 .RSs
4172 .IPs card=<1\-4>
4173 Specifies the device number to use if you have more than one DVB output card
4174 (V3 API only, such as 1.x.y series drivers).
4175 If not specified MPlayer will search the first usable card.
4176 .IPs <filename>
4177 output filename (default: ./grab.mpg)
4179 .PD 1
4182 .B zr (also see \-zr* and \-zrhelp)
4183 Video output driver for a number of MJPEG capture/\:playback cards.
4186 .B zr2 (also see the zrmjpeg video filter)
4187 Video output driver for a number of MJPEG capture/\:playback cards,
4188 second generation.
4189 .PD 0
4190 .RSs
4191 .IPs dev=<device>
4192 Specifies the video device to use.
4193 .IPs norm=<PAL|NTSC|SECAM|auto>
4194 Specifies the video norm to use (default: auto).
4195 .IPs (no)prebuf
4196 (De)Activate prebuffering, not yet supported.
4198 .PD 1
4201 .B "md5sum\ "
4202 Calculate MD5 sums of each frame and write them to a file.
4203 Supports RGB24 and YV12 colorspaces.
4204 Useful for debugging.
4205 .PD 0
4206 .RSs
4207 .IPs outfile=<value>
4208 Specify the output filename (default: ./md5sums).
4210 .PD 1
4213 .B yuv4mpeg
4214 Transforms the video stream into a sequence of uncompressed YUV 4:2:0
4215 images and stores it in a file (default: ./stream.yuv).
4216 The format is the same as the one employed by mjpegtools, so this is
4217 useful if you want to process the video with the mjpegtools suite.
4218 It supports the YV12, RGB (24 bpp) and BGR (24 bpp) format.
4219 You can combine it with the \-fixed\-vo option to concatenate files
4220 with the same dimensions and fps value.
4221 .PD 0
4222 .RSs
4223 .IPs interlaced
4224 Write the output as interlaced frames, top field first.
4225 .IPs interlaced_bf
4226 Write the output as interlaced frames, bottom field first.
4227 .IPs file=<filename>
4228 Write the output to <filename> instead of the default stream.yuv.
4229 .REss
4230 .PD 1
4232 .sp 1
4233 .I NOTE:
4234 If you do not specify any option the output is progressive
4235 (i.e.\& not interlaced).
4239 .B "gif89a\ "
4240 Output each frame into a single animated GIF file in the current directory.
4241 It supports only RGB format with 24 bpp and the output is converted to 256
4242 colors.
4243 .PD 0
4244 .RSs
4245 .IPs <fps>
4246 Float value to specify framerate (default: 5.0).
4247 .IPs <output>
4248 Specify the output filename (default: ./out.gif).
4249 .REss
4250 .PD 1
4252 .sp 1
4253 .I NOTE:
4254 You must specify the framerate before the filename or the framerate will
4255 be part of the filename.
4256 .sp 1
4257 .I EXAMPLE:
4259 .PD 0
4260 .RSs
4261 mplayer video.nut \-vo gif89a:fps=15:output=test.gif
4263 .PD 1
4266 .B "jpeg\ \ \ "
4267 Output each frame into a JPEG file in the current directory.
4268 Each file takes the frame number padded with leading zeros as name.
4269 .PD 0
4270 .RSs
4271 .IPs [no]progressive
4272 Specify standard or progressive JPEG (default: noprogressive).
4273 .IPs [no]baseline
4274 Specify use of baseline or not (default: baseline).
4275 .IPs optimize=<0\-100>
4276 optimization factor (default: 100)
4277 .IPs smooth=<0\-100>
4278 smooth factor (default: 0)
4279 .IPs quality=<0\-100>
4280 quality factor (default: 75)
4281 .IPs outdir=<dirname>
4282 Specify the directory to save the JPEG files to (default: ./).
4283 .IPs subdirs=<prefix>
4284 Create numbered subdirectories with the specified prefix to
4285 save the files in instead of the current directory.
4286 .IPs "maxfiles=<value> (subdirs only)"
4287 Maximum number of files to be saved per subdirectory.
4288 Must be equal to or larger than 1 (default: 1000).
4290 .PD 1
4293 .B "pnm\ \ \ \ "
4294 Output each frame into a PNM file in the current directory.
4295 Each file takes the frame number padded with leading zeros as name.
4296 It supports PPM, PGM and PGMYUV files in both raw and ASCII mode.
4297 Also see pnm(5), ppm(5) and pgm(5).
4298 .PD 0
4299 .RSs
4300 .IPs "ppm\ \ "
4301 Write PPM files (default).
4302 .IPs "pgm\ \ "
4303 Write PGM files.
4304 .IPs pgmyuv
4305 Write PGMYUV files.
4306 PGMYUV is like PGM, but it also contains the U and V plane, appended at the
4307 bottom of the picture.
4308 .IPs "raw\ \ "
4309 Write PNM files in raw mode (default).
4310 .IPs ascii
4311 Write PNM files in ASCII mode.
4312 .IPs outdir=<dirname>
4313 Specify the directory to save the PNM files to (default: ./).
4314 .IPs subdirs=<prefix>
4315 Create numbered subdirectories with the specified prefix to
4316 save the files in instead of the current directory.
4317 .IPs "maxfiles=<value> (subdirs only)"
4318 Maximum number of files to be saved per subdirectory.
4319 Must be equal to or larger than 1 (default: 1000).
4321 .PD 1
4324 .B "png\ \ \ \ "
4325 Output each frame into a PNG file in the current directory.
4326 Each file takes the frame number padded with leading zeros as name.
4327 24bpp RGB and BGR formats are supported.
4328 .PD 0
4329 .RSs
4330 .IPs z=<0\-9>
4331 Specifies the compression level.
4332 0 is no compression, 9 is maximum compression.
4333 .IPs alpha (default: noalpha)
4334 Create PNG files with an alpha channel.
4335 Note that MPlayer in general does not support alpha, so this will only
4336 be useful in some rare cases.
4338 .PD 1
4341 .B "tga\ \ \ \ "
4342 Output each frame into a Targa file in the current directory.
4343 Each file takes the frame number padded with leading zeros as name.
4344 The purpose of this video output driver is to have a simple lossless
4345 image writer to use without any external library.
4346 It supports the BGR[A] color format, with 15, 24 and 32 bpp.
4347 You can force a particular format with the format video filter.
4348 .sp 1
4349 .I EXAMPLE:
4351 .PD 0
4352 .RSs
4353 mplayer video.nut \-vf format=bgr15 \-vo tga
4355 .PD 1
4359 .SH "DECODING/FILTERING OPTIONS"
4362 .B \-ac <[\-|+]codec1,[\-|+]codec2,...[,]>
4363 Specify a priority list of audio codecs to be used, according to their codec
4364 name in codecs.conf.
4365 Use a '\-' before the codec name to omit it.
4366 Use a '+' before the codec name to force it, this will likely crash!
4367 If the list has a trailing ',' MPlayer will fall back on codecs not
4368 contained in the list.
4370 .I NOTE:
4371 See \-ac help for a full list of available codecs.
4372 .sp 1
4373 .I EXAMPLE:
4374 .PD 0
4375 .RSs
4376 .IPs "\-ac mp3acm"
4377 Force the l3codeca.acm MP3 codec.
4378 .IPs "\-ac mad,"
4379 Try libmad first, then fall back on others.
4380 .IPs "\-ac hwac3,a52,"
4381 Try hardware AC-3 passthrough, software AC-3, then others.
4382 .IPs "\-ac hwdts,"
4383 Try hardware DTS passthrough, then fall back on others.
4384 .IPs "\-ac \-ffmp3,"
4385 Skip FFmpeg's MP3 decoder.
4387 .PD 1
4390 .B \-af\-adv <force=(0\-7):list=(filters)> (also see \-af)
4391 Specify advanced audio filter options:
4392 .RSs
4393 .IPs force=<0\-7>
4394 Forces the insertion of audio filters to one of the following:
4395 .RSss
4396 0: Use completely automatic filter insertion.
4398 1: Optimize for accuracy (default).
4400 2: Optimize for speed.
4401 .I Warning:
4402 Some features in the audio filters may silently fail,
4403 and the sound quality may drop.
4405 3: Use no automatic insertion of filters and no optimization.
4406 .I Warning:
4407 It may be possible to crash MPlayer using this setting.
4409 4: Use automatic insertion of filters according to 0 above,
4410 but use floating point processing when possible.
4412 5: Use automatic insertion of filters according to 1 above,
4413 but use floating point processing when possible.
4415 6: Use automatic insertion of filters according to 2 above,
4416 but use floating point processing when possible.
4418 7: Use no automatic insertion of filters according to 3 above,
4419 and use floating point processing when possible.
4420 .REss
4421 .IPs list=<filters>
4422 Same as \-af.
4426 .B \-afm <driver1,driver2,...>
4427 Specify a priority list of audio codec families to be used, according
4428 to their codec name in codecs.conf.
4429 Falls back on the default codecs if none of the given codec families work.
4431 .I NOTE:
4432 See \-afm help for a full list of available codec families.
4433 .sp 1
4434 .I EXAMPLE:
4435 .PD 0
4436 .RSs
4437 .IPs "\-afm ffmpeg"
4438 Try FFmpeg's libavcodec codecs first.
4439 .IPs "\-afm acm,dshow"
4440 Try Win32 codecs first.
4442 .PD 1
4445 .B \-aspect <ratio> (also see \-zoom)
4446 Override movie aspect ratio, in case aspect information is
4447 incorrect or missing in the file being played.
4448 .sp 1
4449 .I EXAMPLE:
4450 .PD 0
4451 .RSs
4452 \-aspect 4:3  or \-aspect 1.3333
4454 \-aspect 16:9 or \-aspect 1.7777
4456 .PD 1
4459 .B \-noaspect
4460 Disable automatic movie aspect ratio compensation.
4463 .B "\-field\-dominance <\-1\-1>"
4464 Set first field for interlaced content.
4465 Useful for deinterlacers that double the framerate: \-vf tfields=1,
4466 \-vf yadif=1, \-vo vdpau:deint and \-vo xvmc:bobdeint.
4467 .PD 0
4468 .RSs
4469 .IPs \-1
4470 auto (default): If the decoder does not export the appropriate information,
4471 it falls back to 0 (top field first).
4472 .IPs 0
4473 top field first
4474 .IPs 1
4475 bottom field first
4477 .PD 1
4480 .B "\-flip \ "
4481 Flip image upside-down.
4484 .B \-lavdopts <option1:option2:...> (DEBUG CODE)
4485 Specify libavcodec decoding parameters.
4486 Separate multiple options with a colon.
4487 .sp 1
4488 .I EXAMPLE:
4489 .PD 0
4490 .RSs
4491 \-lavdopts gray:skiploopfilter=all:skipframe=nonref
4493 .PD 1
4494 .sp 1
4496 Available options are:
4498 .RSs
4499 .IPs bitexact
4500 Only use bit-exact algorithms in all decoding steps (for codec testing).
4501 .IPs bug=<value>
4502 Manually work around encoder bugs.
4503 .RSss
4504 0: nothing
4506 1: autodetect bugs (default)
4508 2 (msmpeg4v3): some old lavc generated msmpeg4v3 files (no autodetection)
4510 4 (mpeg4): Xvid interlacing bug (autodetected if fourcc==XVIX)
4512 8 (mpeg4): UMP4 (autodetected if fourcc==UMP4)
4514 16 (mpeg4): padding bug (autodetected)
4516 32 (mpeg4): illegal vlc bug (autodetected per fourcc)
4518 64 (mpeg4): Xvid and DivX qpel bug (autodetected per fourcc/\:version)
4520 128 (mpeg4): old standard qpel (autodetected per fourcc/\:version)
4522 256 (mpeg4): another qpel bug (autodetected per fourcc/\:version)
4524 512 (mpeg4): direct-qpel-blocksize bug (autodetected per fourcc/\:version)
4526 1024 (mpeg4): edge padding bug (autodetected per fourcc/\:version)
4527 .REss
4528 .IPs debug=<value>
4529 Display debugging information.
4530 .RSss
4532 0: disabled
4534 1: picture info
4536 2: rate control
4538 4: bitstream
4540 8: macroblock (MB) type
4542 16: per-block quantization parameter (QP)
4544 32: motion vector
4546 0x0040: motion vector visualization (use \-noslices)
4548 0x0080: macroblock (MB) skip
4550 0x0100: startcode
4552 0x0200: PTS
4554 0x0400: error resilience
4556 0x0800: memory management control operations (H.264)
4558 0x1000: bugs
4560 0x2000: Visualize quantization parameter (QP), lower QP are tinted greener.
4562 0x4000: Visualize block types.
4563 .REss
4564 .IPs ec=<value>
4565 Set error concealment strategy.
4566 .RSss
4567 1: Use strong deblock filter for damaged MBs.
4569 2: iterative motion vector (MV) search (slow)
4571 3: all (default)
4572 .REss
4573 .IPs er=<value>
4574 Set error resilience strategy.
4575 .RSss
4577 0: disabled
4579 1: careful (Should work with broken encoders.)
4581 2: normal (default) (Works with compliant encoders.)
4583 3: aggressive (More checks, but might cause problems even for valid bitstreams.)
4585 4: very aggressive
4586 .REss
4587 .IPs "fast (MPEG-2, MPEG-4, and H.264 only)"
4588 Enable optimizations which do not comply to the specification and might
4589 potentially cause problems, like simpler dequantization, simpler motion
4590 compensation, assuming use of the default quantization matrix, assuming
4591 YUV 4:2:0 and skipping a few checks to detect damaged bitstreams.
4592 .IPs "gray\ "
4593 grayscale only decoding (a bit faster than with color)
4594 .IPs "idct=<0\-99> (see \-lavcopts)"
4595 For best decoding quality use the same IDCT algorithm for decoding and encoding.
4596 This may come at a price in accuracy, though.
4597 .IPs lowres=<number>[,<w>]
4598 Decode at lower resolutions.
4599 Low resolution decoding is not supported by all codecs, and it will
4600 often result in ugly artifacts.
4601 This is not a bug, but a side effect of not decoding at full resolution.
4602 .RSss
4604 0: disabled
4606 1: 1/2 resolution
4608 2: 1/4 resolution
4610 3: 1/8 resolution
4611 .REss
4613 If <w> is specified lowres decoding will be used only if the width of the
4614 video is major than or equal to <w>.
4616 .B o=<key>=<value>[,<key>=<value>[,...]]
4617 Pass AVOptions to libavcodec decoder.
4618 Note, a patch to make the o= unneeded and pass all unknown options through
4619 the AVOption system is welcome.
4620 A full list of AVOptions can be found in the FFmpeg manual.
4621 Note that some options may conflict with MEncoder options.
4622 .sp 1
4624 .I EXAMPLE:
4626 .RSs
4627 .PD 0
4628 .IPs o=debug=pict
4629 .PD 1
4631 .IPs "sb=<number> (MPEG-2 only)"
4632 Skip the given number of macroblock rows at the bottom.
4633 .IPs "st=<number> (MPEG-2 only)"
4634 Skip the given number of macroblock rows at the top.
4635 .IPs "skiploopfilter=<skipvalue> (H.264 only)"
4636 Skips the loop filter (AKA deblocking) during H.264 decoding.
4637 Since the filtered frame is supposed to be used as reference
4638 for decoding dependent frames this has a worse effect on quality
4639 than not doing deblocking on e.g.\& MPEG-2 video.
4640 But at least for high bitrate HDTV this provides a big speedup with
4641 no visible quality loss.
4642 .sp 1
4643 <skipvalue> can be either one of the following:
4644 .RSss
4646 none: Never skip.
4648 default: Skip useless processing steps (e.g.\& 0 size packets in AVI).
4650 nonref: Skip frames that are not referenced (i.e.\& not used for
4651 decoding other frames, the error cannot "build up").
4653 bidir: Skip B-Frames.
4655 nonkey: Skip all frames except keyframes.
4657 all: Skip all frames.
4658 .REss
4659 .IPs "skipidct=<skipvalue> (MPEG-1/2 only)"
4660 Skips the IDCT step.
4661 This degrades quality a lot of in almost all cases
4662 (see skiploopfilter for available skip values).
4663 .IPs skipframe=<skipvalue>
4664 Skips decoding of frames completely.
4665 Big speedup, but jerky motion and sometimes bad artifacts
4666 (see skiploopfilter for available skip values).
4667 .IPs "threads=<1\-8> (MPEG-1/2 and H.264 only)"
4668 number of threads to use for decoding (default: 1)
4669 .IPs vismv=<value>
4670 Visualize motion vectors.
4671 .RSss
4673 0: disabled
4675 1: Visualize forward predicted MVs of P-frames.
4677 2: Visualize forward predicted MVs of B-frames.
4679 4: Visualize backward predicted MVs of B-frames.
4680 .REss
4681 .IPs vstats
4682 Prints some statistics and stores them in ./vstats_*.log.
4686 .B \-noslices
4687 Disable drawing video by 16-pixel height slices/\:bands, instead draws the
4688 whole frame in a single run.
4689 May be faster or slower, depending on video card and available cache.
4690 It has effect only with libmpeg2 and libavcodec codecs.
4693 .B \-nosound
4694 Do not play/\:encode sound.
4695 Useful for benchmarking.
4698 .B \-novideo
4699 Do not play/\:encode video.
4700 In many cases this will not work, use \-vc null \-vo null instead.
4703 .B \-pp <quality> (also see \-vf pp)
4704 Set the DLL postprocess level.
4705 This option is no longer usable with \-vf pp.
4706 It only works with Win32 DirectShow DLLs with internal postprocessing routines.
4707 The valid range of \-pp values varies by codec, it is mostly
4708 0\-6, where 0=disable, 6=slowest/\:best.
4711 .B \-pphelp (also see \-vf pp)
4712 Show a summary about the available postprocess filters and their usage.
4715 .B \-ssf <mode>
4716 Specifies software scaler parameters.
4717 .sp 1
4718 .I EXAMPLE:
4719 .PD 0
4720 .RSs
4721 \-vf scale \-ssf lgb=3.0
4723 .PD 1
4724 .PD 0
4725 .RSs
4726 .IPs lgb=<0\-100>
4727 gaussian blur filter (luma)
4728 .IPs cgb=<0\-100>
4729 gaussian blur filter (chroma)
4730 .IPs ls=<\-100\-100>
4731 sharpen filter (luma)
4732 .IPs cs=<\-100\-100>
4733 sharpen filter (chroma)
4734 .IPs chs=<h>
4735 chroma horizontal shifting
4736 .IPs cvs=<v>
4737 chroma vertical shifting
4739 .PD 1
4742 .B \-stereo <mode>
4743 Select type of MP2/\:MP3 stereo output.
4744 .PD 0
4745 .RSs
4746 .IPs 0
4747 stereo
4748 .IPs 1
4749 left channel
4750 .IPs 2
4751 right channel
4753 .PD 1
4756 .B \-sws <software scaler type> (also see \-vf scale and \-zoom)
4757 Specify the software scaler algorithm to be used with the \-zoom option.
4758 This affects video output drivers which lack hardware acceleration, e.g.\& x11.
4759 .sp 1
4760 Available types are:
4761 .sp 1
4762 .PD 0
4763 .RSs
4764 .IPs 0
4765 fast bilinear
4766 .IPs 1
4767 bilinear
4768 .IPs 2
4769 bicubic (good quality) (default)
4770 .IPs 3
4771 experimental
4772 .IPs 4
4773 nearest neighbor (bad quality)
4774 .IPs 5
4775 area
4776 .IPs 6
4777 luma bicubic / chroma bilinear
4778 .IPs 7
4779 gauss
4780 .IPs 8
4781 sincR
4782 .IPs 9
4783 lanczos
4784 .IPs 10
4785 natural bicubic spline
4787 .PD 1
4788 .sp 1
4790 .I NOTE:
4791 Some \-sws options are tunable.
4792 The description of the scale video filter has further information.
4796 .B \-vc <[\-|+]codec1,[\-|+]codec2,...[,]>
4797 Specify a priority list of video codecs to be used, according to their codec
4798 name in codecs.conf.
4799 Use a '\-' before the codec name to omit it.
4800 Use a '+' before the codec name to force it, this will likely crash!
4801 If the list has a trailing ',' MPlayer will fall back on codecs not
4802 contained in the list.
4804 .I NOTE:
4805 See \-vc help for a full list of available codecs.
4806 .sp 1
4807 .I EXAMPLE:
4808 .PD 0
4809 .RSs
4810 .IPs "\-vc divx"
4811 Force Win32/\:VfW DivX codec, no fallback.
4812 .IPs "\-vc \-divxds,\-divx,"
4813 Skip Win32 DivX codecs.
4814 .IPs "\-vc ffmpeg12,mpeg12,"
4815 Try libavcodec's MPEG-1/2 codec, then libmpeg2, then others.
4817 .PD 1
4820 .B \-vfm <driver1,driver2,...>
4821 Specify a priority list of video codec families to be used, according
4822 to their names in codecs.conf.
4823 Falls back on the default codecs if none of the given codec families work.
4825 .I NOTE:
4826 See \-vfm help for a full list of available codec families.
4827 .sp 1
4828 .I EXAMPLE:
4829 .PD 0
4830 .RSs
4831 .IPs "\-vfm ffmpeg,dshow,vfw"
4832 Try the libavcodec, then Directshow, then VfW codecs and fall back
4833 on others, if they do not work.
4834 .IPs "\-vfm xanim"
4835 Try XAnim codecs first.
4837 .PD 1
4840 .B \-x <x> (also see \-zoom) (MPlayer only)
4841 Scale image to width <x> (if software/\:hardware scaling is available).
4842 Disables aspect calculations.
4845 .B \-xvidopts <option1:option2:...>
4846 Specify additional parameters when decoding with Xvid.
4848 .I NOTE:
4849 Since libavcodec is faster than Xvid you might want to use the libavcodec
4850 postprocessing filter (\-vf pp) and decoder (\-vfm ffmpeg) instead.
4851 .sp 1
4852 Xvid's internal postprocessing filters:
4853 .PD 0
4854 .RSs
4855 .IPs "deblock-chroma (also see \-vf pp)"
4856 chroma deblock filter
4857 .IPs "deblock-luma (also see \-vf pp)"
4858 luma deblock filter
4859 .IPs "dering-luma (also see \-vf pp)"
4860 luma deringing filter
4861 .IPs "dering-chroma (also see \-vf pp)"
4862 chroma deringing filter
4863 .IPs "filmeffect (also see \-vf noise)"
4864 Adds artificial film grain to the video.
4865 May increase perceived quality, while lowering true quality.
4867 .sp 1
4869 rendering methods:
4871 .PD 0
4872 .RSs
4873 .IPs "dr2\ \ "
4874 Activate direct rendering method 2.
4875 .IPs nodr2
4876 Deactivate direct rendering method 2.
4878 .PD 1
4881 .B \-xy <value> (also see \-zoom)
4882 .PD 0
4883 .RSs
4884 .IPs value<=8
4885 Scale image by factor <value>.
4886 .IPs value>8
4887 Set width to value and calculate height to keep correct aspect ratio.
4889 .PD 1
4892 .B \-y <y> (also see \-zoom) (MPlayer only)
4893 Scale image to height <y> (if software/\:hardware scaling is available).
4894 Disables aspect calculations.
4897 .B "\-zoom\ \ "
4898 Allow software scaling, where available.
4899 This will allow scaling with output drivers (like x11, fbdev) that
4900 do not support hardware scaling where MPlayer disables scaling by
4901 default for performance reasons.
4905 .SH "AUDIO FILTERS"
4906 Audio filters allow you to modify the audio stream and its properties.
4907 The syntax is:
4910 .B \-af <filter1[=parameter1:parameter2:...],filter2,...>
4911 Setup a chain of audio filters.
4913 .I NOTE:
4914 To get a full list of available audio filters, see \-af help.
4915 .sp 1
4916 Audio filters are managed in lists.
4917 There are a few commands to manage the filter list.
4920 .B \-af\-add <filter1[,filter2,...]>
4921 Appends the filters given as arguments to the filter list.
4924 .B \-af\-pre <filter1[,filter2,...]>
4925 Prepends the filters given as arguments to the filter list.
4928 .B \-af\-del <index1[,index2,...]>
4929 Deletes the filters at the given indexes.
4930 Index numbers start at 0, negative numbers address the end of the
4931 list (\-1 is the last).
4934 .B \-af\-clr
4935 Completely empties the filter list.
4937 Available filters are:
4940 .B resample[=srate[:sloppy[:type]]]
4941 Changes the sample rate of the audio stream.
4942 Can be used if you have a fixed frequency sound card or if you are
4943 stuck with an old sound card that is only capable of max 44.1kHz.
4944 This filter is automatically enabled if necessary.
4945 It only supports 16-bit integer and float in native-endian format as input.
4947 .I NOTE:
4948 With MEncoder, you need to also use \-srate <srate>.
4949 .PD 0
4950 .RSs
4951 .IPs <srate>
4952 output sample frequency in Hz.
4953 The valid range for this parameter is 8000 to 192000.
4954 If the input and output sample frequency are the same or if this
4955 parameter is omitted the filter is automatically unloaded.
4956 A high sample frequency normally improves the audio quality,
4957 especially when used in combination with other filters.
4958 .IPs <sloppy>
4959 Allow (1) or disallow (0) the output frequency to differ slightly
4960 from the frequency given by <srate> (default: 1).
4961 Can be used if the startup of the playback is extremely slow.
4962 .IPs <type>
4963 Selects which resampling method to use.
4964 .RSss
4965 0: linear interpolation (fast, poor quality especially when upsampling)
4967 1: polyphase filterbank and integer processing
4969 2: polyphase filterbank and floating point processing (slow, best quality)
4970 .REss
4971 .PD 1
4973 .sp 1
4975 .I EXAMPLE:
4977 .PD 0
4978 .RSs
4979 .IPs "mplayer \-af resample=44100:0:0"
4980 would set the output frequency of the resample filter to 44100Hz using
4981 exact output frequency scaling and linear interpolation.
4983 .PD 1
4986 .B lavcresample[=srate[:length[:linear[:count[:cutoff]]]]]
4987 Changes the sample rate of the audio stream to an integer <srate> in Hz.
4988 It only supports the 16-bit native-endian format.
4990 .I NOTE:
4991 With MEncoder, you need to also use \-srate <srate>.
4992 .PD 0
4993 .RSs
4994 .IPs <srate>
4995 the output sample rate
4996 .IPs <length>
4997 length of the filter with respect to the lower sampling rate (default: 16)
4998 .IPs <linear>
4999 if 1 then filters will be linearly interpolated between polyphase entries
5000 .IPs <count>
5001 log2 of the number of polyphase entries
5002 (..., 10->1024, 11->2048, 12->4096, ...)
5003 (default: 10->1024)
5004 .IPs <cutoff>
5005 cutoff frequency (0.0\-1.0), default set depending upon filter length
5007 .PD 1
5010 .B lavcac3enc[=tospdif[:bitrate[:minchn]]]
5011 Encode multi-channel audio to AC-3 at runtime using libavcodec.
5012 Supports 16-bit native-endian input format, maximum 6 channels.
5013 The output is big-endian when outputting a raw AC-3 stream,
5014 native-endian when outputting to S/PDIF.
5015 The output sample rate of this filter is same with the input sample rate.
5016 When input sample rate is 48kHz, 44.1kHz, or 32kHz, this filter directly use it.
5017 Otherwise a resampling filter is auto-inserted before this filter to make
5018 the input and output sample rate be 48kHz.
5019 You need to specify '\-channels N' to make the decoder decode audio into
5020 N-channel, then the filter can encode the N-channel input to AC-3.
5022 .PD 0
5023 .RSs
5024 .IPs <tospdif>
5025 Output raw AC-3 stream if zero or not set,
5026 output to S/PDIF for passthrough when <tospdif> is set non-zero.
5027 .IPs <bitrate>
5028 The bitrate to encode the AC-3 stream.
5029 Set it to either 384 or 384000 to get 384kbits.
5030 Valid values: 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256,
5031               320, 384, 448, 512, 576, 640
5032 Default bitrate is based on the input channel number:
5033 1ch: 96,  2ch: 192,  3ch: 224,  4ch: 384,  5ch: 448,  6ch: 448
5034 .IPs <minchn>
5035 If the input channel number is less than <minchn>, the filter will
5036 detach itself (default: 5).
5038 .PD 1
5041 .B sweep[=speed]
5042 Produces a sine sweep.
5043 .PD 0
5044 .RSs
5045 .IPs <0.0\-1.0>
5046 Sine function delta, use very low values to hear the sweep.
5048 .PD 1
5051 .B sinesuppress[=freq:decay]
5052 Remove a sine at the specified frequency.
5053 Useful to get rid of the 50/60Hz noise on low quality audio equipment.
5054 It probably only works on mono input.
5055 .PD 0
5056 .RSs
5057 .IPs <freq>
5058 The frequency of the sine which should be removed (in Hz) (default: 50)
5059 .IPs <decay>
5060 Controls the adaptivity (a larger value will make the filter adapt to
5061 amplitude and phase changes quicker, a smaller value will make the
5062 adaptation slower) (default: 0.0001).
5063 Reasonable values are around 0.001.
5065 .PD 1
5068 .B hrtf[=flag]
5069 Head-related transfer function: Converts multichannel audio to
5070 2 channel output for headphones, preserving the spatiality of the sound.
5071 .sp 1
5072 .PD 0
5074 .IPs "Flag  Meaning"
5075 .IPs "m     matrix decoding of the rear channel"
5076 .IPs "s     2-channel matrix decoding"
5077 .IPs "0     no matrix decoding (default)"
5079 .PD 1
5082 .B equalizer=[g1:g2:g3:...:g10]
5083 10 octave band graphic equalizer, implemented using 10 IIR band pass filters.
5084 This means that it works regardless of what type of audio is being played back.
5085 The center frequencies for the 10 bands are:
5086 .sp 1
5087 .PD 0
5089 .IPs "No. frequency"
5090 .IPs "0    31.25 Hz"
5091 .IPs "1    62.50 Hz"
5092 .IPs "2   125.00 Hz"
5093 .IPs "3   250.00 Hz"
5094 .IPs "4   500.00 Hz"
5095 .IPs "5    1.00 kHz"
5096 .IPs "6    2.00 kHz"
5097 .IPs "7    4.00 kHz"
5098 .IPs "8    8.00 kHz"
5099 .IPs "9   16.00 kHz"
5101 .PD 1
5102 .sp 1
5104 If the sample rate of the sound being played is lower than the center
5105 frequency for a frequency band, then that band will be disabled.
5106 A known bug with this filter is that the characteristics for the
5107 uppermost band are not completely symmetric if the sample
5108 rate is close to the center frequency of that band.
5109 This problem can be worked around by upsampling the sound
5110 using the resample filter before it reaches this filter.
5112 .PD 0
5113 .RSs
5114 .IPs <g1>:<g2>:<g3>:...:<g10>
5115 floating point numbers representing the gain in dB
5116 for each frequency band (\-12\-12)
5118 .sp 1
5120 .I EXAMPLE:
5122 .RSs
5123 .IPs "mplayer \-af equalizer=11:11:10:5:0:\-12:0:5:12:12 media.avi"
5124 Would amplify the sound in the upper and lower frequency region
5125 while canceling it almost completely around 1kHz.
5127 .PD 1
5130 .B channels=nch[:nr:from1:to1:from2:to2:from3:to3:...]
5131 Can be used for adding, removing, routing and copying audio channels.
5132 If only <nch> is given the default routing is used, it works as
5133 follows: If the number of output channels is bigger than the number of
5134 input channels empty channels are inserted (except mixing from mono to
5135 stereo, then the mono channel is repeated in both of the output
5136 channels).
5137 If the number of output channels is smaller than the number
5138 of input channels the exceeding channels are truncated.
5139 .PD 0
5140 .RSs
5141 .IPs <nch>
5142 number of output channels (1\-6)
5143 .IPs "<nr>\ "
5144 number of routes (1\-6)
5145 .IPs <from1:to1:from2:to2:from3:to3:...>
5146 Pairs of numbers between 0 and 5 that define where to route each channel.
5148 .sp 1
5150 .I EXAMPLE:
5152 .RSs
5153 .IPs "mplayer \-af channels=4:4:0:1:1:0:2:2:3:3 media.avi"
5154 Would change the number of channels to 4 and set up 4 routes that
5155 swap channel 0 and channel 1 and leave channel 2 and 3 intact.
5156 Observe that if media containing two channels was played back, channels
5157 2 and 3 would contain silence but 0 and 1 would still be swapped.
5158 .IPs "mplayer \-af channels=6:4:0:0:0:1:0:2:0:3 media.avi"
5159 Would change the number of channels to 6 and set up 4 routes
5160 that copy channel 0 to channels 0 to 3.
5161 Channel 4 and 5 will contain silence.
5163 .PD 1
5166 .B format[=format] (also see \-format)
5167 Convert between different sample formats.
5168 Automatically enabled when needed by the sound card or another filter.
5169 .PD 0
5170 .RSs
5171 .IPs <format>
5172 Sets the desired format.
5173 The general form is 'sbe', where 's' denotes the sign (either 's' for signed
5174 or 'u' for unsigned), 'b' denotes the number of bits per sample (16, 24 or 32)
5175 and 'e' denotes the endianness ('le' means little-endian, 'be' big-endian
5176 and 'ne' the endianness of the computer MPlayer is running on).
5177 Valid values (amongst others) are: 's16le', 'u32be' and 'u24ne'.
5178 Exceptions to this rule that are also valid format specifiers: u8, s8,
5179 floatle, floatbe, floatne, mulaw, alaw, mpeg2, ac3 and imaadpcm.
5181 .PD 1
5184 .B volume[=v[:sc]]
5185 Implements software volume control.
5186 Use this filter with caution since it can reduce the signal
5187 to noise ratio of the sound.
5188 In most cases it is best to set the level for the PCM sound to max,
5189 leave this filter out and control the output level to your
5190 speakers with the master volume control of the mixer.
5191 In case your sound card has a digital PCM mixer instead of an analog
5192 one, and you hear distortion, use the MASTER mixer instead.
5193 If there is an external amplifier connected to the computer (this
5194 is almost always the case), the noise level can be minimized by
5195 adjusting the master level and the volume knob on the amplifier
5196 until the hissing noise in the background is gone.
5198 This filter has a second feature: It measures the overall maximum
5199 sound level and prints out that level when MPlayer exits.
5200 This volume estimate can be used for setting the sound level in
5201 MEncoder such that the maximum dynamic range is utilized.
5203 .I NOTE:
5204 This filter is not reentrant and can therefore only be enabled
5205 once for every audio stream.
5206 .PD 0
5207 .RSs
5208 .IPs "<v>\ \ "
5209 Sets the desired gain in dB for all channels in the stream
5210 from \-200dB to +60dB, where \-200dB mutes the sound
5211 completely and +60dB equals a gain of 1000 (default: 0).
5212 .IPs "<sc>\ "
5213 Turns soft clipping on (1) or off (0).
5214 Soft-clipping can make the sound more smooth if very
5215 high volume levels are used.
5216 Enable this option if the dynamic range of the
5217 loudspeakers is very low.
5219 .I WARNING:
5220 This feature creates distortion and should be considered a last resort.
5222 .sp 1
5224 .I EXAMPLE:
5226 .RSs
5227 .IPs "mplayer \-af volume=10.1:0 media.avi"
5228 Would amplify the sound by 10.1dB and hard-clip if the
5229 sound level is too high.
5231 .PD 1
5234 .B pan=n[:L00:L01:L02:...L10:L11:L12:...Ln0:Ln1:Ln2:...]
5235 Mixes channels arbitrarily.
5236 Basically a combination of the volume and the channels filter
5237 that can be used to down-mix many channels to only a few,
5238 e.g.\& stereo to mono or vary the "width" of the center
5239 speaker in a surround sound system.
5240 This filter is hard to use, and will require some tinkering
5241 before the desired result is obtained.
5242 The number of options for this filter depends on
5243 the number of output channels.
5244 An example how to downmix a six-channel file to two channels with
5245 this filter can be found in the examples section near the end.
5246 .PD 0
5247 .RSs
5248 .IPs "<n>\ \ "
5249 number of output channels (1\-6)
5250 .IPs <Lij>
5251 How much of input channel i is mixed into output channel j (0\-1).
5252 So in principle you first have n numbers saying what to do with the
5253 first input channel, then n numbers that act on the second input channel
5254 etc.
5255 If you do not specify any numbers for some input channels, 0 is assumed.
5257 .sp 1
5259 .I EXAMPLE:
5261 .RSs
5262 .IPs "mplayer \-af pan=1:0.5:0.5 media.avi"
5263 Would down-mix from stereo to mono.
5264 .IPs "mplayer \-af pan=3:1:0:0.5:0:1:0.5 media.avi"
5265 Would give 3 channel output leaving channels 0 and 1 intact,
5266 and mix channels 0 and 1 into output channel 2 (which could
5267 be sent to a subwoofer for example).
5269 .PD 1
5272 .B sub[=fc:ch]
5273 Adds a subwoofer channel to the audio stream.
5274 The audio data used for creating the subwoofer channel is
5275 an average of the sound in channel 0 and channel 1.
5276 The resulting sound is then low-pass filtered by a 4th order
5277 Butterworth filter with a default cutoff frequency of 60Hz
5278 and added to a separate channel in the audio stream.
5280 .I Warning:
5281 Disable this filter when you are playing DVDs with Dolby
5282 Digital 5.1 sound, otherwise this filter will disrupt
5283 the sound to the subwoofer.
5284 .PD 0
5285 .RSs
5286 .IPs "<fc>\ "
5287 cutoff frequency in Hz for the low-pass filter (20Hz to 300Hz) (default: 60Hz)
5288 For the best result try setting the cutoff frequency as low as possible.
5289 This will improve the stereo or surround sound experience.
5290 .IPs "<ch>\ "
5291 Determines the channel number in which to insert the sub-channel audio.
5292 Channel number can be between 0 and 5 (default: 5).
5293 Observe that the number of channels will automatically
5294 be increased to <ch> if necessary.
5296 .sp 1
5298 .I EXAMPLE:
5300 .RSs
5301 .IPs "mplayer \-af sub=100:4 \-channels 5 media.avi"
5302 Would add a sub-woofer channel with a cutoff frequency of
5303 100Hz to output channel 4.
5305 .PD 1
5308 .B "center\ "
5309 Creates a center channel from the front channels.
5310 May currently be low quality as it does not implement a
5311 high-pass filter for proper extraction yet, but averages and
5312 halves the channels instead.
5313 .PD 0
5314 .RSs
5315 .IPs "<ch>\ "
5316 Determines the channel number in which to insert the center channel.
5317 Channel number can be between 0 and 5 (default: 5).
5318 Observe that the number of channels will automatically
5319 be increased to <ch> if necessary.
5321 .PD 1
5324 .B surround[=delay]
5325 Decoder for matrix encoded surround sound like Dolby Surround.
5326 Many files with 2 channel audio actually contain matrixed surround sound.
5327 Requires a sound card supporting at least 4 channels.
5328 .PD 0
5329 .RSs
5330 .IPs <delay>
5331 delay time in ms for the rear speakers (0 to 1000) (default: 20)
5332 This delay should be set as follows: If d1 is the distance
5333 from the listening position to the front speakers and d2 is the distance
5334 from the listening position to the rear speakers, then the delay should
5335 be set to 15ms if d1 <= d2 and to 15 + 5*(d1-d2) if d1 > d2.
5337 .sp 1
5339 .I EXAMPLE:
5341 .RSs
5342 .IPs "mplayer \-af surround=15 \-channels 4 media.avi"
5343 Would add surround sound decoding with 15ms delay for the sound to the
5344 rear speakers.
5346 .PD 1
5349 .B delay[=ch1:ch2:...]
5350 Delays the sound to the loudspeakers such that the sound from the
5351 different channels arrives at the listening position simultaneously.
5352 It is only useful if you have more than 2 loudspeakers.
5353 .PD 0
5354 .RSs
5355 .IPs ch1,ch2,...
5356 The delay in ms that should be imposed on each channel
5357 (floating point number between 0 and 1000).
5359 .PD 1
5360 .sp 1
5362 To calculate the required delay for the different channels do as follows:
5363 .IP 1. 3
5364 Measure the distance to the loudspeakers in meters in relation
5365 to your listening position, giving you the distances s1 to s5
5366 (for a 5.1 system).
5367 There is no point in compensating for the subwoofer (you will not hear the
5368 difference anyway).
5369 .IP 2. 3
5370 Subtract the distances s1 to s5 from the maximum distance,
5371 i.e.\& s[i] = max(s) \- s[i]; i = 1...5.
5372 .IP 3.
5373 Calculate the required delays in ms as d[i] = 1000*s[i]/342; i = 1...5.
5375 .PD 0
5376 .sp 1
5378 .I EXAMPLE:
5380 .RSs
5381 .IPs "mplayer \-af delay=10.5:10.5:0:0:7:0 media.avi"
5382 Would delay front left and right by 10.5ms, the two rear channels
5383 and the sub by 0ms and the center channel by 7ms.
5385 .PD 1
5388 .B export[=mmapped_file[:nsamples]]
5389 Exports the incoming signal to other processes using memory mapping (mmap()).
5390 Memory mapped areas contain a header:
5391 .sp 1
5393 int nch                      /*number of channels*/
5394 int size                     /*buffer size*/
5395 unsigned long long counter   /*Used to keep sync, updated every
5396                                time new data is exported.*/
5398 .sp 1
5399 The rest is payload (non-interleaved) 16 bit data.
5400 .PD 0
5401 .RSs
5402 .IPs <mmapped_file>
5403 file to map data to (default: ~/.mplayer/\:mplayer-af_export)
5404 .IPs <nsamples>
5405 number of samples per channel (default: 512)
5407 .sp 1
5409 .I EXAMPLE:
5411 .RSs
5412 .IPs "mplayer \-af export=/tmp/mplayer-af_export:1024 media.avi"
5413 Would export 1024 samples per channel to '/tmp/mplayer-af_export'.
5415 .PD 1
5418 .B extrastereo[=mul]
5419 (Linearly) increases the difference between left and right channels
5420 which adds some sort of "live" effect to playback.
5421 .PD 0
5422 .RSs
5423 .IPs <mul>
5424 Sets the difference coefficient (default: 2.5).
5425 0.0 means mono sound (average of both channels), with 1.0 sound will be
5426 unchanged, with \-1.0 left and right channels will be swapped.
5428 .PD 1
5431 .B volnorm[=method:target]
5432 Maximizes the volume without distorting the sound.
5433 .PD 0
5434 .RSs
5435 .IPs <method>
5436 Sets the used method.
5437 .RSss
5438 1: Use a single sample to smooth the variations via the standard
5439 weighted mean over past samples (default).
5441 2: Use several samples to smooth the variations via the standard
5442 weighted mean over past samples.
5443 .REss
5444 .IPs <target>
5445 Sets the target amplitude as a fraction of the maximum for the
5446 sample type (default: 0.25).
5448 .PD 1
5451 .B ladspa=file:label[:controls...]
5452 Load a LADSPA (Linux Audio Developer's Simple Plugin API) plugin.
5453 This filter is reentrant, so multiple LADSPA plugins can be used at once.
5454 .PD 0
5455 .RSs
5456 .IPs <file>
5457 Specifies the LADSPA plugin library file.
5458 If LADSPA_PATH is set, it searches for the specified file.
5459 If it is not set, you must supply a fully specified pathname.
5460 .IPs <label>
5461 Specifies the filter within the library.
5462 Some libraries contain only one filter, but others contain many of them.
5463 Entering 'help' here, will list all available filters within the specified
5464 library, which eliminates the use of 'listplugins' from the LADSPA SDK.
5465 .IPs <controls>
5466 Controls are zero or more floating point values that determine the
5467 behavior of the loaded plugin (for example delay, threshold or gain).
5468 In verbose mode (add \-v to the MPlayer command line), all available controls
5469 and their valid ranges are printed.
5470 This eliminates the use of 'analyseplugin' from the LADSPA SDK.
5472 .PD 1
5475 .B "comp\ \ \ "
5476 Compressor/expander filter usable for microphone input.
5477 Prevents artifacts on very loud sound and raises the volume on
5478 very low sound.
5479 This filter is untested, maybe even unusable.
5482 .B "gate\ \ \ "
5483 Noise gate filter similar to the comp audio filter.
5484 This filter is untested, maybe even unusable.
5487 .B karaoke
5488 Simple voice removal filter exploiting the fact that voice is
5489 usually recorded with mono gear and later 'center' mixed onto
5490 the final audio stream.
5491 Beware that this filter will turn your signal into mono.
5492 Works well for 2 channel tracks; do not bother trying it
5493 on anything but 2 channel stereo.
5496 .B scaletempo[=option1:option2:...]
5497 Scales audio tempo without altering pitch, optionally synced to playback
5498 speed (default).
5500 This works by playing \'stride\' ms of audio at normal speed then
5501 consuming \'stride*scale\' ms of input audio.
5502 It pieces the strides together by blending \'overlap\'% of stride with
5503 audio following the previous stride.
5504 It optionally performs a short statistical analysis on the next \'search\'
5505 ms of audio to determine the best overlap position.
5506 .PD 0
5507 .RSs
5508 .IPs scale=<amount>
5509 Nominal amount to scale tempo.
5510 Scales this amount in addition to speed.
5511 (default: 1.0)
5512 .IPs stride=<amount>
5513 Length in milliseconds to output each stride.
5514 Too high of value will cause noticable skips at high scale amounts and
5515 an echo at low scale amounts.
5516 Very low values will alter pitch.
5517 Increasing improves performance.
5518 (default: 60)
5519 .IPs overlap=<percent>
5520 Percentage of stride to overlap.
5521 Decreasing improves performance.
5522 (default: .20)
5523 .IPs search=<amount>
5524 Length in milliseconds to search for best overlap position.
5525 Decreasing improves performance greatly.
5526 On slow systems, you will probably want to set this very low.
5527 (default: 14)
5528 .IPs speed=<tempo|pitch|both|none>
5529 Set response to speed change.
5530 .RSss
5531 .IPs tempo
5532 Scale tempo in sync with speed (default).
5533 .IPs pitch
5534 Reverses effect of filter.
5535 Scales pitch without altering tempo.
5536 Add \'[ speed_mult 0.9438743126816935\' and \'] speed_mult 1.059463094352953\'
5537 to your input.conf to step by musical semi-tones.
5538 .I WARNING:
5539 Loses sync with video.
5540 .IPs both
5541 Scale both tempo and pitch.
5542 .IPs none
5543 Ignore speed changes.
5546 .sp 1
5548 .I EXAMPLE:
5550 .RSs
5551 .IPs "mplayer \-af scaletempo \-speed 1.2 media.ogg"
5552 Would playback media at 1.2x normal speed, with audio at normal pitch.
5553 Changing playback speed, would change audio tempo to match.
5554 .IPs "mplayer \-af scaletempo=scale=1.2:speed=none \-speed 1.2 media.ogg"
5555 Would playback media at 1.2x normal speed, with audio at normal pitch,
5556 but changing playback speed has no effect on audio tempo.
5557 .IPs "mplayer \-af scaletempo=stride=30:overlap=.50:search=10 media.ogg"
5558 Would tweak the quality and performace parameters.
5559 .IPs "mplayer \-af format=floatne,scaletempo media.ogg"
5560 Would make scaletempo use float code.
5561 Maybe faster on some platforms.
5562 .IPs "mplayer \-af scaletempo=scale=1.2:speed=pitch audio.ogg"
5563 Would playback audio file at 1.2x normal speed, with audio at normal pitch.
5564 Changing playback speed, would change pitch, leaving audio tempo at 1.2x.
5566 .PD 1
5569 .B "stats\ \ "
5570 Collects and prints statistics about the audio stream, especially the volume.
5571 These statistics are especially intended to help adjusting the volume while
5572 avoiding clipping.
5573 The volumes are printed in dB and compatible with the volume audio filter.
5577 .SH "VIDEO FILTERS"
5578 Video filters allow you to modify the video stream and its properties.
5579 The syntax is:
5582 .B \-vf <filter1[=parameter1:parameter2:...],filter2,...>
5583 Setup a chain of video filters.
5585 Many parameters are optional and set to default values if omitted.
5586 To explicitly use a default value set a parameter to '\-1'.
5587 Parameters w:h means width x height in pixels, x:y means x;y position counted
5588 from the upper left corner of the bigger image.
5590 .I NOTE:
5591 To get a full list of available video filters, see \-vf help.
5592 .sp 1
5593 Video filters are managed in lists.
5594 There are a few commands to manage the filter list.
5597 .B \-vf\-add <filter1[,filter2,...]>
5598 Appends the filters given as arguments to the filter list.
5601 .B \-vf\-pre <filter1[,filter2,...]>
5602 Prepends the filters given as arguments to the filter list.
5605 .B \-vf\-del <index1[,index2,...]>
5606 Deletes the filters at the given indexes.
5607 Index numbers start at 0, negative numbers address the end of the
5608 list (\-1 is the last).
5611 .B \-vf\-clr
5612 Completely empties the filter list.
5614 With filters that support it, you can access parameters by their name.
5617 .B \-vf <filter>=help
5618 Prints the parameter names and parameter value ranges for a particular
5619 filter.
5622 .B \-vf <filter=named_parameter1=value1[:named_parameter2=value2:...]>
5623 Sets a named parameter to the given value.
5624 Use on and off or yes and no to set flag parameters.
5626 Available filters are:
5629 .B crop[=w:h:x:y]
5630 Crops the given part of the image and discards the rest.
5631 Useful to remove black bands from widescreen movies.
5632 .PD 0
5633 .RSs
5634 .IPs <w>,<h>
5635 Cropped width and height, defaults to original width and height.
5636 .IPs <x>,<y>
5637 Position of the cropped picture, defaults to center.
5639 .PD 1
5642 .B cropdetect[=limit:round]
5643 Calculates necessary cropping parameters and prints the recommended parameters
5644 to stdout.
5645 .PD 0
5646 .RSs
5647 .IPs <limit>
5648 Threshold, which can be optionally specified from nothing (0) to
5649 everything (255) (default: 24).
5651 .IPs <round>
5652 Value which the width/\:height should be divisible by (default: 16).
5653 The offset is automatically adjusted to center the video.
5654 Use 2 to get only even dimensions (needed for 4:2:2 video).
5655 16 is best when encoding to most video codecs.
5657 .PD 1
5660 .B rectangle[=w:h:x:y]
5661 Draws a rectangle of the requested width and height at the specified
5662 coordinates over the image and prints current rectangle parameters
5663 to the console.
5664 This can be used to find optimal cropping parameters.
5665 If you bind the input.conf directive 'change_rectangle' to keystrokes,
5666 you can move and resize the rectangle on the fly.
5667 .PD 0
5668 .RSs
5669 .IPs <w>,<h>
5670 width and height (default: \-1, maximum possible width where boundaries
5671 are still visible.)
5672 .IPs <x>,<y>
5673 top left corner position (default: \-1, uppermost leftmost)
5675 .PD 1
5678 .B expand[=w:h:x:y:o:a:r]
5679 Expands (not scales) movie resolution to the given value and places the
5680 unscaled original at coordinates x, y.
5681 Can be used for placing subtitles/\:OSD in the resulting black bands.
5682 .RSs
5683 .IPs <w>,<h>
5684 Expanded width,height (default: original width,height).
5685 Negative values for w and h are treated as offsets to the original size.
5686 .sp 1
5687 .I EXAMPLE:
5688 .PD 0
5689 .RSs
5690 .IP expand=0:\-50:0:0
5691 Adds a 50 pixel border to the bottom of the picture.
5693 .PD 1
5694 .IPs <x>,<y>
5695 position of original image on the expanded image (default: center)
5696 .IPs "<o>\ \ "
5697 OSD/\:subtitle rendering
5698 .RSss
5699 0: disable (default)
5701 1: enable
5702 .REss
5703 .IPs "<a>\ \ "
5704 Expands to fit an aspect instead of a resolution (default: 0).
5705 .sp 1
5706 .I EXAMPLE:
5707 .PD 0
5708 .RSs
5709 .IP expand=800:::::4/3
5710 Expands to 800x600, unless the source is higher resolution, in which
5711 case it expands to fill a 4/3 aspect.
5713 .PD 1
5714 .IPs "<r>\ \ "
5715 Rounds up to make both width and height divisible by <r> (default: 1).
5719 .B flip (also see \-flip)
5720 Flips the image upside down.
5723 .B "mirror\ "
5724 Mirrors the image on the Y axis.
5727 .B rotate[=<0\-7>]
5728 Rotates the image by 90 degrees and optionally flips it.
5729 For values between 4\-7 rotation is only done if the movie geometry is
5730 portrait and not landscape.
5731 .RSs
5732 .IPs 0
5733 Rotate by 90 degrees clockwise and flip (default).
5734 .IPs 1
5735 Rotate by 90 degrees clockwise.
5736 .IPs 2
5737 Rotate by 90 degrees counterclockwise.
5738 .IPs 3
5739 Rotate by 90 degrees counterclockwise and flip.
5743 .B scale[=w:h[:ilaced[:chr_drop[:par[:par2[:presize[:noup[:arnd]]]]]]]]
5744 Scales the image with the software scaler (slow) and performs a YUV<\->RGB
5745 colorspace conversion (also see \-sws).
5746 .RSs
5747 .IPs <w>,<h>
5748 scaled width/\:height (default: original width/\:height)
5750 .I NOTE:
5751 If \-zoom is used, and underlying filters (including libvo) are
5752 incapable of scaling, it defaults to d_width/\:d_height!
5753 .RSss
5754  0:   scaled d_width/\:d_height
5756 \-1:   original width/\:height
5758 \-2:   Calculate w/h using the other dimension and the prescaled aspect ratio.
5760 \-3:   Calculate w/h using the other dimension and the original aspect ratio.
5762 \-(n+8): Like \-n above, but rounding the dimension to the closest multiple of 16.
5763 .REss
5764 .IPs <ilaced>
5765 Toggle interlaced scaling.
5766 .RSss
5767 0: off (default)
5769 1: on
5770 .REss
5771 .IPs <chr_drop>
5772 chroma skipping
5773 .RSss
5774 0: Use all available input lines for chroma.
5776 1: Use only every 2. input line for chroma.
5778 2: Use only every 4. input line for chroma.
5780 3: Use only every 8. input line for chroma.
5781 .REss
5782 .IPs "<par>[:<par2>] (also see \-sws)"
5783 Set some scaling parameters depending on the type of scaler selected
5784 with \-sws.
5785 .RSss
5786 \-sws 2 (bicubic):  B (blurring) and C (ringing)
5788 0.00:0.60 default
5790 0.00:0.75 VirtualDub's "precise bicubic"
5792 0.00:0.50 Catmull-Rom spline
5794 0.33:0.33 Mitchell-Netravali spline
5796 1.00:0.00 cubic B-spline
5798 \-sws 7 (gaussian): sharpness (0 (soft) \- 100 (sharp))
5800 \-sws 9 (lanczos):  filter length (1\-10)
5801 .REss
5802 .IPs <presize>
5803 Scale to preset sizes.
5804 .RSss
5805 qntsc:   352x240 (NTSC quarter screen)
5807 qpal:    352x288 (PAL quarter screen)
5809 ntsc:    720x480 (standard NTSC)
5811 pal:     720x576 (standard PAL)
5813 sntsc:   640x480 (square pixel NTSC)
5815 spal:    768x576 (square pixel PAL)
5816 .REss
5817 .IPs <noup>
5818 Disallow upscaling past the original dimensions.
5819 .RSss
5820 0: Allow upscaling (default).
5822 1: Disallow upscaling if one dimension exceeds its original value.
5824 2: Disallow upscaling if both dimensions exceed their original values.
5825 .REss
5826 .IPs <arnd>
5827 Accurate rounding for the vertical scaler, which may be faster
5828 or slower than the default rounding.
5829 .RSss
5830 0: Disable accurate rounding (default).
5832 1: Enable accurate rounding.
5833 .REss
5837 .B dsize[=aspect|w:h:aspect-method:r]
5838 Changes the intended display size/\:aspect at an arbitrary point in the
5839 filter chain.
5840 Aspect can be given as a fraction (4/3) or floating point number
5841 (1.33).
5842 Alternatively, you may specify the exact display width and height
5843 desired.
5844 Note that this filter does
5845 .B not
5846 do any scaling itself; it just affects
5847 what later scalers (software or hardware) will do when auto-scaling to
5848 correct aspect.
5849 .RSs
5850 .IPs <w>,<h>
5851 New display width and height.
5852 Can also be these special values:
5853 .RSss
5854  0:   original display width and height
5856 \-1:   original video width and height (default)
5858 \-2:   Calculate w/h using the other dimension and the original display
5859 aspect ratio.
5861 \-3:   Calculate w/h using the other dimension and the original video
5862 aspect ratio.
5863 .REss
5864 .sp 1
5865 .I EXAMPLE:
5866 .PD 0
5867 .RSs
5868 .IP dsize=800:\-2
5869 Specifies a display resolution of 800x600 for a 4/3 aspect video, or
5870 800x450 for a 16/9 aspect video.
5872 .IPs <aspect-method>
5873 Modifies width and height according to original aspect ratios.
5874 .RSss
5875 \-1: Ignore original aspect ratio (default).
5877  0: Keep display aspect ratio by using <w> and <h> as maximum
5878 resolution.
5880  1: Keep display aspect ratio by using <w> and <h> as minimum
5881 resolution.
5883  2: Keep video aspect ratio by using <w> and <h> as maximum
5884 resolution.
5886  3: Keep video aspect ratio by using <w> and <h> as minimum
5887 resolution.
5888 .REss
5889 .sp 1
5890 .I EXAMPLE:
5891 .PD 0
5892 .RSs
5893 .IP dsize=800:600:0
5894 Specifies a display resolution of at most 800x600, or smaller, in order
5895 to keep aspect.
5897 .PD 1
5898 .IPs "<r>\ \ "
5899 Rounds up to make both width and height divisible by <r> (default: 1).
5903 .B "yuy2\ \ \ "
5904 Forces software YV12/\:I420/\:422P to YUY2 conversion.
5905 Useful for video cards/\:drivers with slow YV12 but fast YUY2 support.
5908 .B "yvu9\ \ \ "
5909 Forces software YVU9 to YV12 colorspace conversion.
5910 Deprecated in favor of the software scaler.
5913 .B "yuvcsp\ "
5914 Clamps YUV color values to the CCIR 601 range without doing real conversion.
5917 .B rgb2bgr[=swap]
5918 RGB 24/32 <\-> BGR 24/32 colorspace conversion.
5919 .PD 0
5920 .RSs
5921 .IPs "swap\ "
5922 Also perform  R <\-> B swapping.
5924 .PD 1
5927 .B palette
5928 RGB/BGR 8 \-> 15/16/24/32bpp colorspace conversion using palette.
5931 .B format[=fourcc]
5932 Restricts the colorspace for the next filter without doing any conversion.
5933 Use together with the scale filter for a real conversion.
5935 .I NOTE:
5936 For a list of available formats see format=fmt=help.
5937 .PD 0
5938 .RSs
5939 .IPs <fourcc>
5940 format name like rgb15, bgr24, yv12, etc (default: yuy2)
5942 .PD 1
5945 .B noformat[=fourcc]
5946 Restricts the colorspace for the next filter without doing any conversion.
5947 Unlike the format filter, this will allow any colorspace
5948 .B except
5949 the one you specify.
5951 .I NOTE:
5952 For a list of available formats see noformat=fmt=help.
5953 .PD 0
5954 .RSs
5955 .IPs <fourcc>
5956 format name like rgb15, bgr24, yv12, etc (default: yv12)
5958 .PD 1
5961 .B pp[=filter1[:option1[:option2...]]/[\-]filter2...] (also see \-pphelp)
5962 Enables the specified chain of postprocessing subfilters.
5963 Subfilters must be separated by '/' and can be disabled by
5964 prepending a '\-'.
5965 Each subfilter and some options have a short and a long name that can be
5966 used interchangeably, i.e.\& dr/dering are the same.
5967 All subfilters share common options to determine their scope:
5968 .PD 0
5969 .RSs
5970 .IPs a/autoq
5971 Automatically switch the subfilter off if the CPU is too slow.
5972 .IPs c/chrom
5973 Do chrominance filtering, too (default).
5974 .IPs y/nochrom
5975 Do luminance filtering only (no chrominance).
5976 .IPs n/noluma
5977 Do chrominance filtering only (no luminance).
5979 .PD 1
5980 .sp 1
5983 .I NOTE:
5984 \-pphelp shows a list of available subfilters.
5985 .sp 1
5986 Available subfilters are
5988 .RSs
5989 .IPs hb/hdeblock[:difference[:flatness]]
5990 horizontal deblocking filter
5991 .RSss
5992 <difference>: Difference factor where higher values mean
5993 more deblocking (default: 32).
5995 <flatness>: Flatness threshold where lower values mean
5996 more deblocking (default: 39).
5997 .REss
5998 .IPs vb/vdeblock[:difference[:flatness]]
5999 vertical deblocking filter
6000 .RSss
6001 <difference>: Difference factor where higher values mean
6002 more deblocking (default: 32).
6004 <flatness>: Flatness threshold where lower values mean
6005 more deblocking (default: 39).
6006 .REss
6007 .IPs ha/hadeblock[:difference[:flatness]]
6008 accurate horizontal deblocking filter
6009 .RSss
6010 <difference>: Difference factor where higher values mean
6011 more deblocking (default: 32).
6013 <flatness>: Flatness threshold where lower values mean
6014 more deblocking (default: 39).
6015 .REss
6016 .IPs va/vadeblock[:difference[:flatness]]
6017 accurate vertical deblocking filter
6018 .RSss
6019 <difference>: Difference factor where higher values mean
6020 more deblocking (default: 32).
6022 <flatness>: Flatness threshold where lower values mean
6023 more deblocking (default: 39).
6024 .REss
6025 .sp 1
6026 The horizontal and vertical deblocking filters share the
6027 difference and flatness values so you cannot set
6028 different horizontal and vertical thresholds.
6029 .sp 1
6030 .IPs h1/x1hdeblock
6031 experimental horizontal deblocking filter
6032 .IPs v1/x1vdeblock
6033 experimental vertical deblocking filter
6034 .IPs dr/dering
6035 deringing filter
6036 .IPs tn/tmpnoise[:threshold1[:threshold2[:threshold3]]]
6037 temporal noise reducer
6038 .RSss
6039 <threshold1>: larger -> stronger filtering
6041 <threshold2>: larger -> stronger filtering
6043 <threshold3>: larger -> stronger filtering
6044 .REss
6045 .IPs al/autolevels[:f/fullyrange]
6046 automatic brightness / contrast correction
6047 .RSss
6048 f/fullyrange: Stretch luminance to (0\-255).
6049 .REss
6050 .IPs lb/linblenddeint
6051 Linear blend deinterlacing filter that deinterlaces the given block
6052 by filtering all lines with a (1 2 1) filter.
6053 .IPs li/linipoldeint
6054 Linear interpolating deinterlacing filter that deinterlaces the given block
6055 by linearly interpolating every second line.
6056 .IPs ci/cubicipoldeint
6057 Cubic interpolating deinterlacing filter deinterlaces the given block
6058 by cubically interpolating every second line.
6059 .IPs md/mediandeint
6060 Median deinterlacing filter that deinterlaces the given block
6061 by applying a median filter to every second line.
6062 .IPs fd/ffmpegdeint
6063 FFmpeg deinterlacing filter that deinterlaces the given block
6064 by filtering every second line with a (\-1 4 2 4 \-1) filter.
6065 .IPs l5/lowpass5
6066 Vertically applied FIR lowpass deinterlacing filter that deinterlaces
6067 the given block by filtering all lines with a (\-1 2 6 2 \-1) filter.
6068 .IPs fq/forceQuant[:quantizer]
6069 Overrides the quantizer table from the input with the constant
6070 quantizer you specify.
6071 .RSss
6072 <quantizer>: quantizer to use
6073 .REss
6074 .IPs de/default
6075 default pp filter combination (hb:a,vb:a,dr:a)
6076 .IPs fa/fast
6077 fast pp filter combination (h1:a,v1:a,dr:a)
6078 .IPs "ac\ \ \ "
6079 high quality pp filter combination (ha:a:128:7,va:a,dr:a)
6082 .sp 1
6083 .I EXAMPLE:
6085 .PD 0
6086 .RSs
6087 .IPs "\-vf pp=hb/vb/dr/al"
6088 horizontal and vertical deblocking, deringing and automatic
6089 brightness/\:contrast
6090 .IPs "\-vf pp=de/\-al"
6091 default filters without brightness/\:contrast correction
6092 .IPs "\-vf pp=default/tmpnoise:1:2:3"
6093 Enable default filters & temporal denoiser.
6094 .IPs "\-vf pp=hb:y/vb:a"
6095 Horizontal deblocking on luminance only, and switch vertical deblocking
6096 on or off automatically depending on available CPU time.
6098 .PD 1
6101 .B spp[=quality[:qp[:mode]]]
6102 Simple postprocessing filter that compresses and decompresses the
6103 image at several (or \- in the case of quality level 6 \- all)
6104 shifts and averages the results.
6105 .RSs
6106 .IPs <quality>
6107 0\-6 (default: 3)
6108 .IPs "<qp>\ "
6109 Force quantization parameter (default: 0, use QP from video).
6110 .IPs <mode>
6111 0: hard thresholding (default)
6113 1: soft thresholding (better deringing, but blurrier)
6115 4: like 0, but also use B-frames' QP (may cause flicker)
6117 5: like 1, but also use B-frames' QP (may cause flicker)
6121 .B uspp[=quality[:qp]]
6122 Ultra simple & slow postprocessing filter that compresses and
6123 decompresses the image at several (or \- in the case of quality
6124 level 8 \- all) shifts and averages the results.
6125 The way this differs from the behavior of spp is that uspp actually
6126 encodes & decodes each case with libavcodec Snow, whereas spp uses
6127 a simplified intra only 8x8 DCT similar to MJPEG.
6128 .RSs
6129 .IPs <quality>
6130 0\-8 (default: 3)
6131 .IPs "<qp>\ "
6132 Force quantization parameter (default: 0, use QP from video).
6136 .B fspp[=quality[:qp[:strength[:bframes]]]]
6137 faster version of the simple postprocessing filter
6138 .RSs
6139 .IPs <quality>
6140 4\-5 (equivalent to spp; default: 4)
6141 .IPs "<qp>\ "
6142 Force quantization parameter (default: 0, use QP from video).
6143 .IPs <\-15\-32>
6144 Filter strength, lower values mean more details but also more artifacts,
6145 while higher values make the image smoother but also blurrier (default:
6146 0 \- PSNR optimal).
6147 .IPs <bframes>
6148 0: do not use QP from B-frames (default)
6150 1: use QP from B-frames too (may cause flicker)
6154 .B pp7[=qp[:mode]]
6155 Variant of the spp filter, similar to spp=6 with 7 point DCT where
6156 only the center sample is used after IDCT.
6157 .RSs
6158 .IPs "<qp>\ "
6159 Force quantization parameter (default: 0, use QP from video).
6160 .IPs <mode>
6161 0: hard thresholding
6163 1: soft thresholding (better deringing, but blurrier)
6165 2: medium thresholding (default, good results)
6169 .B qp=equation
6170 quantization parameter (QP) change filter
6171 .RSs
6172 .IPs <equation>
6173 some equation like "2+2*sin(PI*qp)"
6177 .B geq=equation
6178 generic equation change filter
6179 .RSs
6180 .IPs <equation>
6181 Some equation, e.g.\&  'p(W-X\\,Y)' to flip the image horizontally.
6182 You can use whitespace to make the equation more readable.
6183 There are a couple of constants that can be used in the equation:
6184 .RSss
6185 PI: the number pi
6187 E: the number e
6189 X / Y: the coordinates of the current sample
6191 W / H: width and height of the image
6193 SW / SH: width/height scale depending on the currently filtered plane, e.g.\&
6194 1,1 and 0.5,0.5 for YUV 4:2:0.
6196 p(x,y): returns the value of the pixel at location x/y of the current plane.
6197 .REss
6201 .B "test\ \ \ "
6202 Generate various test patterns.
6205 .B rgbtest[=width:height]
6206 Generate an RGB test pattern useful for detecting RGB vs BGR issues.
6207 You should see a red, green and blue stripe from top to bottom.
6208 .RSs
6209 .IPs <width>
6210 Desired width of generated image (default: 0).
6211 0 means width of input image.
6213 .IPs <height>
6214 Desired height of generated image (default: 0).
6215 0 means height of input image.
6219 .B lavc[=quality:fps]
6220 Fast software YV12 to MPEG-1 conversion with libavcodec for use with DVB/\:DXR3/\:IVTV/\:V4L2.
6221 .RSs
6222 .IPs <quality>
6223 1\-31: fixed qscale
6225 32\-:  fixed bitrate in kbits
6226 .IPs <fps>
6227 force output fps (float value) (default: 0, autodetect based on height)
6231 .B dvbscale[=aspect]
6232 Set up optimal scaling for DVB cards, scaling the x axis in hardware and
6233 calculating the y axis scaling in software to keep aspect.
6234 Only useful together with expand and scale.
6235 .RSs
6236 .IPs <aspect>
6237 Control aspect ratio, calculate as DVB_HEIGHT*ASPECTRATIO (default:
6238 576*4/3=768), set it to 576*(16/9)=1024 for a 16:9 TV.
6240 .sp 1
6242 .I EXAMPLE:
6244 .PD 0
6245 .RSs
6246 .IPs "\-vf dvbscale,scale=\-1:0,expand=\-1:576:\-1:\-1:1,lavc"
6247 FIXME: Explain what this does.
6249 .PD 1
6252 .B noise[=luma[u][t|a][h][p]:chroma[u][t|a][h][p]]
6253 Adds noise.
6254 .PD 0
6255 .RSs
6256 .IPs <0\-100>
6257 luma noise
6258 .IPs <0\-100>
6259 chroma noise
6260 .IPs u
6261 uniform noise (gaussian otherwise)
6262 .IPs t
6263 temporal noise (noise pattern changes between frames)
6264 .IPs a
6265 averaged temporal noise (smoother, but a lot slower)
6266 .IPs h
6267 high quality (slightly better looking, slightly slower)
6268 .IPs p
6269 mix random noise with a (semi)regular pattern
6271 .PD 1
6274 .B denoise3d[=luma_spatial:chroma_spatial:luma_tmp:chroma_tmp]
6275 This filter aims to reduce image noise producing smooth images and making still
6276 images really still (This should enhance compressibility.).
6277 .PD 0
6278 .RSs
6279 .IPs <luma_spatial>
6280 spatial luma strength (default: 4)
6281 .IPs <chroma_spatial>
6282 spatial chroma strength (default: 3)
6283 .IPs <luma_tmp>
6284 luma temporal strength (default: 6)
6285 .IPs <chroma_tmp>
6286 chroma temporal strength (default: luma_tmp*chroma_spatial/luma_spatial)
6288 .PD 1
6291 .B hqdn3d[=luma_spatial:chroma_spatial:luma_tmp:chroma_tmp]
6292 High precision/\:quality version of the denoise3d filter.
6293 Parameters and usage are the same.
6296 .B ow[=depth[:luma_strength[:chroma_strength]]]
6297 Overcomplete Wavelet denoiser.
6298 .PD 0
6299 .RSs
6300 .IPs <depth>
6301 Larger depth values will denoise lower frequency components more, but
6302 slow down filtering (default: 8).
6303 .IPs <luma_strength>
6304 luma strength (default: 1.0)
6305 .IPs <chroma_strength>
6306 chroma strength (default: 1.0)
6308 .PD 1
6311 .B eq[=brightness:contrast] (OBSOLETE)
6312 Software equalizer with interactive controls just like the hardware
6313 equalizer, for cards/\:drivers that do not support brightness and
6314 contrast controls in hardware.
6315 Might also be useful with MEncoder, either for fixing poorly captured
6316 movies, or for slightly reducing contrast to mask artifacts and get by
6317 with lower bitrates.
6318 .PD 0
6319 .RSs
6320 .IPs <\-100\-100>
6321 initial brightness
6322 .IPs <\-100\-100>
6323 initial contrast
6325 .PD 1
6328 .B eq2[=gamma:contrast:brightness:saturation:rg:gg:bg:weight]
6329 Alternative software equalizer that uses lookup tables (very slow),
6330 allowing gamma correction in addition to simple brightness
6331 and contrast adjustment.
6332 Note that it uses the same MMX optimized code as \-vf eq if all
6333 gamma values are 1.0.
6334 The parameters are given as floating point values.
6335 .PD 0
6336 .RSs
6337 .IPs <0.1\-10>
6338 initial gamma value (default: 1.0)
6339 .IPs <\-2\-2>
6340 initial contrast, where negative values result in a
6341 negative image (default: 1.0)
6342 .IPs <\-1\-1>
6343 initial brightness (default: 0.0)
6344 .IPs <0\-3>
6345 initial saturation (default: 1.0)
6346 .IPs <0.1\-10>
6347 gamma value for the red component (default: 1.0)
6348 .IPs <0.1\-10>
6349 gamma value for the green component (default: 1.0)
6350 .IPs <0.1\-10>
6351 gamma value for the blue component (default: 1.0)
6352 .IPs <0\-1>
6353 The weight parameter can be used to reduce the effect of a high gamma value on
6354 bright image areas, e.g.\& keep them from getting overamplified and just plain
6355 white.
6356 A value of 0.0 turns the gamma correction all the way down while 1.0 leaves it
6357 at its full strength (default: 1.0).
6359 .PD 1
6362 .B hue[=hue:saturation]
6363 Software equalizer with interactive controls just like the hardware
6364 equalizer, for cards/\:drivers that do not support hue and
6365 saturation controls in hardware.
6366 .PD 0
6367 .RSs
6368 .IPs <\-180\-180>
6369 initial hue (default: 0.0)
6370 .IPs <\-100\-100>
6371 initial saturation, where negative values result
6372 in a negative chroma (default: 1.0)
6374 .PD 1
6377 .B halfpack[=f]
6378 Convert planar YUV 4:2:0 to half-height packed 4:2:2, downsampling luma but
6379 keeping all chroma samples.
6380 Useful for output to low-resolution display devices when hardware downscaling
6381 is poor quality or is not available.
6382 Can also be used as a primitive luma-only deinterlacer with very low CPU
6383 usage.
6384 .PD 0
6385 .RSs
6386 .IPs "<f>\ \ "
6387 By default, halfpack averages pairs of lines when downsampling.
6388 Any value different from 0 or 1 gives the default (averaging) behavior.
6389 .RSss
6390 0: Only use even lines when downsampling.
6392 1: Only use odd lines when downsampling.
6393 .REss
6395 .PD 1
6398 .B ilpack[=mode]
6399 When interlaced video is stored in YUV 4:2:0 formats, chroma
6400 interlacing does not line up properly due to vertical downsampling of
6401 the chroma channels.
6402 This filter packs the planar 4:2:0 data into YUY2 (4:2:2) format with
6403 the chroma lines in their proper locations, so that in any given
6404 scanline, the luma and chroma data both come from the same field.
6405 .PD 0
6406 .RSs
6407 .IPs <mode>
6408 Select the sampling mode.
6409 .RSss
6410 0: nearest-neighbor sampling, fast but incorrect
6412 1: linear interpolation (default)
6413 .REss
6415 .PD 1
6418 .B harddup
6419 Only useful with MEncoder.
6420 If harddup is used when encoding, it will force duplicate frames to be
6421 encoded in the output.
6422 This uses slightly more space, but is necessary for output to MPEG
6423 files or if you plan to demux and remux the video stream after
6424 encoding.
6425 Should be placed at or near the end of the filter chain unless you
6426 have a good reason to do otherwise.
6429 .B softskip
6430 Only useful with MEncoder.
6431 Softskip moves the frame skipping (dropping) step of encoding from
6432 before the filter chain to some point during the filter chain.
6433 This allows filters which need to see all frames (inverse telecine,
6434 temporal denoising, etc.) to function properly.
6435 Should be placed after the filters which need to see all frames and
6436 before any subsequent filters that are CPU-intensive.
6439 .B decimate[=max:hi:lo:frac]
6440 Drops frames that do not differ greatly from the previous frame in
6441 order to reduce framerate.
6442 The main use of this filter is for very-low-bitrate encoding (e.g.\&
6443 streaming over dialup modem), but it could in theory be used for
6444 fixing movies that were inverse-telecined incorrectly.
6445 .PD 0
6446 .RSs
6447 .IPs <max>
6448 Sets the maximum number of consecutive frames which can be
6449 dropped (if positive), or the minimum interval between
6450 dropped frames (if negative).
6451 .IPs <hi>,<lo>,<frac>
6452 A frame is a candidate for dropping if no 8x8 region differs by more
6453 than a threshold of <hi>, and if not more than <frac> portion (1
6454 meaning the whole image) differs by more than a threshold of <lo>.
6455 Values of <hi> and <lo> are for 8x8 pixel blocks and represent actual
6456 pixel value differences, so a threshold of 64 corresponds to 1 unit of
6457 difference for each pixel, or the same spread out differently over the
6458 block.
6460 .PD 1
6463 .B dint[=sense:level]
6464 The drop-deinterlace (dint) filter detects and drops the first from a set
6465 of interlaced video frames.
6466 .PD 0
6467 .RSs
6468 .IPs <0.0\-1.0>
6469 relative difference between neighboring pixels (default: 0.1)
6470 .IPs <0.0\-1.0>
6471 What part of the image has to be detected as interlaced to
6472 drop the frame (default: 0.15).
6474 .PD 1
6477 .B lavcdeint (OBSOLETE)
6478 FFmpeg deinterlacing filter, same as \-vf pp=fd
6481 .B kerndeint[=thresh[:map[:order[:sharp[:twoway]]]]]
6482 Donald Graft's adaptive kernel deinterlacer.
6483 Deinterlaces parts of a video if a configurable threshold is exceeded.
6484 .PD 0
6485 .RSs
6486 .IPs <0\-255>
6487 threshold (default: 10)
6488 .IPs <map>
6489 .RSss
6490 0: Ignore pixels exceeding the threshold (default).
6492 1: Paint pixels exceeding the threshold white.
6493 .REss
6494 .IPs <order>
6495 .RSss
6496 0: Leave fields alone (default).
6498 1: Swap fields.
6499 .REss
6500 .IPs <sharp>
6501 .RSss
6502 0: Disable additional sharpening (default).
6504 1: Enable additional sharpening.
6505 .REss
6506 .IPs <twoway>
6507 .RSss
6508 0: Disable twoway sharpening (default).
6510 1: Enable twoway sharpening.
6511 .REss
6513 .PD 1
6516 .B unsharp[=l|cWxH:amount[:l|cWxH:amount]]
6517 unsharp mask / gaussian blur
6518 .RSs
6519 .IPs "l\ \ \ \ "
6520 Apply effect on luma component.
6521 .IPs "c\ \ \ \ "
6522 Apply effect on chroma components.
6523 .IPs <width>x<height>
6524 width and height of the matrix, odd sized in both directions
6525 (min = 3x3, max = 13x11 or 11x13, usually something between 3x3 and 7x7)
6526 .IPs amount
6527 Relative amount of sharpness/\:blur to add to the image
6528 (a sane range should be \-1.5\-1.5).
6529 .RSss
6530 <0: blur
6532 >0: sharpen
6533 .REss
6537 .B "swapuv\ "
6538 Swap U & V plane.
6541 .B il[=d|i][s][:[d|i][s]]
6542 (De)interleaves lines.
6543 The goal of this filter is to add the ability to process interlaced images
6544 pre-field without deinterlacing them.
6545 You can filter your interlaced DVD and play it on a TV without breaking the
6546 interlacing.
6547 While deinterlacing (with the postprocessing filter) removes interlacing
6548 permanently (by smoothing, averaging, etc) deinterleaving splits the frame into
6549 2 fields (so called half pictures), so you can process (filter) them
6550 independently and then re-interleave them.
6551 .PD 0
6552 .RSs
6553 .IPs d
6554 deinterleave (placing one above the other)
6555 .IPs i
6556 interleave
6557 .IPs s
6558 swap fields (exchange even & odd lines)
6560 .PD 1
6563 .B fil[=i|d]
6564 (De)interleaves lines.
6565 This filter is very similar to the il filter but much faster, the main
6566 disadvantage is that it does not always work.
6567 Especially if combined with other filters it may produce randomly messed
6568 up images, so be happy if it works but do not complain if it does not for
6569 your combination of filters.
6570 .PD 0
6571 .RSs
6572 .IPs d
6573 Deinterleave fields, placing them side by side.
6574 .IPs i
6575 Interleave fields again (reversing the effect of fil=d).
6577 .PD 1
6580 .B field[=n]
6581 Extracts a single field from an interlaced image using stride arithmetic
6582 to avoid wasting CPU time.
6583 The optional argument n specifies whether to extract the even or the odd
6584 field (depending on whether n is even or odd).
6587 .B detc[=var1=value1:var2=value2:...]
6588 Attempts to reverse the 'telecine' process to recover a clean,
6589 non-interlaced stream at film framerate.
6590 This was the first and most primitive inverse telecine filter to be
6591 added to MPlayer/\:MEncoder.
6592 It works by latching onto the telecine 3:2 pattern and following it as
6593 long as possible.
6594 This makes it suitable for perfectly-telecined material, even in the
6595 presence of a fair degree of noise, but it will fail in the presence
6596 of complex post-telecine edits.
6597 Development on this filter is no longer taking place, as ivtc, pullup,
6598 and filmdint are better for most applications.
6599 The following arguments (see syntax above) may be used to control
6600 detc's behavior:
6601 .RSs
6602 .IPs "<dr>\ "
6603 Set the frame dropping mode.
6604 .RSss
6605 0: Do not drop frames to maintain fixed output framerate (default).
6607 1: Always drop a frame when there have been no drops or telecine
6608 merges in the past 5 frames.
6610 2: Always maintain exact 5:4 input to output frame ratio.
6612 .I NOTE:
6613 Use mode 1 or 2 with MEncoder.
6614 .REss
6615 .IPs "<am>\ "
6616 Analysis mode.
6617 .RSss
6618 0: Fixed pattern with initial frame number specified by <fr>.
6620 1: aggressive search for telecine pattern (default)
6621 .REss
6622 .IPs "<fr>\ "
6623 Set initial frame number in sequence.
6624 0\-2 are the three clean progressive frames; 3 and 4 are the two
6625 interlaced frames.
6626 The default, \-1, means 'not in telecine sequence'.
6627 The number specified here is the type for the imaginary previous
6628 frame before the movie starts.
6629 .IPs "<t0>, <t1>, <t2>, <t3>"
6630 Threshold values to be used in certain modes.
6634 .B ivtc[=1]
6635 Experimental 'stateless' inverse telecine filter.
6636 Rather than trying to lock on to a pattern like the detc filter does,
6637 ivtc makes its decisions independently for each frame.
6638 This will give much better results for material that has undergone
6639 heavy editing after telecine was applied, but as a result it is not as
6640 forgiving of noisy input, for example TV capture.
6641 The optional parameter (ivtc=1) corresponds to the dr=1 option for the
6642 detc filter, and should be used with MEncoder but not with MPlayer.
6643 As with detc, you must specify the correct output framerate (\-ofps
6644 24000/1001) when using MEncoder.
6645 Further development on ivtc has stopped, as the pullup and filmdint
6646 filters appear to be much more accurate.
6649 .B pullup[=jl:jr:jt:jb:sb:mp]
6650 Third-generation pulldown reversal (inverse telecine) filter,
6651 capable of handling mixed hard-telecine, 24000/1001 fps progressive, and 30000/1001
6652 fps progressive content.
6653 The pullup filter is designed to be much more robust than detc or
6654 ivtc, by taking advantage of future context in making its decisions.
6655 Like ivtc, pullup is stateless in the sense that it does not lock onto
6656 a pattern to follow, but it instead looks forward to the following
6657 fields in order to identify matches and rebuild progressive frames.
6658 It is still under development, but believed to be quite accurate.
6659 .RSs
6660 .IPs "jl, jr, jt, and jb"
6661 These options set the amount of "junk" to ignore at
6662 the left, right, top, and bottom of the image, respectively.
6663 Left/\:right are in units of 8 pixels, while top/\:bottom are in units of
6664 2 lines.
6665 The default is 8 pixels on each side.
6667 .IPs "sb (strict breaks)"
6668 Setting this option to 1 will reduce the chances of
6669 pullup generating an occasional mismatched frame, but it may also
6670 cause an excessive number of frames to be dropped during high motion
6671 sequences.
6672 Conversely, setting it to \-1 will make pullup match fields more
6673 easily.
6674 This may help processing of video where there is slight blurring
6675 between the fields, but may also cause there to be interlaced frames
6676 in the output.
6678 .IPs "mp (metric plane)"
6679 This option may be set to 1 or 2 to use a chroma
6680 plane instead of the luma plane for doing pullup's computations.
6681 This may improve accuracy on very clean source material, but more
6682 likely will decrease accuracy, especially if there is chroma noise
6683 (rainbow effect) or any grayscale video.
6684 The main purpose of setting mp to a chroma plane is to reduce CPU load
6685 and make pullup usable in realtime on slow machines.
6686 .REss
6688 .sp 1
6689 .I NOTE:
6690 Always follow pullup with the softskip filter when encoding to ensure
6691 that pullup is able to see each frame.
6692 Failure to do so will lead to incorrect output and will usually crash,
6693 due to design limitations in the codec/\:filter layer.
6694 .REss
6697 .B filmdint[=options]
6698 Inverse telecine filter, similar to the pullup filter above.
6699 It is designed to handle any pulldown pattern, including mixed soft and
6700 hard telecine and limited support for movies that are slowed down or sped
6701 up from their original framerate for TV.
6702 Only the luma plane is used to find the frame breaks.
6703 If a field has no match, it is deinterlaced with simple linear
6704 approximation.
6705 If the source is MPEG-2, this must be the first filter to allow
6706 access to the field-flags set by the MPEG-2 decoder.
6707 Depending on the source MPEG, you may be fine ignoring this advice, as
6708 long as you do not see lots of "Bottom-first field" warnings.
6709 With no options it does normal inverse telecine, and should be used
6710 together with mencoder \-fps 30000/1001 \-ofps 24000/1001.
6711 When this filter is used with MPlayer, it will result in an uneven
6712 framerate during playback, but it is still generally better than using
6713 pp=lb or no deinterlacing at all.
6714 Multiple options can be specified separated by /.
6715 .RSs
6716 .IPs crop=<w>:<h>:<x>:<y>
6717 Just like the crop filter, but faster, and works on mixed hard and soft
6718 telecined content as well as when y is not a multiple of 4.
6719 If x or y would require cropping fractional pixels from the chroma
6720 planes, the crop area is extended.
6721 This usually means that x and y must be even.
6722 .IPs io=<ifps>:<ofps>
6723 For each ifps input frames the filter will output ofps frames.
6724 The ratio of ifps/\:ofps should match the \-fps/\-ofps ratio.
6725 This could be used to filter movies that are broadcast on TV at a frame
6726 rate different from their original framerate.
6727 .IPs luma_only=<n>
6728 If n is nonzero, the chroma plane is copied unchanged.
6729 This is useful for YV12 sampled TV, which discards one of the chroma
6730 fields.
6731 .IPs mmx2=<n>
6732 On x86, if n=1, use MMX2 optimized functions, if n=2, use 3DNow!
6733 optimized functions, otherwise, use plain C.
6734 If this option is not specified, MMX2 and 3DNow! are auto-detected, use
6735 this option to override auto-detection.
6736 .IPs fast=<n>
6737 The larger n will speed up the filter at the expense of accuracy.
6738 The default value is n=3.
6739 If n is odd, a frame immediately following a frame marked with the
6740 REPEAT_FIRST_FIELD MPEG flag is assumed to be progressive, thus filter
6741 will not spend any time on soft-telecined MPEG-2 content.
6742 This is the only effect of this flag if MMX2 or 3DNow! is available.
6743 Without MMX2 and 3DNow, if n=0 or 1, the same calculations will be used
6744 as with n=2 or 3.
6745 If n=2 or 3, the number of luma levels used to find the frame breaks is
6746 reduced from 256 to 128, which results in a faster filter without losing
6747 much accuracy.
6748 If n=4 or 5, a faster, but much less accurate metric will be used to
6749 find the frame breaks, which is more likely to misdetect high vertical
6750 detail as interlaced content.
6751 .IPs verbose=<n>
6752 If n is nonzero, print the detailed metrics for each frame.
6753 Useful for debugging.
6754 .IPs dint_thres=<n>
6755 Deinterlace threshold.
6756 Used during de-interlacing of unmatched frames.
6757 Larger value means less deinterlacing, use n=256 to completely turn off
6758 deinterlacing.
6759 Default is n=8.
6760 .IPs comb_thres=<n>
6761 Threshold for comparing a top and bottom fields.
6762 Defaults to 128.
6763 .IPs diff_thres=<n>
6764 Threshold to detect temporal change of a field.
6765 Default is 128.
6766 .IPs sad_thres=<n>
6767 Sum of Absolute Difference threshold, default is 64.
6771 .B softpulldown
6772 This filter works only correct with MEncoder and acts on the MPEG-2 flags
6773 used for soft 3:2 pulldown (soft telecine).
6774 If you want to use the ivtc or detc filter on movies that are partly soft
6775 telecined, inserting this filter before them should make them more reliable.
6778 .B divtc[=options]
6779 Inverse telecine for deinterlaced video.
6780 If 3:2-pulldown telecined video has lost one of the fields or is deinterlaced
6781 using a method that keeps one field and interpolates the other, the result is
6782 a juddering video that has every fourth frame duplicated.
6783 This filter is intended to find and drop those duplicates and restore the
6784 original film framerate.
6785 When using this filter, you must specify \-ofps that is 4/5 of
6786 the fps of the input file and place the softskip later in the
6787 filter chain to make sure that divtc sees all the frames.
6788 Two different modes are available:
6789 One pass mode is the default and is straightforward to use,
6790 but has the disadvantage that any changes in the telecine
6791 phase (lost frames or bad edits) cause momentary judder
6792 until the filter can resync again.
6793 Two pass mode avoids this by analyzing the whole video
6794 beforehand so it will have forward knowledge about the
6795 phase changes and can resync at the exact spot.
6796 These passes do
6797 .B not
6798 correspond to pass one and two of the encoding process.
6799 You must run an extra pass using divtc pass one before the
6800 actual encoding throwing the resulting video away.
6801 Use \-nosound \-ovc raw \-o /dev/null to avoid
6802 wasting CPU power for this pass.
6803 You may add something like crop=2:2:0:0 after divtc
6804 to speed things up even more.
6805 Then use divtc pass two for the actual encoding.
6806 If you use multiple encoder passes, use divtc
6807 pass two for all of them.
6808 The options are:
6809 .RSs
6810 .IPs pass=1|2
6811 Use two pass mode.
6812 .IPs file=<filename>
6813 Set the two pass log filename (default: "framediff.log").
6814 .IPs threshold=<value>
6815 Set the minimum strength the telecine pattern must have for the filter to
6816 believe in it (default: 0.5).
6817 This is used to avoid recognizing false pattern from the parts of the video
6818 that are very dark or very still.
6819 .IPs window=<numframes>
6820 Set the number of past frames to look at when searching for pattern
6821 (default: 30).
6822 Longer window improves the reliability of the pattern search, but shorter
6823 window improves the reaction time to the changes in the telecine phase.
6824 This only affects the one pass mode.
6825 The two pass mode currently uses fixed window that extends to both future
6826 and past.
6827 .IPs phase=0|1|2|3|4
6828 Sets the initial telecine phase for one pass mode (default: 0).
6829 The two pass mode can see the future, so it is able to use the correct
6830 phase from the beginning, but one pass mode can only guess.
6831 It catches the correct phase when it finds it, but this option can be used
6832 to fix the possible juddering at the beginning.
6833 The first pass of the two pass mode also uses this, so if you save the output
6834 from the first pass, you get constant phase result.
6835 .IPs deghost=<value>
6836 Set the deghosting threshold (0\-255 for one pass mode, \-255\-255 for two pass
6837 mode, default 0).
6838 If nonzero, deghosting mode is used.
6839 This is for video that has been deinterlaced by blending the fields
6840 together instead of dropping one of the fields.
6841 Deghosting amplifies any compression artifacts in the blended frames, so the
6842 parameter value is used as a threshold to exclude those pixels from
6843 deghosting that differ from the previous frame less than specified value.
6844 If two pass mode is used, then negative value can be used to make the
6845 filter analyze the whole video in the beginning of pass-2 to determine
6846 whether it needs deghosting or not and then select either zero or the
6847 absolute value of the parameter.
6848 Specify this option for pass-2, it makes no difference on pass-1.
6852 .B phase[=t|b|p|a|u|T|B|A|U][:v]
6853 Delay interlaced video by one field time so that the field order
6854 changes.
6855 The intended use is to fix PAL movies that have been captured with the
6856 opposite field order to the film-to-video transfer.
6857 The options are:
6858 .RSs
6859 .IPs t
6860 Capture field order top-first, transfer bottom-first.
6861 Filter will delay the bottom field.
6862 .IPs b
6863 Capture bottom-first, transfer top-first.
6864 Filter will delay the top field.
6865 .IPs p
6866 Capture and transfer with the same field order.
6867 This mode only exists for the documentation of the other options to refer to,
6868 but if you actually select it, the filter will faithfully do nothing ;-)
6869 .IPs a
6870 Capture field order determined automatically by field flags, transfer opposite.
6871 Filter selects among t and b modes on a frame by frame basis using field flags.
6872 If no field information is available, then this works just like u.
6873 .IPs u
6874 Capture unknown or varying, transfer opposite.
6875 Filter selects among t and b on a frame by frame basis by analyzing the
6876 images and selecting the alternative that produces best match between the
6877 fields.
6878 .IPs T
6879 Capture top-first, transfer unknown or varying.
6880 Filter selects among t and p using image analysis.
6881 .IPs B
6882 Capture bottom-first, transfer unknown or varying.
6883 Filter selects among b and p using image analysis.
6884 .IPs A
6885 Capture determined by field flags, transfer unknown or varying.
6886 Filter selects among t, b and p using field flags and image analysis.
6887 If no field information is available, then this works just like U.
6888 This is the default mode.
6889 .IPs U
6890 Both capture and transfer unknown or varying.
6891 Filter selects among t, b and p using image analysis only.
6892 .IPs v
6893 Verbose operation.
6894 Prints the selected mode for each frame and the average squared difference
6895 between fields for t, b, and p alternatives.
6899 .B telecine[=start]
6900 Apply 3:2 'telecine' process to increase framerate by 20%.
6901 This most likely will not work correctly with MPlayer, but it can
6902 be used with 'mencoder \-fps 30000/1001 \-ofps 30000/1001 \-vf telecine'.
6903 Both fps options are essential!
6904 (A/V sync will break if they are wrong.)
6905 The optional start parameter tells the filter where in the telecine
6906 pattern to start (0\-3).
6909 .B tinterlace[=mode]
6910 Temporal field interlacing \- merge pairs of frames into an interlaced
6911 frame, halving the framerate.
6912 Even frames are moved into the upper field, odd frames to the lower field.
6913 This can be used to fully reverse the effect of the tfields filter (in mode 0).
6914 Available modes are:
6915 .PD 0
6916 .RSs
6917 .IPs 0
6918 Move odd frames into the upper field, even into the lower field, generating
6919 a full-height frame at half framerate.
6920 .IPs 1
6921 Only output odd frames, even frames are dropped; height unchanged.
6922 .IPs 2
6923 Only output even frames, odd frames are dropped; height unchanged.
6924 .IPs 3
6925 Expand each frame to full height, but pad alternate lines with black;
6926 framerate unchanged.
6927 .IPs 4
6928 Interleave even lines from even frames with odd lines from odd frames.
6929 Height unchanged at half framerate.
6931 .PD 1
6934 .B tfields[=mode[:field_dominance]]
6935 Temporal field separation \- split fields into frames, doubling the
6936 output framerate.
6937 Like the telecine filter, tfields will only work properly with
6938 MEncoder, and only if both \-fps and \-ofps are set to the
6939 desired (double) framerate!
6940 .PD 0
6941 .RSs
6942 .IPs <mode>
6943 0: Leave fields unchanged (will jump/\:flicker).
6945 1: Interpolate missing lines. (The algorithm used might not be so good.)
6947 2: Translate fields by 1/4 pixel with linear interpolation (no jump).
6949 4: Translate fields by 1/4 pixel with 4tap filter (higher quality) (default).
6950 .IPs <field_dominance>\ (DEPRECATED)
6951 \-1: auto (default)
6952 Only works if the decoder exports the appropriate information and
6953 no other filters which discard that information come before tfields
6954 in the filter chain, otherwise it falls back to 0 (top field first).
6956 0: top field first
6958 1: bottom field first
6960 .I NOTE:
6961 This option will possibly be removed in a future version.
6962 Use \-field\-dominance instead.
6964 .PD 1
6967 .B yadif=[mode[:field_dominance]]
6968 Yet another deinterlacing filter
6969 .PD 0
6970 .RSs
6971 .IPs <mode>
6972 0: Output 1 frame for each frame.
6974 1: Output 1 frame for each field.
6976 2: Like 0 but skips spatial interlacing check.
6978 3: Like 1 but skips spatial interlacing check.
6979 .IPs <field_dominance>\ (DEPRECATED)
6980 Operates like tfields.
6982 .I NOTE:
6983 This option will possibly be removed in a future version.
6984 Use \-field\-dominance instead.
6986 .PD 1
6989 .B mcdeint=[mode[:parity[:qp]]]
6990 Motion compensating deinterlacer.
6991 It needs one field per frame as input and must thus be used together
6992 with tfields=1 or yadif=1/3 or equivalent.
6993 .PD 0
6994 .RSs
6995 .IPs <mode>
6996 0: fast
6998 1: medium
7000 2: slow, iterative motion estimation
7002 3: extra slow, like 2 plus multiple reference frames
7003 .IPs <parity>
7004 0 or 1 selects which field to use (note: no autodetection yet!).
7005 .IPs "<qp>\ "
7006 Higher values should result in a smoother motion vector
7007 field but less optimal individual vectors.
7009 .PD 1
7012 .B boxblur=radius:power[:radius:power]
7013 box blur
7014 .PD 0
7015 .RSs
7016 .IPs <radius>
7017 blur filter strength
7018 .IPs <power>
7019 number of filter applications
7021 .PD 1
7024 .B sab=radius:pf:colorDiff[:radius:pf:colorDiff]
7025 shape adaptive blur
7026 .PD 0
7027 .RSs
7028 .IPs <radius>
7029 blur filter strength (~0.1\-4.0) (slower if larger)
7030 .IPs "<pf>\ "
7031 prefilter strength (~0.1\-2.0)
7032 .IPs <colorDiff>
7033 maximum difference between pixels to still be considered (~0.1\-100.0)
7035 .PD 1
7038 .B smartblur=radius:strength:threshold[:radius:strength:threshold]
7039 smart blur
7040 .PD 0
7041 .RSs
7042 .IPs <radius>
7043 blur filter strength (~0.1\-5.0) (slower if larger)
7044 .IPs <strength>
7045 blur (0.0\-1.0) or sharpen (\-1.0\-0.0)
7046 .IPs <threshold>
7047 filter all (0), filter flat areas (0\-30) or filter edges (\-30\-0)
7049 .PD 1
7052 .B perspective=x0:y0:x1:y1:x2:y2:x3:y3:t
7053 Correct the perspective of movies not filmed perpendicular to the screen.
7054 .PD 0
7055 .RSs
7056 .IPs <x0>,<y0>,...
7057 coordinates of the top left, top right, bottom left, bottom right corners
7058 .IPs "<t>\ \ "
7059 linear (0) or cubic resampling (1)
7061 .PD 1
7064 .B "2xsai\ \ "
7065 Scale and smooth the image with the 2x scale and interpolate algorithm.
7068 .B "1bpp\ \ \ "
7069 1bpp bitmap to YUV/\:BGR 8/\:15/\:16/\:32 conversion
7072 .B down3dright[=lines]
7073 Reposition and resize stereoscopic images.
7074 Extracts both stereo fields and places them side by side, resizing
7075 them to maintain the original movie aspect.
7076 .PD 0
7077 .RSs
7078 .IPs <lines>
7079 number of lines to select from the middle of the image (default: 12)
7081 .PD 1
7084 .B bmovl=hidden:opaque:fifo
7085 The bitmap overlay filter reads bitmaps from a FIFO and displays them
7086 on top of the movie, allowing some transformations on the image.
7087 Also see TOOLS/bmovl-test.c for a small bmovl test program.
7088 .PD 0
7089 .RSs
7090 .IPs <hidden>
7091 Set the default value of the 'hidden' flag (0=visible, 1=hidden).
7092 .IPs <opaque>
7093 Set the default value of the 'opaque' flag (0=transparent, 1=opaque).
7094 .IPs <fifo>
7095 path/\:filename for the FIFO (named pipe connecting 'mplayer \-vf bmovl' to the
7096 controlling application)
7098 .PD 1
7099 .sp 1
7101 FIFO commands are:
7103 .PD 0
7104 .RSs
7105 .IPs "RGBA32 width height xpos ypos alpha clear"
7106 followed by width*height*4 Bytes of raw RGBA32 data.
7107 .IPs "ABGR32 width height xpos ypos alpha clear"
7108 followed by width*height*4 Bytes of raw ABGR32 data.
7109 .IPs "RGB24 width height xpos ypos alpha clear"
7110 followed by width*height*3 Bytes of raw RGB24 data.
7111 .IPs "BGR24 width height xpos ypos alpha clear"
7112 followed by width*height*3 Bytes of raw BGR24 data.
7113 .IPs "ALPHA width height xpos ypos alpha"
7114 Change alpha transparency of the specified area.
7115 .IPs "CLEAR width height xpos ypos"
7116 Clear area.
7117 .IPs OPAQUE
7118 Disable all alpha transparency.
7119 Send "ALPHA 0 0 0 0 0" to enable it again.
7120 .IPs "HIDE\ "
7121 Hide bitmap.
7122 .IPs "SHOW\ "
7123 Show bitmap.
7125 .PD 1
7126 .sp 1
7128 Arguments are:
7130 .PD 0
7131 .RSs
7132 .IPs "<width>, <height>"
7133 image/area size
7134 .IPs "<xpos>, <ypos>"
7135 Start blitting at position x/y.
7136 .IPs <alpha>
7137 Set alpha difference.
7138 If you set this to \-255 you can then send a sequence of ALPHA-commands to set
7139 the area to \-225, \-200, \-175 etc for a nice fade-in-effect! ;)
7140 .RSss
7141 0:    same as original
7143 255:  Make everything opaque.
7145 \-255: Make everything transparent.
7146 .REss
7147 .IPs <clear>
7148 Clear the framebuffer before blitting.
7149 .RSss
7150 0: The image will just be blitted on top of the old one, so you do not need to
7151 send 1.8MB of RGBA32 data every time a small part of the screen is updated.
7153 1: clear
7154 .REss
7156 .PD 1
7159 .B framestep=I|[i]step
7160 Renders only every nth frame or every intra frame (keyframe).
7161 .sp 1
7162 If you call the filter with I (uppercase) as the parameter, then
7163 .B only
7164 keyframes are rendered.
7165 For DVDs it generally means one in every 15/12 frames (IBBPBBPBBPBBPBB),
7166 for AVI it means every scene change or every keyint value (see \-lavcopts
7167 keyint= value if you use MEncoder to encode the video).
7168 .sp 1
7169 When a keyframe is found, an 'I!' string followed by a newline character is
7170 printed, leaving the current line of MPlayer/\:MEncoder output on the screen,
7171 because it contains the time (in seconds) and frame number of the keyframe
7172 (You can use this information to split the AVI.).
7173 .sp 1
7174 If you call the filter with a numeric parameter 'step' then only one in
7175 every 'step' frames is rendered.
7176 .sp 1
7177 If you put an 'i' (lowercase) before the number then an 'I!' is printed
7178 (like the I parameter).
7179 .sp 1
7180 If you give only the i then nothing is done to the frames, only I! is
7181 printed.
7184 .B tile=xtiles:ytiles:output:start:delta
7185 Tile a series of images into a single, bigger image.
7186 If you omit a parameter or use a value less than 0, then the default
7187 value is used.
7188 You can also stop when you are satisfied (... \-vf tile=10:5 ...).
7189 It is probably a good idea to put the scale filter before the tile :-)
7190 .sp 1
7191 The parameters are:
7192 .sp 1
7193 .PD 0
7194 .RSs
7195 .IPs <xtiles>
7196 number of tiles on the x axis (default: 5)
7197 .IPs <ytiles>
7198 number of tiles on the y axis (default: 5)
7199 .IPs <output>
7200 Render the tile when 'output' number of frames are reached, where 'output'
7201 should be a number less than xtile * ytile.
7202 Missing tiles are left blank.
7203 You could, for example, write an 8 * 7 tile every 50 frames to have one
7204 image every 2 seconds @ 25 fps.
7205 .IPs <start>
7206 outer border thickness in pixels (default: 2)
7207 .IPs <delta>
7208 inner border thickness in pixels (default: 4)
7210 .PD 1
7213 .B delogo[=x:y:w:h:t]
7214 Suppresses a TV station logo by a simple interpolation of the
7215 surrounding pixels.
7216 Just set a rectangle covering the logo and watch it disappear (and
7217 sometimes something even uglier appear \- your mileage may vary).
7218 .PD 0
7219 .RSs
7220 .IPs <x>,<y>
7221 top left corner of the logo
7222 .IPs <w>,<h>
7223 width and height of the cleared rectangle
7224 .IPs <t>
7225 Thickness of the fuzzy edge of the rectangle (added to w and h).
7226 When set to \-1, a green rectangle is drawn on the screen to
7227 simplify finding the right x,y,w,h parameters.
7229 .PD 1
7232 .B remove\-logo=/path/to/logo_bitmap_file_name.pgm
7233 Suppresses a TV station logo, using a PGM or PPM image
7234 file to determine which pixels comprise the logo.
7235 The width and height of the image file must match
7236 those of the video stream being processed.
7237 Uses the filter image and a circular blur
7238 algorithm to remove the logo.
7239 .RSs
7240 .IPs /path/to/logo_bitmap_file_name.pgm
7241 [path] + filename of the filter image.
7245 .B zrmjpeg[=options]
7246 Software YV12 to MJPEG encoder for use with the zr2 video
7247 output device.
7248 .RSs
7249 .IPs maxheight=<h>|maxwidth=<w>
7250 These options set the maximum width and height the zr card
7251 can handle (the MPlayer filter layer currently cannot query those).
7252 .IPs {dc10+,dc10,buz,lml33}-{PAL|NTSC}
7253 Use these options to set maxwidth and maxheight automatically to the
7254 values known for card/\:mode combo.
7255 For example, valid options are: dc10-PAL and buz-NTSC (default: dc10+PAL)
7256 .IPs color|bw
7257 Select color or black and white encoding.
7258 Black and white encoding is faster.
7259 Color is the default.
7260 .IPs hdec={1,2,4}
7261 Horizontal decimation 1, 2 or 4.
7262 .IPs vdec={1,2,4}
7263 Vertical decimation 1, 2 or 4.
7264 .IPs quality=1\-20
7265 Set JPEG compression quality [BEST] 1 \- 20 [VERY BAD].
7266 .IPs fd|nofd
7267 By default, decimation is only performed if the Zoran hardware
7268 can upscale the resulting MJPEG images to the original size.
7269 The option fd instructs the filter to always perform the requested
7270 decimation (ugly).
7274 .B screenshot
7275 Allows acquiring screenshots of the movie using slave mode
7276 commands that can be bound to keypresses.
7277 See the slave mode documentation and the INTERACTIVE CONTROL
7278 section for details.
7279 Files named 'shotNNNN.png' will be saved in the working directory,
7280 using the first available number \- no files will be overwritten.
7281 The filter has no overhead when not used and accepts an arbitrary
7282 colorspace, so it is safe to add it to the configuration file.
7286 .B "ass\ \ \ \ "
7287 Moves SSA/ASS subtitle rendering to an arbitrary point in the filter chain.
7288 Only useful with the \-ass option.
7289 .sp 1
7290 .I EXAMPLE:
7291 .PD 0
7292 .RSs
7293 .IPs "\-vf ass,screenshot"
7294 Moves SSA/ASS rendering before the screenshot filter.
7295 Screenshots taken this way will contain subtitles.
7297 .PD 1
7300 .B blackframe[=amount:threshold]
7301 Detect frames that are (almost) completely black.
7302 Can be useful to detect chapter transitions or commercials.
7303 Output lines consist of the frame number of the detected frame, the
7304 percentage of blackness, the frame type and the frame number of the last
7305 encountered keyframe.
7306 .RSs
7307 .IPs <amount>
7308 Percentage of the pixels that have to be below the threshold (default: 98).
7309 .IPs <threshold>
7310 Threshold below which a pixel value is considered black (default: 32).
7315 .SH "GENERAL ENCODING OPTIONS (MENCODER ONLY)"
7318 .B \-audio\-delay <any floating-point number>
7319 Delays either audio or video by setting a delay field in the header
7320 (default: 0.0).
7321 This does not delay either stream while encoding, but the player will
7322 see the delay field and compensate accordingly.
7323 Positive values delay the audio, and negative values delay the video.
7324 Note that this is the exact opposite of the \-delay option.
7325 For example, if a video plays correctly with \-delay 0.2, you can
7326 fix the video with MEncoder by using \-audio\-delay \-0.2.
7327 .sp 1
7328 Currently, this option only works with the default muxer (\-of avi).
7329 If you are using a different muxer, then you must use \-delay instead.
7332 .B \-audio\-density <1\-50>
7333 Number of audio chunks per second (default is 2 for 0.5s long audio chunks).
7335 .I NOTE:
7336 CBR only, VBR ignores this as it puts each packet in a new chunk.
7339 .B \-audio\-preload <0.0\-2.0>
7340 Sets up the audio buffering time interval (default: 0.5s).
7343 .B \-fafmttag <format>
7344 Can be used to override the audio format tag of the output file.
7345 .sp 1
7346 .I EXAMPLE:
7347 .PD 0
7348 .RSs
7349 .IPs "\-fafmttag 0x55"
7350 Will have the output file contain 0x55 (mp3) as audio format tag.
7352 .PD 1
7355 .B \-ffourcc <fourcc>
7356 Can be used to override the video fourcc of the output file.
7357 .sp 1
7358 .I EXAMPLE:
7359 .PD 0
7360 .RSs
7361 .IPs "\-ffourcc div3"
7362 Will have the output file contain 'div3' as video fourcc.
7364 .PD 1
7367 .B \-force\-avi\-aspect <0.2\-3.0>
7368 Override the aspect stored in the AVI OpenDML vprp header.
7369 This can be used to change the aspect ratio with '\-ovc copy'.
7372 .B \-frameno\-file <filename> (DEPRECATED)
7373 Specify the name of the audio file with framenumber mappings created in
7374 the first (audio only) pass of a special three pass encoding mode.
7376 .I NOTE:
7377 Using this mode will most likely give you A-V desync.
7378 Do not use it.
7379 It is kept for backwards compatibility only and will possibly
7380 be removed in a future version.
7383 .B \-hr\-edl\-seek
7384 Use a more precise, but much slower method for skipping areas.
7385 Areas marked for skipping are not seeked over, instead all
7386 frames are decoded, but only the necessary frames are encoded.
7387 This allows starting at non-keyframe boundaries.
7389 .I NOTE:
7390 Not guaranteed to work right with '\-ovc copy'.
7393 .B \-info <option1:option2:...> (AVI only)
7394 Specify the info header of the resulting AVI file.
7395 .sp 1
7396 Available options are:
7397 .RSs
7398 .IPs "help\ "
7399 Show this description.
7400 .IPs name=<value>
7401 title of the work
7402 .IPs artist=<value>
7403 artist or author of the work
7404 .IPs genre=<value>
7405 original work category
7406 .IPs subject=<value>
7407 contents of the work
7408 .IPs copyright=<value>
7409 copyright information
7410 .IPs srcform=<value>
7411 original format of the digitized material
7412 .IPs comment=<value>
7413 general comments about the work
7417 .B \-noautoexpand
7418 Do not automatically insert the expand filter into the MEncoder filter chain.
7419 Useful to control at which point of the filter chain subtitles are rendered
7420 when hardcoding subtitles onto a movie.
7423 .B \-noencodedups
7424 Do not attempt to encode duplicate frames in duplicate; always output
7425 zero-byte frames to indicate duplicates.
7426 Zero-byte frames will be written anyway unless a filter or encoder
7427 capable of doing duplicate encoding is loaded.
7428 Currently the only such filter is harddup.
7431 .B \-noodml (\-of avi only)
7432 Do not write OpenDML index for AVI files >1GB.
7435 .B \-noskip
7436 Do not skip frames.
7439 .B \-o <filename>
7440 Outputs to the given filename.
7442 If you want a default output filename, you can put this option in the
7443 MEncoder config file.
7446 .B \-oac <codec name>
7447 Encode with the given audio codec (no default set).
7449 .I NOTE:
7450 Use \-oac help to get a list of available audio codecs.
7451 .sp 1
7452 .I EXAMPLE:
7453 .PD 0
7454 .RSs
7455 .IPs "\-oac copy"
7456 no encoding, just streamcopy
7457 .IPs "\-oac pcm"
7458 Encode to uncompressed PCM.
7459 .IPs "\-oac mp3lame"
7460 Encode to MP3 (using LAME).
7461 .IPs "\-oac lavc"
7462 Encode with a libavcodec codec.
7464 .PD 1
7467 .B \-of <format> (BETA CODE!)
7468 Encode to the specified container format (default: AVI).
7470 .I NOTE:
7471 Use \-of help to get a list of available container formats.
7472 .sp 1
7473 .I EXAMPLE:
7474 .PD 0
7475 .RSs
7476 .IPs "\-of avi"
7477 Encode to AVI.
7478 .IPs "\-of mpeg"
7479 Encode to MPEG (also see \-mpegopts).
7480 .IPs "\-of lavf"
7481 Encode with libavformat muxers (also see \-lavfopts).
7482 .IPs "\-of rawvideo"
7483 raw video stream (no muxing \- one video stream only)
7484 .IPs "\-of rawaudio"
7485 raw audio stream (no muxing \- one audio stream only)
7487 .PD 1
7490 .B \-ofps <fps>
7491 Specify a frames per second (fps) value for the output file,
7492 which can be different from that of the source material.
7493 Must be set for variable fps (ASF, some MOV) and progressive
7494 (30000/1001 fps telecined MPEG) files.
7497 .B \-ovc <codec name>
7498 Encode with the given video codec (no default set).
7500 .I NOTE:
7501 Use \-ovc help to get a list of available video codecs.
7502 .sp 1
7503 .I EXAMPLE:
7504 .PD 0
7505 .RSs
7506 .IPs "\-ovc copy"
7507 no encoding, just streamcopy
7508 .IPs "\-ovc raw"
7509 Encode to an arbitrary uncompressed format (use '\-vf format' to select).
7510 .IPs "\-ovc lavc"
7511 Encode with a libavcodec codec.
7513 .PD 1
7516 .B \-passlogfile <filename>
7517 Dump first pass information to <filename> instead of the default divx2pass.log
7518 in two pass encoding mode.
7521 .B \-skiplimit <value>
7522 Specify the maximum number of frames that may be skipped after
7523 encoding one frame (\-noskiplimit for unlimited).
7526 .B \-vobsubout <basename>
7527 Specify the basename for the output .idx and .sub files.
7528 This turns off subtitle rendering in the encoded movie and diverts it to
7529 VOBsub subtitle files.
7532 .B \-vobsuboutid <langid>
7533 Specify the language two letter code for the subtitles.
7534 This overrides what is read from the DVD or the .ifo file.
7537 .B \-vobsuboutindex <index>
7538 Specify the index of the subtitles in the output files (default: 0).
7542 .SH "CODEC SPECIFIC ENCODING OPTIONS (MENCODER ONLY)"
7543 You can specify codec specific encoding parameters using the following
7544 syntax:
7547 .B \-<codec>opts <option1[=value1]:option2[=value2]:...>
7550 Where <codec> may be: lavc, xvidenc, mp3lame, toolame, twolame,
7551 nuv, xvfw, faac, x264enc, mpeg, lavf.
7554 .SS mp3lame (\-lameopts)
7557 .B "help\ \ \ "
7558 get help
7561 .B vbr=<0\-4>
7562 variable bitrate method
7563 .PD 0
7564 .RSs
7565 .IPs 0
7567 .IPs 1
7569 .IPs 2
7570 rh (default)
7571 .IPs 3
7573 .IPs 4
7574 mtrh
7576 .PD 1
7579 .B "abr\ \ \ \ "
7580 average bitrate
7583 .B "cbr\ \ \ \ "
7584 constant bitrate
7585 Also forces CBR mode encoding on subsequent ABR presets modes.
7588 .B br=<0\-1024>
7589 bitrate in kbps (CBR and ABR only)
7592 .B q=<0\-9>
7593 quality (0 \- highest, 9 \- lowest) (VBR only)
7596 .B aq=<0\-9>
7597 algorithmic quality (0 \- best/slowest, 9 \- worst/fastest)
7600 .B ratio=<1\-100>
7601 compression ratio
7604 .B vol=<0\-10>
7605 audio input gain
7608 .B mode=<0\-3>
7609 (default: auto)
7610 .PD 0
7611 .RSs
7612 .IPs 0
7613 stereo
7614 .IPs 1
7615 joint-stereo
7616 .IPs 2
7617 dualchannel
7618 .IPs 3
7619 mono
7621 .PD 1
7624 .B padding=<0\-2>
7625 .PD 0
7626 .RSs
7627 .IPs 0
7628 none
7629 .IPs 1
7631 .IPs 2
7632 adjust
7634 .PD 1
7637 .B "fast\ \ \ "
7638 Switch on faster encoding on subsequent VBR presets modes.
7639 This results in slightly lower quality and higher bitrates.
7642 .B highpassfreq=<freq>
7643 Set a highpass filtering frequency in Hz.
7644 Frequencies below the specified one will be cut off.
7645 A value of \-1 will disable filtering, a value of 0
7646 will let LAME choose values automatically.
7649 .B lowpassfreq=<freq>
7650 Set a lowpass filtering frequency in Hz.
7651 Frequencies above the specified one will be cut off.
7652 A value of \-1 will disable filtering, a value of 0
7653 will let LAME choose values automatically.
7656 .B preset=<value>
7657 preset values
7658 .RSs
7659 .IPs "help\ "
7660 Print additional options and information about presets settings.
7661 .IPs medium
7662 VBR encoding, good quality, 150\-180 kbps bitrate range
7663 .IPs standard
7664 VBR encoding, high quality, 170\-210 kbps bitrate range
7665 .IPs extreme
7666 VBR encoding, very high quality, 200\-240 kbps bitrate range
7667 .IPs insane
7668 CBR encoding, highest preset quality, 320 kbps bitrate
7669 .IPs <8\-320>
7670 ABR encoding at average given kbps bitrate
7672 .sp 1
7674 .I EXAMPLES:
7676 .PD 0
7677 .RSs
7678 .IPs fast:preset=standard
7679 suitable for most people and most music types and already quite high quality
7680 .IPs cbr:preset=192
7681 Encode with ABR presets at a 192 kbps forced constant bitrate.
7682 .IPs preset=172
7683 Encode with ABR presets at a 172 kbps average bitrate.
7684 .IPs preset=extreme
7685 for people with extremely good hearing and similar equipment
7687 .PD 1
7690 .SS toolame and twolame (\-toolameopts and \-twolameopts respectively)
7693 .B br=<32\-384>
7694 In CBR mode this parameter indicates the bitrate in kbps,
7695 when in VBR mode it is the minimum bitrate allowed per frame.
7696 VBR mode will not work with a value below 112.
7699 .B vbr=<\-50\-50> (VBR only)
7700 variability range; if negative the encoder shifts the average bitrate
7701 towards the lower limit, if positive towards the higher.
7702 When set to 0 CBR is used (default).
7705 .B maxvbr=<32\-384> (VBR only)
7706 maximum bitrate allowed per frame, in kbps
7709 .B mode=<stereo  |  jstereo  |  mono  |  dual>
7710 (default: mono for 1-channel audio, stereo otherwise)
7713 .B psy=<\-1\-4>
7714 psychoacoustic model (default: 2)
7717 .B errprot=<0 | 1>
7718 Include error protection.
7721 .B debug=<0\-10>
7722 debug level
7724 .PD 1
7727 .SS faac (\-faacopts)
7730 .B br=<bitrate>
7731 average bitrate in kbps (mutually exclusive with quality)
7734 .B quality=<1\-1000>
7735 quality mode, the higher the better (mutually exclusive with br)
7738 .B object=<1\-4>
7739 object type complexity
7740 .PD 0
7741 .RSs
7742 .IPs 1
7743 MAIN (default)
7744 .IPs 2
7746 .IPs 3
7748 .IPs 4
7749 LTP (extremely slow)
7751 .PD 1
7754 .B mpeg=<2|4>
7755 MPEG version (default: 4)
7758 .B "tns\ \ \ \ "
7759 Enables temporal noise shaping.
7762 .B cutoff=<0\-sampling_rate/2>
7763 cutoff frequency (default: sampling_rate/2)
7766 .B "raw\ \ \ \ "
7767 Stores the bitstream as raw payload with extradata in the container header
7768 (default: 0, corresponds to ADTS).
7769 Do not set this flag if not explicitly required or you will not be able to
7770 remux the audio stream later on.
7772 .PD 1
7775 .SS lavc (\-lavcopts)
7777 Many libavcodec (lavc for short) options are tersely documented.
7778 Read the source for full details.
7780 .I EXAMPLE:
7781 .PD 0
7782 .RSs
7783 .IPs vcodec=msmpeg4:vbitrate=1800:vhq:keyint=250
7785 .PD 1
7788 .B o=<key>=<value>[,<key>=<value>[,...]]
7789 Pass AVOptions to libavcodec encoder.
7790 Note, a patch to make the o= unneeded and pass all unknown options through
7791 the AVOption system is welcome.
7792 A full list of AVOptions can be found in the FFmpeg manual.
7793 Note that some AVOptions may conflict with MEncoder options.
7794 .sp 1
7796 .I EXAMPLE:
7798 .RSs
7799 .PD 0
7800 .IPs o=bt=100k
7801 .PD 1
7805 .B acodec=<value>
7806 audio codec (default: mp2)
7807 .PD 0
7808 .RSs
7809 .IPs "ac3\ \ "
7810 Dolby Digital (AC-3)
7811 .IPs adpcm_*
7812 Adaptive PCM formats \- see the HTML documentation for details.
7813 .IPs "flac\ "
7814 Free Lossless Audio Codec (FLAC)
7815 .IPs "g726\ "
7816 G.726 ADPCM
7817 .IPs libamr_nb
7818 3GPP Adaptive Multi-Rate (AMR) narrow-band
7819 .IPs libamr_wb
7820 3GPP Adaptive Multi-Rate (AMR) wide-band
7821 .IPs libfaac
7822 Advanced Audio Coding (AAC) \- using FAAC
7823 .IPs libmp3lame
7824 MPEG-1 audio layer 3 (MP3) \- using LAME
7825 .IPs "mp2\ \ "
7826 MPEG-1 audio layer 2 (MP2)
7827 .IPs pcm_*
7828 PCM formats \- see the HTML documentation for details.
7829 .IPs roq_dpcm
7830 Id Software RoQ DPCM
7831 .IPs sonic
7832 experimental simple lossy codec
7833 .IPs sonicls
7834 experimental simple lossless codec
7835 .IPs vorbis
7836 Vorbis
7837 .IPs wmav1
7838 Windows Media Audio v1
7839 .IPs wmav2
7840 Windows Media Audio v2
7842 .PD 1
7845 .B abitrate=<value>
7846 audio bitrate in kbps (default: 224)
7849 .B atag=<value>
7850 Use the specified Windows audio format tag (e.g.\& atag=0x55).
7853 .B bit_exact
7854 Use only bit exact algorithms (except (I)DCT).
7855 Additionally bit_exact disables several optimizations and thus
7856 should only be used for regression tests, which need binary
7857 identical files even if the encoder version changes.
7858 This also suppresses the user_data header in MPEG-4 streams.
7859 Do not use this option unless you know exactly what you are doing.
7862 .B threads=<1\-8>
7863 Maximum number of threads to use (default: 1).
7864 May have a slight negative effect on motion estimation.
7868 .B vcodec=<value>
7869 Employ the specified codec (default: mpeg4).
7870 .PD 0
7871 .RSs
7872 .IPs "asv1\ "
7873 ASUS Video v1
7874 .IPs "asv2\ "
7875 ASUS Video v2
7876 .IPs dvvideo
7877 Sony Digital Video
7878 .IPs "ffv1\ "
7879 FFmpeg's lossless video codec
7880 .IPs ffvhuff
7881 nonstandard 20% smaller HuffYUV using YV12
7882 .IPs "flv\ \ "
7883 Sorenson H.263 used in Flash Video
7884 .IPs "h261\ "
7885 H.261
7886 .IPs "h263\ "
7887 H.263
7888 .IPs h263p
7889 H.263+
7890 .IPs huffyuv
7891 HuffYUV
7892 .IPs libtheora
7893 Theora
7894 .IPs libx264
7895 x264 H.264/AVC MPEG-4 Part 10
7896 .IPs libxvid
7897 Xvid MPEG-4 Part 2 (ASP)
7898 .IPs ljpeg
7899 Lossless JPEG
7900 .IPs mjpeg
7901 Motion JPEG
7902 .IPs mpeg1video
7903 MPEG-1 video
7904 .IPs mpeg2video
7905 MPEG-2 video
7906 .IPs mpeg4
7907 MPEG-4 (DivX 4/5)
7908 .IPs msmpeg4
7909 DivX 3
7910 .IPs msmpeg4v2
7911 MS MPEG4v2
7912 .IPs roqvideo
7913 ID Software RoQ Video
7914 .IPs "rv10\ "
7915 an old RealVideo codec
7916 .IPs "snow (also see: vstrict)"
7917 FFmpeg's experimental wavelet-based codec
7918 .IPs "svq1\ "
7919 Apple Sorenson Video 1
7920 .IPs "wmv1\ "
7921 Windows Media Video, version 1 (AKA WMV7)
7922 .IPs "wmv2\ "
7923 Windows Media Video, version 2 (AKA WMV8)
7925 .PD 1
7928 .B vqmin=<1\-31>
7929 minimum quantizer
7930 .RSs
7931 .IPs 1
7932 Not recommended (much larger file, little quality difference and weird side
7933 effects: msmpeg4, h263 will be very low quality, ratecontrol will be confused
7934 resulting in lower quality and some decoders will not be able to decode it).
7935 .IPs 2
7936 Recommended for normal mpeg4/\:mpeg1video encoding (default).
7937 .IPs 3
7938 Recommended for h263(p)/\:msmpeg4.
7939 The reason for preferring 3 over 2 is that 2 could lead to overflows.
7940 (This will be fixed for h263(p) by changing the quantizer per MB in
7941 the future, msmpeg4 cannot be fixed as it does not support that.)
7945 .B lmin=<0.01\-255.0>
7946 Minimum frame-level Lagrange multiplier for ratecontrol (default: 2.0).
7947 Lavc will rarely use quantizers below the value of lmin.
7948 Lowering lmin will make lavc more likely to choose lower quantizers for
7949 some frames, but not lower than the value of vqmin.
7950 Likewise, raising lmin will make lavc less likely to choose low
7951 quantizers, even if vqmin would have allowed them.
7952 You probably want to set lmin approximately equal to vqmin.
7953 When adaptive quantization is in use, changing lmin/lmax may have less
7954 of an effect; see mblmin/mblmax.
7958 .B lmax=<0.01\-255.0>
7959 maximum Lagrange multiplier for ratecontrol (default: 31.0)
7963 .B mblmin=<0.01\-255.0>
7964 Minimum macroblock-level Lagrange multiplier for ratecontrol
7965 (default:2.0).
7966 This parameter affects adaptive quantization options like qprd,
7967 lumi_mask, etc..
7971 .B mblmax=<0.01\-255.0>
7972 Maximum macroblock-level Lagrange multiplier for ratecontrol
7973 (default: 31.0).
7977 .B vqscale=<0\-31>
7978 Constant quantizer /\: constant quality encoding (selects fixed quantizer mode).
7979 A lower value means better quality but larger files (default: \-1).
7980 In case of snow codec, value 0 means lossless encoding.
7981 Since the other codecs do not support this, vqscale=0 will have an undefined
7982 effect.
7983 1 is not recommended (see vqmin for details).
7986 .B vqmax=<1\-31>
7987 Maximum quantizer, 10\-31 should be a sane range (default: 31).
7990 .B mbqmin=<1\-31>
7991 obsolete, use vqmin
7994 .B mbqmax=<1\-31>
7995 obsolete, use vqmax
7998 .B vqdiff=<1\-31>
7999 maximum quantizer difference between consecutive I- or P-frames
8000 (default: 3)
8003 .B vmax_b_frames=<0\-4>
8004 maximum number of B-frames between non-B-frames:
8005 .PD 0
8006 .RSs
8007 .IPs 0
8008 no B-frames (default)
8009 .IPs 0\-2
8010 sane range for MPEG-4
8012 .PD 1
8015 .B vme=<0\-5>
8016 motion estimation method.
8017 Available methods are:
8018 .PD 0
8019 .RSs
8020 .IPs 0
8021 none (very low quality)
8022 .IPs 1
8023 full (slow, currently unmaintained and disabled)
8024 .IPs 2
8025 log (low quality, currently unmaintained and disabled)
8026 .IPs 3
8027 phods (low quality, currently unmaintained and disabled)
8028 .IPs 4
8029 EPZS: size=1 diamond, size can be adjusted with the *dia options
8030 (default)
8031 .IPs 5
8032 X1 (experimental, currently aliased to EPZS)
8033 .IPs 8
8034 iter (iterative overlapped block, only used in snow)
8036 .PD 1
8037 .sp 1
8040 .I NOTE:
8041 0\-3 currently ignores the amount of bits spent,
8042 so quality may be low.
8046 .B me_range=<0\-9999>
8047 motion estimation search range (default: 0 (unlimited))
8050 .B mbd=<0\-2> (also see *cmp, qpel)
8051 Macroblock decision algorithm (high quality mode), encode each macro
8052 block in all modes and choose the best.
8053 This is slow but results in better quality and file size.
8054 When mbd is set to 1 or 2, the value of mbcmp is ignored when comparing
8055 macroblocks (the mbcmp value is still used in other places though, in particular
8056 the motion search algorithms).
8057 If any comparison setting (precmp, subcmp, cmp, or mbcmp) is nonzero,
8058 however, a slower but better half-pel motion search will be used,
8059 regardless of what mbd is set to.
8060 If qpel is set, quarter-pel motion search will be used regardless.
8061 .PD 0
8062 .RSs
8063 .IPs 0
8064 Use comparison function given by mbcmp (default).
8065 .IPs 1
8066 Select the MB mode which needs the fewest bits (=vhq).
8067 .IPs 2
8068 Select the MB mode which has the best rate distortion.
8070 .PD 1
8073 .B "vhq\ \ \ \ "
8074 Same as mbd=1, kept for compatibility reasons.
8077 .B "v4mv\ \ \ "
8078 Allow 4 motion vectors per macroblock (slightly better quality).
8079 Works better if used with mbd>0.
8082 .B "obmc\ \ \ "
8083 overlapped block motion compensation (H.263+)
8086 .B "loop\ \ \ "
8087 loop filter (H.263+)
8088 note, this is broken
8091 .B inter_threshold <\-1000\-1000>
8092 Does absolutely nothing at the moment.
8095 .B keyint=<0\-300>
8096 maximum interval between keyframes in frames (default: 250 or one
8097 keyframe every ten seconds in a 25fps movie.
8098 This is the recommended default for MPEG-4).
8099 Most codecs require regular keyframes in order to limit the accumulation of mismatch error.
8100 Keyframes are also needed for seeking, as seeking is only possible to a keyframe \- but
8101 keyframes need more space than other frames, so larger numbers here mean
8102 slightly smaller files but less precise seeking.
8103 0 is equivalent to 1, which makes every frame a keyframe.
8104 Values >300 are not recommended as the quality might be bad depending upon
8105 decoder, encoder and luck.
8106 It is common for MPEG-1/2 to use values <=30.
8109 .B sc_threshold=<\-1000000000\-1000000000>
8110 Threshold for scene change detection.
8111 A keyframe is inserted by libavcodec when it detects a scene change.
8112 You can specify the sensitivity of the detection with this option.
8113 \-1000000000 means there is a scene change detected at every frame,
8114 1000000000 means no scene changes are detected (default: 0).
8117 .B sc_factor=<any positive integer>
8118 Causes frames with higher quantizers to be more likely to trigger a
8119 scene change detection and make libavcodec use an I-frame (default: 1).
8120 1\-16 is a sane range.
8121 Values between 2 and 6 may yield increasing PSNR (up to approximately
8122 0.04 dB) and better placement of I-frames in high-motion scenes.
8123 Higher values than 6 may give very slightly better PSNR (approximately
8124 0.01 dB more than sc_factor=6), but noticably worse visual quality.
8127 .B vb_strategy=<0\-2> (pass one only)
8128 strategy to choose between I/P/B-frames:
8129 .PD 0
8130 .RSs
8131 .IPs 0
8132 Always use the maximum number of B-frames (default).
8133 .IPs 1
8134 Avoid B-frames in high motion scenes.
8135 See the b_sensitivity option to tune this strategy.
8136 .IPs 2
8137 Places B-frames more or less optimally to yield maximum quality (slower).
8138 You may want to reduce the speed impact of this option by tuning the
8139 option brd_scale.
8141 .PD 1
8144 .B b_sensitivity=<any integer greater than 0>
8145 Adjusts how sensitively vb_strategy=1 detects motion and avoids using
8146 B-frames (default: 40).
8147 Lower sensitivities will result in more B-frames.
8148 Using more B-frames usually improves PSNR, but too many B-frames can
8149 hurt quality in high-motion scenes.
8150 Unless there is an extremely high amount of motion, b_sensitivity can
8151 safely be lowered below the default; 10 is a reasonable value in most
8152 cases.
8155 .B brd_scale=<0\-10>
8156 Downscales frames for dynamic B-frame decision (default: 0).
8157 Each time brd_scale is increased by one, the frame dimensions are
8158 divided by two, which improves speed by a factor of four.
8159 Both dimensions of the fully downscaled frame must be even numbers, so
8160 brd_scale=1 requires the original dimensions to be multiples of four,
8161 brd_scale=2 requires multiples of eight, etc.
8162 In other words, the dimensions of the original frame must both be
8163 divisible by 2^(brd_scale+1) with no remainder.
8166 .B bidir_refine=<0\-4>
8167 Refine the two motion vectors used in bidirectional macroblocks,
8168 rather than re-using vectors from the forward and backward searches.
8169 This option has no effect without B-frames.
8170 .PD 0
8171 .RSs
8172 .IPs 0
8173 Disabled (default).
8174 .IPs 1\-4
8175 Use a wider search (larger values are slower).
8177 .PD 1
8180 .B vpass=<1\-3>
8181 Activates internal two (or more) pass mode, only specify if you wish to
8182 use two (or more) pass encoding.
8183 .PD 0
8184 .RSs
8185 .IPs 1
8186 first pass (also see turbo)
8187 .IPs 2
8188 second pass
8189 .IPs 3
8190 Nth pass (second and subsequent passes of N-pass encoding)
8193 Here is how it works, and how to use it:
8195 The first pass (vpass=1) writes the statistics file.
8196 You might want to deactivate some CPU-hungry options, like "turbo"
8197 mode does.
8199 In two pass mode, the second pass (vpass=2) reads the statistics file and
8200 bases ratecontrol decisions on it.
8202 In N-pass mode, the second pass (vpass=3, that is not a typo)
8203 does both: It first reads the statistics, then overwrites them.
8204 You might want to backup divx2pass.log before doing this if there is
8205 any possibility that you will have to cancel MEncoder.
8206 You can use all encoding options, except very CPU-hungry options like "qns".
8208 You can run this same pass over and over to refine the encode.
8209 Each subsequent pass will use the statistics from the previous pass to improve.
8210 The final pass can include any CPU-hungry encoding options.
8212 If you want a 2 pass encode, use first vpass=1, and then vpass=2.
8214 If you want a 3 or more pass encode, use vpass=1 for the first pass
8215 and then vpass=3 and then vpass=3 again and again until you are
8216 satisfied with the encode.
8218 .PD 1
8219 .sp 1
8221 huffyuv:
8223 .PD 0
8224 .RSs
8225 .IPs "pass 1"
8226 Saves statistics.
8227 .IPs "pass 2"
8228 Encodes with an optimal Huffman table based upon statistics
8229 from the first pass.
8231 .PD 1
8234 .B turbo (two pass only)
8235 Dramatically speeds up pass one using faster algorithms and disabling
8236 CPU-intensive options.
8237 This will probably reduce global PSNR a little bit (around 0.01dB) and
8238 change individual frame type and PSNR a little bit more (up to 0.03dB).
8241 .B aspect=<x/y>
8242 Store movie aspect internally, just like with MPEG files.
8243 Much nicer than rescaling, because quality is not decreased.
8244 Only MPlayer will play these files correctly, other players will display
8245 them with wrong aspect.
8246 The aspect parameter can be given as a ratio or a floating point number.
8247 .sp 1
8249 .I EXAMPLE:
8251 .RSs
8252 .PD 0
8253 .IPs "aspect=16/9 or aspect=1.78"
8254 .PD 1
8258 .B autoaspect
8259 Same as the aspect option, but automatically computes aspect, taking
8260 into account all the adjustments (crop/\:expand/\:scale/\:etc.) made in the
8261 filter chain.
8262 Does not incur a performance penalty, so you can safely leave it
8263 always on.
8266 .B vbitrate=<value>
8267 Specify bitrate (default: 800).
8269 .I WARNING:
8270 1kbit = 1000 bits
8271 .PD 0
8272 .RSs
8273 .IPs 4\-16000
8274 (in kbit)
8275 .IPs 16001\-24000000
8276 (in bit)
8278 .PD 1
8281 .B vratetol=<value>
8282 approximated file size tolerance in kbit.
8283 1000\-100000 is a sane range.
8284 (warning: 1kbit = 1000 bits)
8285 (default: 8000)
8287 .I NOTE:
8288 vratetol should not be too large during the second pass or there might
8289 be problems if vrc_(min|max)rate is used.
8292 .B vrc_maxrate=<value>
8293 maximum bitrate in kbit/\:sec
8294 (default: 0, unlimited)
8297 .B vrc_minrate=<value>
8298 minimum bitrate in kbit/\:sec
8299 (default: 0, unlimited)
8302 .B vrc_buf_size=<value>
8303 buffer size in kbit
8304 For MPEG-1/2 this also sets the vbv buffer size, use 327 for VCD,
8305 917 for SVCD and 1835 for DVD.
8308 .B vrc_buf_aggressivity
8309 currently useless
8312 .B vrc_strategy
8313 Ratecontrol method.
8314 Note that some of the ratecontrol-affecting options will have no effect
8315 if vrc_strategy is not set to 0.
8316 .PD 0
8317 .RSs
8318 .IPs 0
8319 Use internal lavc ratecontrol (default).
8320 .IPs 1
8321 Use Xvid ratecontrol (experimental; requires MEncoder to be compiled
8322 with support for Xvid 1.1 or higher).
8324 .PD 1
8327 .B vb_qfactor=<\-31.0\-31.0>
8328 quantizer factor between B- and non-B-frames (default: 1.25)
8331 .B vi_qfactor=<\-31.0\-31.0>
8332 quantizer factor between I- and non-I-frames (default: 0.8)
8335 .B vb_qoffset=<\-31.0\-31.0>
8336 quantizer offset between B- and non-B-frames (default: 1.25)
8339 .B vi_qoffset=<\-31.0\-31.0>
8340 (default: 0.0)
8342 if v{b|i}_qfactor > 0
8344 I/B-frame quantizer = P-frame quantizer * v{b|i}_qfactor + v{b|i}_qoffset
8346 else
8348 do normal ratecontrol (do not lock to next P-frame quantizer) and
8349 set q= \-q * v{b|i}_qfactor + v{b|i}_qoffset
8351 .I HINT:
8352 To do constant quantizer encoding with different quantizers for
8353 I/P- and B-frames you can use:
8354 lmin= <ip_quant>:lmax= <ip_quant>:vb_qfactor= <b_quant/\:ip_quant>.
8357 .B vqblur=<0.0\-1.0> (pass one)
8358 Quantizer blur (default: 0.5), larger values will average the
8359 quantizer more over time (slower change).
8360 .PD 0
8361 .RSs
8362 .IPs 0.0
8363 Quantizer blur disabled.
8364 .IPs 1.0
8365 Average the quantizer over all previous frames.
8367 .PD 1
8370 .B vqblur=<0.0\-99.0> (pass two)
8371 Quantizer gaussian blur (default: 0.5), larger values will average
8372 the quantizer more over time (slower change).
8375 .B vqcomp=<0.0\-1.0>
8376 Quantizer compression, vrc_eq depends upon this (default: 0.5).
8377 .I NOTE:
8378 Perceptual quality will be optimal somewhere in between the range's extremes.
8381 .B vrc_eq=<equation>
8382 main ratecontrol equation
8384 .RSs
8385 .IPs 1+(tex/\:avgTex-1)*qComp
8386 approximately the equation of the old ratecontrol code
8387 .IPs tex^qComp
8388 with qcomp 0.5 or something like that (default)
8392 infix operators:
8394 .RSs
8395 .IPs +,\-,*,/,^
8399 variables:
8401 .RSs
8402 .IPs "tex\ \ "
8403 texture complexity
8404 .IPs iTex,pTex
8405 intra, non-intra texture complexity
8406 .IPs avgTex
8407 average texture complexity
8408 .IPs avgIITex
8409 average intra texture complexity in I-frames
8410 .IPs avgPITex
8411 average intra texture complexity in P-frames
8412 .IPs avgPPTex
8413 average non-intra texture complexity in P-frames
8414 .IPs avgBPTex
8415 average non-intra texture complexity in B-frames
8416 .IPs "mv\ \ \ "
8417 bits used for motion vectors
8418 .IPs fCode
8419 maximum length of motion vector in log2 scale
8420 .IPs iCount
8421 number of intra macroblocks / number of macroblocks
8422 .IPs "var\ \ "
8423 spatial complexity
8424 .IPs mcVar
8425 temporal complexity
8426 .IPs qComp
8427 qcomp from the command line
8428 .IPs "isI, isP, isB"
8429 Is 1 if picture type is I/P/B else 0.
8430 .IPs "Pi,E\ "
8431 See your favorite math book.
8435 functions:
8437 .RSs
8438 .IPs max(a,b),min(a,b)
8439 maximum / minimum
8440 .IPs gt(a,b)
8441 is 1 if a>b, 0 otherwise
8442 .IPs lt(a,b)
8443 is 1 if a<b, 0 otherwise
8444 .IPs eq(a,b)
8445 is 1 if a==b, 0 otherwise
8446 .IPs "sin, cos, tan, sinh, cosh, tanh, exp, log, abs"
8450 .B vrc_override=<options>
8451 User specified quality for specific parts (ending, credits, ...).
8452 The options are <start-frame>, <end-frame>, <quality>[/<start-frame>,
8453 <end-frame>, <quality>[/...]]:
8454 .PD 0
8455 .RSs
8456 .IPs "quality (2\-31)"
8457 quantizer
8458 .IPs "quality (\-500\-0)"
8459 quality correction in %
8461 .PD 1
8464 .B vrc_init_cplx=<0\-1000>
8465 initial complexity (pass 1)
8468 .B vrc_init_occupancy=<0.0\-1.0>
8469 initial buffer occupancy, as a fraction of vrc_buf_size (default: 0.9)
8472 .B vqsquish=<0|1>
8473 Specify how to keep the quantizer between qmin and qmax.
8474 .PD 0
8475 .RSs
8476 .IPs 0
8477 Use clipping.
8478 .IPs 1
8479 Use a nice differentiable function (default).
8481 .PD 1
8484 .B vlelim=<\-1000\-1000>
8485 Sets single coefficient elimination threshold for luminance.
8486 Negative values will also consider the DC coefficient (should be at least \-4
8487 or lower for encoding at quant=1):
8488 .PD 0
8489 .RSs
8490 .IPs 0
8491 disabled (default)
8492 .IPs \-4
8493 JVT recommendation
8495 .PD 1
8498 .B vcelim=<\-1000\-1000>
8499 Sets single coefficient elimination threshold for chrominance.
8500 Negative values will also consider the DC coefficient (should be at least \-4
8501 or lower for encoding at quant=1):
8502 .PD 0
8503 .RSs
8504 .IPs 0
8505 disabled (default)
8506 .IPs 7
8507 JVT recommendation
8509 .PD 1
8512 .B vstrict=<\-2|\-1|0|1>
8513 strict standard compliance
8514 .PD 0
8515 .RSs
8516 .IPs 0
8517 disabled
8518 .IPs 1
8519 Only recommended if you want to feed the output into the
8520 MPEG-4 reference decoder.
8521 .IPs \-1
8522 Allow libavcodec specific extensions (default).
8523 .IPs \-2
8524 Enables experimental codecs and features which may not be playable
8525 with future MPlayer versions (snow).
8527 .PD 1
8530 .B "vdpart\ "
8531 Data partitioning.
8532 Adds 2 Bytes per video packet, improves error-resistance when transferring over
8533 unreliable channels (e.g.\& streaming over the internet).
8534 Each video packet will be encoded in 3 separate partitions:
8535 .PD 0
8536 .RSs
8537 .IPs "1. MVs"
8538 movement
8539 .IPs "2. DC coefficients"
8540 low res picture
8541 .IPs "3. AC coefficients"
8542 details
8544 .PD 1
8546 MV & DC are most important, losing them looks far worse than losing
8547 the AC and the 1. & 2. partition.
8548 (MV & DC) are far smaller than the 3. partition (AC) meaning that errors
8549 will hit the AC partition much more often than the MV & DC partitions.
8550 Thus, the picture will look better with partitioning than without,
8551 as without partitioning an error will trash AC/\:DC/\:MV equally.
8555 .B vpsize=<0\-10000> (also see vdpart)
8556 Video packet size, improves error-resistance.
8557 .PD 0
8558 .RSs
8559 .IPs "0\ \ \ \ "
8560 disabled (default)
8561 .IPs 100\-1000
8562 good choice
8564 .PD 1
8567 .B "ss\ \ \ \ \ "
8568 slice structured mode for H.263+
8571 .B "gray\ \ \ "
8572 grayscale only encoding (faster)
8575 .B vfdct=<0\-10>
8576 DCT algorithm
8577 .PD 0
8578 .RSs
8579 .IPs 0
8580 Automatically select a good one (default).
8581 .IPs 1
8582 fast integer
8583 .IPs 2
8584 accurate integer
8585 .IPs 3
8587 .IPs 4
8588 mlib
8589 .IPs 5
8590 AltiVec
8591 .IPs 6
8592 floating point AAN
8594 .PD 1
8597 .B idct=<0\-99>
8598 IDCT algorithm
8600 .I NOTE:
8601 To the best of our knowledge all these IDCTs do pass the IEEE1180 tests.
8602 .PD 0
8603 .RSs
8604 .IPs 0
8605 Automatically select a good one (default).
8606 .IPs 1
8607 JPEG reference integer
8608 .IPs 2
8609 simple
8610 .IPs 3
8611 simplemmx
8612 .IPs 4
8613 libmpeg2mmx (inaccurate, do not use for encoding with keyint >100)
8614 .IPs 5
8616 .IPs 6
8617 mlib
8618 .IPs 7
8620 .IPs 8
8621 AltiVec
8622 .IPs 9
8624 .IPs 10
8625 simplearm
8626 .IPs 11
8627 H.264
8628 .IPs 12
8630 .IPs 13
8632 .IPs 14
8633 xvidmmx
8634 .IPs 15
8635 CAVS
8636 .IPs 16
8637 simplearmv5te
8638 .IPs 17
8639 simplearmv6
8641 .PD 1
8644 .B lumi_mask=<0.0\-1.0>
8645 Luminance masking is a 'psychosensory' setting that is supposed to
8646 make use of the fact that the human eye tends to notice fewer details
8647 in very bright parts of the picture.
8648 Luminance masking compresses bright areas stronger than medium ones,
8649 so it will save bits that can be spent again on other frames, raising
8650 overall subjective quality, while possibly reducing PSNR.
8652 .I WARNING:
8653 Be careful, overly large values can cause disastrous things.
8655 .I WARNING:
8656 Large values might look good on some monitors but may look horrible
8657 on other monitors.
8658 .PD 0
8659 .RSs
8660 .IPs "0.0\ \ "
8661 disabled (default)
8662 .IPs 0.0\-0.3
8663 sane range
8665 .PD 1
8668 .B dark_mask=<0.0\-1.0>
8669 Darkness masking is a 'psychosensory' setting that is supposed to
8670 make use of the fact that the human eye tends to notice fewer details
8671 in very dark parts of the picture.
8672 Darkness masking compresses dark areas stronger than medium ones,
8673 so it will save bits that can be spent again on other frames, raising
8674 overall subjective quality, while possibly reducing PSNR.
8676 .I WARNING:
8677 Be careful, overly large values can cause disastrous things.
8679 .I WARNING:
8680 Large values might look good on some monitors but may look horrible
8681 on other monitors / TV / TFT.
8682 .PD 0
8683 .RSs
8684 .IPs "0.0\ \ "
8685 disabled (default)
8686 .IPs 0.0\-0.3
8687 sane range
8689 .PD 1
8692 .B tcplx_mask=<0.0\-1.0>
8693 Temporal complexity masking (default: 0.0 (disabled)).
8694 Imagine a scene with a bird flying across the whole scene; tcplx_mask
8695 will raise the quantizers of the bird's macroblocks (thus decreasing their
8696 quality), as the human eye usually does not have time to see all the bird's
8697 details.
8698 Be warned that if the masked object stops (e.g.\& the bird lands) it is
8699 likely to look horrible for a short period of time, until the encoder
8700 figures out that the object is not moving and needs refined blocks.
8701 The saved bits will be spent on other parts of the video, which may increase
8702 subjective quality, provided that tcplx_mask is carefully chosen.
8705 .B scplx_mask=<0.0\-1.0>
8706 Spatial complexity masking.
8707 Larger values help against blockiness, if no deblocking filter is used for
8708 decoding, which is maybe not a good idea.
8710 Imagine a scene with grass (which usually has great spatial complexity),
8711 a blue sky and a house; scplx_mask will raise the quantizers of the grass'
8712 macroblocks, thus decreasing its quality, in order to spend more bits on
8713 the sky and the house.
8715 .I HINT:
8716 Crop any black borders completely as they will reduce the quality
8717 of the macroblocks (also applies without scplx_mask).
8718 .PD 0
8719 .RSs
8720 .IPs "0.0\ \ "
8721 disabled (default)
8722 .IPs 0.0\-0.5
8723 sane range
8725 .PD 1
8726 .sp 1
8728 .I NOTE:
8729 This setting does not have the same effect as using a custom matrix that
8730 would compress high frequencies harder, as scplx_mask will reduce the
8731 quality of P blocks even if only DC is changing.
8732 The result of scplx_mask will probably not look as good.
8736 .B p_mask=<0.0\-1.0> (also see vi_qfactor)
8737 Reduces the quality of inter blocks.
8738 This is equivalent to increasing the quality of intra blocks, because the
8739 same average bitrate will be distributed by the rate controller to the
8740 whole video sequence (default: 0.0 (disabled)).
8741 p_mask=1.0 doubles the bits allocated to each intra block.
8744 .B border_mask=<0.0\-1.0>
8745 border-processing for MPEG-style encoders.
8746 Border processing increases the quantizer for macroblocks which are less
8747 than 1/5th of the frame width/height away from the frame border,
8748 since they are often visually less important.
8751 .B "naq\ \ \ \ "
8752 Normalize adaptive quantization (experimental).
8753 When using adaptive quantization (*_mask), the average per-MB quantizer may no
8754 longer match the requested frame-level quantizer.
8755 Naq will attempt to adjust the per-MB quantizers to maintain the proper
8756 average.
8759 .B "ildct\ \ "
8760 Use interlaced DCT.
8763 .B "ilme\ \ \ "
8764 Use interlaced motion estimation (mutually exclusive with qpel).
8767 .B "alt\ \ \ \ "
8768 Use alternative scantable.
8771 .B "top=<\-1\-1>\ \ \ "
8772 .PD 0
8773 .RSs
8774 .IPs \-1
8775 automatic
8776 .IPs 0
8777 bottom field first
8778 .IPs 1
8779 top field first
8781 .PD 1
8784 .B format=<value>
8785 .PD 0
8786 .RSs
8787 .IPs "YV12\ "
8788 default
8789 .IPs "444P\ "
8790 for ffv1
8791 .IPs "422P\ "
8792 for HuffYUV, lossless JPEG, dv and ffv1
8793 .IPs "411P\ "
8794 for lossless JPEG, dv and ffv1
8795 .IPs "YVU9\ "
8796 for lossless JPEG, ffv1 and svq1
8797 .IPs "BGR32"
8798 for lossless JPEG and ffv1
8800 .PD 1
8803 .B "pred\ \ \ "
8804 (for HuffYUV)
8805 .PD 0
8806 .RSs
8807 .IPs 0
8808 left prediction
8809 .IPs 1
8810 plane/\:gradient prediction
8811 .IPs 2
8812 median prediction
8814 .PD 1
8817 .B "pred\ \ \ "
8818 (for lossless JPEG)
8819 .PD 0
8820 .RSs
8821 .IPs 0
8822 left prediction
8823 .IPs 1
8824 top prediction
8825 .IPs 2
8826 topleft prediction
8827 .IPs 3
8828 plane/\:gradient prediction
8829 .IPs 6
8830 mean prediction
8832 .PD 1
8835 .B "coder\ \ "
8836 (for ffv1)
8837 .PD 0
8838 .RSs
8839 .IPs 0
8840 vlc coding (Golomb-Rice)
8841 .IPs 1
8842 arithmetic coding (CABAC)
8844 .PD 1
8847 .B context
8848 (for ffv1)
8849 .PD 0
8850 .RSs
8851 .IPs 0
8852 small context model
8853 .IPs 1
8854 large context model
8856 .PD 1
8857 .sp 1
8859 (for ffvhuff)
8861 .PD 0
8862 .RSs
8863 .IPs 0
8864 predetermined Huffman tables (builtin or two pass)
8865 .IPs 1
8866 adaptive Huffman tables
8868 .PD 1
8871 .B "qpel\ \ \ "
8872 Use quarter pel motion compensation (mutually exclusive with ilme).
8874 .I HINT:
8875 This seems only useful for high bitrate encodings.
8878 .B mbcmp=<0\-2000>
8879 Sets the comparison function for the macroblock decision, has only
8880 an effect if mbd=0.
8881 This is also used for some motion search functions, in which case
8882 it has an effect regardless of mbd setting.
8883 .PD 0
8884 .RSs
8885 .IPs "0 (SAD)"
8886 sum of absolute differences, fast (default)
8887 .IPs "1 (SSE)"
8888 sum of squared errors
8889 .IPs "2 (SATD)"
8890 sum of absolute Hadamard transformed differences
8891 .IPs "3 (DCT)"
8892 sum of absolute DCT transformed differences
8893 .IPs "4 (PSNR)"
8894 sum of squared quantization errors (avoid, low quality)
8895 .IPs "5 (BIT)"
8896 number of bits needed for the block
8897 .IPs "6 (RD)"
8898 rate distortion optimal, slow
8899 .IPs "7 (ZERO)"
8901 .IPs "8 (VSAD)"
8902 sum of absolute vertical differences
8903 .IPs "9 (VSSE)"
8904 sum of squared vertical differences
8905 .IPs "10 (NSSE)"
8906 noise preserving sum of squared differences
8907 .IPs "11 (W53)"
8908 5/3 wavelet, only used in snow
8909 .IPs "12 (W97)"
8910 9/7 wavelet, only used in snow
8911 .IPs "+256\ "
8912 Also use chroma, currently does not work (correctly) with B-frames.
8914 .PD 1
8917 .B ildctcmp=<0\-2000>
8918 Sets the comparison function for interlaced DCT decision
8919 (see mbcmp for available comparison functions).
8922 .B precmp=<0\-2000>
8923 Sets the comparison function for motion estimation pre pass
8924 (see mbcmp for available comparison functions) (default: 0).
8927 .B cmp=<0\-2000>
8928 Sets the comparison function for full pel motion estimation
8929 (see mbcmp for available comparison functions) (default: 0).
8932 .B subcmp=<0\-2000>
8933 Sets the comparison function for sub pel motion estimation
8934 (see mbcmp for available comparison functions) (default: 0).
8937 .B skipcmp=<0\-2000>
8938 FIXME: Document this.
8941 .B nssew=<0\-1000000>
8942 This setting controls NSSE weight, where larger weights will result in
8943 more noise.
8944 0 NSSE is identical to SSE
8945 You may find this useful if you prefer to keep some noise in your encoded
8946 video rather than filtering it away before encoding (default: 8).
8949 .B predia=<\-99\-6>
8950 diamond type and size for motion estimation pre-pass
8953 .B dia=<\-99\-6>
8954 Diamond type & size for motion estimation.
8955 Motion search is an iterative process.
8956 Using a small diamond does not limit the search to finding only small
8957 motion vectors.
8958 It is just somewhat more likely to stop before finding the very best motion
8959 vector, especially when noise is involved.
8960 Bigger diamonds allow a wider search for the best motion vector, thus are
8961 slower but result in better quality.
8963 Big normal diamonds are better quality than shape-adaptive diamonds.
8965 Shape-adaptive diamonds are a good tradeoff between speed and quality.
8967 .I NOTE:
8968 The sizes of the normal diamonds and shape adaptive ones do not have
8969 the same meaning.
8970 .RSs
8971 .IPs \-3
8972 shape adaptive (fast) diamond with size 3
8973 .IPs \-2
8974 shape adaptive (fast) diamond with size 2
8975 .IPs \-1
8976 uneven multi-hexagon search (slow)
8977 .IPs  1
8978 normal size=1 diamond (default) =EPZS type diamond
8981       0
8982      000
8983       0
8985 .IPs 2
8986 normal size=2 diamond
8989       0
8990      000
8991     00000
8992      000
8993       0
8998 .B "trell\ \ "
8999 Trellis searched quantization.
9000 This will find the optimal encoding for each 8x8 block.
9001 Trellis searched quantization is quite simply an optimal quantization in
9002 the PSNR versus bitrate sense (Assuming that there would be no rounding
9003 errors introduced by the IDCT, which is obviously not the case.).
9004 It simply finds a block for the minimum of error and lambda*bits.
9005 .PD 0
9006 .RSs
9007 .IPs lambda
9008 quantization parameter (QP) dependent constant
9009 .IPs "bits\ "
9010 amount of bits needed to encode the block
9011 .IPs error
9012 sum of squared errors of the quantization
9014 .PD 1
9017 .B "cbp\ \ \ \ "
9018 Rate distorted optimal coded block pattern.
9019 Will select the coded block pattern which minimizes distortion + lambda*rate.
9020 This can only be used together with trellis quantization.
9023 .B "mv0\ \ \ \ "
9024 Try to encode each MB with MV=<0,0> and choose the better one.
9025 This has no effect if mbd=0.
9028 .B mv0_threshold=<any non-negative integer>
9029 When surrounding motion vectors are <0,0> and the motion estimation
9030 score of the current block is less than mv0_threshold, <0,0> is used for
9031 the motion vector and further motion estimation is skipped (default:
9032 256).
9033 Lowering mv0_threshold to 0 can give a slight (0.01dB) PSNR increase and
9034 possibly make the encoded video look slightly better; raising
9035 mv0_threshold past 320 results in diminished PSNR and visual quality.
9036 Higher values speed up encoding very slightly (usually less than 1%,
9037 depending on the other options used).
9039 .I NOTE:
9040 This option does not require mv0 to be enabled.
9043 .B qprd (mbd=2 only)
9044 rate distorted optimal quantization parameter (QP) for the given
9045 lambda of each macroblock
9048 .B last_pred=<0\-99>
9049 amount of motion predictors from the previous frame
9050 .PD 0
9051 .RSs
9052 .IPs 0
9053 (default)
9054 .IPs a
9055 Will use 2a+1 x 2a+1 macroblock square of motion vector predictors from the
9056 previous frame.
9058 .PD 1
9061 .B preme=<0\-2>
9062 motion estimation pre-pass
9063 .PD 0
9064 .RSs
9065 .IPs 0
9066 disabled
9067 .IPs 1
9068 only after I-frames (default)
9069 .IPs 2
9070 always
9072 .PD 1
9075 .B subq=<1\-8>
9076 subpel refinement quality (for qpel) (default: 8 (high quality))
9078 .I NOTE:
9079 This has a significant effect on speed.
9082 .B refs=<1\-8>
9083 number of reference frames to consider for motion compensation
9084 (Snow only) (default: 1)
9087 .B "psnr\ \ \ "
9088 print the PSNR (peak signal to noise ratio) for the whole video after encoding
9089 and store the per frame PSNR in a file with a name like 'psnr_hhmmss.log'.
9090 Returned values are in dB (decibel), the higher the better.
9093 .B mpeg_quant
9094 Use MPEG quantizers instead of H.263.
9097 .B "aic\ \ \ \ "
9098 Enable AC prediction for MPEG-4 or advanced intra prediction for H.263+.
9099 This will improve quality very slightly (around 0.02 dB PSNR) and slow
9100 down encoding very slightly (about 1%).
9102 .I NOTE:
9103 vqmin should be 8 or larger for H.263+ AIC.
9106 .B "aiv\ \ \ \ "
9107 alternative inter vlc for H.263+
9110 .B "umv\ \ \ \ "
9111 unlimited MVs (H.263+ only)
9112 Allows encoding of arbitrarily long MVs.
9115 .B ibias=<\-256\-256>
9116 intra quantizer bias (256 equals 1.0, MPEG style quantizer default: 96,
9117 H.263 style quantizer default: 0)
9119 .I NOTE:
9120 The H.263 MMX quantizer cannot handle positive biases (set vfdct=1 or 2),
9121 the MPEG MMX quantizer cannot handle negative biases (set vfdct=1 or 2).
9124 .B pbias=<\-256\-256>
9125 inter quantizer bias (256 equals 1.0, MPEG style quantizer default: 0,
9126 H.263 style quantizer default: \-64)
9128 .I NOTE:
9129 The H.263 MMX quantizer cannot handle positive biases (set vfdct=1 or 2),
9130 the MPEG MMX quantizer cannot handle negative biases (set vfdct=1 or 2).
9132 .I HINT:
9133 A more positive bias (\-32 \- \-16 instead of \-64) seems to improve the PSNR.
9136 .B nr=<0\-100000>
9137 Noise reduction, 0 means disabled.
9138 0\-600 is a useful range for typical content, but you may want to turn it
9139 up a bit more for very noisy content (default: 0).
9140 Given its small impact on speed, you might want to prefer to use this over
9141 filtering noise away with video filters like denoise3d or hqdn3d.
9144 .B qns=<0\-3>
9145 Quantizer noise shaping.
9146 Rather than choosing quantization to most closely match the source video
9147 in the PSNR sense, it chooses quantization such that noise (usually ringing)
9148 will be masked by similar-frequency content in the image.
9149 Larger values are slower but may not result in better quality.
9150 This can and should be used together with trellis quantization, in which case
9151 the trellis quantization (optimal for constant weight) will be used as
9152 startpoint for the iterative search.
9153 .PD 0
9154 .RSs
9155 .IPs 0
9156 disabled (default)
9157 .IPs 1
9158 Only lower the absolute value of coefficients.
9159 .IPs 2
9160 Only change coefficients before the last non-zero coefficient + 1.
9161 .IPs 3
9162 Try all.
9164 .PD 1
9167 .B inter_matrix=<comma separated matrix>
9168 Use custom inter matrix.
9169 It needs a comma separated string of 64 integers.
9172 .B intra_matrix=<comma separated matrix>
9173 Use custom intra matrix.
9174 It needs a comma separated string of 64 integers.
9177 .B vqmod_amp
9178 experimental quantizer modulation
9181 .B vqmod_freq
9182 experimental quantizer modulation
9185 .B "dc\ \ \ \ \ "
9186 intra DC precision in bits (default: 8).
9187 If you specify vcodec=mpeg2video this value can be 8, 9, 10 or 11.
9190 .B cgop (also see sc_threshold)
9191 Close all GOPs.
9192 Currently it only works if scene change detection is disabled
9193 (sc_threshold=1000000000).
9196 .B "gmc\ \ \ \ "
9197 Enable Global Motion Compensation.
9200 .B (no)lowdelay
9201 Sets the low delay flag for MPEG-1/2 (disables B-frames).
9204 .B vglobal=<0\-3>
9205 Control writing global video headers.
9206 .PD 0
9207 .RSs
9208 .IPs 0
9209 Codec decides where to write global headers (default).
9210 .IPs 1
9211 Write global headers only in extradata (needed for .mp4/MOV/NUT).
9212 .IPs 2
9213 Write global headers only in front of keyframes.
9214 .IPs 3
9215 Combine 1 and 2.
9217 .PD 1
9220 .B aglobal=<0\-3>
9221 Same as vglobal for audio headers.
9224 .B level=<value>
9225 Set CodecContext Level.
9226 Use 31 or 41 to play video on a Playstation 3.
9229 .B skip_exp=<0\-1000000>
9230 FIXME: Document this.
9233 .B skip_factor=<0\-1000000>
9234 FIXME: Document this.
9237 .B skip_threshold=<0\-1000000>
9238 FIXME: Document this.
9241 .SS nuv (\-nuvopts)
9243 Nuppel video is based on RTJPEG and LZO.
9244 By default frames are first encoded with RTJPEG and then compressed with LZO,
9245 but it is possible to disable either or both of the two passes.
9246 As a result, you can in fact output raw i420, LZO compressed i420, RTJPEG,
9247 or the default LZO compressed RTJPEG.
9249 .I NOTE:
9250 The nuvrec documentation contains some advice and examples about the
9251 settings to use for the most common TV encodings.
9254 .B c=<0\-20>
9255 chrominance threshold (default: 1)
9258 .B l=<0\-20>
9259 luminance threshold (default: 1)
9262 .B "lzo\ \ \ \ "
9263 Enable LZO compression (default).
9266 .B "nolzo\ \ "
9267 Disable LZO compression.
9270 .B q=<3\-255>
9271 quality level (default: 255)
9274 .B "raw \ \ \ "
9275 Disable RTJPEG encoding.
9278 .B "rtjpeg\ "
9279 Enable RTJPEG encoding (default).
9282 .SS xvidenc (\-xvidencopts)
9284 There are three modes available: constant bitrate (CBR), fixed quantizer and
9285 two pass.
9288 .B pass=<1|2>
9289 Specify the pass in two pass mode.
9292 .B turbo (two pass only)
9293 Dramatically speeds up pass one using faster algorithms and disabling
9294 CPU-intensive options.
9295 This will probably reduce global PSNR a little bit and change individual
9296 frame type and PSNR a little bit more.
9299 .B bitrate=<value> (CBR or two pass mode)
9300 Sets the bitrate to be used in kbits/\:second if <16000 or in bits/\:second
9301 if >16000.
9302 If <value> is negative, Xvid will use its absolute value as the target size
9303 (in kBytes) of the video and compute the associated bitrate automagically
9304 (default: 687 kbits/s).
9307 .B fixed_quant=<1\-31>
9308 Switch to fixed quantizer mode and specify the quantizer to be used.
9311 .B zones=<zone0>[/<zone1>[/...]] (CBR or two pass mode)
9312 User specified quality for specific parts (ending, credits, ...).
9313 Each zone is <start-frame>,<mode>,<value> where <mode> may be
9314 .PD 0
9315 .RSs
9316 .IPs "q"
9317 Constant quantizer override, where value=<2.0\-31.0>
9318 represents the quantizer value.
9319 .IPs "w"
9320 Ratecontrol weight override, where value=<0.01\-2.00>
9321 represents the quality correction in %.
9323 .PD 1
9324 .sp 1
9326 .I EXAMPLE:
9328 .PD 0
9329 .RSs
9330 .IPs zones=90000,q,20
9331 Encodes all frames starting with frame 90000 at constant quantizer 20.
9332 .IPs zones=0,w,0.1/10001,w,1.0/90000,q,20
9333 Encode frames 0\-10000 at 10% bitrate, encode frames 90000
9334 up to the end at constant quantizer 20.
9335 Note that the second zone is needed to delimit the first zone, as
9336 without it everything up until frame 89999 would be encoded at 10%
9337 bitrate.
9339 .PD 1
9342 .B me_quality=<0\-6>
9343 This option controls the motion estimation subsystem.
9344 The higher the value, the more precise the estimation should be (default: 6).
9345 The more precise the motion estimation is, the more bits can be saved.
9346 Precision is gained at the expense of CPU time so decrease this setting if
9347 you need realtime encoding.
9350 .B (no)qpel
9351 MPEG-4 uses a half pixel precision for its motion search by default.
9352 The standard proposes a mode where encoders are allowed to use quarter
9353 pixel precision.
9354 This option usually results in a sharper image.
9355 Unfortunately it has a great impact on bitrate and sometimes the
9356 higher bitrate use will prevent it from giving a better image
9357 quality at a fixed bitrate.
9358 It is better to test with and without this option and see whether it
9359 is worth activating.
9362 .B (no)gmc
9363 Enable Global Motion Compensation, which makes Xvid generate special
9364 frames (GMC-frames) which are well suited for Pan/\:Zoom/\:Rotating images.
9365 Whether or not the use of this option will save bits is highly
9366 dependent on the source material.
9369 .B (no)trellis
9370 Trellis Quantization is a kind of adaptive quantization method that
9371 saves bits by modifying quantized coefficients to make them more
9372 compressible by the entropy encoder.
9373 Its impact on quality is good, and if VHQ uses too much CPU for you,
9374 this setting can be a good alternative to save a few bits (and gain
9375 quality at fixed bitrate) at a lesser cost than with VHQ (default: on).
9378 .B (no)cartoon
9379 Activate this if your encoded sequence is an anime/\:cartoon.
9380 It modifies some Xvid internal thresholds so Xvid takes better decisions on
9381 frame types and motion vectors for flat looking cartoons.
9384 .B (no)chroma_me
9385 The usual motion estimation algorithm uses only the luminance information to
9386 find the best motion vector.
9387 However for some video material, using the chroma planes can help find
9388 better vectors.
9389 This setting toggles the use of chroma planes for motion estimation
9390 (default: on).
9393 .B (no)chroma_opt
9394 Enable a chroma optimizer prefilter.
9395 It will do some extra magic on color information to minimize the
9396 stepped-stairs effect on edges.
9397 It will improve quality at the cost of encoding speed.
9398 It reduces PSNR by nature, as the mathematical deviation to the original
9399 picture will get bigger, but the subjective image quality will raise.
9400 Since it works with color information, you might want to turn it off when
9401 encoding in grayscale.
9404 .B (no)hq_ac
9405 Activates high-quality prediction of AC coefficients for intra frames from
9406 neighbor blocks (default: on).
9409 .B vhq=<0\-4>
9410 The motion search algorithm is based on a search in the usual color domain
9411 and tries to find a motion vector that minimizes the difference between the
9412 reference frame and the encoded frame.
9413 With this setting activated, Xvid will also use the frequency domain (DCT)
9414 to search for a motion vector that minimizes not only the spatial
9415 difference but also the encoding length of the block.
9416 Fastest to slowest:
9417 .PD 0
9418 .RSs
9419 .IPs 0
9421 .IPs 1
9422 mode decision (inter/\:intra MB) (default)
9423 .IPs 2
9424 limited search
9425 .IPs 3
9426 medium search
9427 .IPs 4
9428 wide search
9430 .PD 1
9433 .B (no)lumi_mask
9434 Adaptive quantization allows the macroblock quantizers to vary inside
9435 each frame.
9436 This is a 'psychosensory' setting that is supposed to make use of the
9437 fact that the human eye tends to notice fewer details in very bright
9438 and very dark parts of the picture.
9439 It compresses those areas more strongly than medium ones, which will
9440 save bits that can be spent again on other frames, raising overall
9441 subjective quality and possibly reducing PSNR.
9444 .B (no)grayscale
9445 Make Xvid discard chroma planes so the encoded video is grayscale only.
9446 Note that this does not speed up encoding, it just prevents chroma data
9447 from being written in the last stage of encoding.
9450 .B (no)interlacing
9451 Encode the fields of interlaced video material.
9452 Turn this option on for interlaced content.
9454 .I NOTE:
9455 Should you rescale the video, you would need an interlace-aware resizer,
9456 which you can activate with \-vf scale=<width>:<height>:1.
9459 .B min_iquant=<0\-31>
9460 minimum I-frame quantizer (default: 2)
9463 .B max_iquant=<0\-31>
9464 maximum I-frame quantizer (default: 31)
9467 .B min_pquant=<0\-31>
9468 minimum P-frame quantizer (default: 2)
9471 .B max_pquant=<0\-31>
9472 maximum P-frame quantizer (default: 31)
9475 .B min_bquant=<0\-31>
9476 minimum B-frame quantizer (default: 2)
9479 .B max_bquant=<0\-31>
9480 maximum B-frame quantizer (default: 31)
9483 .B min_key_interval=<value> (two pass only)
9484 minimum interval between keyframes (default: 0)
9487 .B max_key_interval=<value>
9488 maximum interval between keyframes (default: 10*fps)
9491 .B quant_type=<h263|mpeg>
9492 Sets the type of quantizer to use.
9493 For high bitrates, you will find that MPEG quantization preserves more detail.
9494 For low bitrates, the smoothing of H.263 will give you less block noise.
9495 When using custom matrices, MPEG quantization
9496 .B must
9497 be used.
9500 .B quant_intra_matrix=<filename>
9501 Load a custom intra matrix file.
9502 You can build such a file with xvid4conf's matrix editor.
9505 .B quant_inter_matrix=<filename>
9506 Load a custom inter matrix file.
9507 You can build such a file with xvid4conf's matrix editor.
9510 .B keyframe_boost=<0\-1000> (two pass mode only)
9511 Shift some bits from the pool for other frame types to intra frames,
9512 thus improving keyframe quality.
9513 This amount is an extra percentage, so a value of 10 will give
9514 your keyframes 10% more bits than normal
9515 (default: 0).
9518 .B kfthreshold=<value> (two pass mode only)
9519 Works together with kfreduction.
9520 Determines the minimum distance below which you consider that
9521 two frames are considered consecutive and treated differently
9522 according to kfreduction
9523 (default: 10).
9526 .B kfreduction=<0\-100> (two pass mode only)
9527 The above two settings can be used to adjust the size of keyframes that
9528 you consider too close to the first (in a row).
9529 kfthreshold sets the range in which keyframes are reduced, and
9530 kfreduction determines the bitrate reduction they get.
9531 The last I-frame will get treated normally
9532 (default: 30).
9535 .B max_bframes=<0\-4>
9536 Maximum number of B-frames to put between I/P-frames (default: 2).
9539 .B bquant_ratio=<0\-1000>
9540 quantizer ratio between B- and non-B-frames, 150=1.50 (default: 150)
9543 .B bquant_offset=<\-1000\-1000>
9544 quantizer offset between B- and non-B-frames, 100=1.00 (default: 100)
9547 .B bf_threshold=<\-255\-255>
9548 This setting allows you to specify what priority to place on the use of
9549 B-frames.
9550 The higher the value, the higher the probability of B-frames being used
9551 (default: 0).
9552 Do not forget that B-frames usually have a higher quantizer, and therefore
9553 aggressive production of B-frames may cause worse visual quality.
9556 .B (no)closed_gop
9557 This option tells Xvid to close every GOP (Group Of Pictures bounded
9558 by two I-frames), which makes GOPs independent from each other.
9559 This just implies that the last frame of the GOP is either a P-frame or a
9560 N-frame but not a B-frame.
9561 It is usually a good idea to turn this option on (default: on).
9564 .B (no)packed
9565 This option is meant to solve frame-order issues when encoding to
9566 container formats like AVI that cannot cope with out-of-order frames.
9567 In practice, most decoders (both software and hardware) are able to deal
9568 with frame-order themselves, and may get confused when this option is
9569 turned on, so you can safely leave if off, unless you really know what
9570 you are doing.
9572 .I WARNING:
9573 This will generate an illegal bitstream, and will not be
9574 decodable by ISO-MPEG-4 decoders except DivX/\:libavcodec/\:Xvid.
9576 .I WARNING:
9577 This will also store a fake DivX version in the file so the bug
9578 autodetection of some decoders might be confused.
9581 .B frame_drop_ratio=<0\-100> (max_bframes=0 only)
9582 This setting allows the creation of variable framerate video streams.
9583 The value of the setting specifies a threshold under which, if the
9584 difference of the following frame to the previous frame is below or equal
9585 to this threshold, a frame gets not coded (a so called n-vop is placed
9586 in the stream).
9587 On playback, when reaching an n-vop the previous frame will be displayed.
9589 .I WARNING:
9590 Playing with this setting may result in a jerky video, so use it at your
9591 own risks!
9594 .B rc_reaction_delay_factor=<value>
9595 This parameter controls the number of frames the CBR rate controller
9596 will wait before reacting to bitrate changes and compensating for them
9597 to obtain a constant bitrate over an averaging range of frames.
9600 .B rc_averaging_period=<value>
9601 Real CBR is hard to achieve.
9602 Depending on the video material, bitrate can be variable, and hard to predict.
9603 Therefore Xvid uses an averaging period for which it guarantees a given
9604 amount of bits (minus a small variation).
9605 This settings expresses the "number of frames" for which Xvid averages
9606 bitrate and tries to achieve CBR.
9609 .B rc_buffer=<value>
9610 size of the rate control buffer
9613 .B curve_compression_high=<0\-100>
9614 This setting allows Xvid to take a certain percentage of bits away from
9615 high bitrate scenes and give them back to the bit reservoir.
9616 You could also use this if you have a clip with so many bits allocated
9617 to high-bitrate scenes that the low(er)-bitrate scenes start to look bad
9618 (default: 0).
9621 .B curve_compression_low=<0\-100>
9622 This setting allows Xvid to give a certain percentage of extra bits to the
9623 low bitrate scenes, taking a few bits from the entire clip.
9624 This might come in handy if you have a few low-bitrate scenes that are
9625 still blocky (default: 0).
9628 .B overflow_control_strength=<0\-100>
9629 During pass one of two pass encoding, a scaled bitrate curve is computed.
9630 The difference between that expected curve and the result obtained during
9631 encoding is called overflow.
9632 Obviously, the two pass rate controller tries to compensate for that overflow,
9633 distributing it over the next frames.
9634 This setting controls how much of the overflow is distributed every time
9635 there is a new frame.
9636 Low values allow lazy overflow control, big rate bursts are compensated for
9637 more slowly (could lead to lack of precision for small clips).
9638 Higher values will make changes in bit redistribution more abrupt, possibly
9639 too abrupt if you set it too high, creating artifacts (default: 5).
9641 .I NOTE:
9642 This setting impacts quality a lot, play with it carefully!
9645 .B max_overflow_improvement=<0\-100>
9646 During the frame bit allocation, overflow control may increase the frame
9647 size.
9648 This parameter specifies the maximum percentage by which the overflow
9649 control is allowed to increase the frame size, compared to the ideal curve
9650 allocation
9651 (default: 5).
9654 .B max_overflow_degradation=<0\-100>
9655 During the frame bit allocation, overflow control may decrease the frame
9656 size.
9657 This parameter specifies the maximum percentage by which the overflow
9658 control is allowed to decrease the frame size, compared to the ideal curve
9659 allocation
9660 (default: 5).
9663 .B container_frame_overhead=<0...>
9664 Specifies a frame average overhead per frame, in bytes.
9665 Most of the time users express their target bitrate for video w/o taking
9666 care of the video container overhead.
9667 This small but (mostly) constant overhead can cause the target file size
9668 to be exceeded.
9669 Xvid allows users to set the amount of overhead per frame the
9670 container generates (give only an average per frame).
9671 0 has a special meaning, it lets Xvid use its own default values
9672 (default: 24 \- AVI average overhead).
9675 .B profile=<profile_name>
9676 Restricts options and VBV (peak bitrate over a short period) according to
9677 the Simple, Advanced Simple and DivX profiles.
9678 The resulting videos should be playable on standalone players adhering to these
9679 profile specifications.
9680 .PD 0
9681 .RSs
9682 .IPs unrestricted
9683 no restrictions (default)
9684 .IPs "sp0\ \ "
9685 simple profile at level 0
9686 .IPs "sp1\ \ "
9687 simple profile at level 1
9688 .IPs "sp2\ \ "
9689 simple profile at level 2
9690 .IPs "sp3\ \ "
9691 simple profile at level 3
9692 .IPs "asp0\ "
9693 advanced simple profile at level 0
9694 .IPs "asp1\ "
9695 advanced simple profile at level 1
9696 .IPs "asp2\ "
9697 advanced simple profile at level 2
9698 .IPs "asp3\ "
9699 advanced simple profile at level 3
9700 .IPs "asp4\ "
9701 advanced simple profile at level 4
9702 .IPs "asp5\ "
9703 advanced simple profile at level 5
9704 .IPs dxnhandheld
9705 DXN handheld profile
9706 .IPs dxnportntsc
9707 DXN portable NTSC profile
9708 .IPs dxnportpal
9709 DXN portable PAL profile
9710 .IPs dxnhtntsc
9711 DXN home theater NTSC profile
9712 .IPs dxnhtpal
9713 DXN home theater PAL profile
9714 .IPs dxnhdtv
9715 DXN HDTV profile
9717 .PD 1
9719 .I NOTE:
9720 These profiles should be used in conjunction with an appropriate \-ffourcc.
9721 Generally DX50 is applicable, as some players do not recognize Xvid but
9722 most recognize DivX.
9726 .B par=<mode>
9727 Specifies the Pixel Aspect Ratio mode (not to be confused with DAR,
9728 the Display Aspect Ratio).
9729 PAR is the ratio of the width and height of a single pixel.
9730 So both are related like this: DAR = PAR * (width/height).
9732 MPEG-4 defines 5 pixel aspect ratios and one extended
9733 one, giving the opportunity to specify a specific pixel aspect
9734 ratio.
9735 5 standard modes can be specified:
9736 .PD 0
9737 .RSs
9738 .IPs vga11
9739 It is the usual PAR for PC content.
9740 Pixels are a square unit.
9741 .IPs pal43
9742 PAL standard 4:3 PAR.
9743 Pixels are rectangles.
9744 .IPs pal169
9745 same as above
9746 .IPs ntsc43
9747 same as above
9748 .IPs ntsc169
9749 same as above (Do not forget to give the exact ratio.)
9750 .IPs "ext\ \ "
9751 Allows you to specify your own pixel aspect ratio with par_width and
9752 par_height.
9754 .PD 1
9756 .I NOTE:
9757 In general, setting aspect and autoaspect options is enough.
9761 .B par_width=<1\-255> (par=ext only)
9762 Specifies the width of the custom pixel aspect ratio.
9765 .B par_height=<1\-255> (par=ext only)
9766 Specifies the height of the custom pixel aspect ratio.
9769 .B aspect=<x/y | f (float value)>
9770 Store movie aspect internally, just like MPEG files.
9771 Much nicer solution than rescaling, because quality is not decreased.
9772 MPlayer and a few others players will play these files correctly, others
9773 will display them with the wrong aspect.
9774 The aspect parameter can be given as a ratio or a floating point number.
9777 .B (no)autoaspect
9778 Same as the aspect option, but automatically computes aspect, taking
9779 into account all the adjustments (crop/\:expand/\:scale/\:etc.) made in the
9780 filter chain.
9783 .B "psnr\ \ \ "
9784 Print the PSNR (peak signal to noise ratio) for the whole video after encoding
9785 and store the per frame PSNR in a file with a name like 'psnr_hhmmss.log' in
9786 the current directory.
9787 Returned values are in dB (decibel), the higher the better.
9790 .B "debug\ \ "
9791 Save per-frame statistics in ./xvid.dbg. (This is not the two pass control
9792 file.)
9796 .sp 1
9797 The following option is only available in Xvid 1.1.x.
9800 .B bvhq=<0|1>
9801 This setting allows vector candidates for B-frames to be used for
9802 the encoding chosen using a rate distortion optimized operator,
9803 which is what is done for P-frames by the vhq option.
9804 This produces nicer-looking B-frames while incurring almost no
9805 performance penalty (default: 1).
9808 .sp 1
9809 The following option is only available in the 1.2.x version of Xvid.
9812 .B threads=<0\-n>
9813 Create n threads to run the motion estimation (default: 0).
9814 The maximum number of threads that can be used is the picture height
9815 divided by 16.
9818 .SS x264enc (\-x264encopts)
9821 .B bitrate=<value>
9822 Sets the average bitrate to be used in kbits/\:second (default: off).
9823 Since local bitrate may vary, this average may be inaccurate for
9824 very short videos (see ratetol).
9825 Constant bitrate can be achieved by combining this with vbv_maxrate,
9826 at significant reduction in quality.
9829 .B qp=<0\-51>
9830 This selects the quantizer to use for P-frames.
9831 I- and B-frames are offset from this value by ip_factor and pb_factor, respectively.
9832 20\-40 is a useful range.
9833 Lower values result in better fidelity, but higher bitrates.
9834 0 is lossless.
9835 Note that quantization in H.264 works differently from MPEG-1/2/4:
9836 H.264's quantization parameter (QP) is on a logarithmic scale.
9837 The mapping is approximately H264QP = 12 + 6*log2(MPEGQP).
9838 For example, MPEG at QP=2 is equivalent to H.264 at QP=18.
9841 .B crf=<1.0\-50.0>
9842 Enables constant quality mode, and selects the quality.
9843 The scale is similar to QP.
9844 Like the bitrate-based modes, this allows each frame to use a
9845 different QP based on the frame's complexity.
9848 .B pass=<1\-3>
9849 Enable 2 or 3-pass mode.
9850 It is recommended to always encode in 2 or 3-pass mode as it leads to a
9851 better bit distribution and improves overall quality.
9852 .PD 0
9853 .RSs
9854 .IPs 1
9855 first pass
9856 .IPs 2
9857 second pass (of two pass encoding)
9858 .IPs 3
9859 Nth pass (second and third passes of three pass encoding)
9862 Here is how it works, and how to use it:
9864 The first pass (pass=1) collects statistics on the video and writes them
9865 to a file.
9866 You might want to deactivate some CPU-hungry options, apart from the ones
9867 that are on by default.
9869 In two pass mode, the second pass (pass=2) reads the statistics file and
9870 bases ratecontrol decisions on it.
9872 In three pass mode, the second pass (pass=3, that is not a typo)
9873 does both: It first reads the statistics, then overwrites them.
9874 You can use all encoding options, except very CPU-hungry options.
9876 The third pass (pass=3) is the same as the second pass, except that it has
9877 the second pass' statistics to work from.
9878 You can use all encoding options, including CPU-hungry ones.
9880 The first pass may use either average bitrate or constant quantizer.
9881 ABR is recommended, since it does not require guessing a quantizer.
9882 Subsequent passes are ABR, and must specify bitrate.
9883 .REss
9886 .B turbo=<0\-2>
9887 Fast first pass mode.
9888 During the first pass of a two or more pass encode it is possible to gain
9889 speed by disabling some options with negligible or even no impact on the
9890 final pass output quality.
9891 .PD 0
9892 .RSs
9893 .IPs 0
9894 disabled (default)
9895 .IPs 1
9896 Reduce subq, frameref and disable some inter-macroblock partition analysis
9897 modes.
9898 .IPs 2
9899 Reduce subq and frameref to 1, use a diamond ME search and disable all
9900 partition analysis modes.
9903 Level 1 can increase first pass speed up to 2x with no change in the global
9904 PSNR of the final pass compared to a full quality first pass.
9906 Level 2 can increase first pass speed up to 4x with about +/\- 0.05dB change
9907 in the global PSNR of the final pass compared to a full quality first pass.
9908 .REss
9911 .B keyint=<value>
9912 Sets maximum interval between IDR-frames (default: 250).
9913 Larger values save bits, thus improve quality, at the cost of seeking
9914 precision.
9915 Unlike MPEG-1/2/4, H.264 does not suffer from DCT drift with large
9916 values of keyint.
9919 .B keyint_min=<1\-keyint/2>
9920 Sets minimum interval between IDR-frames (default: 25).
9921 If scenecuts appear within this interval, they are still encoded as
9922 I-frames, but do not start a new GOP.
9923 In H.264, I-frames do not necessarily bound a closed GOP because it is
9924 allowable for a P-frame to be predicted from more frames than just the one
9925 frame before it (also see frameref).
9926 Therefore, I-frames are not necessarily seekable.
9927 IDR-frames restrict subsequent P-frames from referring to any frame
9928 prior to the IDR-frame.
9931 .B scenecut=<\-1\-100>
9932 Controls how aggressively to insert extra I-frames (default: 40).
9933 With small values of scenecut, the codec often has to force an I-frame
9934 when it would exceed keyint.
9935 Good values of scenecut may find a better location for the I-frame.
9936 Large values use more I-frames than necessary, thus wasting bits.
9937 \-1 disables scene-cut detection, so I-frames are inserted only once
9938 every other keyint frames, even if a scene-cut occurs earlier.
9939 This is not recommended and wastes bitrate as scenecuts encoded as P-frames
9940 are just as big as I-frames, but do not reset the "keyint counter".
9943 .B frameref=<1\-16>
9944 Number of previous frames used as predictors in B- and P-frames (default: 1).
9945 This is effective in anime, but in live-action material the improvements
9946 usually drop off very rapidly above 6 or so reference frames.
9947 This has no effect on decoding speed, but does increase the memory needed for
9948 decoding.
9949 Some decoders can only handle a maximum of 15 reference frames.
9952 .B bframes=<0\-16>
9953 maximum number of consecutive B-frames between I- and P-frames (default: 0)
9956 .B (no)b_adapt
9957 Automatically decides when to use B-frames and how many, up to the maximum
9958 specified above (default: on).
9959 If this option is disabled, then the maximum number of B-frames is used.
9962 .B b_bias=<\-100\-100>
9963 Controls the decision performed by b_adapt.
9964 A higher b_bias produces more B-frames (default: 0).
9967 .B (no)b_pyramid
9968 Allows B-frames to be used as references for predicting other frames.
9969 For example, consider 3 consecutive B-frames: I0 B1 B2 B3 P4.
9970 Without this option, B-frames follow the same pattern as MPEG-[124].
9971 So they are coded in the order I0 P4 B1 B2 B3, and all the B-frames
9972 are predicted from I0 and P4.
9973 With this option, they are coded as I0 P4 B2 B1 B3.
9974 B2 is the same as above, but B1 is predicted from I0 and B2, and
9975 B3 is predicted from B2 and P4.
9976 This usually results in slightly improved compression, at almost no
9977 speed cost.
9978 However, this is an experimental option: it is not fully tuned and
9979 may not always help.
9980 Requires bframes >= 2.
9981 Disadvantage: increases decoding delay to 2 frames.
9984 .B (no)deblock
9985 Use deblocking filter (default: on).
9986 As it takes very little time compared to its quality gain, it is not
9987 recommended to disable it.
9990 .B deblock=<\-6\-6>,<\-6\-6>
9991 The first parameter is AlphaC0 (default: 0).
9992 This adjusts thresholds for the H.264 in-loop deblocking filter.
9993 First, this parameter adjusts the maximum amount of change that the filter is
9994 allowed to cause on any one pixel.
9995 Secondly, this parameter affects the threshold for difference across the
9996 edge being filtered.
9997 A positive value reduces blocking artifacts more, but will also smear details.
9999 The second parameter is Beta (default: 0).
10000 This affects the detail threshold.
10001 Very detailed blocks are not filtered, since the smoothing caused by the
10002 filter would be more noticeable than the original blocking.
10004 The default behavior of the filter almost always achieves optimal quality,
10005 so it is best to either leave it alone, or make only small adjustments.
10006 However, if your source material already has some blocking or noise which
10007 you would like to remove, it may be a good idea to turn it up a little bit.
10010 .B (no)cabac
10011 Use CABAC (Context-Adaptive Binary Arithmetic Coding) (default: on).
10012 Slightly slows down encoding and decoding, but should save 10\-15% bitrate.
10013 Unless you are looking for decoding speed, you should not disable it.
10016 .B qp_min=<1\-51> (ABR or two pass)
10017 Minimum quantizer, 10\-30 seems to be a useful range (default: 10).
10020 .B qp_max=<1\-51> (ABR or two pass)
10021 maximum quantizer (default: 51)
10024 .B qp_step=<1\-50> (ABR or two pass)
10025 maximum value by which the quantizer may be incremented/decremented between
10026 frames (default: 4)
10029 .B ratetol=<0.1\-100.0> (ABR or two pass)
10030 allowed variance in average bitrate (no particular units) (default: 1.0)
10033 .B vbv_maxrate=<value> (ABR or two pass)
10034 maximum local bitrate, in kbits/\:second (default: disabled)
10037 .B vbv_bufsize=<value> (ABR or two pass)
10038 averaging period for vbv_maxrate, in kbits
10039 (default: none, must be specified if vbv_maxrate is enabled)
10042 .B vbv_init=<0.0\-1.0> (ABR or two pass)
10043 initial buffer occupancy, as a fraction of vbv_bufsize (default: 0.9)
10046 .B ip_factor=<value>
10047 quantizer factor between I- and P-frames (default: 1.4)
10050 .B pb_factor=<value>
10051 quantizer factor between P- and B-frames (default: 1.3)
10054 .B qcomp=<0\-1> (ABR or two pass)
10055 quantizer compression (default: 0.6).
10056 A lower value makes the bitrate more constant,
10057 while a higher value makes the quantization parameter more constant.
10060 .B cplx_blur=<0\-999> (two pass only)
10061 Temporal blur of the estimated frame complexity, before curve compression
10062 (default: 20).
10063 Lower values allow the quantizer value to jump around more,
10064 higher values force it to vary more smoothly.
10065 cplx_blur ensures that each I-frame has quality comparable to the following
10066 P-frames, and ensures that alternating high and low complexity frames
10067 (e.g. low fps animation) do not waste bits on fluctuating quantizer.
10070 .B qblur=<0\-99> (two pass only)
10071 Temporal blur of the quantization parameter, after curve compression
10072 (default: 0.5).
10073 Lower values allow the quantizer value to jump around more,
10074 higher values force it to vary more smoothly.
10077 .B zones=<zone0>[/<zone1>[/...]]
10078 User specified quality for specific parts (ending, credits, ...).
10079 Each zone is <start-frame>,<end-frame>,<option> where option may be
10080 .PD 0
10081 .RSs
10082 .IPs "q=<0\-51>"
10083 quantizer
10084 .IPs "b=<0.01\-100.0>"
10085 bitrate multiplier
10087 .PD 1
10089 .I NOTE:
10090 The quantizer option is not strictly enforced.
10091 It affects only the planning stage of ratecontrol, and is still subject
10092 to overflow compensation and qp_min/qp_max.
10096 .B direct_pred=<name>
10097 Determines the type of motion prediction used for direct macroblocks
10098 in B-frames.
10099 .PD 0
10100 .RSs
10101 .IPs none
10102 Direct macroblocks are not used.
10103 .IPs spatial
10104 Motion vectors are extrapolated from neighboring blocks.
10105 (default)
10106 .IPs temporal
10107 Motion vectors are extrapolated from the following P-frame.
10108 .IPs auto
10109 The codec selects between spatial and temporal for each frame.
10111 .PD 1
10113 Spatial and temporal are approximately the same speed and PSNR,
10114 the choice between them depends on the video content.
10115 Auto is slightly better, but slower.
10116 Auto is most effective when combined with multipass.
10117 direct_pred=none is both slower and lower quality.
10121 .B (no)weight_b
10122 Use weighted prediction in B-frames.
10123 Without this option, bidirectionally predicted macroblocks give
10124 equal weight to each reference frame.
10125 With this option, the weights are determined by the temporal position
10126 of the B-frame relative to the references.
10127 Requires bframes > 1.
10130 .B partitions=<list>
10131 Enable some optional macroblock types (default: p8x8,b8x8,i8x8,i4x4).
10132 .PD 0
10133 .RSs
10134 .IPs p8x8
10135 Enable types p16x8, p8x16, p8x8.
10136 .IPs p4x4
10137 Enable types p8x4, p4x8, p4x4.
10138 p4x4 is recommended only with subq >= 5, and only at low resolutions.
10139 .IPs b8x8
10140 Enable types b16x8, b8x16, b8x8.
10141 .IPs i8x8
10142 Enable type i8x8.
10143 i8x8 has no effect unless 8x8dct is enabled.
10144 .IPs i4x4
10145 Enable type i4x4.
10146 .IPs all
10147 Enable all of the above types.
10148 .IPs none
10149 Disable all of the above types.
10151 .PD 1
10153 Regardless of this option, macroblock types p16x16, b16x16, and i16x16
10154 are always enabled.
10156 The idea is to find the type and size that best describe a certain area
10157 of the picture.
10158 For example, a global pan is better represented by 16x16 blocks, while
10159 small moving objects are better represented by smaller blocks.
10163 .B (no)8x8dct
10164 Adaptive spatial transform size: allows macroblocks to choose between
10165 4x4 and 8x8 DCT.
10166 Also allows the i8x8 macroblock type.
10167 Without this option, only 4x4 DCT is used.
10170 .B me=<name>
10171 Select fullpixel motion estimation algorithm.
10172 .PD 0
10173 .RSs
10174 .IPs dia
10175 diamond search, radius 1 (fast)
10176 .IPs hex
10177 hexagon search, radius 2 (default)
10178 .IPs umh
10179 uneven multi-hexagon search (slow)
10180 .IPs esa
10181 exhaustive search (very slow, and no better than umh)
10183 .PD 1
10186 .B me_range=<4\-64>
10187 radius of exhaustive or multi-hexagon motion search (default: 16)
10190 .B subq=<0\-9>
10191 Adjust subpel refinement quality.
10192 This parameter controls quality versus speed tradeoffs involved in the motion
10193 estimation decision process.
10194 subq=5 can compress up to 10% better than subq=1.
10195 .PD 0
10196 .RSs
10197 .IPs 0
10198 Runs fullpixel precision motion estimation on all candidate
10199 macroblock types.
10200 Then selects the best type with SAD metric (faster than subq=1, not recommended
10201 unless you're looking for ultra-fast encoding).
10202 .IPs 1
10203 Does as 0, then refines the motion of that type to fast quarterpixel precision
10204 (fast).
10205 .IPs 2
10206 Runs halfpixel precision motion estimation on all candidate macroblock types.
10207 Then selects the best type with SATD metric.
10208 Then refines the motion of that type to fast quarterpixel precision.
10209 .IPs 3
10210 As 2, but uses a slower quarterpixel refinement.
10211 .IPs 4
10212 Runs fast quarterpixel precision motion estimation on all candidate
10213 macroblock types.
10214 Then selects the best type with SATD metric.
10215 Then finishes the quarterpixel refinement for that type.
10216 .IPs 5
10217 Runs best quality quarterpixel precision motion estimation on all
10218 candidate macroblock types, before selecting the best type.
10219 Also refines the two motion vectors used in bidirectional macroblocks with
10220 SATD metric, rather than reusing vectors from the forward and backward
10221 searches.
10222 .IPs 6
10223 Enables rate-distortion optimization of macroblock types in
10224 I- and P-frames (default).
10225 .IPs 7
10226 Enables rate-distortion optimization of macroblock types in all frames.
10227 .IPs 8
10228 Enables rate-distortion optimization of motion vectors and intra prediction modes in I- and P-frames.
10229 .IPs 9
10230 Enables rate-distortion optimization of motion vectors and intra prediction modes in all frames (best).
10232 .PD 1
10234 In the above, "all candidates" does not exactly mean all enabled types:
10235 4x4, 4x8, 8x4 are tried only if 8x8 is better than 16x16.
10239 .B (no)chroma_me
10240 Takes into account chroma information during subpixel motion search
10241 (default: enabled).
10242 Requires subq>=5.
10245 .B (no)mixed_refs
10246 Allows each 8x8 or 16x8 motion partition to independently select a
10247 reference frame.
10248 Without this option, a whole macroblock must use the same reference.
10249 Requires frameref>1.
10252 .B trellis=<0\-2> (cabac only)
10253 rate-distortion optimal quantization
10254 .PD 0
10255 .RSs
10256 .IPs 0
10257 disabled (default)
10258 .IPs 1
10259 enabled only for the final encode
10260 .IPs 2
10261 enabled during all mode decisions (slow, requires subq>=6)
10263 .PD 1
10266 .B psy-rd=rd[,trell]
10267 Sets the strength of the psychovisual optimization.
10268 .PD 0
10269 .RSs
10270 .IPs rd=<0.0\-10.0>
10271 psy optimization strength (requires subq>=6) (default: 1.0)
10272 .IPs trell=<0.0\-10.0>
10273 trellis (requires trellis, experimental) (default: 0.0)
10275 .PD 1
10279 .B deadzone_inter=<0\-32>
10280 Set the size of the inter luma quantization deadzone for non-trellis
10281 quantization (default: 21).
10282 Lower values help to preserve fine details and film grain (typically useful
10283 for high bitrate/quality encode), while higher values help filter out
10284 these details to save bits that can be spent again on other macroblocks
10285 and frames (typically useful for bitrate-starved encodes).
10286 It is recommended that you start by tweaking deadzone_intra before changing
10287 this parameter.
10290 .B deadzone_intra=<0\-32>
10291 Set the size of the intra luma quantization deadzone for non-trellis
10292 quantization (default: 11).
10293 This option has the same effect as deadzone_inter except that it affects
10294 intra frames.
10295 It is recommended that you start by tweaking this parameter before changing
10296 deadzone_inter.
10299 .B (no)fast_pskip
10300 Performs early skip detection in P-frames (default: enabled).
10301 This usually improves speed at no cost, but it can sometimes produce
10302 artifacts in areas with no details, like sky.
10305 .B (no)dct_decimate
10306 Eliminate dct blocks in P-frames containing only a small single coefficient
10307 (default: enabled).
10308 This will remove some details, so it will save bits that can be spent
10309 again on other frames, hopefully raising overall subjective quality.
10310 If you are compressing non-anime content with a high target bitrate, you
10311 may want to disable this to preserve as much detail as possible.
10314 .B nr=<0\-100000>
10315 Noise reduction, 0 means disabled.
10316 100\-1000 is a useful range for typical content, but you may want to turn it
10317 up a bit more for very noisy content (default: 0).
10318 Given its small impact on speed, you might want to prefer to use this over
10319 filtering noise away with video filters like denoise3d or hqdn3d.
10322 .B chroma_qp_offset=<\-12\-12>
10323 Use a different quantizer for chroma as compared to luma.
10324 Useful values are in the range <\-2\-2> (default: 0).
10327 .B aq_mode=<0\-2>
10328 Defines how adaptive quantization (AQ) distributes bits:
10329 .PD 0
10330 .RSs
10331 .IPs 0
10332 disabled
10333 .IPs 1
10334 Avoid moving bits between frames.
10335 .IPs 2
10336 Move bits between frames (by default).
10338 .PD 1
10341 .B aq_strength=<positive float value>
10342 Controls how much adaptive quantization (AQ) reduces blocking and blurring
10343 in flat and textured areas (default: 1.0).
10344 A value of 0.5 will lead to weak AQ and less details, when a value of 1.5
10345 will lead to strong AQ and more details.
10348 .B cqm=<flat|jvt|<filename>>
10349 Either uses a predefined custom quantization matrix or loads a JM format
10350 matrix file.
10351 .PD 0
10352 .RSs
10353 .IPs "flat\ "
10354 Use the predefined flat 16 matrix (default).
10355 .IPs "jvt\ \ "
10356 Use the predefined JVT matrix.
10357 .IPs <filename>
10358 Use the provided JM format matrix file.
10359 .PD 1
10362 .I NOTE:
10363 Windows CMD.EXE users may experience problems with parsing the command line
10364 if they attempt to use all the CQM lists.
10365 This is due to a command line length limitation.
10366 In this case it is recommended the lists be put into a JM format CQM
10367 file and loaded as specified above.
10371 .B cqm4iy=<list> (also see cqm)
10372 Custom 4x4 intra luminance matrix, given as a list of 16 comma separated
10373 values in the 1\-255 range.
10376 .B cqm4ic=<list> (also see cqm)
10377 Custom 4x4 intra chrominance matrix, given as a list of 16 comma
10378 separated values in the 1\-255 range.
10381 .B cqm4py=<list> (also see cqm)
10382 Custom 4x4 inter luminance matrix, given as a list of 16 comma separated
10383 values in the 1\-255 range.
10386 .B cqm4pc=<list> (also see cqm)
10387 Custom 4x4 inter chrominance matrix, given as a list of 16 comma
10388 separated values in the 1\-255 range.
10391 .B cqm8iy=<list> (also see cqm)
10392 Custom 8x8 intra luminance matrix, given as a list of 64 comma separated
10393 values in the 1\-255 range.
10396 .B cqm8py=<list> (also see cqm)
10397 Custom 8x8 inter luminance matrix, given as a list of 64 comma separated
10398 values in the 1\-255 range.
10401 .B level_idc=<10\-51>
10402 Set the bitstream's level as defined by annex A of the H.264 standard
10403 (default: 51 \- level 5.1).
10404 This is used for telling the decoder what capabilities it needs to support.
10405 Use this parameter only if you know what it means,
10406 and you have a need to set it.
10409 .B threads=<0\-16>
10410 Spawn threads to encode in parallel on multiple CPUs (default: 1).
10411 This has a slight penalty to compression quality.
10412 0 or 'auto' tells x264 to detect how many CPUs you have and pick an
10413 appropriate number of threads.
10416 .B (no)global_header
10417 Causes SPS and PPS to appear only once, at the beginning of the bitstream
10418 (default: disabled).
10419 Some players, such as the Sony PSP, require the use of this option.
10420 The default behavior causes SPS and PPS to repeat prior to each IDR frame.
10423 .B (no)interlaced
10424 Treat the video content as interlaced.
10427 .B log=<\-1\-3>
10428 Adjust the amount of logging info printed to the screen.
10429 .PD 0
10430 .RSs
10431 .IPs "\-1"
10432 none
10433 .IPs " 0"
10434 Print errors only.
10435 .IPs " 1"
10436 warnings
10437 .IPs " 2"
10438 PSNR and other analysis statistics when the encode finishes (default)
10439 .IPs " 3"
10440 PSNR, QP, frametype, size, and other statistics for every frame
10442 .PD 1
10445 .B (no)psnr
10446 Print signal-to-noise ratio statistics.
10448 .I NOTE:
10449 The 'Y', 'U', 'V', and 'Avg' PSNR fields in the summary are not
10450 mathematically sound (they are simply the average of per-frame PSNRs).
10451 They are kept only for comparison to the JM reference codec.
10452 For all other purposes, please use either the 'Global' PSNR, or the per-frame
10453 PSNRs printed by log=3.
10456 .B (no)ssim
10457 Print the Structural Similarity Metric results.
10458 This is an alternative to PSNR, and may be better correlated with the
10459 perceived quality of the compressed video.
10462 .B (no)visualize
10463 Enable x264 visualizations during encoding.
10464 If the x264 on your system supports it, a new window will be opened during
10465 the encoding process, in which x264 will attempt to present an overview of
10466 how each frame gets encoded.
10467 Each block type on the visualized movie will be colored as follows:
10468 .PD 0
10469 .RSs
10470 .IPs red/pink
10471 intra block
10472 .IPs "blue\ "
10473 inter block
10474 .IPs green
10475 skip block
10476 .IPs yellow
10477 B-block
10479 .PD 1
10481 This feature can be considered experimental and subject to change.
10482 In particular, it depends on x264 being compiled with visualizations enabled.
10483 Note that as of writing this, x264 pauses after encoding and visualizing
10484 each frame, waiting for the user to press a key, at which point the next
10485 frame will be encoded.
10489 .SS xvfw (\-xvfwopts)
10491 Encoding with Video for Windows codecs is mostly obsolete unless you wish
10492 to encode to some obscure fringe codec.
10495 .B codec=<name>
10496 The name of the binary codec file with which to encode.
10499 .B compdata=<file>
10500 The name of the codec settings file (like firstpass.mcf) created by vfw2menc.
10503 .SS MPEG muxer (\-mpegopts)
10505 The MPEG muxer can generate 5 types of streams, each of which has reasonable
10506 default parameters that the user can override.
10507 Generally, when generating MPEG files, it is advisable to disable
10508 MEncoder's frame-skip code (see \-noskip, \-mc as well as the
10509 harddup and softskip video filters).
10511 .I EXAMPLE:
10512 .PD 0
10513 .RSs
10514 .IPs format=mpeg2:tsaf:vbitrate=8000
10516 .PD 1
10519 .B format=<mpeg1 | mpeg2 | xvcd | xsvcd | dvd | pes1 | pes2>
10520 stream format (default: mpeg2).
10521 pes1 and pes2 are very broken formats (no pack header and no padding),
10522 but VDR uses them; do not choose them unless you know exactly what you
10523 are doing.
10526 .B size=<up to 65535>
10527 Pack size in bytes, do not change unless you know exactly what
10528 you are doing (default: 2048).
10531 .B muxrate=<int>
10532 Nominal muxrate in kbit/s used in the pack headers (default: 1800 kb/s).
10533 Will be updated as necessary in the case of 'format=mpeg1' or 'mpeg2'.
10536 .B "tsaf\ \ \ "
10537 Sets timestamps on all frames, if possible; recommended when format=dvd.
10538 If dvdauthor complains with a message like "..audio sector out of range...",
10539 you probably did not enable this option.
10542 .B interleaving2
10543 Uses a better algorithm to interleave audio and video packets, based on the
10544 principle that the muxer will always try to fill the stream with the largest
10545 percentage of free space.
10548 .B vdelay=<1\-32760>
10549 Initial video delay time, in milliseconds (default: 0),
10550 use it if you want to delay video with respect to audio.
10551 It doesn't work with :drop.
10554 .B adelay=<1\-32760>
10555 Initial audio delay time, in milliseconds (default: 0),
10556 use it if you want to delay audio with respect to video.
10559 .B "drop\ \ \ "
10560 When used with vdelay the muxer drops the part of audio that was
10561 anticipated.
10564 .B vwidth, vheight=<1\-4095>
10565 Set the video width and height when video is MPEG-1/2.
10568 .B vpswidth, vpsheight=<1\-4095>
10569 Set pan and scan video width and height when video is MPEG-2.
10572 .B vaspect=<1 | 4/3 | 16/9 | 221/100>
10573 Sets the display aspect ratio for MPEG-2 video.
10574 Do not use it on MPEG-1 or the resulting aspect ratio will be completely wrong.
10577 .B vbitrate=<int>
10578 Sets the video bitrate in kbit/s for MPEG-1/2 video.
10581 .B vframerate=<24000/1001 | 24 | 25 | 30000/1001 | 30 | 50 | 60000/1001 | 60 >
10582 Sets the framerate for MPEG-1/2 video.
10583 This option will be ignored if used with the telecine option.
10586 .B telecine
10587 Enables 3:2 pulldown soft telecine mode: The muxer will make the
10588 video stream look like it was encoded at 30000/1001 fps.
10589 It only works with MPEG-2 video when the output framerate is
10590 24000/1001 fps, convert it with \-ofps if necessary.
10591 Any other framerate is incompatible with this option.
10594 .B film2pal
10595 Enables FILM to PAL and NTSC to PAL soft telecine mode: The muxer
10596 will make the video stream look like it was encoded at 25 fps.
10597 It only works with MPEG-2 video when the output framerate is
10598 24000/1001 fps, convert it with \-ofps if necessary.
10599 Any other framerate is incompatible with this option.
10602 .B tele_src and tele_dest
10603 Enables arbitrary telecining using Donand Graft's DGPulldown code.
10604 You need to specify the original and the desired framerate; the
10605 muxer will make the video stream look like it was encoded at
10606 the desired framerate.
10607 It only works with MPEG-2 video when the input framerate is smaller
10608 than the output framerate and the framerate increase is <= 1.5.
10609 .sp 1
10611 .I EXAMPLE:
10613 .PD 0
10614 .RSs
10615 .IPs tele_src=25,tele_dest=30000/1001
10616 PAL to NTSC telecining
10618 .PD 1
10621 .B vbuf_size=<40\-1194>
10622 Sets the size of the video decoder's buffer, expressed in kilobytes.
10623 Specify it only if the bitrate of the video stream is too high for
10624 the chosen format and if you know perfectly well what you are doing.
10625 A too high value may lead to an unplayable movie, depending on the player's
10626 capabilities.
10627 When muxing HDTV video a value of 400 should suffice.
10630 .B abuf_size=<4\-64>
10631 Sets the size of the audio decoder's buffer, expressed in kilobytes.
10632 The same principle as for vbuf_size applies.
10635 .SS FFmpeg libavformat demuxers (\-lavfdopts)
10638 .B analyzeduration=<value>
10639 Maximum length in seconds to analyze the stream properties.
10642 .B format=<value>
10643 Force a specific libavformat demuxer.
10646 .B o=<key>=<value>[,<key>=<value>[,...]]
10647 Pass AVOptions to libavformat demuxer.
10648 Note, a patch to make the o= unneeded and pass all unknown options through
10649 the AVOption system is welcome.
10650 A full list of AVOptions can be found in the FFmpeg manual.
10651 Note that some options may conflict with MPlayer/MEncoder options.
10652 .sp 1
10654 .I EXAMPLE:
10656 .RSs
10657 .PD 0
10658 .IPs o=ignidx
10659 .PD 1
10663 .B probesize=<value>
10664 Maximum amount of data to probe during the detection phase.
10665 In the case of MPEG-TS this value identifies the maximum number
10666 of TS packets to scan.
10669 .B cryptokey=<hexstring>
10670 Encryption key the demuxer should use.
10671 This is the raw binary data of the key converted to a hexadecimal string.
10674 .SS FFmpeg libavformat muxers (\-lavfopts) (also see \-of lavf)
10677 .B delay=<value>
10678 Currently only meaningful for MPEG[12]: Maximum allowed distance,
10679 in seconds, between the reference timer of the output stream (SCR)
10680 and the decoding timestamp (DTS) for any stream present
10681 (demux to decode delay).
10682 Default is 0.7 (as mandated by the standards defined by MPEG).
10683 Higher values require larger buffers and must not be used.
10686 .B format=<container_format>
10687 Override which container format to mux into
10688 (default: autodetect from output file extension).
10689 .PD 0
10690 .RSs
10691 .IPs "mpg\ \ "
10692 MPEG-1 systems and MPEG-2 PS
10693 .IPs "asf\ \ "
10694 Advanced Streaming Format
10695 .IPs "avi\ \ "
10696 Audio Video Interleave file
10697 .IPs "wav\ \ "
10698 Waveform Audio
10699 .IPs "swf\ \ "
10700 Macromedia Flash
10701 .IPs "flv\ \ "
10702 Macromedia Flash video files
10703 .IPs "rm\ \ \ "
10704 RealAudio and RealVideo
10705 .IPs "au\ \ \ "
10706 SUN AU format
10707 .IPs "nut\ \ "
10708 NUT open container format (experimental)
10709 .IPs "mov\ \ "
10710 QuickTime
10711 .IPs "mp4\ \ "
10712 MPEG-4 format
10713 .IPs "ipod\ "
10714 MPEG-4 format with extra header flags required by Apple iPod firmware
10715 .IPs "dv\ \ \ "
10716 Sony Digital Video container
10717 .IPs "matroska\ \ \ "
10718 Matroska
10720 .PD 1
10722 .B muxrate=<rate>
10723 Nominal bitrate of the multiplex, in bits per second;
10724 currently it is meaningful only for MPEG[12].
10725 Sometimes raising it is necessary in order to avoid "buffer underflows".
10728 .B o=<key>=<value>[,<key>=<value>[,...]]
10729 Pass AVOptions to libavformat muxer.
10730 Note, a patch to make the o= unneeded and pass all unknown options through
10731 the AVOption system is welcome.
10732 A full list of AVOptions can be found in the FFmpeg manual.
10733 Note that some options may conflict with MEncoder options.
10734 .sp 1
10736 .I EXAMPLE:
10738 .RSs
10739 .PD 0
10740 .IPs o=packetsize=100
10741 .PD 1
10745 .B packetsize=<size>
10746 Size, expressed in bytes, of the unitary packet for the chosen format.
10747 When muxing to MPEG[12] implementations the default values are:
10748 2324 for [S]VCD, 2048 for all others formats.
10751 .B preload=<distance>
10752 Currently only meaningful for MPEG[12]: Initial distance,
10753 in seconds, between the reference timer of the output stream (SCR)
10754 and the decoding timestamp (DTS) for any stream present
10755 (demux to decode delay).
10759 .\" --------------------------------------------------------------------------
10760 .\" environment variables
10761 .\" --------------------------------------------------------------------------
10763 .SH ENVIRONMENT VARIABLES
10765 There are a number of environment variables that can be used to
10766 control the behavior of MPlayer and MEncoder.
10769 .B MPLAYER_CHARSET (also see \-msgcharset)
10770 Convert console messages to the specified charset (default: autodetect).
10771 A value of "noconv" means no conversion.
10774 .B MPLAYER_HOME
10775 Directory where MPlayer looks for user settings.
10778 .B MPLAYER_VERBOSE (also see \-v and \-msglevel)
10779 Set the initial verbosity level across all message modules (default: 0).
10780 The resulting verbosity corresponds to that of \-msglevel 5 plus the
10781 value of MPLAYER_VERBOSE.
10783 .SS libaf:
10786 .B LADSPA_PATH
10787 If LADSPA_PATH is set, it searches for the specified file.
10788 If it is not set, you must supply a fully specified pathname.
10789 FIXME: This is also mentioned in the ladspa section.
10791 .SS libdvdcss:
10794 .B DVDCSS_CACHE
10795 Specify a directory in which to store title key values.
10796 This will speed up descrambling of DVDs which are in the cache.
10797 The DVDCSS_CACHE directory is created if it does not exist,
10798 and a subdirectory is created named after the DVD's title
10799 or manufacturing date.
10800 If DVDCSS_CACHE is not set or is empty, libdvdcss will use
10801 the default value which is "${HOME}/.dvdcss/" under Unix and
10802 "C:\\Documents and Settings\\$USER\\Application Data\\dvdcss\\" under Win32.
10803 The special value "off" disables caching.
10806 .B DVDCSS_METHOD
10807 Sets the authentication and decryption method that
10808 libdvdcss will use to read scrambled discs.
10809 Can be one of title, key or disc.
10810 .PD 0
10811 .RSs
10812 .IPs "key\ \ "
10813 is the default method.
10814 libdvdcss will use a set of calculated player keys to try and get the disc key.
10815 This can fail if the drive does not recognize any of the player keys.
10816 .IPs "disc\ "
10817 is a fallback method when key has failed.
10818 Instead of using player keys, libdvdcss will crack the disc key using
10819 a brute force algorithm.
10820 This process is CPU intensive and requires 64 MB of memory to store
10821 temporary data.
10822 .IPs title
10823 is the fallback when all other methods have failed.
10824 It does not rely on a key exchange with the DVD drive, but rather uses
10825 a crypto attack to guess the title key.
10826 On rare cases this may fail because there is not enough encrypted data
10827 on the disc to perform a statistical attack, but in the other hand it
10828 is the only way to decrypt a DVD stored on a hard disc, or a DVD with
10829 the wrong region on an RPC2 drive.
10831 .PD 1
10834 .B DVDCSS_RAW_DEVICE
10835 Specify the raw device to use.
10836 Exact usage will depend on your operating system, the Linux
10837 utility to set up raw devices is raw(8) for instance.
10838 Please note that on most operating systems, using a raw device
10839 requires highly aligned buffers: Linux requires a 2048 bytes
10840 alignment (which is the size of a DVD sector).
10843 .B DVDCSS_VERBOSE
10844 Sets the libdvdcss verbosity level.
10845 .PD 0
10846 .RSs
10847 .IPs 0
10848 Outputs no messages at all.
10849 .IPs 1
10850 Outputs error messages to stderr.
10851 .IPs 2
10852 Outputs error messages and debug messages to stderr.
10854 .PD 1
10857 .B DVDREAD_NOKEYS
10858 Skip retrieving all keys on startup.
10859 Currently disabled.
10862 .B HOME
10863 FIXME: Document this.
10865 .SS libao2:
10868 .B AO_SUN_DISABLE_SAMPLE_TIMING
10869 FIXME: Document this.
10872 .B AUDIODEV
10873 FIXME: Document this.
10876 .B AUDIOSERVER
10877 Specifies the Network Audio System server to which the
10878 nas audio output driver should connect and the transport
10879 that should be used.
10880 If unset DISPLAY is used instead.
10881 The transport can be one of tcp and unix.
10882 Syntax is tcp/<somehost>:<someport>, <somehost>:<instancenumber>
10883 or [unix]:<instancenumber>.
10884 The NAS base port is 8000 and <instancenumber> is added to that.
10885 .sp 1
10887 .I EXAMPLES:
10889 .PD 0
10890 .RSs
10891 .IPs AUDIOSERVER=somehost:0
10892 Connect to NAS server on somehost using default port and transport.
10893 .IPs AUDIOSERVER=tcp/somehost:8000
10894 Connect to NAS server on somehost listening on TCP port 8000.
10895 .IPs AUDIOSERVER=(unix)?:0
10896 Connect to NAS server instance 0 on localhost using unix domain sockets.
10898 .PD 1
10901 .B DISPLAY
10902 FIXME: Document this.
10904 .SS vidix:
10907 .B VIDIX_CRT
10908 FIXME: Document this.
10911 .B VIDIXIVTVALPHA
10912 Set this to 'disable' in order to stop the VIDIX driver from controlling
10913 alphablending settings.
10914 You can then manipulate it yourself with 'ivtvfbctl'.
10916 .SS osdep:
10919 .B TERM
10920 FIXME: Document this.
10922 .SS libvo:
10925 .B DISPLAY
10926 FIXME: Document this.
10929 .B FRAMEBUFFER
10930 FIXME: Document this.
10933 .B HOME
10934 FIXME: Document this.
10936 .SS libmpdemux:
10939 .B HOME
10940 FIXME: Document this.
10943 .B HOMEPATH
10944 FIXME: Document this.
10947 .B http_proxy
10948 FIXME: Document this.
10951 .B LOGNAME
10952 FIXME: Document this.
10955 .B USERPROFILE
10956 FIXME: Document this.
10958 .SS libmpcodecs:
10961 .B XANIM_MOD_DIR
10962 FIXME: Document this.
10964 .SS GUI:
10967 .B CHARSET
10968 FIXME: Document this.
10971 .B DISPLAY
10972 FIXME: Document this.
10975 .B HOME
10976 FIXME: Document this.
10978 .SS libavformat:
10981 .B AUDIO_FLIP_LEFT
10982 FIXME: Document this.
10985 .B BKTR_DEV
10986 FIXME: Document this.
10989 .B BKTR_FORMAT
10990 FIXME: Document this.
10993 .B BKTR_FREQUENCY
10994 FIXME: Document this.
10997 .B http_proxy
10998 FIXME: Document this.
11001 .B no_proxy
11002 FIXME: Document this.
11006 .\" --------------------------------------------------------------------------
11007 .\" Files
11008 .\" --------------------------------------------------------------------------
11010 .SH FILES
11013 /usr/\:local/\:etc/\:mplayer/\:mplayer.conf
11014 MPlayer system-wide settings
11017 /usr/\:local/\:etc/\:mplayer/\:mencoder.conf
11018 MEncoder system-wide settings
11021 ~/.mplayer/\:config
11022 MPlayer user settings
11025 ~/.mplayer/\:mencoder.conf
11026 MEncoder user settings
11029 ~/.mplayer/\:input.conf
11030 input bindings (see '\-input keylist' for the full list)
11033 ~/.mplayer/\:gui.conf
11034 GUI configuration file
11037 ~/.mplayer/\:gui.pl
11038 GUI playlist
11041 ~/.mplayer/\:font/
11042 font directory (There must be a font.desc file and files with .RAW extension.)
11045 ~/.mplayer/\:DVDkeys/
11046 cached CSS keys
11049 Assuming that /path/\:to/\:movie.avi is played, MPlayer searches for sub files
11050 in this order:
11052 /path/\:to/\:movie.sub
11054 ~/.mplayer/\:sub/\:movie.sub
11056 .PD 1
11059 .\" --------------------------------------------------------------------------
11060 .\" Examples
11061 .\" --------------------------------------------------------------------------
11063 .SH EXAMPLES OF MPLAYER USAGE
11066 .B Quickstart DVD playing:
11068 mplayer dvd://1
11072 .B Play in Japanese with English subtitles:
11074 mplayer dvd://1 \-alang ja \-slang en
11078 .B Play only chapters 5, 6, 7:
11080 mplayer dvd://1 \-chapter 5\-7
11084 .B Play only titles 5, 6, 7:
11086 mplayer dvd://5\-7
11090 .B Play a multiangle DVD:
11092 mplayer dvd://1 \-dvdangle 2
11096 .B Play from a different DVD device:
11098 mplayer dvd://1 \-dvd\-device /dev/\:dvd2
11102 .B Play DVD video from a directory with VOB files:
11104 mplayer dvd://1 \-dvd\-device /path/\:to/\:directory/
11108 .B Copy a DVD title to hard disk, saving to file "title1.vob":
11110 mplayer dvd://1 \-dumpstream \-dumpfile title1.vob
11114 .B Play a DVD with dvdnav from path /dev/sr1:
11116 mplayer dvdnav:////dev/sr1
11120 .B Stream from HTTP:
11122 mplayer http://mplayer.hq/example.avi
11126 .B Stream using RTSP:
11128 mplayer rtsp://server.example.com/streamName
11132 .B Convert subtitles to MPsub format:
11134 mplayer dummy.avi \-sub source.sub \-dumpmpsub
11138 .B Convert subtitles to MPsub format without watching the movie:
11140 mplayer /dev/\:zero \-rawvideo pal:fps=xx \-demuxer rawvideo \-vc null \-vo null \-noframedrop \-benchmark \-sub source.sub \-dumpmpsub
11144 .B input from standard V4L:
11146 mplayer tv:// \-tv driver=v4l:width=640:height=480:outfmt=i420 \-vc rawi420 \-vo xv
11150 .B Playback on Zoran cards (old style, deprecated):
11152 mplayer \-vo zr \-vf scale=352:288 file.avi
11156 .B Playback on Zoran cards (new style):
11158 mplayer \-vo zr2 \-vf scale=352:288,zrmjpeg file.avi
11162 .B Play DTS-CD with passthrough:
11164 mplayer \-ac hwdts \-rawaudio format=0x2001 \-cdrom\-device /dev/cdrom cdda://
11167 You can also use \-afm hwac3 instead of \-ac hwdts.
11168 Adjust '/dev/cdrom' to match the CD-ROM device on your system.
11169 If your external receiver supports decoding raw DTS streams,
11170 you can directly play it via cdda:// without setting format, hwac3 or hwdts.
11173 .B Play a 6-channel AAC file with only two speakers:
11175 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
11178 You might want to play a bit with the pan values (e.g multiply with a value) to
11179 increase volume or avoid clipping.
11182 .B checkerboard invert with geq filter:
11184 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'
11188 .SH EXAMPLES OF MENCODER USAGE
11191 .B Encode DVD title #2, only selected chapters:
11193 mencoder dvd://2 \-chapter 10\-15 \-o title2.avi \-oac copy \-ovc lavc \-lavcopts vcodec=mpeg4
11197 .B Encode DVD title #2, resizing to 640x480:
11199 mencoder dvd://2 \-vf scale=640:480 \-o title2.avi \-oac copy \-ovc lavc \-lavcopts vcodec=mpeg4
11203 .B Encode DVD title #2, resizing to 512xHHH (keep aspect ratio):
11205 mencoder dvd://2 \-vf scale \-zoom \-xy 512 \-o title2.avi \-oac copy \-ovc lavc \-lavcopts vcodec=mpeg4
11209 .B The same, but with bitrate set to 1800kbit and optimized macroblocks:
11211 mencoder dvd://2 \-o title2.avi \-oac copy \-ovc lavc \-lavcopts vcodec=mpeg4:mbd=1:vbitrate=1800
11215 .B The same, but with MJPEG compression:
11217 mencoder dvd://2 \-o title2.avi \-oac copy \-ovc lavc \-lavcopts vcodec=mjpeg:mbd=1:vbitrate=1800
11221 .B Encode all *.jpg files in the current directory:
11223 mencoder "mf://*.jpg" \-mf fps=25 \-o output.avi \-ovc lavc \-lavcopts vcodec=mpeg4
11227 .B Encode from a tuner (specify a format with \-vf format):
11229 mencoder \-tv driver=v4l:width=640:height=480 tv:// \-o tv.avi \-ovc raw
11233 .B Encode from a pipe:
11235 rar p test-SVCD.rar | mencoder \-ovc lavc \-lavcopts vcodec=mpeg4:vbitrate=800 \-ofps 24 \-
11239 .\" --------------------------------------------------------------------------
11240 .\" Bugs, authors, standard disclaimer
11241 .\" --------------------------------------------------------------------------
11243 .SH BUGS
11244 Don't panic.
11245 If you find one, report it to us, but please make sure you have read all
11246 of the documentation first.
11247 Also look out for smileys. :)
11248 Many bugs are the result of incorrect setup or parameter usage.
11249 The bug reporting section of the documentation
11250 (http://www.mplayerhq.hu/\:DOCS/\:HTML/\:en/\:bugreports.html)
11251 explains how to create useful bug reports.
11255 .SH AUTHORS
11256 MPlayer was initially written by Arpad Gereoffy.
11257 See the AUTHORS file for a list of some of the many other contributors.
11259 MPlayer is (C) 2000\-2009 The MPlayer Team
11261 This man page was written mainly by Gabucino, Jonas Jermann and Diego Biurrun.
11262 It is maintained by Diego Biurrun.
11263 Please send mails about it to the MPlayer-DOCS mailing list.
11264 Translation specific mails belong on the MPlayer-translations mailing list.
11265 .\" end of file