]> git.sesse.net Git - casparcg/blob - build/html/producers/flash.html
(no commit message)
[casparcg] / build / html / producers / flash.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>2. Flash Producer &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="Producers" href="index.html" />
36     <link rel="next" title="3. Image Producer" href="image.html" />
37     <link rel="prev" title="1. FFMPEG Producer" href="ffmpeg.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="image.html" title="3. Image Producer"
50              accesskey="N">next</a> |</li>
51         <li class="right" >
52           <a href="ffmpeg.html" title="1. FFMPEG Producer"
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">Producers</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="flash-producer">
66 <h1>2. Flash Producer<a class="headerlink" href="#flash-producer" title="Permalink to this headline">¶</a></h1>
67 <div class="section" id="supported-media">
68 <h2>2.1. Supported Media<a class="headerlink" href="#supported-media" title="Permalink to this headline">¶</a></h2>
69 <table border="1" class="docutils">
70 <colgroup>
71 <col width="24%" />
72 <col width="76%" />
73 </colgroup>
74 <thead valign="bottom">
75 <tr class="row-odd"><th class="head">Extension</th>
76 <th class="head">Description</th>
77 </tr>
78 </thead>
79 <tbody valign="top">
80 <tr class="row-even"><td>.ft</td>
81 <td>Flash-template.</td>
82 </tr>
83 <tr class="row-odd"><td>.ct</td>
84 <td>Compressed-template.</td>
85 </tr>
86 <tr class="row-even"><td>.swf</td>
87 <td>Flash file.</td>
88 </tr>
89 </tbody>
90 </table>
91 </div>
92 <div class="section" id="diagnostics">
93 <h2>2.2. Diagnostics<a class="headerlink" href="#diagnostics" title="Permalink to this headline">¶</a></h2>
94 <p>flash[<em>template-host</em> | <em>video-mode</em>]</p>
95 <table border="1" class="docutils">
96 <colgroup>
97 <col width="21%" />
98 <col width="67%" />
99 <col width="11%" />
100 </colgroup>
101 <thead valign="bottom">
102 <tr class="row-odd"><th class="head">Graph</th>
103 <th class="head">Description</th>
104 <th class="head">Scale</th>
105 </tr>
106 </thead>
107 <tbody valign="top">
108 <tr class="row-even"><td>frame-time</td>
109 <td>Time spent rendering the current frame.</td>
110 <td>fps/2</td>
111 </tr>
112 <tr class="row-odd"><td>tick-time</td>
113 <td>Time between rendering two frames.</td>
114 <td>fps/2</td>
115 </tr>
116 <tr class="row-even"><td>param</td>
117 <td>Invoked flash command.</td>
118 <td>N/A</td>
119 </tr>
120 <tr class="row-odd"><td>late-frame</td>
121 <td>Frame was not ready in time and is skipped.</td>
122 <td>N/A</td>
123 </tr>
124 <tr class="row-even"><td>sync</td>
125 <td>Synced time between rendering two frames.</td>
126 <td>fps/2</td>
127 </tr>
128 </tbody>
129 </table>
130 </div>
131 </div>
132
133
134           </div>
135         </div>
136       </div>
137       <div class="sphinxsidebar">
138         <div class="sphinxsidebarwrapper">
139   <h3><a href="../contents.html">Table Of Contents</a></h3>
140   <ul>
141 <li><a class="reference internal" href="#">2. Flash Producer</a><ul>
142 <li><a class="reference internal" href="#supported-media">2.1. Supported Media</a></li>
143 <li><a class="reference internal" href="#diagnostics">2.2. Diagnostics</a></li>
144 </ul>
145 </li>
146 </ul>
147
148   <h4>Previous topic</h4>
149   <p class="topless"><a href="ffmpeg.html"
150                         title="previous chapter">1. FFMPEG Producer</a></p>
151   <h4>Next topic</h4>
152   <p class="topless"><a href="image.html"
153                         title="next chapter">3. Image Producer</a></p>
154 <h3>This Page</h3>
155 <ul class="this-page-menu">
156   <li><a href="../bugs.html">Report a Bug</a></li>
157   <li><a href="../_sources/producers/flash.txt"
158          rel="nofollow">Show Source</a></li>
159 </ul>
160
161 <div id="searchbox" style="display: none">
162   <h3>Quick search</h3>
163     <form class="search" action="../search.html" method="get">
164       <input type="text" name="q" />
165       <input type="submit" value="Go" />
166       <input type="hidden" name="check_keywords" value="yes" />
167       <input type="hidden" name="area" value="default" />
168     </form>
169     <p class="searchtip" style="font-size: 90%">
170     Enter search terms or a module, class or function name.
171     </p>
172 </div>
173 <script type="text/javascript">$('#searchbox').show(0);</script>
174         </div>
175       </div>
176       <div class="clearer"></div>
177     </div>
178     <div class="related">
179       <h3>Navigation</h3>
180       <ul>
181         <li class="right" style="margin-right: 10px">
182           <a href="../genindex.html" title="General Index"
183              >index</a></li>
184         <li class="right" >
185           <a href="image.html" title="3. Image Producer"
186              >next</a> |</li>
187         <li class="right" >
188           <a href="ffmpeg.html" title="1. FFMPEG Producer"
189              >previous</a> |</li>
190         <li><a href="../index.html">CasparCG 2.0 documentation</a> &raquo;</li>
191
192           <li><a href="index.html" >Producers</a> &raquo;</li> 
193       </ul>
194     </div>
195     <div class="footer">
196     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
197     <br />
198     Last updated on Mar 13, 2012.
199     <a href="../bugs.html">Found a bug</a>?
200     <br />
201     Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2.
202     </div>
203
204   </body>
205 </html>