]> git.sesse.net Git - casparcg/blob - shell/casparcg.config
* revert of casparcg.config
[casparcg] / shell / casparcg.config
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <configuration>\r
3   <paths>\r
4     <media-path>media/</media-path>\r
5     <log-path>log/</log-path>\r
6     <data-path>data/</data-path>\r
7     <template-path>template/</template-path>\r
8     <thumbnail-path>thumbnail/</thumbnail-path>\r
9     <font-path>font/</font-path>\r
10   </paths>\r
11   <lock-clear-phrase>secret</lock-clear-phrase>\r
12   <channels>\r
13     <channel>\r
14       <video-mode>PAL</video-mode>\r
15       <channel-layout>stereo</channel-layout>\r
16       <consumers>\r
17         <screen>\r
18           <device>1</device>\r
19           <windowed>true</windowed>\r
20         </screen>\r
21         <system-audio></system-audio>\r
22       </consumers>\r
23     </channel>\r
24   </channels>\r
25   <controllers>\r
26     <tcp>\r
27       <port>5250</port>\r
28       <protocol>AMCP</protocol>\r
29     </tcp>\r
30     <tcp>\r
31       <port>3250</port>\r
32       <protocol>LOG</protocol>\r
33     </tcp>\r
34   </controllers>\r
35 </configuration>\r
36 \r
37 <!--\r
38 <log-level>           info  [trace|debug|info|warning|error|fatal]</log-level>\r
39 <force-deinterlace>   true  [true|false]</force-deinterlacing>\r
40 <channel-grid>        false [true|false]</channel-grid>\r
41 <mixer>\r
42     <blend-modes>          false [true|false]</blend-modes>\r
43     <mipmapping_default_on>false [true|false]</mipmapping_default_on>\r
44     <straight-alpha>       false [true|false]</straight-alpha>\r
45 </mixer>\r
46 <auto-transcode>      true  [true|false]</auto-transcode>\r
47 <accelerator>auto [cpu|gpu|auto]</accelerator>\r
48 <template-hosts>\r
49     <template-host>\r
50         <video-mode/>\r
51         <filename/>\r
52         <width/>\r
53         <height/>\r
54     </template-host>\r
55 </template-hosts>\r
56 <flash>\r
57     <buffer-depth>auto [auto|1..]</buffer-depth>\r
58 </flash>\r
59 <thumbnails>\r
60     <generate-thumbnails>true [true|false]</generate-thumbnails>\r
61     <width>256</width>\r
62     <height>144</height>\r
63     <video-grid>2</video-grid>\r
64     <scan-interval-millis>5000</scan-interval-millis>\r
65     <generate-delay-millis>2000</generate-delay-millis>\r
66     <video-mode>720p2500</video-mode>\r
67     <mipmap>true</mipmap>\r
68 </thumbnails>\r
69 <channels>\r
70     <channel>\r
71         <video-mode>PAL [PAL|NTSC|576p2500|720p2398|720p2400|720p2500|720p5000|720p2997|720p5994|720p3000|720p6000|1080p2398|1080p2400|1080i5000|1080i5994|1080i6000|1080p2500|1080p2997|1080p3000|1080p5000|1080p5994|1080p6000|1556p2398|1556p2400|1556p2500|dci1080p2398|dci1080p2400|dci1080p2500|2160p2398|2160p2400|2160p2500|2160p2997|2160p3000|dci2160p2398|dci2160p2400|dci2160p2500] </video-mode>\r
72         <straight-alpha-output>false [true|false]</straight-alpha-output>\r
73         <channel-layout>stereo [mono|stereo|matrix|film|smpte|ebu_r123_8a|ebu_r123_8b|8ch|16ch]</channel-layout>\r
74         <consumers>\r
75             <decklink>\r
76                 <device>[1..]</device>\r
77                 <key-device>device + 1 [1..]</key-device>\r
78                 <embedded-audio>false [true|false]</embedded-audio>\r
79                 <channel-layout>stereo [mono|stereo|matrix|film|smpte|ebu_r123_8a|ebu_r123_8b|8ch|16ch]</channel-layout>\r
80                 <latency>normal [normal|low|default]</latency>\r
81                 <keyer>external [external|external_separate_device|internal|default]</keyer>\r
82                 <key-only>false [true|false]</key-only>\r
83                 <buffer-depth>3 [1..]</buffer-depth>\r
84             </decklink>\r
85             <bluefish>\r
86                 <device>[1..]</device>\r
87                 <embedded-audio>false [true|false]</embedded-audio>\r
88                 <channel-layout>stereo [mono|stereo|matrix|film|smpte|ebu_r123_8a|ebu_r123_8b|8ch|16ch]</channel-layout>\r
89                 <key-only>false [true|false]</key-only>\r
90             </bluefish>\r
91             <system-audio>\r
92                 <channel-layout>stereo [mono|stereo|matrix]</channel-layout>\r
93                 <latency>200 [0..]</latency>\r
94             </system-audio>\r
95             <screen>\r
96                 <device>[0..]</device>\r
97                 <aspect-ratio>default [default|4:3|16:9]</aspect-ratio>\r
98                 <stretch>fill [none|fill|uniform|uniform_to_fill]</stretch>\r
99                 <windowed>true [true|false]</windowed>\r
100                 <key-only>false [true|false]</key-only>\r
101                 <auto-deinterlace>true [true|false]</auto-deinterlace>\r
102                 <vsync>false [true|false]</vsync>\r
103                 <interactive>true [true|false]</interactive>\r
104                 <borderless>false [true|false]</borderless>\r
105             </screen>\r
106             <newtek-ivga></newtek-ivga>\r
107             <file>\r
108                 <path></path>\r
109                 <vcodec>libx264 [libx264|qtrle]</vcodec>\r
110                 <separate-key>false [true|false]</separate-key>\r
111             </file>\r
112             <stream>\r
113                 <path>udp://localhost:9250</path>\r
114                 <args>-format mpegts -vcodec libx264 -crf 25 -tune zerolatency -preset ultrafast</args>\r
115             </stream>\r
116         </consumers>\r
117     </channel>\r
118 </channels>\r
119 <osc>\r
120   <default-port>6250</default-port>\r
121   <predefined-clients>\r
122     <predefined-client>\r
123       <address>127.0.0.1</address>\r
124       <port>5253</port>\r
125     </predefined-client>\r
126   </predefined-clients>\r
127 </osc>\r
128 <audio>\r
129         <channel-layouts>\r
130                 <channel-layout name="mono"        type="mono"        num-channels="1" channel-order="FC" />\r
131                 <channel-layout name="stereo"      type="stereo"      num-channels="2" channel-order="FL FR" />\r
132                 <channel-layout name="matrix"      type="matrix"      num-channels="2" channel-order="ML MR" />\r
133                 <channel-layout name="film"        type="5.1"         num-channels="6" channel-order="FL FC FR BL BR LFE" />\r
134                 <channel-layout name="smpte"       type="5.1"         num-channels="6" channel-order="FL FR FC LFE BL BR" />\r
135                 <channel-layout name="ebu_r123_8a" type="5.1+downmix" num-channels="8" channel-order="DL DR FL FR FC LFE BL BR" />\r
136                 <channel-layout name="ebu_r123_8b" type="5.1+downmix" num-channels="8" channel-order="FL FR FC LFE BL BR DL DR" />\r
137                 <channel-layout name="8ch"         type="8ch"         num-channels="8" />\r
138                 <channel-layout name="16ch"        type="16ch"        num-channels="16" />\r
139         </channel-layouts>\r
140         <mix-configs>\r
141                 <mix-config from-type="mono"          to-types="stereo, 5.1"  mix="FL = FC                                           | FR = FC" />\r
142                 <mix-config from-type="mono"          to-types="5.1+downmix"  mix="FL = FC                                           | FR = FC                                         | DL = FC | DR = FC" />\r
143                 <mix-config from-type="mono"          to-types="matrix"       mix="ML = FC                                           | MR = FC" />\r
144                 <mix-config from-type="stereo"        to-types="mono"         mix="FC &lt; FL + FR" />\r
145                 <mix-config from-type="stereo"        to-types="matrix"       mix="ML = FL                                           | MR = FR" />\r
146                 <mix-config from-type="stereo"        to-types="5.1"          mix="FL = FL                                           | FR = FR" />\r
147                 <mix-config from-type="stereo"        to-types="5.1+downmix"  mix="FL = FL                                           | FR = FR                                         | DL = FL | DR = FR" />\r
148                 <mix-config from-type="5.1"           to-types="mono"         mix="FC &lt; FL + FR + 0.707*FC + 0.707*BL + 0.707*BR" />\r
149                 <mix-config from-type="5.1"           to-types="stereo"       mix="FL &lt; FL + 0.707*FC + 0.707*BL                  | FR &lt; FR + 0.707*FC + 0.707*BR" />\r
150                 <mix-config from-type="5.1"           to-types="5.1+downmix"  mix="FL = FL                                           | FR = FR                                         | FC = FC | BL = BL | BR = BR | LFE = LFE | DL &lt; FL + 0.707*FC + 0.707*BL | DR &lt; FR + 0.707*FC + 0.707*BR" />\r
151                 <mix-config from-type="5.1"           to-types="matrix"       mix="ML = 0.3204*FL + 0.293*FC + -0.293*BL + -0.293*BR | MR = 0.3204*FR + 0.293*FC + 0.293*BL + 0.293*BR" />\r
152                 <mix-config from-type="5.1+stereomix" to-types="mono"         mix="FC &lt; DL + DR" />\r
153                 <mix-config from-type="5.1+stereomix" to-types="stereo"       mix="FL = DL                                           | FR = DR" />\r
154                 <mix-config from-type="5.1+stereomix" to-types="5.1"          mix="FL = FL                                           | FR = FR                                         | FC = FC | BL = BL | BR = BR | LFE = LFE" />\r
155                 <mix-config from-type="5.1+stereomix" to-types="matrix"       mix="ML = 0.3204*FL + 0.293*FC + -0.293*BL + -0.293*BR | MR = 0.3204*FR + 0.293*FC + 0.293*BL + 0.293*BR" />\r
156         </mix-configs>\r
157 </audio>\r
158 -->\r