2003-05-16 13:20:06 +00:00
|
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
|
|
|
<chapter id="usage">
|
|
|
|
|
<title>Utilisation</title>
|
|
|
|
|
|
|
|
|
|
<sect1 id="commandline">
|
|
|
|
|
<title>Ligne de commande</title>
|
|
|
|
|
|
|
|
|
|
<para>
|
|
|
|
|
<application>MPlayer</application> utilise un ordre de lecture complexe.
|
|
|
|
|
Il consiste en les options globales <20>crites en premier, par exemple
|
|
|
|
|
|
|
|
|
|
<screen>mplayer -vfm 5</screen>
|
|
|
|
|
|
|
|
|
|
et les options <20>crites apr<70>s les noms de fichier, qui s'appliquent
|
|
|
|
|
uniquement au nom de fichier/URL/autre donn<6E>, par exemple
|
|
|
|
|
|
|
|
|
|
<screen>mplayer -vfm 5 film1.avi film2.avi -vfm 4</screen>
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
<para>
|
|
|
|
|
Vous pouvez regrouper les noms de fichiers/URLs en utilisant <literal>{</literal>
|
|
|
|
|
et <literal>}</literal>. C'est utile avec l'option <option>-loop</option>:
|
|
|
|
|
|
|
|
|
|
<screen>mplayer { 1.avi - loop 2 2.avi } -loop 3</screen>
|
|
|
|
|
|
|
|
|
|
La commande ci-dessus jouera les fichiers dans cet ordre: 1, 1, 2, 1, 1, 2, 1, 1, 2.
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
<para>
|
|
|
|
|
Lecture d'un fichier:
|
|
|
|
|
<synopsis>
|
|
|
|
|
<command>mplayer</command><!--
|
|
|
|
|
--> [<replaceable>options</replaceable>]<!--
|
|
|
|
|
--> [<replaceable>chemin</replaceable>/]<replaceable>nomfichier</replaceable>
|
|
|
|
|
</synopsis>
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
<para>
|
|
|
|
|
Lecture de plusieurs fichiers:
|
|
|
|
|
<synopsis>
|
|
|
|
|
<command>mplayer</command><!--
|
|
|
|
|
--> [<replaceable>options par d<>faut</replaceable>]<!--
|
|
|
|
|
--> [<replaceable>chemin</replaceable>/]<replaceable>nomfichier1</replaceable><!--
|
|
|
|
|
--> [<replaceable>options pour nomfichier1</replaceable>]<!--
|
|
|
|
|
--> <replaceable>nomfichier2</replaceable><!--
|
|
|
|
|
--> [<replaceable>options pour nomfichier2</replaceable>] ...
|
|
|
|
|
</synopsis>
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
<para>
|
|
|
|
|
Lecture de VCD:
|
|
|
|
|
<synopsis>
|
|
|
|
|
<command>mplayer</command> [<replaceable>options</replaceable>]<!--
|
2003-05-29 13:17:47 +00:00
|
|
|
|
--> vcd://<replaceable>N<EFBFBD>piste</replaceable><!--
|
2003-05-16 13:20:06 +00:00
|
|
|
|
--> [-cdrom-device <replaceable>/dev/cdrom</replaceable>]
|
|
|
|
|
</synopsis>
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
<para>
|
|
|
|
|
Lecture de DVD:
|
|
|
|
|
<synopsis>
|
|
|
|
|
<command>mplayer</command> [<replaceable>options</replaceable>]<!--
|
2003-05-29 13:17:47 +00:00
|
|
|
|
--> dvd://<replaceable>N<EFBFBD>titre</replaceable><!--
|
2003-05-16 13:20:06 +00:00
|
|
|
|
--> [-dvd-device <replaceable>/dev/dvd</replaceable>]
|
|
|
|
|
</synopsis>
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
<para>
|
|
|
|
|
Lecture <20> partir du web:
|
|
|
|
|
<synopsis>
|
|
|
|
|
<command>mplayer</command> [<replaceable>options</replaceable>]<!--
|
|
|
|
|
--> http://<replaceable>site.com/fichier.asf</replaceable>
|
|
|
|
|
</synopsis>
|
|
|
|
|
(les listes de lecture peuvent <20>galement <20>tre utilis<69>es)
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
<para>
|
|
|
|
|
Lecture <20> partir de RTSP:
|
|
|
|
|
<synopsis>
|
|
|
|
|
<command>mplayer</command> [<replaceable>options</replaceable>]<!--
|
|
|
|
|
--> rtsp://<replaceable>serveur.exemple.com/nomFlux</replaceable>
|
|
|
|
|
</synopsis>
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
<para>
|
|
|
|
|
Les derni<6E>res versions de <application>MPlayer</application> acceptent
|
2003-05-21 11:12:17 +00:00
|
|
|
|
<EFBFBD>galement les pistes VCD et DVD en style URL, comme <application>xine</application>:
|
2003-05-16 13:20:06 +00:00
|
|
|
|
<screen>mplayer dvd://1</screen>
|
|
|
|
|
ou
|
|
|
|
|
<screen>mplayer vcd://1</screen>
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
<para>
|
|
|
|
|
Exemples:
|
|
|
|
|
<screen>
|
|
|
|
|
mplayer -vo x11 /mnt/Films/Contact/contact2.mpg
|
2003-05-29 13:17:47 +00:00
|
|
|
|
mplayer vcd://2
|
2003-05-16 13:20:06 +00:00
|
|
|
|
mplayer -afm 3 /mnt/DVDtrailers/alien4.vob
|
2003-05-29 13:17:47 +00:00
|
|
|
|
mplayer dvd://1 -dvd-device /dev/hdc
|
2003-05-16 13:20:06 +00:00
|
|
|
|
mplayer -abs 65536 -delay -0.4 -nobps ~/films/test.avi<!--
|
|
|
|
|
--></screen>
|
|
|
|
|
</para>
|
|
|
|
|
</sect1>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<sect1 id="control">
|
|
|
|
|
<title>Contr<EFBFBD>les</title>
|
|
|
|
|
|
|
|
|
|
<para>
|
|
|
|
|
<application>MPlayer</application> dispose d'une couche de contr<74>le pleinement
|
|
|
|
|
configurable, qui vous permet de contr<74>ler <application>MPlayer</application>
|
|
|
|
|
avec le clavier, la souris, le joystick ou une t<>l<EFBFBD>commande (en utilisant LIRC).
|
|
|
|
|
Voir la page de man pour une liste compl<70>te des contr<74>les clavier.
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<sect2 id="ctrl-cfg">
|
|
|
|
|
<title>Configuration des contr<74>les</title>
|
|
|
|
|
|
|
|
|
|
<para>
|
|
|
|
|
<application>MPlayer</application> vous permet d'associer n'importe quel
|
|
|
|
|
touche/bouton <20> n'importe quelle commande MPlayer en utilisant un simple fichier
|
|
|
|
|
de config. La syntaxe consiste un nom de touche suivi d'une commande. Le fichier
|
|
|
|
|
de config par d<>faut est <filename>$HOME/.mplayer/input.conf</filename> mais cela
|
|
|
|
|
peut <20>tre outrepass<73> en utilisant l'option <option>-input <replaceable>conf</replaceable></option>
|
|
|
|
|
(les chemins relatifs le sont par rapport <20> <filename>$HOME/.mplayer</filename>).
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
<example>
|
|
|
|
|
<title>Un simple fichier de contr<74>les</title>
|
|
|
|
|
<programlisting>
|
|
|
|
|
##
|
|
|
|
|
## MPlayer input control file
|
|
|
|
|
##
|
|
|
|
|
|
|
|
|
|
RIGHT seek +10
|
|
|
|
|
LEFT seek -10
|
|
|
|
|
- audio_delay 0.100
|
|
|
|
|
+ audio_delay -0.100
|
|
|
|
|
q quit
|
|
|
|
|
> pt_step 1
|
|
|
|
|
< pt_step -1
|
|
|
|
|
ENTER pt_step 1 1<!--
|
|
|
|
|
--></programlisting>
|
|
|
|
|
</example>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<sect3 id="ctrl-cfg-keys">
|
|
|
|
|
<title>Noms des touches</title>
|
|
|
|
|
|
|
|
|
|
<para>
|
|
|
|
|
Vous pouvez obtenir la liste compl<70>te en ex<65>cutant
|
|
|
|
|
<command>mplayer -input keylist</command>.
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
|
<title>Keyboard</title>
|
|
|
|
|
<listitem><simpara>N'importe quel caract<63>re imprimable</simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>SPACE</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>ENTER</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>TAB</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>CTRL</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>BS</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>DEL</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>INS</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>HOME</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>END</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>PGUP</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>PGDWN</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>ESC</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>RIGHT</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>LEFT</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>UP</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>DOWN</literal></simpara></listitem>
|
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
|
<title>Souris (uniquement sous X)</title>
|
|
|
|
|
<listitem><simpara>
|
|
|
|
|
<literal>MOUSE_BTN0</literal> (Left button)</simpara></listitem>
|
|
|
|
|
<listitem><simpara>
|
|
|
|
|
<literal>MOUSE_BTN1</literal> (Right button)</simpara></listitem>
|
|
|
|
|
<listitem><simpara>
|
|
|
|
|
<literal>MOUSE_BTN2</literal> (Middle button)</simpara></listitem>
|
|
|
|
|
<listitem><simpara>
|
|
|
|
|
<literal>MOUSE_BTN3</literal> (Wheel)</simpara></listitem>
|
|
|
|
|
<listitem><simpara>
|
|
|
|
|
<literal>MOUSE_BTN4</literal> (Wheel)</simpara></listitem>
|
|
|
|
|
<listitem><simpara>...</simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>MOUSE_BTN9</literal></simpara></listitem>
|
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
|
<title>Joystick (son support doit avoir <20>t<EFBFBD> activ<69> <20> la compilation)</title>
|
|
|
|
|
<listitem><simpara>
|
|
|
|
|
<literal>JOY_RIGHT</literal> or
|
|
|
|
|
<literal>JOY_AXIS0_PLUS</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara>
|
|
|
|
|
<literal>JOY_LEFT</literal> or
|
|
|
|
|
<literal>JOY_AXIS0_MINUS</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara>
|
|
|
|
|
<literal>JOY_UP</literal> or
|
|
|
|
|
<literal>JOY_AXIS1_MINUS</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara>
|
|
|
|
|
<literal>JOY_DOWN</literal> or
|
|
|
|
|
<literal>JOY_AXIS1_PLUS</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>JOY_AXIS2_PLUS</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>JOY_AXIS2_MINUS</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara>...</simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>JOY_AXIS9_PLUS</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>JOY_AXIS9_MINUS</literal></simpara></listitem>
|
|
|
|
|
</itemizedlist>
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<sect3 id="ctrl-cfg-commands">
|
|
|
|
|
<title>Commandes</title>
|
|
|
|
|
|
|
|
|
|
<para>
|
|
|
|
|
Vous pouvez obtenir la liste compl<70>te des commandes en ex<65>cutant
|
|
|
|
|
<command>mplayer -input cmdlist</command>.
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
|
<listitem><para><literal>seek</literal> (int) val [(int) type=0]</para>
|
|
|
|
|
<para>
|
|
|
|
|
Saute <20> une position donn<6E>e.
|
|
|
|
|
Le type <literal>0</literal> est un d<>placement relatif de +/- val secondes.
|
|
|
|
|
Le type <literal>1</literal> se d<>place <20> val% du film.
|
|
|
|
|
</para></listitem>
|
|
|
|
|
<listitem><para><literal>audio_delay</literal> (float) val</para>
|
|
|
|
|
<para>
|
|
|
|
|
Ajuste le d<>calage audio de val secondes
|
|
|
|
|
</para></listitem>
|
|
|
|
|
<listitem><para><literal>quit</literal></para>
|
|
|
|
|
<para>
|
|
|
|
|
Quitte <application>MPlayer</application>
|
|
|
|
|
</para></listitem>
|
|
|
|
|
<listitem><para><literal>pause</literal></para>
|
|
|
|
|
<para>
|
|
|
|
|
Pause/d<>pause la lecture
|
|
|
|
|
</para></listitem>
|
|
|
|
|
<listitem><para><literal>grap_frames</literal></para>
|
|
|
|
|
<para>
|
|
|
|
|
Quelqu'un sait ?
|
|
|
|
|
</para></listitem>
|
|
|
|
|
<listitem><para><literal>pt_step</literal> (int) val [(int) force=0]</para>
|
|
|
|
|
<para>
|
|
|
|
|
Va vers l'entr<74>e pr<70>c<EFBFBD>dente/suivante de l'ordre de lecture. Le signe de val
|
|
|
|
|
indique la direction. Si aucune entr<74>e n'est disponible dans la direction
|
|
|
|
|
demand<6E>e, cela ne fera rien <20> moins que force ne soit pas <20>gal <20> 0.
|
|
|
|
|
</para></listitem>
|
|
|
|
|
<listitem><para><literal>pt_up_step</literal> (int) val [(int) force=0]</para>
|
|
|
|
|
<para>
|
|
|
|
|
Comme pt_step mais il saute au prochain/pr<70>c<EFBFBD>dent dans la liste parente. Il
|
|
|
|
|
est utilis<69> pour casser les boucles internes dans le playtree.
|
|
|
|
|
</para></listitem>
|
|
|
|
|
<listitem><para><literal>alt_src_step</literal> (int) val</para>
|
|
|
|
|
<para>
|
|
|
|
|
Quand plusieurs sources sont disponibles cela s<>lectionne la prochaine/pr<70>c<EFBFBD>dente
|
|
|
|
|
(pas support<72> par les playlists asx).
|
|
|
|
|
</para></listitem>
|
|
|
|
|
<listitem><para><literal>sub_delay</literal> (float) val [(int) abs=0]</para>
|
|
|
|
|
<para>
|
|
|
|
|
Ajuste le d<>calage des sous-titres de +/- val secondes or ou le fixe <20> val secondes
|
|
|
|
|
quand abs est diff<66>rent de z<>ro.
|
|
|
|
|
</para></listitem>
|
|
|
|
|
<listitem><para><literal>osd</literal> [(int) level=-1]</para>
|
|
|
|
|
<para>
|
|
|
|
|
Bascule le mode osd ou change le niveau quand level > 0.
|
|
|
|
|
</para></listitem>
|
|
|
|
|
<listitem><para><literal>volume</literal> (int) dir</para>
|
|
|
|
|
<para>Augmente/diminue le volume
|
|
|
|
|
</para></listitem>
|
|
|
|
|
<listitem><simpara><literal>contrast</literal> (int) val [(int) abs=0]
|
|
|
|
|
</simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>brightness</literal> (int) val [(int) abs=0]
|
|
|
|
|
</simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>hue</literal> (int) val [(int) abs=0]
|
|
|
|
|
</simpara></listitem>
|
|
|
|
|
<listitem><para><literal>saturation</literal> (int) val [(int) abs=0]</para>
|
|
|
|
|
<para>
|
|
|
|
|
Fixe/Ajuste les param<61>tres vid<69>o. L'intervalle de Val va de -100 <20> 100.
|
|
|
|
|
</para></listitem>
|
|
|
|
|
<listitem><para><literal>frame_drop</literal> [(int) type=-1]</para>
|
|
|
|
|
<para>
|
|
|
|
|
Bascule/Fixe le mode saut de trames.
|
|
|
|
|
</para></listitem>
|
|
|
|
|
<listitem><para><literal>sub_visibility</literal></para>
|
|
|
|
|
<para>
|
|
|
|
|
Bascule l'affichage des sous-titres.
|
|
|
|
|
</para></listitem>
|
|
|
|
|
<listitem><para><literal>sub_pos</literal> (int) val</para>
|
|
|
|
|
<para>
|
|
|
|
|
Ajuste la position des sous-titres.
|
|
|
|
|
</para></listitem>
|
|
|
|
|
<listitem><para><literal>vobsub_lang</literal></para>
|
|
|
|
|
<para>
|
|
|
|
|
Change la langue des sous-titres VobSub.
|
|
|
|
|
</para></listitem>
|
|
|
|
|
<listitem><para><literal>vo_fullscreen</literal></para>
|
|
|
|
|
<para>
|
|
|
|
|
Active le plein-<2D>cran.
|
|
|
|
|
</para></listitem>
|
|
|
|
|
<listitem><para><literal>tv_step_channel</literal> (int) dir</para>
|
|
|
|
|
<para>
|
|
|
|
|
S<>lectionne le prochain/pr<70>c<EFBFBD>dent canal TV.
|
|
|
|
|
</para></listitem>
|
|
|
|
|
<listitem><para><literal>tv_step_norm</literal></para>
|
|
|
|
|
<para>
|
|
|
|
|
Change la norme TV.
|
|
|
|
|
</para></listitem>
|
|
|
|
|
<listitem><para><literal>tv_step_chanlist</literal></para>
|
|
|
|
|
<para>
|
|
|
|
|
Change la liste des canaux.
|
|
|
|
|
</para></listitem>
|
|
|
|
|
<listitem><simpara><literal>gui_loadfile</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>gui_loadsubtitle</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>gui_about</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>gui_play</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>gui_stop</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>gui_playlist</literal></simpara></listitem>
|
|
|
|
|
<listitem><simpara><literal>gui_preferences</literal></simpara></listitem>
|
|
|
|
|
<listitem><para><literal>gui_skinbrowser</literal></para>
|
|
|
|
|
<para>
|
|
|
|
|
actions GUI
|
|
|
|
|
</para></listitem>
|
|
|
|
|
</itemizedlist>
|
|
|
|
|
</sect3>
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<sect2 id="lirc">
|
|
|
|
|
<title>Control from LIRC</title>
|
|
|
|
|
|
|
|
|
|
<para>
|
|
|
|
|
Linux Infrared Remote Control - utilisez un r<>cepteur infrarouge fait
|
|
|
|
|
maison, une t<>l<EFBFBD>commande, et contr<74>lez votre linux <20> distance ! Plus d'infos
|
|
|
|
|
sur <ulink url="http://www.lirc.org">www.lirc.org</ulink>.
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
<para>
|
|
|
|
|
Si vous avez install<6C> le paquetage lirc, configure l'autod<6F>tectera. Si
|
|
|
|
|
tout c'est bien pass<73>, <application>MPlayer</application> affichera un
|
|
|
|
|
message du genre "<computeroutput>Setting up lirc support...</computeroutput>"
|
|
|
|
|
au d<>marrage. Si une erreur se produit il vous le dira. Si il ne vous dis
|
|
|
|
|
rien <20> propos de LIRC c'est que son support n'est pas compil<69>. C'est tout :-)
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
<para>
|
|
|
|
|
Le nom de l'application <20> lancer avec <application>MPlayer</application> est
|
|
|
|
|
- oh surprise - <filename>mplayer</filename>. Vous pouvez utiliser n'importe
|
|
|
|
|
quelle commande mplayer et m<>me passer plus d'une commande en les s<>parant avec
|
|
|
|
|
<literal>\n</literal>. N'oubliez pas d'activer le flag repeat dans
|
|
|
|
|
<filename>.lircrc</filename> quand cela est appropri<72> (d<>placement, volume, etc).
|
|
|
|
|
Voici un extrait de mon
|
|
|
|
|
<filename>.lircrc</filename>:
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
<programlisting>
|
|
|
|
|
begin
|
|
|
|
|
button = VOLUME_PLUS
|
|
|
|
|
prog = mplayer
|
|
|
|
|
config = volume 1
|
|
|
|
|
repeat = 1
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
begin
|
|
|
|
|
button = VOLUME_MINUS
|
|
|
|
|
prog = mplayer
|
|
|
|
|
config = volume -1
|
|
|
|
|
repeat = 1
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
begin
|
|
|
|
|
button = CD_PLAY
|
|
|
|
|
prog = mplayer
|
|
|
|
|
config = pause
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
begin
|
|
|
|
|
button = CD_STOP
|
|
|
|
|
prog = mplayer
|
|
|
|
|
config = seek 0 1\npause
|
|
|
|
|
end<!--
|
|
|
|
|
--></programlisting>
|
|
|
|
|
|
|
|
|
|
<para>
|
|
|
|
|
Si vous n'aimez pas l'emplacement standard du fichier de config de lirc
|
|
|
|
|
(<filename>~/.lircrc</filename>) utilisez <option>-lircconf
|
|
|
|
|
<replaceable>nomfichier</replaceable></option> pour sp<73>cifier un autre fichier.
|
|
|
|
|
</para>
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<sect2 id="slave-mode">
|
|
|
|
|
<title>Mode esclave</title>
|
|
|
|
|
<para>
|
|
|
|
|
Le mode esclave vous permet de construire un frontend <20>
|
|
|
|
|
<application>MPlayer</application>. Quand il est activ<69> (avec
|
|
|
|
|
<option>-slave</option>) <application>MPlayer</application> lit les commandes
|
|
|
|
|
s<EFBFBD>par<EFBFBD>es par un saut de ligne (\n) depuis l'entr<74>e par d<>faut (stdin).
|
|
|
|
|
</para>
|
|
|
|
|
</sect2>
|
|
|
|
|
</sect1>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<sect1 id="streaming">
|
|
|
|
|
<title>Streaming depuis le r<>seau ou les pipes</title>
|
|
|
|
|
|
|
|
|
|
<para>
|
|
|
|
|
<application>MPlayer</application> peut lire des fichiers depuis le r<>seau, en
|
|
|
|
|
utilisant les protocoles HTTP, MMS ou RTSP/RTP.
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
<para>
|
|
|
|
|
La lecture se fait juste en ajoutant l'URL <20> la ligne de commande.
|
|
|
|
|
<application>MPlayer</application> utilise <20>galement la variable d'environnement
|
|
|
|
|
<envar>http_proxy</envar>, et utilise le proxy si disponible. L'utilisation du Proxy
|
|
|
|
|
peut aussi <20>tre forc<72>:
|
|
|
|
|
<screen>mplayer http_proxy://proxy.micorsops.com:3128/http://micorsops.com:80/stream.asf</screen>
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
<para>
|
|
|
|
|
<application>MPlayer</application> peut lire depuis stdin
|
|
|
|
|
(<emphasis>pas</emphasis> depuis les pipes nomm<6D>s). Cela peut <20>tre utilis<69> par
|
|
|
|
|
exemple pour lire depuis le FTP:
|
|
|
|
|
<screen>wget ftp://micorsops.com/quelquechose.avi -O - | mplayer -</screen>
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
<para>
|
|
|
|
|
Note: il est <20>galement recommand<6E> d'activer le CACHE pour une lecture depuis le r<>seau:
|
|
|
|
|
<screen>wget ftp://micorsops.com/quelquechose.avi -O - | mplayer -cache 8192 -</screen>
|
|
|
|
|
</para>
|
|
|
|
|
</sect1>
|
|
|
|
|
</chapter>
|