]> git.sesse.net Git - casparcg/blob - shell/casparcg.config
ecff4f7afbdd295909c7afbda5a9a64e54e08e93
[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   <consumers>\r
13     <buffer-depth>3</buffer-depth>\r
14   </consumers>\r
15   <mixers>\r
16     <blend-modes>false</blend-modes>\r
17   </mixers>\r
18   <producers>\r
19     <buffer-depth>1</buffer-depth>\r
20     <auto-transcode>true</auto-transcode>\r
21     <template-hosts>\r
22       <template-host>\r
23         <video-mode>1080i5994</video-mode>\r
24         <filename>cg.fth.18.6000</filename>\r
25       </template-host>\r
26       <template-host>\r
27         <video-mode>1080p5000</video-mode>\r
28         <filename>cg.fth.18</filename>\r
29         <width>1280</width>\r
30         <height>720</height>\r
31       </template-host>\r
32     </template-hosts>\r
33     </producers>\r
34     <channels>\r
35     <channel>\r
36       <video-mode>PAL</video-mode>\r
37       <consumers>\r
38         <decklink>\r
39           <device>1</device>\r
40           <embedded-audio>true</embedded-audio>\r
41           <external-key>true</external-key>\r
42         </decklink>\r
43         <screen>\r
44           <key-only>true</key-only>\r
45           <device>1</device>\r
46         </screen>\r
47       </consumers>\r
48     </channel>\r
49 </channels>\r
50   <controllers>\r
51     <tcp>\r
52       <port>5250</port>\r
53       <protocol>AMCP</protocol>\r
54     </tcp>\r
55   </controllers>\r
56 </configuration>\r
57 \r
58 <!--\r
59 <auto-mode-convert>true [true|false]]</auto-mode-convert>\r
60 <consumers>\r
61   <buffer-depth>5</buffer-depth> \r
62   NOTE:\r
63     recommended: 5-6\r
64     decklink_consumer: Min 3 depth\r
65     decklink_consumer + embedded-audio: Min 4 depth\r
66     oal_consumer: Min 3 depth\r
67     bluefish_consumer: Min 1-2 depth\r
68     ogl_consumer: Min 1-2 depth\r
69 </consumers>\r
70 <channel>\r
71   <video-mode> PAL [PAL|NTSC|1080i5000|576p2500720p2500|720p5000|720p5994|720p6000|1080p2398|1080p2400|1080i5000|1080i5994|1080i6000|1080p2500|1080p2997|1080p3000|1080p5000] </video-mode>\r
72     <consumers>\r
73       <decklink>\r
74         <device>[1..]</device>\r
75         <embedded-audio>false [true|false]</embedded-audio>\r
76         <low-latency>false [true|false]</low-latency>\r
77         <external-key>true [true|false]</external-key>\r
78         <key-only>false [true|false]</key-only>\r
79       </decklink>\r
80       <bluefish>\r
81         <device>[1..]</device>\r
82         <embedded-audio>false [true|false]</embedded-audio>\r
83         <key-only>false [true|false]</key-only>\r
84       </bluefish>\r
85       <audio></audio>\r
86       <screen>\r
87         <device>[0..]</device>\r
88         <stretch>fill [none|fill|uniform|uniform_to_fill]</stretch>\r
89         <windowed>false [true|false]</windowed>\r
90         <key-only>false [true|false]</key-only>\r
91       </screen>\r
92     </consumers>\r
93 </channel>  \r
94 -->  \r
95   \r
96 \r