Mercurial > mplayer.hg
comparison DOCS/documentation.html @ 7699:5d4b0446a557
Cosmetics: Converted 2 spaces to one in section titles, changed some ugly
linebreaks and put "." after sentences in codecs.html.
author | diego |
---|---|
date | Thu, 10 Oct 2002 01:42:27 +0000 |
parents | 427935644581 |
children | 4a39a8bac5de |
comparison
equal
deleted
inserted
replaced
7698:c8d2c444d278 | 7699:5d4b0446a557 |
---|---|
940 | 940 |
941 <P><B>THIS CODE IS CURRENTLY NOT BEING WORKED ON! Do not expect it to work | 941 <P><B>THIS CODE IS CURRENTLY NOT BEING WORKED ON! Do not expect it to work |
942 without tweaking/experimenting!</B></P> | 942 without tweaking/experimenting!</B></P> |
943 | 943 |
944 | 944 |
945 <H3><A NAME="tv_compilation">2.5.1 Compilation</A></H3> | 945 <H3><A NAME="tv_compilation">2.5.1 Compilation</A></H3> |
946 | 946 |
947 <OL> | 947 <OL> |
948 <LI>First, you have to recompile. <CODE>./configure</CODE> will autodetect | 948 <LI>First, you have to recompile. <CODE>./configure</CODE> will autodetect |
949 kernel headers of v4l stuff and the existence of <CODE>/dev/video*</CODE> | 949 kernel headers of v4l stuff and the existence of <CODE>/dev/video*</CODE> |
950 entries. If they exist, TV support will be built (see the output of | 950 entries. If they exist, TV support will be built (see the output of |
960 (<CODE>-vo sdl</CODE>) colorspaces. | 960 (<CODE>-vo sdl</CODE>) colorspaces. |
961 You can specify these with the <CODE>outfmt=YV12</CODE> option, see below. | 961 You can specify these with the <CODE>outfmt=YV12</CODE> option, see below. |
962 </BLOCKQUOTE> | 962 </BLOCKQUOTE> |
963 | 963 |
964 | 964 |
965 <H3><A NAME="tv_options">2.5.2 Available options</A></H3> | 965 <H3><A NAME="tv_options">2.5.2 Available options</A></H3> |
966 | 966 |
967 <DL> | 967 <DL> |
968 <DT><CODE>on</CODE></DT> | 968 <DT><CODE>on</CODE></DT> |
969 <DD>Use TV input.</DD> | 969 <DD>Use TV input.</DD> |
970 | 970 |
1009 <DT><CODE>chanlist</CODE></DT> | 1009 <DT><CODE>chanlist</CODE></DT> |
1010 <DD>available: <CODE>us-bcast, us-cable, europe-west, europe-east, etc</CODE></DD> | 1010 <DD>available: <CODE>us-bcast, us-cable, europe-west, europe-east, etc</CODE></DD> |
1011 </DL> | 1011 </DL> |
1012 | 1012 |
1013 | 1013 |
1014 <H3><A NAME="tv_keyboard">2.5.3 Keyboard control</A></H3> | 1014 <H3><A NAME="tv_keyboard">2.5.3 Keyboard control</A></H3> |
1015 | 1015 |
1016 <TABLE BORDER=0> | 1016 <TABLE BORDER=0> |
1017 <TR><TD> </TD><TD>h / k</TD><TD> </TD><TD>select previous/next channel</TD></TR> | 1017 <TR><TD> </TD><TD>h / k</TD><TD> </TD><TD>select previous/next channel</TD></TR> |
1018 <TR><TD></TD><TD>n</TD><TD></TD><TD>change norm</TD></TR> | 1018 <TR><TD></TD><TD>n</TD><TD></TD><TD>change norm</TD></TR> |
1019 <TR><TD></TD><TD>b</TD><TD></TD><TD>change channel list</TD></TR> | 1019 <TR><TD></TD><TD>b</TD><TD></TD><TD>change channel list</TD></TR> |
1020 </TABLE> | 1020 </TABLE> |
1021 | 1021 |
1022 | 1022 |
1023 <H3><A NAME="tv_examples">2.5.4 Examples</A></H3> | 1023 <H3><A NAME="tv_examples">2.5.4 Examples</A></H3> |
1024 | 1024 |
1025 <P>Dummy output, to AAlib :)<BR> | 1025 <P>Dummy output, to AAlib :)<BR> |
1026 <CODE> mplayer -tv on:driver=dummy:width=640:height=480 -vo aa</CODE><BR> | 1026 <CODE> mplayer -tv on:driver=dummy:width=640:height=480 -vo aa</CODE><BR> |
1027 <BR> | 1027 <BR> |
1028 Input from standard V4L<BR> | 1028 Input from standard V4L<BR> |