Mercurial > mplayer.hg
comparison DOCS/documentation.html @ 6493:c4109cc97fe0
input dox fixed, cosmetixed
author | gabucino |
---|---|
date | Sat, 22 Jun 2002 08:55:17 +0000 |
parents | 6cf0e246e15d |
children | 9c4fb5264e43 |
comparison
equal
deleted
inserted
replaced
6492:e7635c03910f | 6493:c4109cc97fe0 |
---|---|
1276 <TR><TD></TD><TD>/ or *</TD><TD></TD><TD>decrease/increase volume</TD></TR> | 1276 <TR><TD></TD><TD>/ or *</TD><TD></TD><TD>decrease/increase volume</TD></TR> |
1277 <TR><TD></TD><TD>f</TD><TD></TD><TD>toggle fullscreen</TD></TR> | 1277 <TR><TD></TD><TD>f</TD><TD></TD><TD>toggle fullscreen</TD></TR> |
1278 <TR><TD></TD><TD>o</TD><TD></TD><TD>toggle OSD: none / seek / seek+timer</TD></TR> | 1278 <TR><TD></TD><TD>o</TD><TD></TD><TD>toggle OSD: none / seek / seek+timer</TD></TR> |
1279 <TR><TD></TD><TD>z or x</TD><TD></TD><TD>adjust subtitle delay by +/- 0.1 second</TD></TR> | 1279 <TR><TD></TD><TD>z or x</TD><TD></TD><TD>adjust subtitle delay by +/- 0.1 second</TD></TR> |
1280 <TR><TD></TD><TD>r or t</TD><TD></TD><TD>adjust subtitle position</TD></TR> | 1280 <TR><TD></TD><TD>r or t</TD><TD></TD><TD>adjust subtitle position</TD></TR> |
1281 <TR><TD></TD><TD>> or <</TD><TD></TD><TD>go to next/previous playtree entry</TD></TR> | |
1282 <TR><TD></TD><TD>HOME or END</TD><TD></TD><TD>go to next/previous playtree entry in the parent list</TD></TR> | 1281 <TR><TD></TD><TD>HOME or END</TD><TD></TD><TD>go to next/previous playtree entry in the parent list</TD></TR> |
1283 <TR><TD></TD><TD>INSERT or DELETE</TD><TD></TD><TD>go to next/previous alternative source (only avaible in asx playlist)</TD></TR> | 1282 <TR><TD></TD><TD>INSERT or DELETE</TD><TD></TD><TD>go to next/previous alternative source (only avaible in asx playlist)</TD></TR> |
1284 | 1283 |
1285 <TR><TD COLSPAN=4><P><I>(the following keys are valid only when using <CODE>-vo xv</CODE>)</I></P></TD></TR> | 1284 <TR><TD COLSPAN=4><P><I>(the following keys are valid only when using <CODE>-vo xv</CODE>)</I></P></TD></TR> |
1286 | 1285 |
1315 <TR><TD></TD><TD>b</TD><TD></TD><TD>change channel list</TD></TR> | 1314 <TR><TD></TD><TD>b</TD><TD></TD><TD>change channel list</TD></TR> |
1316 </TABLE> | 1315 </TABLE> |
1317 | 1316 |
1318 <P><B><A NAME=3.2.2>3.2.2. Controls configuration</A></B></P> | 1317 <P><B><A NAME=3.2.2>3.2.2. Controls configuration</A></B></P> |
1319 | 1318 |
1320 <P><B>MPlayer</B> allow you to bind any key/button to any <B>MPlayer</B> command using a simple config file. | 1319 <P><B>MPlayer</B> allows you bind any key/button to any <B>MPlayer</B> command |
1321 The syntax consist of a key name followed by a command. The default config file location is | 1320 using a simple config file. The syntax consist of a key name followed by a |
1322 $HOME/.mplayer/input.conf but it can be overrided using the -input conf switch (relative path are relative to $HOME/.mplayer). | 1321 command. The default config file location is |
1322 <CODE>$HOME/.mplayer/input.conf</CODE> but it can be overrided using the | |
1323 <CODE>-input</CODE> conf switch (relative path are relative to | |
1324 <CODE>$HOME/.mplayer</CODE>). | |
1325 | |
1323 <P>Example:</P> | 1326 <P>Example:</P> |
1327 | |
1324 <PRE> | 1328 <PRE> |
1325 ## | 1329 ## |
1326 ## MPlayer input control file | 1330 ## MPlayer input control file |
1327 ## | 1331 ## |
1328 | 1332 |
1337 </PRE> | 1341 </PRE> |
1338 | 1342 |
1339 | 1343 |
1340 <P><B><A NAME=3.2.2.1>3.2.2.1. Key names</A></B></P> | 1344 <P><B><A NAME=3.2.2.1>3.2.2.1. Key names</A></B></P> |
1341 | 1345 |
1342 <P>You can have a full list by running "mplayer -input keylist"</P> | 1346 <P>You can have a full list by running <CODE>mplayer -input keylist</CODE></P> |
1343 | 1347 |
1344 <P><B>Keyboard</B></P> | 1348 <P><B>Keyboard</B></P> |
1345 | 1349 |
1346 <UL> | 1350 <UL> |
1347 <LI>Any printable character</LI> | 1351 <LI>Any printable character</LI> |
1367 | 1371 |
1368 <P>Note : mouse is only supported under X</P> | 1372 <P>Note : mouse is only supported under X</P> |
1369 | 1373 |
1370 <UL> | 1374 <UL> |
1371 <LI>MOUSE_BTN0 (Left button)</LI> | 1375 <LI>MOUSE_BTN0 (Left button)</LI> |
1372 <LI>MOUSE_BTN1 (Rigth button)</LI> | 1376 <LI>MOUSE_BTN1 (Right button)</LI> |
1373 <LI>MOUSE_BTN2 (Middle button)</LI> | 1377 <LI>MOUSE_BTN2 (Middle button)</LI> |
1374 <LI>MOUSE_BTN3 (Whell)</LI> | 1378 <LI>MOUSE_BTN3 (Wheel)</LI> |
1375 <LI>MOUSE_BTN4 (Whell)</LI> | 1379 <LI>MOUSE_BTN4 (Wheel)</LI> |
1376 <LI>...</LI> | 1380 <LI>...</LI> |
1377 <LI>MOUSE_BTN9</LI> | 1381 <LI>MOUSE_BTN9</LI> |
1378 </UL> | 1382 </UL> |
1379 | 1383 |
1380 <P><B>Joystick</B></P> | 1384 <P><B>Joystick</B></P> |
1394 </UL> | 1398 </UL> |
1395 | 1399 |
1396 | 1400 |
1397 <P><B><A NAME=3.2.2.2>3.2.2.2. Commands</A></B></P> | 1401 <P><B><A NAME=3.2.2.2>3.2.2.2. Commands</A></B></P> |
1398 | 1402 |
1399 <P>You can have a full list of know commands by running "mplayer -input cmdlist"</P> | 1403 <P>You can have a full list of known commands by running "mplayer -input cmdlist"</P> |
1400 | 1404 |
1401 <UL> | 1405 <UL> |
1402 <LI><B>seek</B> (int) val [(int) type=0] | 1406 <LI><B>seek</B> (int) val [(int) type=0] |
1403 <P>Seek to some place in the movie.<BR> | 1407 <P>Seek to some place in the movie.<BR> |
1404 Type 0 is a relative seek of +/- val seconds.<BR> | 1408 Type 0 is a relative seek of +/- val seconds.<BR> |
1519 </PRE> | 1523 </PRE> |
1520 | 1524 |
1521 <P>If you don't like the standard location for the lirc-config file (~/.lircrc) | 1525 <P>If you don't like the standard location for the lirc-config file (~/.lircrc) |
1522 use the -lircconf <filename> switch to specify another file.</P> | 1526 use the -lircconf <filename> switch to specify another file.</P> |
1523 | 1527 |
1528 | |
1524 <P><B><A NAME=3.2.4>3.2.4. Slave mode</A></B></P> | 1529 <P><B><A NAME=3.2.4>3.2.4. Slave mode</A></B></P> |
1525 | 1530 |
1526 <P>The slave mode allow you to build simple frontend to <B>MPlayer</B>. When enabled (with the -slave switch) <B>MPlayer</B> will read commands separeted by new line (\n) from stdin.<P> | 1531 <P>The slave mode allow you to build simple frontend to <B>MPlayer</B>. When |
1532 enabled (with the <CODE>-slave</CODE> switch) <B>MPlayer</B> will read | |
1533 commands separeted by new line (\n) from stdin.</P> | |
1534 | |
1527 | 1535 |
1528 <P><B><A NAME=3.3>3.3. Streaming from network or pipes</A></B></P> | 1536 <P><B><A NAME=3.3>3.3. Streaming from network or pipes</A></B></P> |
1529 | 1537 |
1530 <P><B>MPlayer</B> can play files from network, using the HTTP or MMS protocol.</P> | 1538 <P><B>MPlayer</B> can play files from network, using the HTTP or MMS protocol.</P> |
1531 | 1539 |