]> git.sesse.net Git - casparcg/blob - shell/casparcg.config
2.0.0.2: Updated ffmpeg.
[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>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>1080p5000</video-mode>\r
37         <consumers>\r
38           <decklink>\r
39             <device>1</device>\r
40             <embedded-audio>true</embedded-audio>\r
41           </decklink>\r
42           <screen></screen>\r
43         </consumers>\r
44       </channel>\r
45     </channels>\r
46   <controllers>\r
47     <tcp>\r
48       <port>5250</port>\r
49       <protocol>AMCP</protocol>\r
50     </tcp>\r
51   </controllers>\r
52 </configuration>\r
53 \r
54 <!--\r
55 <auto-mode-convert>true [true|false]]</auto-mode-convert>\r
56 <consumers>\r
57   <buffer-depth>5 [1..]</buffer-depth> \r
58   NOTE:\r
59     recommended: 5-6\r
60     decklink_consumer: Min 3 depth\r
61     decklink_consumer + embedded-audio: Min 4 depth\r
62     oal_consumer: Min 3 depth\r
63     bluefish_consumer: Min 1-2 depth\r
64     ogl_consumer: Min 1-2 depth\r
65 </consumers>\r
66 <mixers>\r
67    <blend-modes>false [true/false]</blend-modes>\r
68 </mixers>\r
69 <producers>\r
70   <buffer-depth>1 [0..]</buffer-depth>\r
71   <auto-transcode>true</auto-transcode>\r
72   <template-hosts>\r
73     <template-host>\r
74       <video-mode/>\r
75       <filename/>\r
76       <width/>\r
77       <height/>\r
78     </template-host>\r
79   </template-hosts>\r
80 </producers>\r
81 <channel>\r
82   <video-mode> PAL [PAL|NTSC|1080i5000|576p2500|720p2500|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         <internal-key>false [true|false]</internal-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