comparison DOCS/mplayer.1 @ 8810:bdcde34deb14

10l, osdlevel, fixes
author jonas
date Sun, 05 Jan 2003 21:39:18 +0000
parents 1a308d921475
children c72c8f6416e7
comparison
equal deleted inserted replaced
8809:06da83f96e1b 8810:bdcde34deb14
1 .\" MPlayer (C) 2000-2002 Arpad Gereoffy 1 .\" MPlayer (C) 2000-2003 Arpad Gereoffy
2 .\" This man page was/is done by Gabucino, Diego Biurrun, Jonas Jermann 2 .\" This man page was/is done by Gabucino, Diego Biurrun, Jonas Jermann
3 .\" 3 .\"
4 .\" Run this to get a html version of the man page: 4 .\" Run this to get a html version of the man page:
5 .\" cat mplayer.1 | sed s/SS\ 20/SS\ 4/ | groff -man -Thtml - > manpage.html 5 .\" cat mplayer.1 | sed s/SS\ 20/SS\ 4/ | groff -man -Thtml - > manpage.html
6 .\" Run this to get a text version of the man page: 6 .\" Run this to get a text version of the man page:
36 . 36 .
37 .\" -------------------------------------------------------------------------- 37 .\" --------------------------------------------------------------------------
38 .\" Title 38 .\" Title
39 .\" -------------------------------------------------------------------------- 39 .\" --------------------------------------------------------------------------
40 . 40 .
41 .TH MPlayer 1 "2002-12-28" 41 .TH MPlayer 1 "2003-01-05"
42 . 42 .
43 .SH NAME 43 .SH NAME
44 mplayer \- Movie Player for Linux 44 mplayer \- Movie Player for Linux
45 .br 45 .br
46 mencoder \- Movie Encoder for Linux 46 mencoder \- Movie Encoder for Linux
829 Turns off automatic loading of subtitle files. 829 Turns off automatic loading of subtitle files.
830 .TP 830 .TP
831 .B \-nooverlapsub 831 .B \-nooverlapsub
832 Turns off support for overlapping subtitles. 832 Turns off support for overlapping subtitles.
833 .TP 833 .TP
834 .B \-osdlevel <0\-3> (MPLAYER only) 834 .B \-osdlevel <0\-4> (MPLAYER only)
835 Specifies which mode the OSD should start in (0: none, 1: seek, 2: seek+timer, 835 Specifies which mode the OSD should start in.
836 3: seek+timer+total length, default is 1). 836 .RSss
837 0: subtitles only
838 .br
839 1: volume + seek (default)
840 .br
841 2: volume + seek + timer + percentage
842 .br
843 3: volume + seek + timer + percentage + total time
844 .REss
837 .TP 845 .TP
838 .B \-sid <id> (also see \-slang option) 846 .B \-sid <id> (also see \-slang option)
839 Turns on DVD subtitle displaying. 847 Turns on DVD subtitle displaying.
840 Also, you MUST specify a number which corresponds to a DVD subtitle language 848 Also, you MUST specify a number which corresponds to a DVD subtitle language
841 (0\-31). 849 (0\-31).
2660 2: median prediction 2668 2: median prediction
2661 .REss 2669 .REss
2662 .IPs qpel 2670 .IPs qpel
2663 use quarter pel motion compensation 2671 use quarter pel motion compensation
2664 .IPs precmp=<0\-2000> 2672 .IPs precmp=<0\-2000>
2665 comparission function for motion estimation pre pass 2673 comparison function for motion estimation pre pass
2666 .IPs cmp=<0\-2000> 2674 .IPs cmp=<0\-2000>
2667 comparission function for full pel motion estimation 2675 comparison function for full pel motion estimation
2668 .IPs subcmp=<0\-2000> 2676 .IPs subcmp=<0\-2000>
2669 comparission function for sub pel motion estimation 2677 comparison function for sub pel motion estimation
2670 .RSss 2678 .RSss
2671 0 (SAD): sum of absolute differences, fast (default) 2679 0 (SAD): sum of absolute differences, fast (default)
2672 .br 2680 .br
2673 1 (SSE): sum of squared errors 2681 1 (SSE): sum of squared errors
2674 .br 2682 .br