]> git.sesse.net Git - casparcg/blob - shell/casparcg.config
2.0. mixer: Refactored transforms, merged image and audio transform.
[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           <key-only>false</key-only>\r
56         </screen>\r
57         <audio></audio>\r
58       </consumers>\r
59     </channel>\r
60 </channels>\r
61   <controllers>\r
62     <tcp>\r
63       <port>5250</port>\r
64       <protocol>AMCP</protocol>\r
65     </tcp>\r
66   </controllers>\r
67 </configuration>\r
68 \r
69 <!--\r
70 <auto-mode-convert>true [true|false]]</auto-mode-convert>\r
71 <consumers>\r
72   <buffer-depth>5</buffer-depth> \r
73   NOTE:\r
74     recommended: 5-6\r
75     decklink_consumer: Min 3 depth\r
76     decklink_consumer + embedded-audio: Min 4 depth\r
77     oal_consumer: Min 3 depth\r
78     bluefish_consumer: Min 1-2 depth\r
79     ogl_consumer: Min 1-2 depth\r
80 </consumers>\r
81 <channel>\r
82   <video-mode> PAL [PAL|NTSC|1080i5000|576p2500720p2500|720p5000|720p5994|720p6000|1080p2398|1080p2400|1080i5000|1080i5994|1080i6000|1080p2500|1080p2997|1080p3000|1080p5000] </video-mode>\r
83     <consumers>\r
84       <decklink>\r
85         <device>[1..]</device>\r
86         <embedded-audio>false [true|false]</embedded-audio>\r
87         <low-latency>false [true|false]</low-latency>\r
88         <external-key>true [true|false]</external-key>\r
89         <key-only>false [true|false]</key-only>\r
90       </decklink>\r
91       <bluefish>\r
92         <device>[1..]</device>\r
93         <embedded-audio>false [true|false]</embedded-audio>\r
94         <key-only>false [true|false]</key-only>\r
95       </bluefish>\r
96       <audio></audio>\r
97       <screen>\r
98         <device>[0..]</device>\r
99         <stretch>fill [none|fill|uniform|uniform_to_fill]</stretch>\r
100         <windowed>false [true|false]</windowed>\r
101         <key-only>false [true|false]</key-only>\r
102       </screen>\r
103     </consumers>\r
104 </channel>  \r
105 -->  \r
106   \r
107 \r