Mercurial > mplayer.hg
annotate DOCS/xml/it/usage.xml @ 25801:8b23a7370abb
Fix typo in comment
author | reimar |
---|---|
date | Mon, 21 Jan 2008 20:46:28 +0000 |
parents | 5778b137bf4f |
children | 0ad2da052b2e |
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"?> |
25143 | 2 <!-- synced with r25146 --> |
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. |
25143 | 11 Le opzioni passate sulla riga comando possono venir applicate a tutti i |
12 file/URL o solo ad alcuni, a seconda della loro posizione. Per esempio | |
13 <screen>mplayer -vfm ffmpeg movie1.avi movie2.avi</screen> | |
14 userà i decodificatori FFmpeg per ambedue i file, mentre | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
15 <screen> |
25143 | 16 mplayer -vfm ffmpeg <replaceable>movie1.avi</replaceable> <replaceable>movie2.avi</replaceable> -vfm dmo |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
17 </screen> |
25143 | 18 riprodurrà il secondo file con un decodificatore DMO. |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
19 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
20 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
21 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
22 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
|
23 <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
|
24 <screen>mplayer { 1.avi -loop 2 2.avi } -loop 3</screen> |
23499 | 25 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
|
26 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
|
27 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
28 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
29 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
30 Riprodurre un file: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
31 <synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
32 <command>mplayer</command><!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
33 --> [<replaceable>opzioni</replaceable>]<!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
34 --> [<replaceable>percorso</replaceable>/]<replaceable>nomefile</replaceable> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
35 </synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
36 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
37 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
38 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
39 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
|
40 <synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
41 <command>mplayer</command><!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
42 --> [<replaceable>opzioni</replaceable>]<!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
43 --> <replaceable>file:///uri-escaped-path</replaceable> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
44 </synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
45 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
46 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
47 <para> |
23499 | 48 Riprodurre più file: |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
49 <synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
50 <command>mplayer</command><!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
51 --> [<replaceable>opzioni di default</replaceable>]<!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
52 --> [<replaceable>percorso</replaceable>/]<replaceable>nomefile1</replaceable><!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
53 --> [<replaceable>opzioni per nomefile1</replaceable>]<!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
54 --> <replaceable>nomefile2</replaceable><!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
55 --> [<replaceable>opzioni per nomefile2</replaceable>] ... |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
56 </synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
57 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
58 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
59 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
60 Riprodurre VCD: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
61 <synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
62 <command>mplayer</command> [<replaceable>opzioni</replaceable>]<!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
63 --> vcd://<replaceable>numerotraccia</replaceable><!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
64 --> [-cdrom-device <replaceable>/dev/cdrom</replaceable>] |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
65 </synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
66 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
67 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
68 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
69 Riprodurre DVD: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
70 <synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
71 <command>mplayer</command> [<replaceable>opzioni</replaceable>]<!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
72 --> dvd://<replaceable>numerotitolo</replaceable><!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
73 --> [-dvd-device <replaceable>/dev/dvd</replaceable>] |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
74 </synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
75 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
76 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
77 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
78 Riprodurre da WWW: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
79 <synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
80 <command>mplayer</command> [<replaceable>opzioni</replaceable>]<!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
81 --> 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
|
82 </synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
83 (possono venir usate anche le playlist) |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
84 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
85 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
86 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
87 Riprodurre da RTSP: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
88 <synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
89 <command>mplayer</command> [<replaceable>opzioni</replaceable>]<!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
90 --> 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
|
91 </synopsis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
92 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
93 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
94 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
95 Esempi: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
96 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
97 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
|
98 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
|
99 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
|
100 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
|
101 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
|
102 --></screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
103 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
104 </sect1> |
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 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
110 <sect1 id="subosd"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
111 <title>Sottotitoli e OSD</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
112 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
113 <para> |
23499 | 114 <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
|
115 file video. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
116 Attualmente sono supportati i seguenti formati: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
117 <itemizedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
118 <listitem><para>VOBsub</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
119 <listitem><para>OGM</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
120 <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
|
121 <listitem><para>MicroDVD</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
122 <listitem><para>SubRip</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
123 <listitem><para>SubViewer</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
124 <listitem><para>Sami</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
125 <listitem><para>VPlayer</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
126 <listitem><para>RT</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
127 <listitem><para>SSA</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
128 <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
|
129 <listitem><para>MPsub</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
130 <listitem><para>AQTitle</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
131 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
132 <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
|
133 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
134 </itemizedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
135 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
136 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
137 <para> |
23499 | 138 <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
|
139 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
|
140 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
|
141 <itemizedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
142 <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
|
143 <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
|
144 <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
|
145 <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
|
146 <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
|
147 </itemizedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
148 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
149 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
150 <para> |
23499 | 151 <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
|
152 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
|
153 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
154 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
155 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
156 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
|
157 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
158 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
159 <formalpara> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
160 <title>Sottotitoli VOBsub</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
161 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
162 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
|
163 <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
|
164 <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
|
165 <filename><replaceable>esempio.sub</replaceable></filename>, |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
166 <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
|
167 <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
|
168 <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
|
169 [-vobsubid <replaceable>id</replaceable>]</option> |
23499 | 170 (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
|
171 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
|
172 (lingue) dei sottotitoli. Nel caso in cui <option>-vobsubid</option> sia omessa, |
23499 | 173 <application>MPlayer</application> cercherà di utilizzare la lingua |
174 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
|
175 <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
|
176 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
|
177 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
178 </formalpara> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
179 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
180 <formalpara> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
181 <title>Altri sottotitoli</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
182 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
183 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
|
184 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
|
185 <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
|
186 l'opzione <option>-sub <replaceable>esempio.txt</replaceable></option> |
23499 | 187 (il percorso completo è facoltativo). |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
188 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
189 </formalpara> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
190 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
191 <variablelist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
192 <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
|
193 <varlistentry> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
194 <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
|
195 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
196 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
|
197 secondi. |
23669 | 198 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
|
199 della posizione nel filmato. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
200 </para></listitem> |
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 <varlistentry> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
203 <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
|
204 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
205 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
|
206 (valore decimale). |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
207 </para></listitem> |
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 <varlistentry> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
210 <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
|
211 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
212 Specifica la posizione dei sottotitoli. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
213 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
214 </varlistentry> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
215 </variablelist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
216 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
217 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
218 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
|
219 file sottotitoli MicroDVD, molto facilmente la frequenza del filmato e del file |
23669 | 220 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
|
221 MicroDVD usa numeri assoluti di fotogrammi per la sua temporizzazione, ma non |
23499 | 222 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
|
223 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
|
224 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
|
225 dei sottotitoli. |
23499 | 226 <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
|
227 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
228 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
229 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
|
230 -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
|
231 </screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
232 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
233 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
234 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
235 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
|
236 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
237 </sect1> |
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 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
243 <sect1 id="control"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
244 <title>Controlli</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
245 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
246 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
247 <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
|
248 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
|
249 <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
|
250 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
|
251 controlli da tastiera. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
252 </para> |
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 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
256 <sect2 id="ctrl-cfg"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
257 <title>Configurazione controlli</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
258 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
259 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
260 <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
|
261 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
|
262 usando un semplice file di configurazione. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
263 La sintassi consiste di un valore chiave seguito da un comando. Il percorso del |
23499 | 264 file di configurazione di default è |
23669 | 265 <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
|
266 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
|
267 (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
|
268 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
269 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
270 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
271 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
|
272 <command>mplayer -input keylist</command> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
273 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
|
274 <command>mplayer -input cmdlist</command>. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
275 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
276 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
277 <example id="input_control_file"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
278 <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
|
279 <programlisting> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
280 ## |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
281 ## MPlayer input control file |
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 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
284 RIGHT seek +10 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
285 LEFT seek -10 |
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 + audio_delay -0.100 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
288 q quit |
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 < pt_step -1 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
291 ENTER pt_step 1 1<!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
292 --></programlisting> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
293 </example> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
294 </sect2> |
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 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
298 <sect2 id="lirc"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
299 <title>Controllo da LIRC</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
300 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
301 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
302 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
|
303 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
|
304 macchina Linux! |
23499 | 305 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
|
306 <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
|
307 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
308 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
309 <para> |
23499 | 310 Se hai il pacchetto LIRC installato, <filename>configure</filename> lo |
311 rileverà. Se tutto è andato bene, <application>MPlayer</application> | |
312 scriverà "<systemitem>Configurazione del supporto per LIRC...</systemitem>" | |
313 (o "<systemitem>Setting up LIRC support...</systemitem>") all'avvio. Se ci | |
314 sarà un errore, te lo dirà. Se non c'è messaggio alcuno circa LIRC, | |
315 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
|
316 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
317 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
318 <para> |
23499 | 319 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
|
320 - sorpresa - <filename>mplayer</filename>. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
321 Puoi usare qualsiasi comando di <application>MPlayer</application> e anche |
23499 | 322 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
|
323 Non dimenticarti di abilitare l'opzione repeat in <filename>.lircrc</filename> |
23499 | 324 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
|
325 <filename>.lircrc</filename> di esempio: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
326 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
327 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
328 <programlisting> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
329 begin |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
330 button = VOLUME_PLUS |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
331 prog = mplayer |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
332 config = volume 1 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
333 repeat = 1 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
334 end |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
335 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
336 begin |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
337 button = VOLUME_MINUS |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
338 prog = mplayer |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
339 config = volume -1 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
340 repeat = 1 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
341 end |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
342 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
343 begin |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
344 button = CD_PLAY |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
345 prog = mplayer |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
346 config = pause |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
347 end |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
348 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
349 begin |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
350 button = CD_STOP |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
351 prog = mplayer |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
352 config = seek 0 1\npause |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
353 end<!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
354 --></programlisting> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
355 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
356 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
357 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
|
358 (<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
|
359 <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
|
360 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
361 </sect2> |
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 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
365 <sect2 id="slave-mode"> |
23499 | 366 <title>Modalità slave</title> |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
367 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
368 <para> |
23499 | 369 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
|
370 <application>MPlayer</application>. Se eseguito con l'opzione |
23499 | 371 <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
|
372 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
|
373 I comandi sono documentati nel file |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
374 <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
|
375 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
376 </sect2> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
377 </sect1> |
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 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
383 <sect1 id="streaming"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
384 <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
|
385 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
386 <para> |
23499 | 387 <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
|
388 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
|
389 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
390 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
391 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
392 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
|
393 <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
|
394 <envar>http_proxy</envar>, usando un proxy quando disponibile. |
23669 | 395 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
|
396 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
397 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
|
398 </screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
399 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
400 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
401 <para> |
23499 | 402 <application>MPlayer</application> può leggere dallo standard input |
403 (<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
|
404 via FTP: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
405 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
406 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
|
407 </screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
408 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
409 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
410 <note><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
411 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
|
412 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
413 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
|
414 </screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
415 </para></note> |
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 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
419 <sect2 id="streaming-save"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
420 <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
|
421 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
422 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
423 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
|
424 il tuo flusso internet preferito, puoi usare l'opzione |
23669 | 425 <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
|
426 Per esempio: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
427 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
428 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
|
429 </screen> |
23499 | 430 salverà il contenuto riprodotto da |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
431 <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
|
432 <replaceable>stream.asf</replaceable>. |
23499 | 433 Ciò funziona con tutti i protocolli supportati da |
434 <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
|
435 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
436 </sect2> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
437 </sect1> |
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 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
443 <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
|
444 <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
|
445 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
446 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
447 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
|
448 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
|
449 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
|
450 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
451 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
452 <para> |
23499 | 453 Questo torna utile per colore che vogliono guardare un film in modalità |
454 "amichevole per la famiglia". Puoi eliminare violenze, profanità, | |
23673 | 455 Jar-Jar Binks... da un filmato, secondo i tuoi gusti personali. Oltre a |
23499 | 456 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
|
457 file video che guardi. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
458 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
459 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
460 <para> |
23669 | 461 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
|
462 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
|
463 secondi). |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
464 </para> |
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 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
468 <sect2 id="edl_using"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
469 <title>Usare un file EDL</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
470 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
471 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
472 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
|
473 <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
|
474 applicato al video. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
475 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
476 </sect2> |
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 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
480 <sect2 id="edl_making"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
481 <title>Creare un file EDL</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
482 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
483 <para> |
23499 | 484 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
|
485 <programlisting>[secondi inizio] [secondi fine] [azione]</programlisting> |
23499 | 486 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
|
487 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
|
488 <programlisting> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
489 5.3 7.1 0 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
490 15 16.7 1 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
491 420 422 0 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
492 </programlisting> |
23499 | 493 Questo farà saltare il video dal secondo 5.3 al secondo 7.1, poi lo |
494 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
|
495 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
|
496 raggiunge i tempi indicati nel file. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
497 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
498 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
499 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
500 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
|
501 <nomefile></option>. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
502 Durante la riproduzione, premi semplicemente <keycap>i</keycap> per segnare |
23499 | 503 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
|
504 scritta nel file per quella posizione. Puoi poi tornare indietro e rifinire |
23499 | 505 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
|
506 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
|
507 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
508 </sect2> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
509 </sect1> |
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 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
515 <sect1 id="advaudio" xreflabel="Advanced Audio"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
516 <title>Audio avanzato</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
517 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
518 <sect2 id="advaudio-surround"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
519 <title>Riproduzione Surround/Multicanale</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
520 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
521 <sect3 id="advaudio-surround-DVD"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
522 <title>DVD</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
523 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
524 <para> |
23669 | 525 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
|
526 <application>MPlayer</application> supporta la riproduzione in surround, ma non |
23499 | 527 la abilita di default poiché gli equipaggiamenti audio stereo sono molto più |
528 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
|
529 <option>-channels</option>. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
530 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
|
531 <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
|
532 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
|
533 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
|
534 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
|
535 <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
|
536 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
|
537 riga seguente: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
538 <programlisting>channels=4</programlisting> |
23499 | 539 <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
|
540 tutti e quattro sono disponibili. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
541 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
542 </sect3> |
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 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
545 <sect3 id="advaudio-surround-stereoinfour"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
546 <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
|
547 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
548 <para> |
23499 | 549 <application>MPlayer</application> non duplica alcun canale di default, né lo |
550 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
|
551 <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
|
552 Vedi la sezione sul |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
553 <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
|
554 spiegazione. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
555 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
556 </sect3> |
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 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
559 <sect3 id="advaudio-surround-passthrough"> |
24683 | 560 <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
|
561 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
562 <para> |
24683 | 563 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
|
564 (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
|
565 moderni sono capaci di decodificare internamente questi formati. |
23499 | 566 <application>MPlayer</application> può esser configurato in modo da far |
567 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
|
568 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
|
569 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
570 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
571 <para> |
24683 | 572 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
|
573 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
|
574 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
|
575 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
576 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
577 <itemizedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
578 <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
|
579 <listitem><para> |
24683 | 580 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
|
581 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
582 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
583 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
|
584 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
585 <listitem><para> |
24683 | 586 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
|
587 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
588 </itemizedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
589 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
590 <itemizedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
591 <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
|
592 <application>MPlayer</application>:</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
593 <listitem><para> |
24683 | 594 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
|
595 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
596 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
597 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
|
598 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
599 <listitem><para> |
24683 | 600 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
|
601 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
602 </itemizedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
603 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
604 <para> |
23499 | 605 Nota che c'è una virgola (",") alla fine di <option>ac=hwac3,</option> e |
606 <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
|
607 <application>MPlayer</application> ricada sui codec che utilizza di solito |
24683 | 608 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
|
609 Per <option>afm=hwac3</option> non serve una virgola; |
23499 | 610 <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
|
611 specificata una famiglia audio. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
612 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
613 </sect3> |
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 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
616 <sect3 id="hwmpa-surround-passthrough"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
617 <title>MPEG audio Passthrough</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
618 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
619 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
620 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
|
621 audio MPEG (per esser precisi MP2). |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
622 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
|
623 decodificare nativamente questo formato. |
23499 | 624 <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
|
625 passare i dati audio senza decodificarli. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
626 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
627 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
628 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
629 Per usare questo codec: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
630 <screen> mplayer -ac hwmpa </screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
631 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
632 </sect3> |
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 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
635 <sect3 id="advaudio-surround-matrix"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
636 <title>Matrix-encoded audio</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
637 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
638 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
639 <emphasis>***DA FARE***</emphasis> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
640 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
641 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
642 <para> |
23499 | 643 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
|
644 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
|
645 con audio matrix-encoded, sai dove trovarne uno, oppure hai una qualche |
23669 | 646 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
|
647 <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
|
648 Scrivi "[matrix-encoded audio]" nell'oggetto. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
649 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
650 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
651 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
652 <para> |
23669 | 653 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
|
654 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
655 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
656 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
657 Ottimi link: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
658 <itemizedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
659 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
660 <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
|
661 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
662 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
663 <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
|
664 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
665 </itemizedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
666 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
667 </sect3> |
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 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
670 <sect3 id="advaudio-surround-hrtf"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
671 <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
|
672 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
673 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
674 <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
|
675 Function) basato su un |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
676 <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
|
677 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
|
678 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
679 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
680 <para> |
23499 | 681 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
|
682 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
|
683 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
|
684 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
|
685 <option>hrtf</option> genera leggere eco, aumenta leggermente le separazioni |
23669 | 686 stereo, e altera il volume di alcune frequenze. Se HRTF suoni meglio può |
23499 | 687 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
|
688 sicuramente il caso di provarlo. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
689 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
690 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
691 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
692 Per riprodurre un DVD con HRTF: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
693 <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
|
694 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
695 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
696 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
697 <option>hrtf</option> lavora bene solo con 5 o 6 canali. Inoltre, |
23499 | 698 <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
|
699 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
|
700 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
|
701 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
702 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
|
703 </screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
704 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
705 </sect3> |
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 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
708 <sect3 id="advaudio-surround-troubleshooting"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
709 <title>Risoluzione problemi</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
710 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
711 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
712 Se non senti nessuno suono uscire dai tuoi canali surround, controlla le |
23669 | 713 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
|
714 <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
|
715 (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
|
716 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
717 </sect3> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
718 </sect2> |
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 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
722 <sect2 id="advaudio-channels"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
723 <title>Manipolazione dei canali</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
724 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
725 <sect3 id="advaudio-channels-general"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
726 <title>Informazioni generali</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
727 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
728 <para> |
23499 | 729 Sfortunatamente, non c'è uno standard per come i canali siano ordinati. |
24683 | 730 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
|
731 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
|
732 dallo 0. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
733 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
734 <orderedlist spacing="compact"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
735 <title>mono</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
736 <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
|
737 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
738 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
739 <orderedlist spacing="compact"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
740 <title>stereo</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
741 <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
|
742 <listitem><para>destro</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
743 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
744 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
745 <orderedlist spacing="compact"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
746 <title>quadrifonico</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
747 <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
|
748 <listitem><para>destro frontale</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
749 <listitem><para>sinistro posteriore</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
750 <listitem><para>destro posteriore</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
751 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
752 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
753 <orderedlist spacing="compact"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
754 <title>surround 4.0</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
755 <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
|
756 <listitem><para>destro frontale</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
757 <listitem><para>centrale posteriore</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
758 <listitem><para>centrale frontale</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
759 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
760 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
761 <orderedlist spacing="compact"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
762 <title>surround 5.0</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
763 <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
|
764 <listitem><para>destro frontale</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
765 <listitem><para>sinistro posteriore</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
766 <listitem><para>destrale posteriore</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
767 <listitem><para>centrale frontale</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
768 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
769 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
770 <orderedlist spacing="compact"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
771 <title>surround 5.1</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
772 <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
|
773 <listitem><para>destro frontale</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
774 <listitem><para>sinistro posteriore</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
775 <listitem><para>destro posteriore</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
776 <listitem><para>centrale frontale</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
777 <listitem><para>subwoofer</para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
778 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
779 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
780 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
781 <para> |
23669 | 782 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
|
783 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
|
784 specificato per decidere se sottomiscelare la sorgente, se necessario. |
23499 | 785 Nota che ciò non sempre influenza il numero dei canali di uscita. Per esempio, |
786 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
|
787 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
|
788 extra. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
789 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
790 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
791 <para> |
23499 | 792 Il filtro audio <option>channels</option> può essere usato per creare o |
793 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
|
794 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
|
795 manipolazione dei canali. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
796 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
797 </sect3> |
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 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
800 <sect3 id="advaudio-channels-mono"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
801 <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
|
802 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
803 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
804 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
|
805 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
|
806 sono riprodotti automaticamente attraverso due altoparlanti; sfortunatamente, |
23499 | 807 molti file con suono in mono sono in verità codificati come stereo con un |
808 canale slienziato. Il modo più semplice e a prova di cretino per far sì | |
809 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
|
810 <option>extrastereo</option>: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
811 <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
|
812 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
813 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
814 <para> |
23499 | 815 Ciò equilibra ambedue i canali, portando al risultato di entrambi i canali |
23673 | 816 alla metà del volume di quello originario. La sezione seguente ha esempi di |
817 altri modi di far ciò senza una riduzione del volume, ma sono molto complessi | |
23669 | 818 e richiedono varie opzioni a seconda del canale che vuoi mantenere. Se davvero |
23499 | 819 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
|
820 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
|
821 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
822 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
|
823 </screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
824 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
825 </sect3> |
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 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
828 <sect3 id="advaudio-channels-copying"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
829 <title>Copiare/spostare i canali</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
830 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
831 <para> |
23499 | 832 Il filtro <option>channels</option> può spostare alcuni o tutti i canali. |
833 Impostare tutte le sotto-opzioni per il filtro <option>channels</option> può | |
834 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
|
835 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
836 <orderedlist spacing="compact"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
837 <listitem><para> |
23499 | 838 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
|
839 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
840 <listitem><para> |
23499 | 841 Conta quanti spostamenti di canali farai. Questa è la seconda sotto-opzione. |
842 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
|
843 ma tieni a mente che quando un canale viene spostato (anche verso una |
23499 | 844 destinazione sola) il canale sorgente resterà vuoto finché un altro canale |
845 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
|
846 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
|
847 la sorgente. Per esempio: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
848 <programlisting> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
849 channel 2 --> channel 3 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
850 channel 2 --> channel 2<!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
851 --></programlisting> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
852 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
853 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
854 Scrivi le copiature di canali come paia di sotto-opzioni. Nota che il primo |
23499 | 855 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
|
856 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
|
857 <replaceable>sorgente:destinazione</replaceable>. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
858 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
859 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
860 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
861 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
862 <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
|
863 <para> |
23499 | 864 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
|
865 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
|
866 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
|
867 <orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
868 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
869 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
|
870 prima sotto-opzione deve essere "2". |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
871 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
872 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
873 Il canale sinistro deve essere spostato al canale destro, e anche spostato |
23499 | 874 su sé stesso cosicché non sia vuoto. Questo è un totale di due spostamenti, |
875 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
|
876 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
877 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
878 Per spostare il canale sinistro (canale 0) nel canale destro (canale 1), la |
23499 | 879 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
|
880 stesso. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
881 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
882 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
883 Mettendo tutto insieme si ottiene: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
884 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
885 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
|
886 </screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
887 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
888 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
889 <para> |
23499 | 890 Il vantaggio che ha questo esempio rispetto a <option>extrastereo</option> è |
891 che il volume di ciascun canale di uscita è lo stesso del canale di entrata. | |
892 Lo svantaggio è che le sotto-opzioni diventano "2:2:1:0:1:1" quando il canale | |
893 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
|
894 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
895 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
896 <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
|
897 <para> |
23499 | 898 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
|
899 <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
|
900 altoparlanti: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
901 <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
|
902 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
|
903 canale rimanente resta il solo. I driver della scheda audio automaticamente |
23499 | 904 riproducono un singolo canale in ambedue gli altoparlanti. Ciò funziona sono |
905 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
|
906 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
907 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
908 <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
|
909 <para> |
23499 | 910 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
|
911 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
|
912 <orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
913 <listitem><para> |
23499 | 914 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
|
915 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
916 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
917 Ciascuno dei due canali frontali deve essere spostato sul corrispondente |
23499 | 918 posteriore e anche su sé stesso. Quindi sono quattro spostamenti, indi la |
919 seconda sotto-opzione è "4". | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
920 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
921 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
922 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
|
923 sinistro (canale 2): "0:2". Il sinistro frontale deve anche venir spostato su |
23499 | 924 sé stesso: "0:0". Il canale frontale destro (canale 1) viene spostato sul |
925 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
|
926 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
927 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
928 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
|
929 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
930 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
|
931 </screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
932 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
933 </sect3> |
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 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
936 <sect3 id="advaudio-channels-mixing"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
937 <title>Miscelare i canali</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
938 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
939 <para> |
23499 | 940 Il filtro <option>pan</option> può miscelare i canali in proporzione |
941 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
|
942 il filtro <option>channels</option> e oltre. Sfortunatamente, le sotto-opzioni |
23499 | 943 sono molto più complicate. |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
944 <orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
945 <listitem><para> |
23499 | 946 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
|
947 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
|
948 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
|
949 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
950 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
951 Decidi quanti canali passare a <option>pan</option> (i canali decodificati |
23499 | 952 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
|
953 anche quanti canali utilizzare in uscita. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
954 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
955 <listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
956 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
957 Le restanti sotto-opzioni indicano quanto di ogni canale viene miscelato |
23499 | 958 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
|
959 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
|
960 canale di uscita. Ogni sotto-opzione in un gruppo corrisponde ad un canale di |
23499 | 961 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
|
962 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
|
963 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
964 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
965 <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
|
966 51200% del volume originale. Fai attenzione quando usi valori superiori a 1. |
23499 | 967 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
|
968 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
|
969 Se vuoi puoi far seguire <option>pan</option> da <option>,volume</option> per |
23499 | 970 abilitare il clipping, ma è meglio tenere i valori di <option>pan</option> |
971 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
|
972 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
973 </listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
974 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
975 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
976 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
977 <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
|
978 <para> |
23499 | 979 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
|
980 Segui i passaggi suddetti: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
981 <orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
982 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
983 <option>pan</option> deve uscire con due canali, indi la prima sotto-opzione |
23499 | 984 è "2". |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
985 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
986 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
987 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
|
988 sotto-opzioni. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
989 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
|
990 per gruppo. |
23499 | 991 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
|
992 sinistro e destro. |
23499 | 993 Così il primo gruppo di sotto-opzioni è "1:1". |
994 Il canale destro dovrebbe venir scartato, così il secondo sarà "0:0". | |
995 Un qualsiasi valore di 0 alla fine può essere omesso, ma per facilità di | |
996 comprensione li lasceremo lì. | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
997 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
998 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
999 Mettendo insieme queste opzioni si ottiene: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1000 <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
|
1001 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
|
1002 <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
|
1003 </para> |
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 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1006 <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
|
1007 <para> |
23499 | 1008 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
|
1009 <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
|
1010 Visto che <option>pan</option> ha solo un canale di ingresso (l'altro canale |
23499 | 1011 viene scartato), c'è un solo gruppo con una sola sotto-opzione, che specifica |
1012 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
|
1013 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1014 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1015 <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
|
1016 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1017 Il decodificatore di <application>MPlayer</application> per PCM a 6 canali non |
23499 | 1018 è 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
|
1019 <option>pan</option>: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1020 <orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1021 <listitem><para> |
23499 | 1022 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
|
1023 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1024 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1025 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
|
1026 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
|
1027 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
|
1028 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
|
1029 ordine dei canali! Questo esempio mostra il sottomissaggio di un file con gli |
24683 | 1030 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
|
1031 <programlisting> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1032 0 - frontale sinistro |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1033 1 - frontale destro |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1034 2 - posteriore sinistro |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1035 3 - posteriore destro |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1036 4 - frontale centrale |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1037 5 - subwoofer<!-- |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1038 --></programlisting> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1039 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
|
1040 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
|
1041 sinistro: "1:0". |
23499 | 1042 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
|
1043 Lo stesso vale per i canali posteriori: "1:0" e "0:1". |
23499 | 1044 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
|
1045 "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
|
1046 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1047 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1048 Metti tutto insieme, per avere: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1049 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1050 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
|
1051 </screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1052 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
|
1053 modificarle. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1054 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1055 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1056 <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
|
1057 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1058 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
|
1059 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
|
1060 <option>-channels 5</option> per richiedere che liba52 decodifichi audio 5.1 |
23669 | 1061 in 5.0, il canale del subwoofer viene semplicemente scartato. Se vuoi |
1062 distribuire il canale del subwoofer per conto tuo devi sottomiscelarlo a mano | |
1063 con <option>pan</option>: | |
23492
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1064 <orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1065 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1066 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
|
1067 <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
|
1068 Siccome pan ha bisogno di esaminare tutti e sei i canali, specifica |
23499 | 1069 -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
|
1070 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1071 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1072 <option>pan</option> outputs to only five channels, the first suboption is 5. |
23499 | 1073 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
|
1074 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1075 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1076 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
|
1077 sotto-opzioni. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1078 <itemizedlist spacing="compact"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1079 <listitem><para> |
23499 | 1080 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
|
1081 "1:0:0:0:0" |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1082 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1083 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1084 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
|
1085 "0:1:0:0:0" |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1086 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1087 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1088 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
|
1089 "0:0:1:0:0" |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1090 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1091 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1092 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
|
1093 "0:0:0:1:0" |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1094 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1095 <listitem><para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1096 Anche quello centrale frontale: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1097 "0:0:0:0:1" |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1098 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1099 <listitem><para> |
23499 | 1100 E ora dobbiamo decidere cosa fare col subwoofer, per es. metà nel frontale |
1101 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
|
1102 "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
|
1103 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1104 </itemizedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1105 </para></listitem> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1106 </orderedlist> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1107 Combina tutte queste opzioni per ottenere: |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1108 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1109 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
|
1110 </screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1111 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1112 </sect3> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1113 </sect2> |
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 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1117 <sect2 id="advaudio-volume"> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1118 <title>Regolazione volume via software</title> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1119 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1120 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1121 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
|
1122 amplificazione. Questo diventa un problema quando il tuo equipaggiamento non |
23499 | 1123 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
|
1124 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
|
1125 usare i tasti di regolazione volume (di default <keycap>9</keycap> e |
23499 | 1126 <keycap>0</keycap>) per raggiungere livelli di volume molto più alti. Nota che |
1127 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
|
1128 <application>MPlayer</application> amplifica solo il segnale prima di inviarlo |
23499 | 1129 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
|
1130 <screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1131 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
|
1132 </screen> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1133 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
|
1134 uscita come una percentuale del volume originario. Per esempio, |
23499 | 1135 <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
|
1136 due volte il valore originale. E' sicuro indicare un valore alto con |
23499 | 1137 <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
|
1138 quando non userai i tasti di regolazione. L'unico svantaggio di un valore alto |
23499 | 1139 è che, dato che <application>MPlayer</application> regola il volume come una |
1140 percentuale del massimo, non avrai un controllo così preciso usando i tasti | |
1141 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
|
1142 <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
|
1143 serve maggior precisione. |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1144 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1145 |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1146 <para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1147 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
|
1148 <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
|
1149 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
|
1150 <screen>mplayer <replaceable>file-silente</replaceable> -af volume=10</screen> |
23669 | 1151 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
|
1152 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
|
1153 orecchie se usi un valore troppo alto. Parti dal basso e sali gradualmente fino |
23499 | 1154 a quando capisci quanta regolazione è richiesta. Inoltre, se tu specifichi |
1155 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
|
1156 del segnale per evitare di mandare alla tua scheda audio dati che siano fuori |
23499 | 1157 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
|
1158 </para> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1159 </sect2> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1160 </sect1> |
2f3c7788aac4
italian xml/html docs translation - first step. up till now accented vowels are
ptt
parents:
diff
changeset
|
1161 </chapter> |