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