Mercurial > mplayer.hg
annotate DOCS/xml/it/usage.xml @ 24683:4b65a32d215f
sync'd up to r24056
author | ptt |
---|---|
date | Thu, 04 Oct 2007 17:50:35 +0000 |
parents | 8ad79a13dcde |
children | 5778b137bf4f |
rev | line source |
---|---|
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="utf-8"?> |
24683 | 2 <!-- synced with r24056 --> |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
3 <chapter id="usage"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
4 <title>Utilizzo</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
5 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
6 <sect1 id="commandline"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
7 <title>Riga comando</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
8 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
9 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
10 <application>MPlayer</application> usa una sequenza di riproduzione complessa. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
11 Consta di opzioni globali definite per prime, per esempio |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
12 <screen>mplayer -vfm 5</screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
13 e opzioni definite dopo il nome file, che si applicano solo a quel dato |
23499 | 14 file/URL/quelchelé, per esempio: |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
15 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
16 mplayer -vfm 5 <replaceable>movie1.avi</replaceable> <replaceable>movie2.avi</replaceable> -vfm 4 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
17 </screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
18 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
19 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
20 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
21 Puoi raggruppare file/URL insieme usando <literal>{</literal> e |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
22 <literal>}</literal>. Torna utile con l'opzione <option>-loop</option>: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
23 <screen>mplayer { 1.avi -loop 2 2.avi } -loop 3</screen> |
23499 | 24 Il comando precedente riprodurrà i file in quest'ordine: |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
25 1, 1, 2, 1, 1, 2, 1, 1, 2. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
26 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
27 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
28 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
29 Riprodurre un file: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
30 <synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
31 <command>mplayer</command><!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
32 --> [<replaceable>opzioni</replaceable>]<!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
33 --> [<replaceable>percorso</replaceable>/]<replaceable>nomefile</replaceable> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
34 </synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
35 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
36 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
37 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
38 Un altro modo di riprodurre un file: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
39 <synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
40 <command>mplayer</command><!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
41 --> [<replaceable>opzioni</replaceable>]<!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
42 --> <replaceable>file:///uri-escaped-path</replaceable> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
43 </synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
44 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
45 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
46 <para> |
23499 | 47 Riprodurre più file: |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
48 <synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
49 <command>mplayer</command><!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
50 --> [<replaceable>opzioni di default</replaceable>]<!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
51 --> [<replaceable>percorso</replaceable>/]<replaceable>nomefile1</replaceable><!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
52 --> [<replaceable>opzioni per nomefile1</replaceable>]<!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
53 --> <replaceable>nomefile2</replaceable><!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
54 --> [<replaceable>opzioni per nomefile2</replaceable>] ... |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
55 </synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
56 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
57 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
58 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
59 Riprodurre VCD: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
60 <synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
61 <command>mplayer</command> [<replaceable>opzioni</replaceable>]<!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
62 --> vcd://<replaceable>numerotraccia</replaceable><!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
63 --> [-cdrom-device <replaceable>/dev/cdrom</replaceable>] |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
64 </synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
65 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
66 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
67 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
68 Riprodurre DVD: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
69 <synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
70 <command>mplayer</command> [<replaceable>opzioni</replaceable>]<!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
71 --> dvd://<replaceable>numerotitolo</replaceable><!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
72 --> [-dvd-device <replaceable>/dev/dvd</replaceable>] |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
73 </synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
74 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
75 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
76 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
77 Riprodurre da WWW: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
78 <synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
79 <command>mplayer</command> [<replaceable>opzioni</replaceable>]<!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
80 --> http://<replaceable>sito.com/file.asf</replaceable> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
81 </synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
82 (possono venir usate anche le playlist) |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
83 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
84 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
85 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
86 Riprodurre da RTSP: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
87 <synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
88 <command>mplayer</command> [<replaceable>opzioni</replaceable>]<!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
89 --> rtsp://<replaceable>server.di.esempio.com/nomeFlusso</replaceable> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
90 </synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
91 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
92 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
93 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
94 Esempi: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
95 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
96 mplayer -vo x11 <replaceable>/mnt/Films/Contact/contact2.mpg</replaceable> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
97 mplayer vcd://<replaceable>2</replaceable> -cdrom-device <replaceable>/dev/hdc</replaceable> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
98 mplayer -afm 3 <replaceable>/mnt/DVDtrailers/alien4.vob</replaceable> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
99 mplayer dvd://<replaceable>1</replaceable> -dvd-device <replaceable>/dev/hdc</replaceable> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
100 mplayer -abs 65536 -delay -0.4 -nobps <replaceable>~/movies/test.avi</replaceable><!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
101 --></screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
102 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
103 </sect1> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
104 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
105 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
106 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
107 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
108 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
109 <sect1 id="subosd"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
110 <title>Sottotitoli e OSD</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
111 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
112 <para> |
23499 | 113 <application>MPlayer</application> può visualizzare sottotitoli insieme con i |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
114 file video. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
115 Attualmente sono supportati i seguenti formati: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
116 <itemizedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
117 <listitem><para>VOBsub</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
118 <listitem><para>OGM</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
119 <listitem><para>CC (closed caption)</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
120 <listitem><para>MicroDVD</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
121 <listitem><para>SubRip</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
122 <listitem><para>SubViewer</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
123 <listitem><para>Sami</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
124 <listitem><para>VPlayer</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
125 <listitem><para>RT</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
126 <listitem><para>SSA</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
127 <listitem><para>PJS (Phoenix Japanimation Society)</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
128 <listitem><para>MPsub</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
129 <listitem><para>AQTitle</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
130 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
131 <ulink url="http://unicorn.us.com/jacosub/">JACOsub</ulink> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
132 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
133 </itemizedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
134 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
135 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
136 <para> |
23499 | 137 <application>MPlayer</application> può fare il dump dei suddetti formati di |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
138 sottotitoli (<emphasis role="bold">tranne i primi tre</emphasis>) nei formati |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
139 di destinazione seguenti, con le rispettive opzioni: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
140 <itemizedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
141 <listitem><para>MPsub: <option>-dumpmpsub</option></para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
142 <listitem><para>SubRip: <option>-dumpsrtsub</option></para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
143 <listitem><para>MicroDVD: <option>-dumpmicrodvdsub</option></para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
144 <listitem><para>JACOsub: <option>-dumpjacosub</option></para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
145 <listitem><para>Sami: <option>-dumpsami</option></para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
146 </itemizedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
147 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
148 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
149 <para> |
23499 | 150 <application>MEncoder</application> può fare il dump dei sottotitoli DVD nel |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
151 formato <link linkend="menc-feat-extractsub">VOBsub</link>. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
152 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
153 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
154 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
155 Le opzioni da riga comando sono leggermente differenti per i diversi formati: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
156 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
157 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
158 <formalpara> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
159 <title>Sottotitoli VOBsub</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
160 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
161 I sottotitoli VOBsub consistono in un grande (qualche megabyte) file |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
162 <filename>.SUB</filename>, e un file <filename>.IDX</filename> e/o |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
163 <filename>.IFO</filename> facoltativi. Se hai dei file tipo |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
164 <filename><replaceable>esempio.sub</replaceable></filename>, |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
165 <filename><replaceable>esempio.ifo</replaceable></filename> (facoltativo), |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
166 <filename><replaceable>esempio.idx</replaceable></filename> - devi passare a |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
167 <application>MPlayer</application> le opzioni <option>-vobsub esempio |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
168 [-vobsubid <replaceable>id</replaceable>]</option> |
23499 | 169 (il percorso completo è facoltativo). L'opzione <option>-vobsubid</option> è |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
170 come <option>-sid</option> per i DVD, con essa puoi scegliere tra le tracce |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
171 (lingue) dei sottotitoli. Nel caso in cui <option>-vobsubid</option> sia omessa, |
23499 | 172 <application>MPlayer</application> cercherà di utilizzare la lingua |
173 fornita dall'opzione <option>-slang</option> e ricadrà sul | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
174 <systemitem>langidx</systemitem> nel file <filename>.IDX</filename> per |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
175 impostare la lingua dei sottotitoli. Se fallisce, non ci saranno sottotitoli. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
176 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
177 </formalpara> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
178 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
179 <formalpara> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
180 <title>Altri sottotitoli</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
181 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
182 Gli altri formati consistono in un file di testo singolo contenente tempo, |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
183 posizionamento e informazioni di testo. Utilizzo: se hai un file tipo |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
184 <filename><replaceable>esempio.txt</replaceable></filename>, devi passare |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
185 l'opzione <option>-sub <replaceable>esempio.txt</replaceable></option> |
23499 | 186 (il percorso completo è facoltativo). |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
187 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
188 </formalpara> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
189 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
190 <variablelist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
191 <title>Regolazione tempi e posizionamento dei sottotitoli:</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
192 <varlistentry> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
193 <term><option>-subdelay <replaceable>sec</replaceable></option></term> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
194 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
195 Differisce i sottotitoli di <option><replaceable>sec</replaceable></option> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
196 secondi. |
23669 | 197 Può essere un valore negativo. Il valore viene aggiunto al contatore |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
198 della posizione nel filmato. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
199 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
200 </varlistentry> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
201 <varlistentry> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
202 <term><option>-subfps <replaceable>FREQUENZA</replaceable></option></term> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
203 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
204 Specifica la frequenza fotogrammi/secondo del file sottotitoli |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
205 (valore decimale). |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
206 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
207 </varlistentry> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
208 <varlistentry> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
209 <term><option>-subpos <replaceable>0-100</replaceable></option></term> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
210 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
211 Specifica la posizione dei sottotitoli. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
212 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
213 </varlistentry> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
214 </variablelist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
215 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
216 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
217 Se subisci un ritardo crescente tra il filmato e i sottotitoli quando usi un |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
218 file sottotitoli MicroDVD, molto facilmente la frequenza del filmato e del file |
23669 | 219 dei sottotitoli sono diverse. Per favore nota che il formato sottotitoli |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
220 MicroDVD usa numeri assoluti di fotogrammi per la sua temporizzazione, ma non |
23499 | 221 vi è alcuna informazione sugli fps, per cui con tale formato bisognerebbe |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
222 usare l'opzione <option>-subfps</option>. Se vuoi risolvere questo problema |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
223 permanentemente, devi convertire manualmente la frequenza fotogrammi del file |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
224 dei sottotitoli. |
23499 | 225 <application>MPlayer</application> può fare questa conversione per te: |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
226 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
227 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
228 mplayer -dumpmicrodvdsub -fps <replaceable>fps_sottotitoli</replaceable> -subfps <replaceable>fps_avi</replaceable> \ |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
229 -sub <replaceable>nomefile_sottotitoli</replaceable> <replaceable>dummy.avi</replaceable> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
230 </screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
231 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
232 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
233 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
234 Riguardo i sottotitoli DVD, leggi la sezione <link linkend="dvd">DVD</link>. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
235 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
236 </sect1> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
237 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
238 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
239 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
240 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
241 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
242 <sect1 id="control"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
243 <title>Controlli</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
244 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
245 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
246 <application>MPlayer</application> ha un livello di controllo completamente |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
247 configurabile, guidato da comandi, che ti lascia controllare |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
248 <application>MPlayer</application> con la tastiera, il mouse, un joystick o |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
249 un telecomando (usando LIRC). Vedi la pagina man per la lista completa dei |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
250 controlli da tastiera. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
251 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
252 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
253 <!-- ********** --> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
254 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
255 <sect2 id="ctrl-cfg"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
256 <title>Configurazione controlli</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
257 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
258 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
259 <application>MPlayer</application> ti permette di collegare un qualsiasi |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
260 tasto/bottone ad un qualsiasi comando di <application>MPlayer</application> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
261 usando un semplice file di configurazione. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
262 La sintassi consiste di un valore chiave seguito da un comando. Il percorso del |
23499 | 263 file di configurazione di default è |
23669 | 264 <filename>$HOME/.mplayer/input.conf</filename>, ma può essere reimpostato |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
265 usando l'opzione <option>-input <replaceable>conf</replaceable></option> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
266 (i percorsi sono relativi a <filename>$HOME/.mplayer</filename>). |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
267 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
268 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
269 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
270 Puoi ottenere una lista completa dei valori chiave supportati eseguendo |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
271 <command>mplayer -input keylist</command> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
272 e una lista completa dei comandi disponibili eseguendo |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
273 <command>mplayer -input cmdlist</command>. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
274 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
275 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
276 <example id="input_control_file"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
277 <title>Un semplice file di controllo dell'input</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
278 <programlisting> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
279 ## |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
280 ## MPlayer input control file |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
281 ## |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
282 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
283 RIGHT seek +10 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
284 LEFT seek -10 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
285 - audio_delay 0.100 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
286 + audio_delay -0.100 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
287 q quit |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
288 > pt_step 1 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
289 < pt_step -1 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
290 ENTER pt_step 1 1<!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
291 --></programlisting> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
292 </example> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
293 </sect2> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
294 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
295 <!-- ********** --> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
296 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
297 <sect2 id="lirc"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
298 <title>Controllo da LIRC</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
299 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
300 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
301 Linux Infrared Remote Control - usa un ricevitore IR facile da costruire in |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
302 casa, un (quasi) qualsiasi telecomando e con esso puoi controllare la tua |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
303 macchina Linux! |
23499 | 304 Più informazioni su di esso sulla |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
305 <ulink url="http://www.lirc.org">homepage di LIRC</ulink>. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
306 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
307 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
308 <para> |
23499 | 309 Se hai il pacchetto LIRC installato, <filename>configure</filename> lo |
310 rileverà. Se tutto è andato bene, <application>MPlayer</application> | |
311 scriverà "<systemitem>Configurazione del supporto per LIRC...</systemitem>" | |
312 (o "<systemitem>Setting up LIRC support...</systemitem>") all'avvio. Se ci | |
313 sarà un errore, te lo dirà. Se non c'è messaggio alcuno circa LIRC, | |
314 non vi è il supporto compilato. Tutto qua :-) | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
315 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
316 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
317 <para> |
23499 | 318 Il nome dell'applicazione per <application>MPlayer</application> è |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
319 - sorpresa - <filename>mplayer</filename>. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
320 Puoi usare qualsiasi comando di <application>MPlayer</application> e anche |
23499 | 321 passare più di un comando separandoli con <literal>\n</literal>. |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
322 Non dimenticarti di abilitare l'opzione repeat in <filename>.lircrc</filename> |
23499 | 323 quando ciò abbia senso (ricerca, volume, etc). Qui c'è un estratto di un |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
324 <filename>.lircrc</filename> di esempio: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
325 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
326 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
327 <programlisting> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
328 begin |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
329 button = VOLUME_PLUS |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
330 prog = mplayer |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
331 config = volume 1 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
332 repeat = 1 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
333 end |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
334 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
335 begin |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
336 button = VOLUME_MINUS |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
337 prog = mplayer |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
338 config = volume -1 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
339 repeat = 1 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
340 end |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
341 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
342 begin |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
343 button = CD_PLAY |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
344 prog = mplayer |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
345 config = pause |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
346 end |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
347 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
348 begin |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
349 button = CD_STOP |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
350 prog = mplayer |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
351 config = seek 0 1\npause |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
352 end<!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
353 --></programlisting> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
354 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
355 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
356 Se non ti piace il percorso standard del file di configurazione di lirc |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
357 (<filename>~/.lircrc</filename>) usa l'opzione <option>-lircconf |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
358 <replaceable>nomefile</replaceable></option> per indicare un altro file. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
359 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
360 </sect2> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
361 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
362 <!-- ********** --> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
363 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
364 <sect2 id="slave-mode"> |
23499 | 365 <title>Modalità slave</title> |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
366 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
367 <para> |
23499 | 368 La modalità slave ti permette di costruire semplici frontend per |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
369 <application>MPlayer</application>. Se eseguito con l'opzione |
23499 | 370 <option>-slave</option> <application>MPlayer</application> leggerà comandi |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
371 separati da un acapo (\n) dalllo standard input (stdin). |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
372 I comandi sono documentati nel file |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
373 <ulink url="../../tech/slave.txt">slave.txt</ulink>. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
374 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
375 </sect2> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
376 </sect1> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
377 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
378 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
379 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
380 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
381 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
382 <sect1 id="streaming"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
383 <title>Riproduzione (streaming) da rete o da pipe</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
384 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
385 <para> |
23499 | 386 <application>MPlayer</application> può riprodurre file dalla rete, usando |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
387 i protocolli HTTP, FTP, MMS o RTSP/RTP. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
388 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
389 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
390 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
391 La riproduzione funziona semplicemente passando l'URL sulla riga comando. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
392 <application>MPlayer</application> onora la variabile d'ambiente |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
393 <envar>http_proxy</envar>, usando un proxy quando disponibile. |
23669 | 394 Si può anche forzare l'uso di un proxy: |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
395 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
396 mplayer <replaceable>http_proxy://proxy.micorsops.com:3128/http://micorsops.com:80/stream.asf</replaceable> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
397 </screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
398 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
399 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
400 <para> |
23499 | 401 <application>MPlayer</application> può leggere dallo standard input |
402 (<emphasis>non</emphasis> named pipes). Ciò può essere usato per riprodurre | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
403 via FTP: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
404 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
405 wget <replaceable>ftp://micorsops.com/qualcosa.avi</replaceable> -O - | mplayer - |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
406 </screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
407 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
408 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
409 <note><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
410 Si raccomanda inoltre di abilitare <option>-cache</option> riproducendo da rete: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
411 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
412 wget <replaceable>ftp://micorsops.com/qualcosa.avi</replaceable> -O - | mplayer -cache 8192 - |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
413 </screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
414 </para></note> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
415 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
416 <!-- ********** --> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
417 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
418 <sect2 id="streaming-save"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
419 <title>Salvare il contenuto in streaming</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
420 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
421 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
422 Una volte che riesci nel far riprodurre a <application>MPlayer</application> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
423 il tuo flusso internet preferito, puoi usare l'opzione |
23669 | 424 <option>-dumpstream</option> per salvare il flusso in un file. |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
425 Per esempio: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
426 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
427 mplayer <replaceable>http://217.71.208.37:8006</replaceable> -dumpstream -dumpfile <replaceable>stream.asf</replaceable> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
428 </screen> |
23499 | 429 salverà il contenuto riprodotto da |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
430 <replaceable>http://217.71.208.37:8006</replaceable> dentro a |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
431 <replaceable>stream.asf</replaceable>. |
23499 | 432 Ciò funziona con tutti i protocolli supportati da |
433 <application>MPlayer</application>, come MMS, RSTP, e così via. | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
434 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
435 </sect2> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
436 </sect1> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
437 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
438 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
439 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
440 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
441 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
442 <sect1 id="edl" xreflabel="Edit Decision Lists (EDL)"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
443 <title>Edit Decision Lists (EDL) (liste di decisione di modifica)</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
444 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
445 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
446 Il sistema della lista di decisione di modifica (EDL) ti permette di saltare |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
447 o di silenziare automaticamente alcune parti dei video durante la riproduzione, |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
448 basandosi su un file di configurazione EDL specifico per il filmato. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
449 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
450 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
451 <para> |
23499 | 452 Questo torna utile per colore che vogliono guardare un film in modalità |
453 "amichevole per la famiglia". Puoi eliminare violenze, profanità, | |
23673 | 454 Jar-Jar Binks... da un filmato, secondo i tuoi gusti personali. Oltre a |
23499 | 455 ciò, ci sono altri utilizzi, come saltare automaticamente le pubblicità nei |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
456 file video che guardi. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
457 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
458 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
459 <para> |
23669 | 460 Il formato del file EDL è piuttosto scarno. C'è un comando per ogni riga che |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
461 indica cosa fare (saltare/silenziare) e quando farlo (usando la posizione in |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
462 secondi). |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
463 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
464 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
465 <!-- ********** --> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
466 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
467 <sect2 id="edl_using"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
468 <title>Usare un file EDL</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
469 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
470 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
471 Includi l'opzione <option>-edl <nomefile></option> quando esegui |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
472 <application>MPlayer</application>, con il nome del file EDL che vuoi sia |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
473 applicato al video. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
474 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
475 </sect2> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
476 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
477 <!-- ********** --> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
478 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
479 <sect2 id="edl_making"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
480 <title>Creare un file EDL</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
481 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
482 <para> |
23499 | 483 Il formato corrente dei file EDL è: |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
484 <programlisting>[secondi inizio] [secondi fine] [azione]</programlisting> |
23499 | 485 Dove i secondi sono numeri decimali e l'azione è <literal>0</literal> per |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
486 saltare o <literal>1</literal> per silenziare. Esempio: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
487 <programlisting> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
488 5.3 7.1 0 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
489 15 16.7 1 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
490 420 422 0 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
491 </programlisting> |
23499 | 492 Questo farà saltare il video dal secondo 5.3 al secondo 7.1, poi lo |
493 silenzierà a 15 secondi, toglierà il muto a 16.7 e salterà dal secondo 420 | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
494 al 422. Queste azioni saranno eseguite quando il tempo della riproduzione |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
495 raggiunge i tempi indicati nel file. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
496 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
497 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
498 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
499 Per creare un file EDL da cui partire, usa l'opzione <option>-edlout |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
500 <nomefile></option>. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
501 Durante la riproduzione, premi semplicemente <keycap>i</keycap> per segnare |
23499 | 502 l'inizio e la fine di un blocco di salto. Una voce corrispondente sarà |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
503 scritta nel file per quella posizione. Puoi poi tornare indietro e rifinire |
23499 | 504 il file EDL generato così come cambiare l'operazione di default, che è |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
505 saltare il blocco indicato da ogni riga. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
506 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
507 </sect2> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
508 </sect1> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
509 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
510 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
511 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
512 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
513 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
514 <sect1 id="advaudio" xreflabel="Advanced Audio"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
515 <title>Audio avanzato</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
516 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
517 <sect2 id="advaudio-surround"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
518 <title>Riproduzione Surround/Multicanale</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
519 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
520 <sect3 id="advaudio-surround-DVD"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
521 <title>DVD</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
522 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
523 <para> |
23669 | 524 La maggior parte dei DVD e molti altri file includono audio in surround. |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
525 <application>MPlayer</application> supporta la riproduzione in surround, ma non |
23499 | 526 la abilita di default poiché gli equipaggiamenti audio stereo sono molto più |
527 diffusi. Per riprodurre un file che ha più di due canali audio usa | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
528 <option>-channels</option>. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
529 Per esempio, per riprodurre un DVD con audio 5.1: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
530 <screen>mplayer dvd://1 -channels 6</screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
531 Nota che a dispetto del nome "5.1" ci sono attualmente 6 canali discreti. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
532 Se possiedi un equipaggiamento audio surround puoi mettere tranquillamente |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
533 l'opzione <option>channels</option> nel tuo file di configurazione di |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
534 <application>MPlayer</application> <filename>~/.mplayer/config</filename>. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
535 Per esempio, per avere una riproduzione quadrifonica di default, aggiungi la |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
536 riga seguente: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
537 <programlisting>channels=4</programlisting> |
23499 | 538 <application>MPlayer</application> riprodurrà l'audio in quattro canali quando |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
539 tutti e quattro sono disponibili. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
540 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
541 </sect3> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
542 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
543 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
544 <sect3 id="advaudio-surround-stereoinfour"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
545 <title>Riprodurre file stereo su quattro altoparlanti</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
546 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
547 <para> |
23499 | 548 <application>MPlayer</application> non duplica alcun canale di default, né lo |
549 fanno molti driver audio. Se vuoi farlo manualmente: | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
550 <screen>mplayer <replaceable>filename</replaceable> -af channels=2:2:0:1:0:0</screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
551 Vedi la sezione sul |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
552 <link linkend="advaudio-channels-copying">copiare i canali</link> per una |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
553 spiegazione. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
554 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
555 </sect3> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
556 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
557 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
558 <sect3 id="advaudio-surround-passthrough"> |
24683 | 559 <title>AC-3/DTS Passthrough</title> |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
560 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
561 <para> |
24683 | 562 I DVD solitamente hanno un audio surround codificato in formato AC-3 |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
563 (Dolby Digital) o DTS (Digital Theater System). Alcuni equipaggiamenti audio |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
564 moderni sono capaci di decodificare internamente questi formati. |
23499 | 565 <application>MPlayer</application> può esser configurato in modo da far |
566 passare i dati audio senza decodificarli. Ciò funzionerà solo se hai un | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
567 connettore S/PDIF (Sony/Philips Digital Interface) sulla tua scheda audio. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
568 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
569 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
570 <para> |
24683 | 571 Se il tuo equipaggiamento audio può decodificare sua AC-3 che DTS, puoi |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
572 tranquillamente abilitare il passthrough per ambi i formati. In caso contrario, |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
573 abilita il passthrough solo per il formato che il tuo equipaggiamento supporta. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
574 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
575 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
576 <itemizedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
577 <title>Per abilitare il passthrough dalla riga comando:</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
578 <listitem><para> |
24683 | 579 Per solo AC-3, usa <option>-ac hwac3</option> |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
580 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
581 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
582 Per solo DTS, usa <option>-ac hwdts</option> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
583 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
584 <listitem><para> |
24683 | 585 Per AC-3 e DTS, usa <option>-afm hwac3</option> |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
586 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
587 </itemizedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
588 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
589 <itemizedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
590 <title>Per abilitare il passthrough nel file di configurazione di |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
591 <application>MPlayer</application>:</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
592 <listitem><para> |
24683 | 593 Per solo AC-3, usa <option>ac=hwac3,</option> |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
594 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
595 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
596 Per solo DTS, usa <option>ac=hwdts,</option> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
597 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
598 <listitem><para> |
24683 | 599 Per AC-3 e DTS, usa <option>afm=hwac3</option> |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
600 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
601 </itemizedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
602 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
603 <para> |
23499 | 604 Nota che c'è una virgola (",") alla fine di <option>ac=hwac3,</option> e |
605 <option>ac=hwdts,</option>. Ciò farà sì che | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
606 <application>MPlayer</application> ricada sui codec che utilizza di solito |
24683 | 607 quando riproduce un file che non ha audio AC-3 o DTS. |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
608 Per <option>afm=hwac3</option> non serve una virgola; |
23499 | 609 <application>MPlayer</application> gestirà comunque la situazione quando viene |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
610 specificata una famiglia audio. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
611 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
612 </sect3> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
613 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
614 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
615 <sect3 id="hwmpa-surround-passthrough"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
616 <title>MPEG audio Passthrough</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
617 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
618 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
619 Le trasimissioni TV digitali (come DVB e ATSC) e alcuni DVD spesso hanno flussi |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
620 audio MPEG (per esser precisi MP2). |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
621 Alcuni decodificatori hardware come schede full DVB e adattatori DXR2 possono |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
622 decodificare nativamente questo formato. |
23499 | 623 <application>MPlayer</application> può esser configurato in modo da far |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
624 passare i dati audio senza decodificarli. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
625 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
626 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
627 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
628 Per usare questo codec: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
629 <screen> mplayer -ac hwmpa </screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
630 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
631 </sect3> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
632 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
633 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
634 <sect3 id="advaudio-surround-matrix"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
635 <title>Matrix-encoded audio</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
636 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
637 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
638 <emphasis>***DA FARE***</emphasis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
639 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
640 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
641 <para> |
23499 | 642 Questa sezione deve ancora essere scritta e non può esser completata finché |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
643 qualcuno non ci fornisca audio di esempio da testare. Se hai un qualche file |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
644 con audio matrix-encoded, sai dove trovarne uno, oppure hai una qualche |
23669 | 645 informazione che possa aiutare, per favore invia un messaggio alla mailing list |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
646 <ulink url="http://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs">MPlayer-DOCS</ulink>. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
647 Scrivi "[matrix-encoded audio]" nell'oggetto. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
648 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
649 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
650 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
651 <para> |
23669 | 652 Se nessun file o nessuna informazione arriverà, questa sezione sarà rimossa. |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
653 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
654 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
655 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
656 Ottimi link: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
657 <itemizedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
658 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
659 <ulink url="http://electronics.howstuffworks.com/surround-sound5.htm">http://electronics.howstuffworks.com/surround-sound5.htm</ulink> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
660 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
661 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
662 <ulink url="http://www.extremetech.com/article2/0,1697,1016875,00.asp">http://www.extremetech.com/article2/0,1697,1016875,00.asp</ulink> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
663 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
664 </itemizedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
665 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
666 </sect3> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
667 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
668 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
669 <sect3 id="advaudio-surround-hrtf"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
670 <title>Emulazione del surround nelle cuffie</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
671 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
672 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
673 <application>MPlayer</application> include un filtro HRTF (Head Related Transfer |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
674 Function) basato su un |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
675 <ulink url="http://sound.media.mit.edu/KEMAR.html">progetto MIT</ulink> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
676 in cui le misurazioni sono prese da microfoni montati su una finta testa umana. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
677 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
678 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
679 <para> |
23499 | 680 Anche se non è possibile imitare esattamente un sistema surround, il filtro |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
681 HRTF di <application>MPlayer</application> fornisce un audio con maggior |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
682 immersione nello spazio attraverso cuffie a due canali. Il solito missaggio |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
683 semplicemente combina tutti i canali in due; invece combinando i canali, |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
684 <option>hrtf</option> genera leggere eco, aumenta leggermente le separazioni |
23669 | 685 stereo, e altera il volume di alcune frequenze. Se HRTF suoni meglio può |
23499 | 686 dipendere dalla sorgente audio e da una questione di gusto personale, ma è |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
687 sicuramente il caso di provarlo. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
688 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
689 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
690 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
691 Per riprodurre un DVD con HRTF: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
692 <screen>mplayer dvd://1 -channels 6 -af hrtf</screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
693 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
694 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
695 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
696 <option>hrtf</option> lavora bene solo con 5 o 6 canali. Inoltre, |
23499 | 697 <option>hrtf</option> richiede un audio a 48kHz. L'audio dei DVD è già a |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
698 48kHz, ma se hai un file con una differente frequenza di campionamento rispetto |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
699 a quella che vuoi riprodurre con <option>hrtf</option> devi ricampionarla: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
700 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
701 mplayer <replaceable>nomefile</replaceable> -channels 6 -af resample=48000,hrtf |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
702 </screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
703 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
704 </sect3> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
705 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
706 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
707 <sect3 id="advaudio-surround-troubleshooting"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
708 <title>Risoluzione problemi</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
709 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
710 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
711 Se non senti nessuno suono uscire dai tuoi canali surround, controlla le |
23669 | 712 impostazioni del tuo mixer con un programma apposito come |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
713 <application>alsamixer</application>; le uscite audio sono spesso silenziate |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
714 (mute) e il volume impostato a zero di default. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
715 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
716 </sect3> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
717 </sect2> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
718 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
719 <!-- ********** --> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
720 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
721 <sect2 id="advaudio-channels"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
722 <title>Manipolazione dei canali</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
723 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
724 <sect3 id="advaudio-channels-general"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
725 <title>Informazioni generali</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
726 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
727 <para> |
23499 | 728 Sfortunatamente, non c'è uno standard per come i canali siano ordinati. |
24683 | 729 Gli ordinamenti sotto elencati sono quelli dell'AC-3 e sono abbastanza tipici; |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
730 provali e vedi se la tua sorgente corrisponde. I canali sono numerati a partire |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
731 dallo 0. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
732 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
733 <orderedlist spacing="compact"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
734 <title>mono</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
735 <listitem override="0"><para>centrale</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
736 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
737 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
738 <orderedlist spacing="compact"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
739 <title>stereo</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
740 <listitem override="0"><para>sinistro</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
741 <listitem><para>destro</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
742 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
743 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
744 <orderedlist spacing="compact"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
745 <title>quadrifonico</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
746 <listitem override="0"><para>sinistro frontale</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
747 <listitem><para>destro frontale</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
748 <listitem><para>sinistro posteriore</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
749 <listitem><para>destro posteriore</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
750 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
751 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
752 <orderedlist spacing="compact"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
753 <title>surround 4.0</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
754 <listitem override="0"><para>sinistro frontale</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
755 <listitem><para>destro frontale</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
756 <listitem><para>centrale posteriore</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
757 <listitem><para>centrale frontale</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
758 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
759 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
760 <orderedlist spacing="compact"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
761 <title>surround 5.0</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
762 <listitem override="0"><para>sinistro frontale</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
763 <listitem><para>destro frontale</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
764 <listitem><para>sinistro posteriore</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
765 <listitem><para>destrale posteriore</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
766 <listitem><para>centrale frontale</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
767 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
768 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
769 <orderedlist spacing="compact"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
770 <title>surround 5.1</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
771 <listitem override="0"><para>sinistro frontale</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
772 <listitem><para>destro frontale</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
773 <listitem><para>sinistro posteriore</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
774 <listitem><para>destro posteriore</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
775 <listitem><para>centrale frontale</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
776 <listitem><para>subwoofer</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
777 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
778 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
779 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
780 <para> |
23669 | 781 L'opzione <option>-channels</option> viene usata per richiedere il numero di |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
782 canali al decodificatore audio, Alcuni codec audio usano il numero di canali |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
783 specificato per decidere se sottomiscelare la sorgente, se necessario. |
23499 | 784 Nota che ciò non sempre influenza il numero dei canali di uscita. Per esempio, |
785 usando <option>-channels 4</option> per riprodurre un file stereo MP3 porterà | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
786 comunque ad un'uscita a 2 canali, visto che il codec MP3 non genera i canali |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
787 extra. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
788 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
789 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
790 <para> |
23499 | 791 Il filtro audio <option>channels</option> può essere usato per creare o |
792 rimuovere canali ed è utile per controllare il numero di canali passati alla | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
793 scheda audio. Vedi le sezioni seguenti per ulteriori informazioni sulla |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
794 manipolazione dei canali. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
795 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
796 </sect3> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
797 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
798 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
799 <sect3 id="advaudio-channels-mono"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
800 <title>Riprodurre mono con due altoparlanti</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
801 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
802 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
803 Il mono suona molto meglio quando riprodotto attraverso due altoparlanti - |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
804 specialmente usando delle cuffie. I file audio che hanno veramente un canale |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
805 sono riprodotti automaticamente attraverso due altoparlanti; sfortunatamente, |
23499 | 806 molti file con suono in mono sono in verità codificati come stereo con un |
807 canale slienziato. Il modo più semplice e a prova di cretino per far sì | |
808 che entrambi gli altoparlanti emettano lo stesso audio è il filtro | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
809 <option>extrastereo</option>: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
810 <screen>mplayer <replaceable>nomefile</replaceable> -af extrastereo=0</screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
811 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
812 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
813 <para> |
23499 | 814 Ciò equilibra ambedue i canali, portando al risultato di entrambi i canali |
23673 | 815 alla metà del volume di quello originario. La sezione seguente ha esempi di |
816 altri modi di far ciò senza una riduzione del volume, ma sono molto complessi | |
23669 | 817 e richiedono varie opzioni a seconda del canale che vuoi mantenere. Se davvero |
23499 | 818 devi mantenere il volume, potrebbe essere più semplice sperimentare con il |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
819 filtro <option>volume</option> e trovare il valore giusto. Per esempio: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
820 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
821 mplayer <replaceable>nomefile</replaceable> -af extrastereo=0,volume=5 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
822 </screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
823 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
824 </sect3> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
825 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
826 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
827 <sect3 id="advaudio-channels-copying"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
828 <title>Copiare/spostare i canali</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
829 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
830 <para> |
23499 | 831 Il filtro <option>channels</option> può spostare alcuni o tutti i canali. |
832 Impostare tutte le sotto-opzioni per il filtro <option>channels</option> può | |
833 essere complicato e richiede un pò di attenzione. | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
834 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
835 <orderedlist spacing="compact"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
836 <listitem><para> |
23499 | 837 Decidi quanti canali di uscita ti servono. Questa è la prima sotto-opzione. |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
838 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
839 <listitem><para> |
23499 | 840 Conta quanti spostamenti di canali farai. Questa è la seconda sotto-opzione. |
841 Ciascun canale può venir spostato a vari canali diversi allo stesso tempo, | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
842 ma tieni a mente che quando un canale viene spostato (anche verso una |
23499 | 843 destinazione sola) il canale sorgente resterà vuoto finché un altro canale |
844 non verrà spostato su di esso. Per copiare un canale, mantenendo la sorgente | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
845 intatta, sposta semplicemente il canale sia verso la destinazione che verso |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
846 la sorgente. Per esempio: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
847 <programlisting> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
848 channel 2 --> channel 3 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
849 channel 2 --> channel 2<!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
850 --></programlisting> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
851 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
852 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
853 Scrivi le copiature di canali come paia di sotto-opzioni. Nota che il primo |
23499 | 854 canale è 0, il secondo è 1, etc. L'ordine di queste sotto-opzioni non è |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
855 importante a patto che esse siano correttamente raggruppate in coppie |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
856 <replaceable>sorgente:destinazione</replaceable>. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
857 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
858 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
859 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
860 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
861 <bridgehead>Esempio: un canale in due altoparlanti</bridgehead> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
862 <para> |
23499 | 863 Qui c'è un esempio di un altro modo di riprodurre un canali in entrambi gli |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
864 altoparlanti. Per questo esempio supponi che il canale sinistro debba essere |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
865 riprodotto e il canale destro scartato. Seguendo i passaggi suddetti: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
866 <orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
867 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
868 In modo da fornire un canale di uscita per ognuno dei due altoparlanti, la |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
869 prima sotto-opzione deve essere "2". |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
870 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
871 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
872 Il canale sinistro deve essere spostato al canale destro, e anche spostato |
23499 | 873 su sé stesso cosicché non sia vuoto. Questo è un totale di due spostamenti, |
874 facendo sì che anche la seconda sotto-opzione sia "2". | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
875 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
876 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
877 Per spostare il canale sinistro (canale 0) nel canale destro (canale 1), la |
23499 | 878 coppia di sotto-opzioni è "0:1", e "0:0" sposta il canale sinistro su sé |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
879 stesso. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
880 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
881 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
882 Mettendo tutto insieme si ottiene: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
883 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
884 mplayer <replaceable>nomefile</replaceable> -af channels=2:2:0:1:0:0 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
885 </screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
886 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
887 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
888 <para> |
23499 | 889 Il vantaggio che ha questo esempio rispetto a <option>extrastereo</option> è |
890 che il volume di ciascun canale di uscita è lo stesso del canale di entrata. | |
891 Lo svantaggio è che le sotto-opzioni diventano "2:2:1:0:1:1" quando il canale | |
892 voluto è quello destro. Inoltre, è più difficile da ricordare e da scrivere. | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
893 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
894 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
895 <bridgehead>Esempio: canale sinistro in due altoparlanti - scorciatoia</bridgehead> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
896 <para> |
23499 | 897 Veramente c'è un modo molto più facile di usare il filtro |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
898 <option>channels</option> per riprodurre il canale sinistro in entrambi gli |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
899 altoparlanti: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
900 <screen>mplayer <replaceable>nomefile</replaceable> -af channels=1</screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
901 Il secondo canale viene scartato, e, senza ulteriori sotto-opzioni, l'unico |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
902 canale rimanente resta il solo. I driver della scheda audio automaticamente |
23499 | 903 riproducono un singolo canale in ambedue gli altoparlanti. Ciò funziona sono |
904 quando il canale voluto è sulla sinistra. | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
905 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
906 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
907 <bridgehead>Esempio: duplicare i canali frontali sui posteriori</bridgehead> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
908 <para> |
23499 | 909 Un'altra operazione comune è duplicare il canali frontali e riprodurli anche |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
910 sugli altoparlanti posteriori in un'impostazione quadrifonica. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
911 <orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
912 <listitem><para> |
23499 | 913 Ci devono essere quattro canali di uscita. La prima sotto-opzione è "4". |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
914 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
915 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
916 Ciascuno dei due canali frontali deve essere spostato sul corrispondente |
23499 | 917 posteriore e anche su sé stesso. Quindi sono quattro spostamenti, indi la |
918 seconda sotto-opzione è "4". | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
919 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
920 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
921 Il canale frontale sinistro (canale 0) deve essere spostato sul posteriore |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
922 sinistro (canale 2): "0:2". Il sinistro frontale deve anche venir spostato su |
23499 | 923 sé stesso: "0:0". Il canale frontale destro (canale 1) viene spostato sul |
924 posteriore destro (canale 3): "1:3", e anche su sé stesso: "1:1". | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
925 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
926 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
927 Combina tutte le sotto-opzioni per ottenere: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
928 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
929 mplayer <replaceable>nomefile</replaceable> -af channels=4:4:0:2:0:0:1:3:1:1 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
930 </screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
931 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
932 </sect3> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
933 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
934 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
935 <sect3 id="advaudio-channels-mixing"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
936 <title>Miscelare i canali</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
937 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
938 <para> |
23499 | 939 Il filtro <option>pan</option> può miscelare i canali in proporzione |
940 specificate dall'utente. Questo permette di fare tutto quello che può fare | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
941 il filtro <option>channels</option> e oltre. Sfortunatamente, le sotto-opzioni |
23499 | 942 sono molto più complicate. |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
943 <orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
944 <listitem><para> |
23499 | 945 Decidi con quanti canali lavorare. Puoi aver bisogno di indicare ciò con |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
946 l'opzione <option>-channels</option> e/o <option>-af channels</option>. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
947 Gli esempi seguenti di mostreranno quando usare cosa. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
948 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
949 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
950 Decidi quanti canali passare a <option>pan</option> (i canali decodificati |
23499 | 951 oltre questi vengono scartati). Questa è la prima sotto-opzione, e controlla |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
952 anche quanti canali utilizzare in uscita. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
953 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
954 <listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
955 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
956 Le restanti sotto-opzioni indicano quanto di ogni canale viene miscelato |
23499 | 957 in ciascuno degli altri canali. Questa è la parte difficile. Per diminuire |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
958 l'impresa, spezza le sotto-opzioni in diversi gruppi, un gruppo per ogni |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
959 canale di uscita. Ogni sotto-opzione in un gruppo corrisponde ad un canale di |
23499 | 960 ingresso. Il numero che specifichi sarà la percentuale del canale di |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
961 ingresso che viene miscelata nel canale di uscita. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
962 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
963 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
964 <option>pan</option> accetta valori da 0 a 512, significando dallo 0% al |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
965 51200% del volume originale. Fai attenzione quando usi valori superiori a 1. |
23499 | 966 Ciò non solo ti darà un volume più alto, ma se oltrepassi la scala di |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
967 campionamento della tua scheda audio puoi sentire terribili pop e click. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
968 Se vuoi puoi far seguire <option>pan</option> da <option>,volume</option> per |
23499 | 969 abilitare il clipping, ma è meglio tenere i valori di <option>pan</option> |
970 bassi abbastanza affinché il clipping non sia necessario. | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
971 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
972 </listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
973 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
974 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
975 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
976 <bridgehead>Esempio: un canale in due altoparlanti</bridgehead> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
977 <para> |
23499 | 978 Qui c'è un altro esempio per riprodurre il canale sinistro in due altoparlanti. |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
979 Segui i passaggi suddetti: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
980 <orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
981 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
982 <option>pan</option> deve uscire con due canali, indi la prima sotto-opzione |
23499 | 983 è "2". |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
984 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
985 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
986 Visto che abbiamo due canali di ingresso, ci saranno due gruppi di |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
987 sotto-opzioni. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
988 Visto che ci sono anche due canali di uscita, ci saranno due sotto-opzioni |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
989 per gruppo. |
23499 | 990 Il canale sinistro dal file dovrà finire con volume pieno sui nuovi canali |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
991 sinistro e destro. |
23499 | 992 Così il primo gruppo di sotto-opzioni è "1:1". |
993 Il canale destro dovrebbe venir scartato, così il secondo sarà "0:0". | |
994 Un qualsiasi valore di 0 alla fine può essere omesso, ma per facilità di | |
995 comprensione li lasceremo lì. | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
996 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
997 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
998 Mettendo insieme queste opzioni si ottiene: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
999 <screen>mplayer <replaceable>nomefile</replaceable> -af pan=2:1:1:0:0</screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1000 Se si vuole il canale destro invece del sinistro, le sotto-opzioni di |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1001 <option>pan</option> saranno "2:0:0:1:1". |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1002 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1003 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1004 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1005 <bridgehead>Esempio: canale sinistro in due altoparlanti - scorciatoia</bridgehead> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1006 <para> |
23499 | 1007 Come con <option>channels</option>, c'è una scorciatoia che funziona solo col canale sinistro: |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1008 <screen>mplayer <replaceable>nomefile</replaceable> -af pan=1:1</screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1009 Visto che <option>pan</option> ha solo un canale di ingresso (l'altro canale |
23499 | 1010 viene scartato), c'è un solo gruppo con una sola sotto-opzione, che specifica |
1011 che quel solo canale ottenga il 100% di sé stesso. | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1012 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1013 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1014 <bridgehead>Esempio: sottomiscelare PCM a 6 canali</bridgehead> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1015 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1016 Il decodificatore di <application>MPlayer</application> per PCM a 6 canali non |
23499 | 1017 è in grado di sottomiscelare. C'è un modo di sottomiscelare PCM usando |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1018 <option>pan</option>: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1019 <orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1020 <listitem><para> |
23499 | 1021 Il numero di canali di uscita è 2, indi la prima sotto-opzione è "2". |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1022 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1023 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1024 Con sei canali di ingresso ci saranno sei gruppi di opzioni. Fortunatamente, |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1025 visto che ci interessa solo l'uscita dei primi due canali, abbiamo solo |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1026 bisogno di preparere due gruppi; i rimanenti quattro gruppi possono essere |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1027 omessi. Attenzione che non tutti i file audio multicanale hanno lo stesso |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1028 ordine dei canali! Questo esempio mostra il sottomissaggio di un file con gli |
24683 | 1029 stessi canali di AC-3 5.1: |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1030 <programlisting> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1031 0 - frontale sinistro |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1032 1 - frontale destro |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1033 2 - posteriore sinistro |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1034 3 - posteriore destro |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1035 4 - frontale centrale |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1036 5 - subwoofer<!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1037 --></programlisting> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1038 Il primo gruppo di sotto-opzioni elenca le percentuali del volume originario, |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1039 che, rispettivamente, ogni canale di uscita deve ricevere dal canale frontale |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1040 sinistro: "1:0". |
23499 | 1041 Il canale frontale destro dovrà finire nell'uscita di destra: "0:1". |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1042 Lo stesso vale per i canali posteriori: "1:0" e "0:1". |
23499 | 1043 Il canale centrale va su entrambi i canali con metà del volume: |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1044 "0.5:0.5", e il subwoofer va in entrambi a volume pieno: "1:1". |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1045 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1046 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1047 Metti tutto insieme, per avere: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1048 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1049 mplayer <replaceable>6-canali.wav</replaceable> -af pan=2:1:0:0:1:1:0:0:1:0.5:0.5:1:1 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1050 </screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1051 Le percentuali suddette sono solo un rozzo esempio. Sentiti libero di |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1052 modificarle. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1053 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1054 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1055 <bridgehead>Esempio: riprodurre audio 5.1 su grossi altoparlanti senza un subwoofer</bridgehead> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1056 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1057 Se hai un paio di grossi altoparlanti puoi non voler sprecare dei soldi per |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1058 compare un subwoofer per un sistema audio 5.1 completo. Se usi |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1059 <option>-channels 5</option> per richiedere che liba52 decodifichi audio 5.1 |
23669 | 1060 in 5.0, il canale del subwoofer viene semplicemente scartato. Se vuoi |
1061 distribuire il canale del subwoofer per conto tuo devi sottomiscelarlo a mano | |
1062 con <option>pan</option>: | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1063 <orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1064 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1065 Since <option>pan</option> needs to examine all six channels, specify |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1066 <option>-channels 6</option> so liba52 decodes them all. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1067 Siccome pan ha bisogno di esaminare tutti e sei i canali, specifica |
23499 | 1068 -channels 6 così che liba52 li decodifichi tutti quanti. |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1069 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1070 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1071 <option>pan</option> outputs to only five channels, the first suboption is 5. |
23499 | 1072 pan emette solo cinque canali, così la prima sotto-opzione è 5. |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1073 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1074 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1075 Sei canali di ingresso e cinque di uscita significano sei gruppi di cinque |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1076 sotto-opzioni. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1077 <itemizedlist spacing="compact"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1078 <listitem><para> |
23499 | 1079 Il canale sinistro frontale semplicemente si riproduce su sé stesso: |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1080 "1:0:0:0:0" |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1081 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1082 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1083 Lo stesso per il canale frontale destro: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1084 "0:1:0:0:0" |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1085 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1086 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1087 Lo stesso per il canale posteriore sinistro: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1088 "0:0:1:0:0" |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1089 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1090 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1091 E anche per il canale posteriore destro: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1092 "0:0:0:1:0" |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1093 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1094 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1095 Anche quello centrale frontale: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1096 "0:0:0:0:1" |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1097 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1098 <listitem><para> |
23499 | 1099 E ora dobbiamo decidere cosa fare col subwoofer, per es. metà nel frontale |
1100 destro e metà nel frontale sinistro: | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1101 "0.5:0.5:0:0:0" |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1102 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1103 </itemizedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1104 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1105 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1106 Combina tutte queste opzioni per ottenere: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1107 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1108 mplayer <replaceable>dvd://1</replaceable> -channels 6 -af pan=5:1:0:0:0:0:0:1:0:0:0:0:0:1:0:0:0:0:0:1:0:0:0:0:0:1:0.5:0.5:0:0:0 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1109 </screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1110 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1111 </sect3> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1112 </sect2> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1113 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1114 <!-- ********** --> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1115 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1116 <sect2 id="advaudio-volume"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1117 <title>Regolazione volume via software</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1118 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1119 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1120 Alcune tracce audio sono troppo silenziose per essere ascoltate bene senza |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1121 amplificazione. Questo diventa un problema quando il tuo equipaggiamento non |
23499 | 1122 può amplificare il segnale per te. L'opzione <option>-softvol</option> indica |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1123 a <application>MPlayer</application> di utilizzare un mixer interno. Puoi poi |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1124 usare i tasti di regolazione volume (di default <keycap>9</keycap> e |
23499 | 1125 <keycap>0</keycap>) per raggiungere livelli di volume molto più alti. Nota che |
1126 ciò non bypassa il mixer della tua scheda audio; | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1127 <application>MPlayer</application> amplifica solo il segnale prima di inviarlo |
23499 | 1128 alla tua scheda audio. L'esempio che segue è un buon punto di partenza: |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1129 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1130 mplayer <replaceable>file-silente</replaceable> -softvol -softvol-max 300 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1131 </screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1132 L'opzione <option>-softvol-max</option> specifica il massimo volume permesso di |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1133 uscita come una percentuale del volume originario. Per esempio, |
23499 | 1134 <option>-softvol-max 200</option> farà sì che il volume sia regolato fino a |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1135 due volte il valore originale. E' sicuro indicare un valore alto con |
23499 | 1136 <option>-softvol-max</option>; il volume più alto non sarà usato fino a |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1137 quando non userai i tasti di regolazione. L'unico svantaggio di un valore alto |
23499 | 1138 è che, dato che <application>MPlayer</application> regola il volume come una |
1139 percentuale del massimo, non avrai un controllo così preciso usando i tasti | |
1140 di regolazione del volume. Usa un valore più basso con | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1141 <option>-softvol-max</option> e/o specifica <option>-volstep 1</option> se ti |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1142 serve maggior precisione. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1143 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1144 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1145 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1146 L'opzione <option>-softvol</option> funziona controllando il filtro audio |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1147 <option>volume</option>. Se vuoi riprodurre un file a un dato volume sin |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1148 dall'avvio puoi specificare <option>volume</option> manualmente: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1149 <screen>mplayer <replaceable>file-silente</replaceable> -af volume=10</screen> |
23669 | 1150 Questo riprodurrà il file con un guadagno di 10 decibel. Stai attento quando |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1151 usi il filtro <option>volume</option> - puoi facilmente farti male alle |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1152 orecchie se usi un valore troppo alto. Parti dal basso e sali gradualmente fino |
23499 | 1153 a quando capisci quanta regolazione è richiesta. Inoltre, se tu specifichi |
1154 valori troppo alti, <option>volume</option> può aver bisogno di fare il clip | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1155 del segnale per evitare di mandare alla tua scheda audio dati che siano fuori |
23499 | 1156 dalla gamma consentita; ciò risulterà in un audio distorto. |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1157 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1158 </sect2> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1159 </sect1> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1160 </chapter> |