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