]> git.sesse.net Git - casparcg/blob - shell/caspar.config
1083ec8970c915c39748cf57dcd690ecfe6bcfbb
[casparcg] / shell / caspar.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     <template-host>cg.fth.18</template-host>\r
9   </paths>\r
10   <diagnostics>\r
11     <graphs>true</graphs> <!-- [true/false] Displays diagnostics window with real-time graphs. -->\r
12   </diagnostics>\r
13   <channels>\r
14     <channel>\r
15       <!--\r
16         Fully or partially supported video-formats:\r
17           PAL (full support)\r
18           NTSC\r
19           576p2500\r
20           720p2500\r
21           720p5000\r
22           720p5994\r
23           720p6000\r
24           1080p2398\r
25           1080p2400\r
26           1080i5000 (full support)\r
27           1080i5994\r
28           1080i6000\r
29           1080p2500\r
30           1080p2997\r
31           1080p3000\r
32           1080p5000\r
33       -->\r
34       <videomode>1080i5000</videomode>\r
35       <consumers>\r
36         <decklink>\r
37           <device>1</device>                    <!-- [1..] Specifies which device to use. -->\r
38           <embedded-audio>true</embedded-audio> <!-- [true/false] -->\r
39           <latency>low</latency>                <!-- [low/normal/default] - Experimental feature that reduces frame delay by 3 frames or less. -->\r
40           <key>external</key>                   <!-- [internal/external]-->\r
41           <output>default</output>              <!-- [key_only/default] - Copies key into fill channels. -->\r
42         </decklink>\r
43         <!--<ogl>        \r
44           <device>1</device>\r
45           <stretch>uniform</stretch>\r
46           <windowed>true</windowed>\r
47           <output>key_only</output>\r
48         </ogl>-->\r
49         <!--<audio>\r
50         </audio>-->\r
51         <!--<bluefish>\r
52           <device>1</device>\r
53           <embedded-audio>true</embedded-audio>\r
54         </bluefish>-->\r
55       </consumers>\r
56     </channel>\r
57 </channels>\r
58   <controllers>\r
59     <tcp>\r
60       <port>5250</port>\r
61       <protocol>AMCP</protocol>\r
62     </tcp>\r
63   </controllers>\r
64 </configuration>