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