]> git.sesse.net Git - casparcg/blob - shell/casparcg.config
Modifications of audio config xml.
[casparcg] / shell / casparcg.config
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <configuration>\r
3   <paths>\r
4     <media-path>media\</media-path>\r
5     <log-path>log\</log-path>\r
6     <data-path>data\</data-path>\r
7     <template-path>templates\</template-path>\r
8     <thumbnails-path>thumbnails\</thumbnails-path>\r
9   </paths>\r
10   <channels>\r
11     <channel>\r
12         <video-mode>PAL</video-mode>\r
13         <channel-layout>stereo</channel-layout>\r
14         <consumers>\r
15           <screen>\r
16             <device>1</device>\r
17             <windowed>true</windowed>\r
18           </screen>\r
19         </consumers>\r
20     </channel>\r
21   </channels>\r
22   <controllers>\r
23     <tcp>\r
24         <port>5250</port>\r
25         <protocol>AMCP</protocol>\r
26     </tcp>\r
27   </controllers>\r
28   <osc>\r
29     <default-port>6250</default-port>\r
30     <predefined-clients>\r
31     </predefined-clients>\r
32   </osc>\r
33 </configuration>\r
34 \r
35 <!--\r
36 <log-level>       trace [trace|debug|info|warning|error]</log-level>\r
37 <channel-grid>    false [true|false]</channel-grid>\r
38 <blend-modes>     false [true|false]</blend-modes>\r
39 <auto-deinterlace>true  [true|false]</auto-deinterlace>\r
40 <auto-transcode>  true  [true|false]</auto-transcode>\r
41 <pipeline-tokens> 2     [1..]       </pipeline-tokens>\r
42 <template-hosts>\r
43     <template-host>\r
44         <video-mode/>\r
45         <filename/>\r
46         <width/>\r
47         <height/>\r
48     </template-host>\r
49 </template-hosts>\r
50 <flash>\r
51     <buffer-depth>auto [auto|1..]</buffer-depth>\r
52 </flash>\r
53 <thumbnails>\r
54     <generate-thumbnails>true [true|false]</generate-thumbnails>\r
55     <width>256</width>\r
56     <height>144</height>\r
57     <video-grid>2</video-grid>\r
58     <scan-interval-millis>5000</scan-interval-millis>\r
59     <generate-delay-millis>2000</generate-delay-millis>\r
60     <video-mode>720p2500</video-mode>\r
61 </thumbnails>\r
62 <channels>\r
63     <channel>\r
64         <video-mode> PAL [PAL|NTSC|576p2500|720p2398|720p2400|720p2500|720p5000|720p2997|720p5994|720p3000|720p6000|1080p2398|1080p2400|1080i5000|1080i5994|1080i6000|1080p2500|1080p2997|1080p3000|1080p5000|1080p5994|1080p6000|2k2398|2k2400|2k2500|4k2398|4k2400|4k2500|4k2997|4k3000] </video-mode>\r
65         <channel-layout>stereo [mono|stereo|dts|dolbye|dolbydigital|smpte|passthru]</channel-layout>\r
66         <consumers>\r
67             <decklink>\r
68                 <device>[1..]</device>\r
69                 <embedded-audio>false [true|false]</embedded-audio>\r
70                 <channel-layout>stereo [mono|stereo|dts|dolbye|dolbydigital|smpte|passthru]</channel-layout>\r
71                 <latency>normal [normal|low|default]</latency>\r
72                 <keyer>external [external|internal|default]</keyer>\r
73                 <key-only>false [true|false]</key-only>\r
74                 <buffer-depth>3 [1..]</buffer-depth>\r
75             </decklink> \r
76             <bluefish>\r
77                 <device>[1..]</device>\r
78                 <embedded-audio>false [true|false]</embedded-audio>\r
79                 <channel-layout>stereo [mono|stereo|dts|dolbye|dolbydigital|smpte|passthru]</channel-layout>\r
80                 <key-only>false [true|false]</key-only>\r
81             </bluefish>\r
82             <system-audio></system-audio>\r
83             <screen>\r
84                 <device>[0..]</device>\r
85                 <aspect-ratio>default [default|4:3|16:9]</aspect-ratio>\r
86                 <stretch>fill [none|fill|uniform|uniform_to_fill]</stretch>\r
87                 <windowed>false [true|false]</windowed>\r
88                 <key-only>false [true|false]</key-only>\r
89                 <auto-deinterlace>true [true|false]</auto-deinterlace>\r
90                 <vsync>false [true|false]</vsync>\r
91             </screen>\r
92             <file>\r
93                 <path></path>\r
94                 <vcodec>libx264 [libx264|qtrle]</vcodec>\r
95                 <separate-key>false [true|false]</separate-key>\r
96             </file>\r
97         </consumers>\r
98     </channel>\r
99 </channels>\r
100 <osc>\r
101   <default-port>6250</default-port>\r
102   <predefined-clients>\r
103     <predefined-client>\r
104       <address>127.0.0.1</address>\r
105       <port>5253</port>\r
106     </predefined-client>\r
107   </predefined-clients>\r
108 </osc>\r
109 <audio>\r
110   <channel-layouts>\r
111     <channel-layout>\r
112       <name>mono</name>\r
113       <type>1.0</type>\r
114       <num-channels>1</num-channels>\r
115       <channels>C</channels>\r
116     </channel-layout>\r
117     <channel-layout>\r
118       <name>stereo</name>\r
119       <type>2.0</type>\r
120       <num-channels>2</num-channels>\r
121       <channels>L R</channels>\r
122     </channel-layout>\r
123     <channel-layout>\r
124       <name>dts</name>\r
125       <type>5.1</type>\r
126       <num-channels>6</num-channels>\r
127       <channels>C L R Ls Rs LFE</channels>\r
128     </channel-layout>\r
129     <channel-layout>\r
130       <name>dolbye</name>\r
131       <type>5.1+stereomix</type>\r
132       <num-channels>8</num-channels>\r
133       <channels>L R C LFE Ls Rs Lmix Rmix</channels>\r
134     </channel-layout>\r
135     <channel-layout>\r
136       <name>dolbydigital</name>\r
137       <type>5.1</type>\r
138       <num-channels>6</num-channels>\r
139       <channels>L C R Ls Rs LFE</channels>\r
140     </channel-layout>\r
141     <channel-layout>\r
142       <name>smpte</name>\r
143       <type>5.1</type>\r
144       <num-channels>6</num-channels>\r
145       <channels>L R C LFE Ls Rs</channels>\r
146     </channel-layout>\r
147     <channel-layout>\r
148       <name>passthru</name>\r
149       <type>16ch</type>\r
150       <num-channels>16</num-channels>\r
151       <channels />\r
152     </channel-layout>\r
153   </channel-layouts>\r
154   <mix-configs>\r
155     <mix-config>\r
156       <from>1.0</from>\r
157       <to>2.0</to>\r
158       <mix>add</mix>\r
159       <mappings>\r
160         <mapping>C L 1.0</mapping>\r
161         <mapping>C R 1.0</mapping>\r
162       </mappings>\r
163     </mix-config>\r
164     <mix-config>\r
165       <from>1.0</from>\r
166       <to>5.1</to>\r
167       <mix>add</mix>\r
168       <mappings>\r
169         <mapping>C L 1.0</mapping>\r
170         <mapping>C R 1.0</mapping>\r
171       </mappings>\r
172     </mix-config>\r
173     <mix-config>\r
174       <from>1.0</from>\r
175       <to>5.1+stereomix</to>\r
176       <mix>add</mix>\r
177       <mappings>\r
178         <mapping>C L    1.0</mapping>\r
179         <mapping>C R    1.0</mapping>\r
180         <mapping>C Lmix 1.0</mapping>\r
181         <mapping>C Rmix 1.0</mapping>\r
182       </mappings>\r
183     </mix-config>\r
184     <mix-config>\r
185       <from>2.0</from>\r
186       <to>1.0</to>\r
187       <mix>add</mix>\r
188       <mappings>\r
189         <mapping>L C 1.0</mapping>\r
190         <mapping>R C 1.0</mapping>\r
191       </mappings>\r
192     </mix-config>\r
193     <mix-config>\r
194       <from>2.0</from>\r
195       <to>5.1</to>\r
196       <mix>add</mix>\r
197       <mappings>\r
198         <mapping>L L 1.0</mapping>\r
199         <mapping>R R 1.0</mapping>\r
200       </mappings>\r
201     </mix-config>\r
202     <mix-config>\r
203       <from>2.0</from>\r
204       <to>5.1+stereomix</to>\r
205       <mix>add</mix>\r
206       <mappings>\r
207         <mapping>L L    1.0</mapping>\r
208         <mapping>R R    1.0</mapping>\r
209         <mapping>L Lmix 1.0</mapping>\r
210         <mapping>R Rmix 1.0</mapping>\r
211       </mappings>\r
212     </mix-config>\r
213     <mix-config>\r
214       <from>5.1</from>\r
215       <to>1.0</to>\r
216       <mix>average</mix>\r
217       <mappings>\r
218         <mapping>L  C 1.0</mapping>\r
219         <mapping>R  C 1.0</mapping>\r
220         <mapping>C  C 0.707</mapping>\r
221         <mapping>Ls C 0.707</mapping>\r
222         <mapping>Rs C 0.707</mapping>\r
223       </mappings>\r
224     </mix-config>\r
225     <mix-config>\r
226       <from>5.1</from>\r
227       <to>2.0</to>\r
228       <mix>average</mix>\r
229       <mappings>\r
230         <mapping>L  L 1.0</mapping>\r
231         <mapping>R  R 1.0</mapping>\r
232         <mapping>C  L 0.707</mapping>\r
233         <mapping>C  R 0.707</mapping>\r
234         <mapping>Ls L 0.707</mapping>\r
235         <mapping>Rs R 0.707</mapping>\r
236       </mappings>\r
237     </mix-config>\r
238     <mix-config>\r
239       <from>5.1</from>\r
240       <to>5.1+stereomix</to>\r
241       <mix>average</mix>\r
242       <mappings>\r
243         <mapping>L   L   1.0</mapping>\r
244         <mapping>R   R   1.0</mapping>\r
245         <mapping>C   C   1.0</mapping>\r
246         <mapping>Ls  Ls  1.0</mapping>\r
247         <mapping>Rs  Rs  1.0</mapping>\r
248         <mapping>LFE LFE 1.0</mapping>\r
249 \r
250         <mapping>L  Lmix 1.0</mapping>\r
251         <mapping>R  Rmix 1.0</mapping>\r
252         <mapping>C  Lmix 0.707</mapping>\r
253         <mapping>C  Rmix 0.707</mapping>\r
254         <mapping>Ls Lmix 0.707</mapping>\r
255         <mapping>Rs Rmix 0.707</mapping>\r
256       </mappings>\r
257     </mix-config>\r
258     <mix-config>\r
259       <from>5.1+stereomix</from>\r
260       <to>1.0</to>\r
261       <mix>add</mix>\r
262       <mappings>\r
263         <mapping>Lmix C 1.0</mapping>\r
264         <mapping>Rmix C 1.0</mapping>\r
265       </mappings>\r
266     </mix-config>\r
267     <mix-config>\r
268       <from>5.1+stereomix</from>\r
269       <to>2.0</to>\r
270       <mix>add</mix>\r
271       <mappings>\r
272         <mapping>Lmix L 1.0</mapping>\r
273         <mapping>Rmix R 1.0</mapping>\r
274       </mappings>\r
275     </mix-config>\r
276     <mix-config>\r
277       <from>5.1+stereomix</from>\r
278       <to>5.1</to>\r
279       <mix>add</mix>\r
280       <mappings>\r
281         <mapping>L   L   1.0</mapping>\r
282         <mapping>R   R   1.0</mapping>\r
283         <mapping>C   C   1.0</mapping>\r
284         <mapping>Ls  Ls  1.0</mapping>\r
285         <mapping>Rs  Rs  1.0</mapping>\r
286         <mapping>LFE LFE 1.0</mapping>\r
287       </mappings>\r
288     </mix-config>\r
289   </mix-configs>\r
290 </audio>\r
291 -->\r