]> git.sesse.net Git - casparcg/blob - shell/casparcg.config
2.0.1: ffmpeg: Replaced TBB implementation with better Concurrency Runtime based...
[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>5</buffer-depth>\r
14   </consumers>\r
15   <mixers>\r
16     <blend-modes>false</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>1080i5994</video-mode>\r
24         <filename>cg.fth.18.6000</filename>\r
25       </template-host>\r
26       <template-host>\r
27         <video-mode>1080p5000</video-mode>\r
28         <filename>cg.fth.18</filename>\r
29         <width>1280</width>\r
30         <height>720</height>\r
31       </template-host>\r
32     </template-hosts>\r
33     </producers>\r
34     <channels>\r
35       <channel>\r
36         <video-mode>PAL</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           <audio></audio>\r
44         </consumers>\r
45       </channel>\r
46     </channels>\r
47   <controllers>\r
48     <tcp>\r
49       <port>5250</port>\r
50       <protocol>AMCP</protocol>\r
51     </tcp>\r
52   </controllers>\r
53 </configuration>\r
54 \r
55 <!--\r
56 <auto-mode-convert>true [true|false]]</auto-mode-convert>\r
57 <consumers>\r
58   <buffer-depth>5 [1..]</buffer-depth> \r
59   NOTE:\r
60     recommended: 5-6\r
61     decklink_consumer: Min 3 depth\r
62     decklink_consumer + embedded-audio: Min 4 depth\r
63     oal_consumer: Min 3 depth\r
64     bluefish_consumer: Min 1-2 depth\r
65     ogl_consumer: Min 1-2 depth\r
66 </consumers>\r
67 <mixers>\r
68    <blend-modes>false [true/false]</blend-modes>\r
69 </mixers>\r
70 <producers>\r
71   <buffer-depth>1 [0..]</buffer-depth>\r
72   <auto-transcode>true</auto-transcode>\r
73   <template-hosts>\r
74     <template-host>\r
75       <video-mode/>\r
76       <filename/>\r
77       <width/>\r
78       <height/>\r
79     </template-host>\r
80   </template-hosts>\r
81 </producers>\r
82 <channel>\r
83   <video-mode> PAL [PAL|NTSC|1080i5000|576p2500|720p2500|720p5000|720p5994|720p6000|1080p2398|1080p2400|1080i5000|1080i5994|1080i6000|1080p2500|1080p2997|1080p3000|1080p5000] </video-mode>\r
84     <consumers>\r
85       <decklink>\r
86         <device>[1..]</device>\r
87         <embedded-audio>false [true|false]</embedded-audio>\r
88         <low-latency>false [true|false]</low-latency>\r
89         <internal-key>false [true|false]</internal-key>\r
90         <key-only>false [true|false]</key-only>\r
91       </decklink>\r
92       <bluefish>\r
93         <device>[1..]</device>\r
94         <embedded-audio>false [true|false]</embedded-audio>\r
95         <key-only>false [true|false]</key-only>\r
96       </bluefish>\r
97       <audio></audio>\r
98       <screen>\r
99         <device>[0..]</device>\r
100         <stretch>fill [none|fill|uniform|uniform_to_fill]</stretch>\r
101         <windowed>false [true|false]</windowed>\r
102         <key-only>false [true|false]</key-only>\r
103       </screen>\r
104     </consumers>\r
105 </channel>  \r
106 -->  \r
107   \r
108 \r