comparison DOCS/mplayer.1 @ 8407:baa6bcea04fb

fixing -vop pp VS -pp VS ... conflict (somewhat.) what are the manpage maintainers doing??
author gabucino
date Sat, 07 Dec 2002 22:09:16 +0000
parents ae74be3e2ed0
children 6e344036d9db
comparison
equal deleted inserted replaced
8406:42051d4d69c3 8407:baa6bcea04fb
181 .B \-autoq <quality> (use with \-vop pp) 181 .B \-autoq <quality> (use with \-vop pp)
182 Dynamically changes the level of postprocessing depending on available spare 182 Dynamically changes the level of postprocessing depending on available spare
183 CPU time. 183 CPU time.
184 The number you specify will be the maximum level used. 184 The number you specify will be the maximum level used.
185 Usually you can use some big number. 185 Usually you can use some big number.
186 You may not use it together with \-pp but it is OK with \-npp. 186 You have to use \-vop pp without parameters in order to use this.
187 .TP 187 .TP
188 .B \-autosync <factor> 188 .B \-autosync <factor>
189 Gradually adjusts the A/\:V sync based on audio delay measurements. 189 Gradually adjusts the A/\:V sync based on audio delay measurements.
190 Specifying \-autosync\ 0, the default, will cause frame timing to be based 190 Specifying \-autosync\ 0, the default, will cause frame timing to be based
191 entirely on audio delay measurements. 191 entirely on audio delay measurements.
467 For example sometimes '1' is a trailer, and '2' is the real movie. 467 For example sometimes '1' is a trailer, and '2' is the real movie.
468 468
469 .I NOTE: 469 .I NOTE:
470 .br 470 .br
471 Sometimes deinterlacing is required for DVD playback, 471 Sometimes deinterlacing is required for DVD playback,
472 see the \-pp 0x20000 or \-npp\ lb options. 472 see the \-vop pp=0x20000 option.
473 .TP 473 .TP
474 .B \-dvd\-device <path\ to\ device> 474 .B \-dvd\-device <path\ to\ device>
475 Override default DVD device name /dev/\:dvd. 475 Override default DVD device name /dev/\:dvd.
476 .TP 476 .TP
477 .B \-dvdangle <angle\ id> 477 .B \-dvdangle <angle\ id>
1534 Disable automatic movie aspect ratio compensation. 1534 Disable automatic movie aspect ratio compensation.
1535 .TP 1535 .TP
1536 .B \-nosound 1536 .B \-nosound
1537 Do not play/\:encode sound. 1537 Do not play/\:encode sound.
1538 .TP 1538 .TP
1539 .B \-npp <option1,option2,...> 1539 .B \-vop pp=<option1,option2,...>
1540 This option allows giving more literate postprocessing options, 1540 This option enables usage of MPlayer's internal postprocessing filter,
1541 and is another way of calling it (not with \-pp). 1541 and also gives an interface where you can pass options to the named filter.
1542 1542
1543 .I NOTE:
1544 See \-npp help for a full list of available options.
1545 .br 1543 .br
1546 Each filter defaults to 'c' (chrominance). 1544 Each filter defaults to 'c' (chrominance).
1547 .br
1548 \-npp only controls the external postprocess filter, and you HAVE TO
1549 load it manually by \-vop pp (Usage: \-vop pp \-npp <options>),
1550 it is not auto-loaded.
1551 .br 1545 .br
1552 The keywords accept a '\-' prefix to disable the option. 1546 The keywords accept a '\-' prefix to disable the option.
1553 .br 1547 .br
1554 A ':' followed by a letter may be appended to the option to indicate its 1548 A ':' followed by a letter may be appended to the option to indicate its
1555 scope: 1549 scope:
1564 .RS 7 1558 .RS 7
1565 .I EXAMPLE: 1559 .I EXAMPLE:
1566 .RE 1560 .RE
1567 .PD 0 1561 .PD 0
1568 .RSs 1562 .RSs
1569 .IPs "\-npp hb,vb,dr,al,lb" 1563 .IPs "\-vop pp=hb,vb,dr,al,lb"
1570 same as \-pp 0x2007f 1564 .IPs "\-vop pp=hb,vb,dr,al"
1571 .IPs "\-npp hb,vb,dr,al" 1565 .IPs "\-vop pp=de,\-al"
1572 same as \-pp 0x7f
1573 .IPs "\-npp de,\-al"
1574 default filters without brightness/\:contrast correction 1566 default filters without brightness/\:contrast correction
1575 .IPs "\-npp de,tn:1:2:3" 1567 .IPs "\-vop pp=de,tn:1:2:3"
1576 Enable default filters & temporal denoiser. 1568 Enable default filters & temporal denoiser.
1577 .IPs "\-npp hb:y,vb:a \-autoq 6" 1569 .IPs "\-vop pp=hb:y,vb:a \-autoq 6"
1578 Deblock horizontal only luminance and switch vertical deblocking on or 1570 Deblock horizontal only luminance and switch vertical deblocking on or
1579 off automatically depending on available CPU time. 1571 off automatically depending on available CPU time.
1580 .RE 1572 .RE
1581 .PD 1 1573 .PD 1
1582 . 1574 .
1583 .TP 1575 .TP
1584 .B \-pp <quality> (see \-npp option too) 1576 .B \-pp <quality> (see \-vop pp option too)
1585 Apply postprocess filter on decoded image. 1577 Set postprocess level of the DLL. This option is NO LONGER USABLE with
1586 1578 MPlayer's postprocess filter, but only with Win32 DirectShow DLLs which
1587 Value given by \-pp is sent to the codec, if the codec has built-in 1579 have interal postprocessing routine.
1588 postprocess filter (newer win32 DShow DLLs, divx4linux) otherwise the external 1580
1589 postprocess filter plugin (-vop pp) is auto-loaded and used. 1581 The valid range of \-pp value vary on codecs, mostly
1590 Note, that you can use the built-in and external pp at the same time, use \-pp
1591 to set internal pp, and \-vop pp=value to set up the external.
1592
1593 The valid range of \-pp value for built-in pp filters vary on codecs, mostly
1594 0\-6, where 0=disable 6=slowest/\:best. 1582 0\-6, where 0=disable 6=slowest/\:best.
1595 1583
1596 For the external pp filter, this is the numerical mode to use postprocessing.
1597 The '\-npp' option described above has the same effects but with letters.
1598 To have several filters at the same time, simply add the hexadecimal values.
1599
1600 .I EXAMPLE:
1601 The following values are known to give good results:
1602 .PD 0
1603 .RSs
1604 .IPs "\-pp 0x20000 (\-npp lb)"
1605 deinterlacing (for DVD/\:MPEG2 playback e.g.)
1606 .IPs "\-pp 0x7f (\-npp hb,vb,dr,al)"
1607 deblocking filter (for DivX)
1608 .RE
1609 .PD 1
1610 .
1611 .TP 1584 .TP
1612 .B \-ssf <mode> 1585 .B \-ssf <mode>
1613 Specifies SwScaler parameters. 1586 Specifies SwScaler parameters.
1614 1587
1615 .I EXAMPLE 1588 .I EXAMPLE
1801 Restricts the colorspace for next filter. 1774 Restricts the colorspace for next filter.
1802 It does not do any conversion. 1775 It does not do any conversion.
1803 Use together with the scale filter for a real conversion. 1776 Use together with the scale filter for a real conversion.
1804 .IPs pp[=flags] 1777 .IPs pp[=flags]
1805 Activates the external postprocessing filter. 1778 Activates the external postprocessing filter.
1806 (see \-pp option for details) 1779 (see \-vop pp option for details)
1807 .IPs lavc[=quality:fps] 1780 .IPs lavc[=quality:fps]
1808 Realtime MPEG1 encoder for use with DVB/\:DXR3 (libavcodec) 1781 Realtime MPEG1 encoder for use with DVB/\:DXR3 (libavcodec)
1809 .IPs fame 1782 .IPs fame
1810 Realtime MPEG1 encoder for use with DVB/\:DXR3 (libfame) 1783 Realtime MPEG1 encoder for use with DVB/\:DXR3 (libfame)
1811 .IPs dvbscale[=aspect] 1784 .IPs dvbscale[=aspect]