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