comparison DOCS/xml/fr/video.xml @ 30990:0ad2da052b2e

the great MPlayer tab removal: part I
author diego
date Mon, 12 Apr 2010 10:56:17 +0000
parents 0f1b5b68af32
children dd5ba6bfe79d
comparison
equal deleted inserted replaced
30989:686241d65b86 30990:0ad2da052b2e
148 depth 16, visualID 0x23 148 depth 16, visualID 0x23
149 number of attributes: 5 149 number of attributes: 5
150 (...) 150 (...)
151 Number of image formats: 7 151 Number of image formats: 7
152 id: 0x32595559 (YUY2) 152 id: 0x32595559 (YUY2)
153 guid: 59555932-0000-0010-8000-00aa00389b71 153 guid: 59555932-0000-0010-8000-00aa00389b71
154 bits per pixel: 16 154 bits per pixel: 16
155 number of planes: 1 155 number of planes: 1
156 type: YUV (packed) 156 type: YUV (packed)
157 id: 0x32315659 (YV12) 157 id: 0x32315659 (YV12)
158 guid: 59563132-0000-0010-8000-00aa00389b71 158 guid: 59563132-0000-0010-8000-00aa00389b71
159 bits per pixel: 12 159 bits per pixel: 12
160 number of planes: 3 160 number of planes: 3
161 type: YUV (planar) 161 type: YUV (planar)
162 (...etc...)<!-- 162 (...etc...)<!--
163 --></screen> 163 --></screen>
164 Cela doit supporter les formats de pixels YUY2 packed et YV12 planar pour 164 Cela doit supporter les formats de pixels YUY2 packed et YV12 planar pour
165 pouvoir être utilisés avec <application>MPlayer</application>. 165 pouvoir être utilisés avec <application>MPlayer</application>.
166 </para></listitem> 166 </para></listitem>
2612 de droite en noir et blanc et que le moniteur de gauche ait des trames jpeg de 2612 de droite en noir et blanc et que le moniteur de gauche ait des trames jpeg de
2613 qualité 2613 qualité
2614 10, alors vous taperez la commande suivante 2614 10, alors vous taperez la commande suivante
2615 <screen> 2615 <screen>
2616 mplayer -vo zr -zrdev /dev/video0 -zrcrop 352x288+352+0 -zrxdoff 0 -zrbw \ 2616 mplayer -vo zr -zrdev /dev/video0 -zrcrop 352x288+352+0 -zrxdoff 0 -zrbw \
2617 -zrcrop 352x288+0+0 -zrdev /dev/video1 -zrquality 10 2617 -zrcrop 352x288+0+0 -zrdev /dev/video1 -zrquality 10
2618 <replaceable>film.avi</replaceable> 2618 <replaceable>film.avi</replaceable>
2619 </screen> 2619 </screen>
2620 </para> 2620 </para>
2621 2621
2622 <para> 2622 <para>
2913 selon 2913 selon
2914 l'exemple suivant (adaptez à votre carte/TV)&nbsp;: 2914 l'exemple suivant (adaptez à votre carte/TV)&nbsp;:
2915 2915
2916 <programlisting> 2916 <programlisting>
2917 Section "Device" 2917 Section "Device"
2918 Identifier "GeForce" 2918 Identifier "GeForce"
2919 VendorName "ASUS" 2919 VendorName "ASUS"
2920 BoardName "nVidia GeForce2/MX 400" 2920 BoardName "nVidia GeForce2/MX 400"
2921 pilote "nvidia" 2921 pilote "nvidia"
2922 #Option "NvAGP" "1" 2922 #Option "NvAGP" "1"
2923 Option "NoLogo" 2923 Option "NoLogo"
2924 Option "CursorShadow" "on" 2924 Option "CursorShadow" "on"
2925 2925
2926 Option "TwinView" 2926 Option "TwinView"
2927 Option "TwinViewOrientation" "Clone" 2927 Option "TwinViewOrientation" "Clone"
2928 Option "MetaModes" "1024x768,640x480" 2928 Option "MetaModes" "1024x768,640x480"
2929 Option "ConnectedMonitor" "CRT, TV" 2929 Option "ConnectedMonitor" "CRT, TV"
2930 Option "TVStandard" "PAL-B" 2930 Option "TVStandard" "PAL-B"
2931 Option "TVOutFormat" "Composite" 2931 Option "TVOutFormat" "Composite"
2932 2932
2933 EndSection 2933 EndSection
2934 </programlisting> 2934 </programlisting>
2935 </para> 2935 </para>
2936 2936