comparison DOCS/man/en/mplayer.1 @ 17002:446e03f55a76

Document the new osd options: -osd-duration, -noterm-osd, -term-osd-esc
author albeu
date Thu, 17 Nov 2005 14:43:53 +0000
parents aaf0e1a3f6f9
children ae416c3d3f4f
comparison
equal deleted inserted replaced
17001:d7794234ab7e 17002:446e03f55a76
1551 .TP 1551 .TP
1552 .B \-noautosub 1552 .B \-noautosub
1553 Turns off automatic subtitle file loading. 1553 Turns off automatic subtitle file loading.
1554 . 1554 .
1555 .TP 1555 .TP
1556 .B \-osd-duration <time>
1557 Set the duration of the OSD messages in ms (default: 1000).
1558 .
1559 .TP
1556 .B \-osdlevel <0\-3> (MPlayer only) 1560 .B \-osdlevel <0\-3> (MPlayer only)
1557 Specifies which mode the OSD should start in. 1561 Specifies which mode the OSD should start in.
1558 .PD 0 1562 .PD 0
1559 .RSs 1563 .RSs
1560 .IPs 0 1564 .IPs 0
1814 .TP 1818 .TP
1815 .B \-subwidth <10\-100> (OSD only) 1819 .B \-subwidth <10\-100> (OSD only)
1816 Specify the maximum width of subtitles on the screen. 1820 Specify the maximum width of subtitles on the screen.
1817 Useful for TV-out. 1821 Useful for TV-out.
1818 The value is the width of the subtitle in % of the screen width. 1822 The value is the width of the subtitle in % of the screen width.
1823 .
1824 .TP
1825 .B \-noterm-osd
1826 Disable the display of OSD messages on the console when no video output is
1827 available.
1828 .
1829 .TP
1830 .B \-term-osd-esc <escape sequence>
1831 Specify the escape sequence to use before writing an OSD messages on the
1832 console. The escape sequence should move the pointer to the beginning of the
1833 line used for the OSD and clear it (default: ^[[A\\r^[[K).
1819 . 1834 .
1820 .TP 1835 .TP
1821 .B \-unicode 1836 .B \-unicode
1822 Tells MPlayer to handle the subtitle file as unicode. 1837 Tells MPlayer to handle the subtitle file as unicode.
1823 . 1838 .