]> git.sesse.net Git - casparcg/blob - build/html/_sources/faq/general.txt
(no commit message)
[casparcg] / build / html / _sources / faq / general.txt
1 ====================
2 General CasparCG FAQ
3 ====================
4
5 Where can I find the documentation for the configuration file (casparcg.config)?
6 --------------------------------------------------------------------------------
7
8 All available options are defined in the commented <!-- --> section found at the bottom of the file.
9
10 When I start CasparCG all I get is an empty console window?
11 -----------------------------------------------------------
12
13 You probably have an AMD/ATI graphics card which are not fully compatible with CasparCG 2.0.
14
15 NOTE: The currently "unstable" CasparCG 2.1 has better AMD/ATI support and also a cpu fallback.
16
17 How can I get fill and key to two separate outputs? e.g. two screens.
18 ---------------------------------------------------------------------
19
20 It is possible to only output key to an output using the "key-only" option.
21
22 ::
23
24     <consumer>
25         <screen>
26             <device>1</device>
27         </screen>
28         <screen>
29             <device>2</device>
30             <key-only>true</key-only>
31         </screen>
32     </consumers>
33     
34 What kind of transition animations are supported?
35 -------------------------------------------------
36
37 CasparCG can do PUSH, WIPE, SLIDE and MIX using the LOAD, LOADBG and PLAY commands.
38
39 It is also possible to create more advanced custom transitions using MIXER commands.