]> git.sesse.net Git - casparcg/blob - shell/casparcg.config
2.0 image_mixer: Refactored, core: Fixed destruction proxy usage.
[casparcg] / shell / casparcg.config
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <configuration>\r
3   <paths>\r
4     <media-path>C:\Lokala Filer\server\branches\2.0.0.2\bin\_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>true</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>1080p5000</video-mode>\r
24         <filename>cg.fth.18</filename>\r
25         <width>1280</width>\r
26         <height>720</height>\r
27       </template-host>\r
28       <template-host>\r
29         <video-mode>720p5000</video-mode>\r
30         <filename>cg.fth.18</filename>\r
31         <width>1280</width>\r
32         <height>720</height>\r
33       </template-host>\r
34       <template-host>\r
35         <video-mode>1080i5000</video-mode>\r
36         <filename>cg.fth.18</filename>\r
37         <width>1280</width>\r
38         <height>720</height>\r
39       </template-host>\r
40       <template-host>\r
41         <video-mode>PAL</video-mode>\r
42         <filename>cg.fth.18</filename>\r
43       </template-host>\r
44       <template-host>\r
45         <video-mode>NTSC</video-mode>\r
46         <filename>cg.fth.18</filename>\r
47       </template-host>\r
48     </template-hosts>\r
49   </producers>\r
50   <channels>\r
51     <channel>\r
52       <video-mode>PAL</video-mode>\r
53       <consumers>\r
54         <screen>\r
55         </screen>\r
56       </consumers>\r
57     </channel>\r
58 </channels>\r
59   <controllers>\r
60     <tcp>\r
61       <port>5250</port>\r
62       <protocol>AMCP</protocol>\r
63     </tcp>\r
64   </controllers>\r
65 </configuration>\r
66 \r
67 <!--\r
68 <auto-mode-convert>true [true|false]]</auto-mode-convert>\r
69 <consumers>\r
70   <buffer-depth>5</buffer-depth> \r
71   NOTE:\r
72     recommended: 5-6\r
73     decklink_consumer: Min 3 depth\r
74     decklink_consumer + embedded-audio: Min 4 depth\r
75     oal_consumer: Min 3 depth\r
76     bluefish_consumer: Min 1-2 depth\r
77     ogl_consumer: Min 1-2 depth\r
78 </consumers>\r
79 <channel>\r
80   <video-mode> PAL [PAL|NTSC|1080i5000|576p2500720p2500|720p5000|720p5994|720p6000|1080p2398|1080p2400|1080i5000|1080i5994|1080i6000|1080p2500|1080p2997|1080p3000|1080p5000] </video-mode>\r
81     <consumers>\r
82       <decklink>\r
83         <device>[1..]</device>\r
84         <embedded-audio>false [true|false]</embedded-audio>\r
85         <low-latency>false [true|false]</low-latency>\r
86         <external-key>true [true|false]</external-key>\r
87         <key-only>false [true|false]</key-only>\r
88       </decklink>\r
89       <bluefish>\r
90         <device>[1..]</device>\r
91         <embedded-audio>false [true|false]</embedded-audio>\r
92         <key-only>false [true|false]</key-only>\r
93       </bluefish>\r
94       <audio></audio>\r
95       <screen>\r
96         <device>[0..]</device>\r
97         <stretch>fill [none|fill|uniform|uniform_to_fill]</stretch>\r
98         <windowed>false [true|false]</windowed>\r
99         <key-only>false [true|false]</key-only>\r
100       </screen>\r
101     </consumers>\r
102 </channel>  \r
103 -->  \r
104   \r
105 \r