]> git.sesse.net Git - casparcg/blob - build/html/faq/general.html
(no commit message)
[casparcg] / build / html / faq / general.html
1
2
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
6
7 <html xmlns="http://www.w3.org/1999/xhtml">
8   <head>
9     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10     
11     <title>General CasparCG FAQ &mdash; CasparCG 2.0 documentation</title>
12     
13     <link rel="stylesheet" href="../_static/default.css" type="text/css" />
14     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
15     
16     <script type="text/javascript">
17       var DOCUMENTATION_OPTIONS = {
18         URL_ROOT:    '../',
19         VERSION:     '2.0',
20         COLLAPSE_INDEX: false,
21         FILE_SUFFIX: '.html',
22         HAS_SOURCE:  true
23       };
24     </script>
25     <script type="text/javascript" src="../_static/jquery.js"></script>
26     <script type="text/javascript" src="../_static/underscore.js"></script>
27     <script type="text/javascript" src="../_static/doctools.js"></script>
28     <script type="text/javascript" src="../_static/sidebar.js"></script>
29     <link rel="search" type="application/opensearchdescription+xml"
30           title="Search within CasparCG 2.0 documentation"
31           href="../_static/opensearch.xml"/>
32     <link rel="author" title="About these documents" href="../about.html" />
33     <link rel="copyright" title="Copyright" href="../copyright.html" />
34     <link rel="top" title="CasparCG 2.0 documentation" href="../index.html" />
35     <link rel="up" title="CasparCG Frequently Asked Questions" href="index.html" />
36     <link rel="next" title="Decklink FAQ" href="decklink.html" />
37     <link rel="prev" title="CasparCG Frequently Asked Questions" href="index.html" />
38  
39
40   </head>
41   <body>
42     <div class="related">
43       <h3>Navigation</h3>
44       <ul>
45         <li class="right" style="margin-right: 10px">
46           <a href="../genindex.html" title="General Index"
47              accesskey="I">index</a></li>
48         <li class="right" >
49           <a href="decklink.html" title="Decklink FAQ"
50              accesskey="N">next</a> |</li>
51         <li class="right" >
52           <a href="index.html" title="CasparCG Frequently Asked Questions"
53              accesskey="P">previous</a> |</li>
54         <li><a href="../index.html">CasparCG 2.0 documentation</a> &raquo;</li>
55
56           <li><a href="index.html" accesskey="U">CasparCG Frequently Asked Questions</a> &raquo;</li> 
57       </ul>
58     </div>  
59
60     <div class="document">
61       <div class="documentwrapper">
62         <div class="bodywrapper">
63           <div class="body">
64             
65   <div class="section" id="general-casparcg-faq">
66 <h1>General CasparCG FAQ<a class="headerlink" href="#general-casparcg-faq" title="Permalink to this headline">¶</a></h1>
67 <div class="section" id="where-can-i-find-the-documentation-for-the-configuration-file-casparcg-config">
68 <h2>Where can I find the documentation for the configuration file (casparcg.config)?<a class="headerlink" href="#where-can-i-find-the-documentation-for-the-configuration-file-casparcg-config" title="Permalink to this headline">¶</a></h2>
69 <p>All available options are defined in the commented &lt;!&#8211; &#8211;&gt; section found at the bottom of the file.</p>
70 </div>
71 <div class="section" id="when-i-start-casparcg-all-i-get-is-an-empty-console-window">
72 <h2>When I start CasparCG all I get is an empty console window?<a class="headerlink" href="#when-i-start-casparcg-all-i-get-is-an-empty-console-window" title="Permalink to this headline">¶</a></h2>
73 <p>You probably have an AMD/ATI graphics card which are not fully compatible with CasparCG 2.0.</p>
74 <p>NOTE: The currently &#8220;unstable&#8221; CasparCG 2.1 has better AMD/ATI support and also a cpu fallback.</p>
75 </div>
76 <div class="section" id="how-can-i-get-fill-and-key-to-two-separate-outputs-e-g-two-screens">
77 <h2>How can I get fill and key to two separate outputs? e.g. two screens.<a class="headerlink" href="#how-can-i-get-fill-and-key-to-two-separate-outputs-e-g-two-screens" title="Permalink to this headline">¶</a></h2>
78 <p>It is possible to only output key to an output using the &#8220;key-only&#8221; option.</p>
79 <div class="highlight-python"><pre>&lt;consumer&gt;
80     &lt;screen&gt;
81         &lt;device&gt;1&lt;/device&gt;
82     &lt;/screen&gt;
83     &lt;screen&gt;
84         &lt;device&gt;2&lt;/device&gt;
85         &lt;key-only&gt;true&lt;/key-only&gt;
86     &lt;/screen&gt;
87 &lt;/consumers&gt;</pre>
88 </div>
89 </div>
90 <div class="section" id="what-kind-of-transition-animations-are-supported">
91 <h2>What kind of transition animations are supported?<a class="headerlink" href="#what-kind-of-transition-animations-are-supported" title="Permalink to this headline">¶</a></h2>
92 <p>CasparCG can do PUSH, WIPE, SLIDE and MIX using the LOAD, LOADBG and PLAY commands.</p>
93 <p>It is also possible to create more advanced custom transitions using MIXER commands.</p>
94 </div>
95 </div>
96
97
98           </div>
99         </div>
100       </div>
101       <div class="sphinxsidebar">
102         <div class="sphinxsidebarwrapper">
103   <h3><a href="../contents.html">Table Of Contents</a></h3>
104   <ul>
105 <li><a class="reference internal" href="#">General CasparCG FAQ</a><ul>
106 <li><a class="reference internal" href="#where-can-i-find-the-documentation-for-the-configuration-file-casparcg-config">Where can I find the documentation for the configuration file (casparcg.config)?</a></li>
107 <li><a class="reference internal" href="#when-i-start-casparcg-all-i-get-is-an-empty-console-window">When I start CasparCG all I get is an empty console window?</a></li>
108 <li><a class="reference internal" href="#how-can-i-get-fill-and-key-to-two-separate-outputs-e-g-two-screens">How can I get fill and key to two separate outputs? e.g. two screens.</a></li>
109 <li><a class="reference internal" href="#what-kind-of-transition-animations-are-supported">What kind of transition animations are supported?</a></li>
110 </ul>
111 </li>
112 </ul>
113
114   <h4>Previous topic</h4>
115   <p class="topless"><a href="index.html"
116                         title="previous chapter">CasparCG Frequently Asked Questions</a></p>
117   <h4>Next topic</h4>
118   <p class="topless"><a href="decklink.html"
119                         title="next chapter">Decklink FAQ</a></p>
120 <h3>This Page</h3>
121 <ul class="this-page-menu">
122   <li><a href="../bugs.html">Report a Bug</a></li>
123   <li><a href="../_sources/faq/general.txt"
124          rel="nofollow">Show Source</a></li>
125 </ul>
126
127 <div id="searchbox" style="display: none">
128   <h3>Quick search</h3>
129     <form class="search" action="../search.html" method="get">
130       <input type="text" name="q" />
131       <input type="submit" value="Go" />
132       <input type="hidden" name="check_keywords" value="yes" />
133       <input type="hidden" name="area" value="default" />
134     </form>
135     <p class="searchtip" style="font-size: 90%">
136     Enter search terms or a module, class or function name.
137     </p>
138 </div>
139 <script type="text/javascript">$('#searchbox').show(0);</script>
140         </div>
141       </div>
142       <div class="clearer"></div>
143     </div>
144     <div class="related">
145       <h3>Navigation</h3>
146       <ul>
147         <li class="right" style="margin-right: 10px">
148           <a href="../genindex.html" title="General Index"
149              >index</a></li>
150         <li class="right" >
151           <a href="decklink.html" title="Decklink FAQ"
152              >next</a> |</li>
153         <li class="right" >
154           <a href="index.html" title="CasparCG Frequently Asked Questions"
155              >previous</a> |</li>
156         <li><a href="../index.html">CasparCG 2.0 documentation</a> &raquo;</li>
157
158           <li><a href="index.html" >CasparCG Frequently Asked Questions</a> &raquo;</li> 
159       </ul>
160     </div>
161     <div class="footer">
162     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
163     <br />
164     Last updated on Mar 15, 2012.
165     <a href="../bugs.html">Found a bug</a>?
166     <br />
167     Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2.
168     </div>
169
170   </body>
171 </html>