]> git.sesse.net Git - casparcg/blob - shell/casparcg.config
2.0. Updated casparcg.config syntax.
[casparcg] / shell / casparcg.config
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <configuration>\r
3   <paths>\r
4     <media-path>L:\\casparcg\\_media\\</media-path>\r
5     <log-path>L:\\casparcg\\_log\\</log-path>\r
6     <data-path>L:\\casparcg\\_data\\</data-path>\r
7     <template-path>L:\\casparcg\\_templates\\</template-path>\r
8   </paths>\r
9   <diagnostics>\r
10     <graphs>true</graphs>\r
11   </diagnostics>\r
12   <template-host>\r
13     <filename>cg.fth.18</filename>\r
14     <width>1280</width>\r
15     <height>720</height>\r
16   </template-host>\r
17   <consumers>\r
18     <buffer-depth>3</buffer-depth>\r
19   </consumers>\r
20   <producers>\r
21     <auto-mode>true</auto-mode>\r
22   </producers>\r
23   <channels>\r
24     <channel>\r
25       <video-mode>1080p5000</video-mode>\r
26       <consumers>\r
27         <decklink>\r
28           <device>1</device>\r
29           <embedded-audio>true</embedded-audio>\r
30           <low-latency>true</low-latency>\r
31         </decklink>\r
32       </consumers>\r
33     </channel>\r
34 </channels>\r
35   <controllers>\r
36     <tcp>\r
37       <port>5250</port>\r
38       <protocol>AMCP</protocol>\r
39     </tcp>\r
40   </controllers>\r
41 </configuration>\r
42 \r
43 <!--\r
44 <auto-mode-convert>true [true|false]]</auto-mode-convert>\r
45 <consumers>\r
46   <buffer-depth>5</buffer-depth> \r
47   NOTE:\r
48     recommended: 5-6\r
49     decklink_consumer: Min 3 depth\r
50     decklink_consumer + embedded-audio: Min 4 depth\r
51     oal_consumer: Min 3 depth\r
52     bluefish_consumer: Min 1-2 depth\r
53     ogl_consumer: Min 1-2 depth\r
54 </consumers>\r
55 <channel>\r
56   <video-mode> PAL [PAL|NTSC|1080i5000|576p2500720p2500|720p5000|720p5994|720p6000|1080p2398|1080p2400|1080i5000|1080i5994|1080i6000|1080p2500|1080p2997|1080p3000|1080p5000] </video-mode>\r
57     <consumers>\r
58       <decklink>\r
59         <device>[1..]</device>\r
60         <embedded-audio>false [true|false]</embedded-audio>\r
61         <low-latency>false [true|false]</low-latency>\r
62         <external-key>true [true|false]</external-key>\r
63         <key-only>false [true|false]</key-only>\r
64       </decklink>\r
65       <bluefish>\r
66         <device>[1..]</device>\r
67         <embedded-audio>false [true|false]</embedded-audio>\r
68         <key-only>false [true|false]</key-only>\r
69       </bluefish>\r
70       <audio></audio>\r
71       <screen>\r
72         <device>[0..]</device>\r
73         <stretch>fill [none|fill|uniform|uniform_to_fill]</stretch>\r
74         <windowed>false [true|false]</windowed>\r
75         <key-only>false [true|false]</key-only>\r
76       </screen>\r
77     </consumers>\r
78 </channel>  \r
79 -->  \r
80   \r
81 \r